aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/inode.c
Commit message (Expand)AuthorAge
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* ext3: fix data=journal fast mount/umount hangJan Kara2013-03-20
* Ext3: return ENOMEM rather than EIO if sb_getblk failsWang Shilong2013-01-21
* Ext3: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-21
* Ext3: add necessary check in case IO error happensWang Shilong2013-01-21
* ext3: drop if around WARN_ONJulia Lawall2012-12-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-01
|\
| * treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-01
* | ext3: Fix fdatasync() for files with only i_size changesJan Kara2012-09-03
* | ext3: nuke write_super from commentsArtem Bityutskiy2012-08-04
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-28
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* | userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman2012-05-15
|/
* ext3: move headers to fs/ext3/Al Viro2012-03-31
* ext3: Update ctime in ext3_splice_branch() only when neededKazuya Mio2012-02-29
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-09
|\
| * ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-09
| * ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara2012-01-09
| * ext3: replace ll_rw_block with other functionsZheng Liu2012-01-09
| * ext3: NULL dereference in ext3_evict_inode()Dan Carpenter2011-11-22
* | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-02
|/
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-23
* block: remove READ_META and WRITE_METAChristoph Hellwig2011-08-23
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-07-26
|\
| * ext3: Fix data corruption in inodes with journalled dataJan Kara2011-07-22
| * ext3: Improve truncate error handlingJan Kara2011-06-25
| * ext3: Convert ext3 to new truncate calling conventionJan Kara2011-06-25
| * ext3: Add fixed tracepointsLukas Czerner2011-06-25
* | fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-20
* | fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-20
|/
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-27
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-04-08
|\
| * ext3: Fix writepage credits computation for ordered modeYongqiang Yang2011-03-24
* | Fix common misspellingsLucas De Marchi2011-03-31
* | block: remove per-queue pluggingJens Axboe2011-03-10
|/
* ext3: Add more journal error checkNamhyung Kim2011-01-10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-10-27
|\
| * ext3: Update kernel-doc commentsNamhyung Kim2010-10-27
| * ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Namhyung Kim2010-10-27
* | fs: kill block_prepare_writeChristoph Hellwig2010-10-25
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-10
|\
| * convert ext3 to ->evict_inode()Al Viro2010-08-09
| * remove inode_setattrChristoph Hellwig2010-08-09
| * introduce __block_write_beginChristoph Hellwig2010-08-09
| * sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-09
* | ext3: Fix dirtying of journalled buffers in data=journal modeJan Kara2010-08-05
* | ext3: Avoid filesystem corruption after a crash under heavy delete loadJan Kara2010-07-21
* | ext3: remove vestiges of nobh supportChristoph Hellwig2010-07-21
|/
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-21