aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/fsync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-31ext3: move headers to fs/ext3/Al Viro1-7/+1
2011-08-17ext3: Remove i_mutex from ext3_sync_file()Jan Kara1-10/+0
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-2/+9
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+16
2011-06-25ext3: Add fixed tracepointsLukas Czerner1-3/+12
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-11/+9
2010-05-21ext3: Fix waiting on transaction during fsyncJan Kara1-11/+9
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2
2009-11-11ext3: Wait for proper transaction commit on fsyncJan Kara1-20/+16
2009-09-16ext3: Flush disk caches on fsync when neededJan Kara1-1/+11
2008-04-28ext3: fdatasync should skip metadata writeout when overwritingHisashi Hifumi1-0/+3
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+88