aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/inode.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-63/+144
* ext3: Fix fdatasync() for files with only i_size changesJan Kara2012-09-141-3/+14
* ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara2012-01-121-3/+21
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-04-081-1/+1
|\
| * ext3: Fix writepage credits computation for ordered modeYongqiang Yang2011-03-241-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* | block: remove per-queue pluggingJens Axboe2011-03-101-3/+0
|/
* ext3: Add more journal error checkNamhyung Kim2011-01-101-2/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-10-271-8/+12
|\
| * ext3: Update kernel-doc commentsNamhyung Kim2010-10-281-7/+12
| * ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Namhyung Kim2010-10-281-1/+0
* | fs: kill block_prepare_writeChristoph Hellwig2010-10-251-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-14/+49
|\
| * convert ext3 to ->evict_inode()Al Viro2010-08-091-10/+27
| * remove inode_setattrChristoph Hellwig2010-08-091-2/+10
| * introduce __block_write_beginChristoph Hellwig2010-08-091-2/+1
| * sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-0/+11
* | ext3: Fix dirtying of journalled buffers in data=journal modeJan Kara2010-08-051-1/+17
* | ext3: Avoid filesystem corruption after a crash under heavy delete loadJan Kara2010-07-211-21/+25
* | ext3: remove vestiges of nobh supportChristoph Hellwig2010-07-211-15/+1
|/
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-1/+1
* ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2010-03-291-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-14/+27
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-3/+3
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+5
| * dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+1
| * dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-1/+1
| * ext3: add writepage sanity checksDmitry Monakhov2010-03-051-0/+7
| * ext3: Truncate allocated blocks if direct IO write fails to update i_sizeJan Kara2010-03-051-2/+3
| * ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara2010-03-051-9/+9
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+2
|/
* ext3: quota macros cleanup [V2]Dmitry Monakhov2009-12-231-4/+4
* ext3: Fix data / filesystem corruption when write fails to copy dataJan Kara2009-12-101-4/+14
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\
| * tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König2009-12-041-1/+1
* | ext3: Wait for proper transaction commit on fsyncJan Kara2009-11-111-1/+31
* | ext3: retry failed direct IO allocationsEric Sandeen2009-11-111-0/+4
|/
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+3
|\
| * HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen2009-09-161-0/+3
* | ext3: Add locking to ext3_do_update_inodeChris Mason2009-09-161-0/+9
* | ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks()Jan Kara2009-09-161-4/+15
|/
* ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()Jan Kara2009-07-151-10/+3
* ext3: Fix truncation of symlinks after failed writeJan Kara2009-07-151-9/+10
* switch ext3 to inode->i_aclAl Viro2009-06-241-4/+0
* ext3: make sure inode is deleted from orphan list after truncateJan Kara2009-06-181-9/+11
* ext3: fix chain verification in ext3_get_blocks()Jan Kara2009-06-181-1/+1
* ext3: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-111-1/+0
* ext3: Try to avoid starting a transaction in writepage for data=writepageJan Kara2009-04-081-5/+18
* Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-04-031-0/+3
|\