aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/inode.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-06
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-06
| * pass iov_iter to ->direct_IO()Al Viro2014-05-06
* | ext3: Fix deadlock in data=journal mode when fs is frozenJan Kara2014-05-22
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-04-07
|\
| * ext3: explicitly remove inode from orphan list after failed direct ioEric Sandeen2014-03-17
| * ext3: Speedup WB_SYNC_ALL passJan Kara2014-03-12
| * ext3: Update outdated comment before ext3_ordered_writepage()Jan Kara2014-03-04
| * ext3: Update PF_MEMALLOC handling in ext3_write_inode()Jan Kara2014-03-04
| * ext3: remove unneeded check in ext3_ordered_writepage()Dan Carpenter2014-03-03
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* mm: vmscan: take page buffers dirty and locked state into accountMel Gorman2013-07-03
* jbd: change journal_invalidatepage() to accept lengthLukas Czerner2013-05-21
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-21
* 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