aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/inode.c
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: take page buffers dirty and locked state into accountMel Gorman2013-07-031-0/+1
* jbd: change journal_invalidatepage() to accept lengthLukas Czerner2013-05-211-3/+3
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+2
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* ext3: fix data=journal fast mount/umount hangJan Kara2013-03-201-1/+2
* Ext3: return ENOMEM rather than EIO if sb_getblk failsWang Shilong2013-01-211-2/+2
* Ext3: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-211-3/+3
* Ext3: add necessary check in case IO error happensWang Shilong2013-01-211-1/+5
* ext3: drop if around WARN_ONJulia Lawall2012-12-131-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\
| * treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-011-1/+1
* | ext3: Fix fdatasync() for files with only i_size changesJan Kara2012-09-041-3/+14
* | ext3: nuke write_super from commentsArtem Bityutskiy2012-08-041-8/+0
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-3/+3
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-3/+3
* | userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman2012-05-151-12/+20
|/
* ext3: move headers to fs/ext3/Al Viro2012-03-311-11/+1
* ext3: Update ctime in ext3_splice_branch() only when neededKazuya Mio2012-02-291-3/+6
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-091-11/+32
|\
| * ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-091-1/+0
| * ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara2012-01-091-3/+21
| * ext3: replace ll_rw_block with other functionsZheng Liu2012-01-091-7/+7
| * ext3: NULL dereference in ext3_evict_inode()Dan Carpenter2011-11-221-0/+4
* | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
|/
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-231-2/+2
* block: remove READ_META and WRITE_METAChristoph Hellwig2011-08-231-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-07-261-57/+136
|\
| * ext3: Fix data corruption in inodes with journalled dataJan Kara2011-07-231-5/+35
| * ext3: Improve truncate error handlingJan Kara2011-06-251-38/+63
| * ext3: Convert ext3 to new truncate calling conventionJan Kara2011-06-251-16/+11
| * ext3: Add fixed tracepointsLukas Czerner2011-06-251-0/+29
* | fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-3/+2
* | fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+3
|/
* 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