aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/fsync.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-10ext4: flush the i_completed_io_list during ext4_truncateGravatar Jiaying Zhang 1-2/+2
2010-10-27Merge branch 'next' into upstream-mergeGravatar Theodore Ts'o 1-0/+83
2010-10-27ext4: move flush_completed_IO to fs/ext4/fsync.c and make it staticGravatar Theodore Ts'o 1-0/+83
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-3/+2
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-4/+4
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-4/+31
2010-05-17ext4: Make fsync sync new parent directories in no-journal modeGravatar Frank Mayhar 1-2/+29
2010-05-17ext4: Drop whitespace at end of linesGravatar Theodore Ts'o 1-1/+1
2010-05-10ext4: check missed return value in ext4_sync_file()Gravatar Dmitry Monakhov 1-1/+1
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsGravatar Dmitry Monakhov 1-2/+4
2010-03-02ext4: mechanical rename some of the direct I/O get_block's identifiersGravatar Jiaying Zhang 1-1/+1
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsGravatar Theodore Ts'o 1-2/+14
2009-12-08ext4: Wait for proper transaction commit on fsyncGravatar Jan Kara 1-29/+17
2009-11-23ext4: avoid issuing unnecessary barriersGravatar Theodore Ts'o 1-5/+3
2009-09-28ext4: async direct IO for holes and fallocate supportGravatar Mingming Cao 1-0/+5
2009-09-12ext4: Assure that metadata blocks are written during fsync in no journal modeGravatar Theodore Ts'o 1-2/+7
2009-09-05ext4: fix cache flush in ext4_sync_fileGravatar Christoph Hellwig 1-2/+2
2009-06-17ext4: convert instrumentation from markers to tracepointsGravatar Theodore Ts'o 1-4/+4
2008-10-05ext4: Add debugging markers that can be used by systemtapGravatar Theodore Ts'o 1-0/+5
2008-09-08ext4: Fix whitespace checkpatch warnings/errorsGravatar Theodore Ts'o 1-1/+1
2008-07-11ext4: call blkdev_issue_flush on fsyncGravatar Eric Sandeen 1-0/+4
2008-04-29ext4: move headers out of include/linuxGravatar Christoph Hellwig 1-2/+2
2008-04-17ext4: fdatasync should skip metadata writeout when overwritingGravatar Hisashi Hifumi 1-0/+3
2007-10-17ext4: sparse fixesGravatar Aneesh Kumar K.V 1-1/+1
2006-10-11[PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbdGravatar Mingming Cao 1-2/+2
2006-10-11[PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbolsGravatar Mingming Cao 1-10/+10
2006-10-11[PATCH] ext4: initial copy of files from ext3Gravatar Dave Kleikamp 1-0/+88