aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fsync.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix waiting and sending of a barrier in ext4_sync_file()Jan Kara2011-05-241-16/+7
* ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.cTao Ma2011-05-091-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-04-111-3/+14
|\
| * ext4: sync the directory inode in ext4_sync_parent()Curt Wohlgemuth2011-04-101-3/+14
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* ext4: add more tracepoints and use dev_t in the trace bufferJiaying Zhang2011-03-211-5/+9
* ext4: flush the i_completed_io_list during ext4_truncateJiaying Zhang2011-01-101-2/+2
* Merge branch 'next' into upstream-mergeTheodore Ts'o2010-10-271-0/+83
|\
| * ext4: move flush_completed_IO to fs/ext4/fsync.c and make it staticTheodore Ts'o2010-10-271-0/+83
* | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-3/+2
|/
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-4/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-05-271-4/+31
|\
| * ext4: Make fsync sync new parent directories in no-journal modeFrank Mayhar2010-05-171-2/+29
| * ext4: Drop whitespace at end of linesTheodore Ts'o2010-05-171-1/+1
| * ext4: check missed return value in ext4_sync_file()Dmitry Monakhov2010-05-101-1/+1
* | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-2/+4
|/
* ext4: mechanical rename some of the direct I/O get_block's identifiersJiaying Zhang2010-03-021-1/+1
* ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o2009-12-231-2/+14
* ext4: Wait for proper transaction commit on fsyncJan Kara2009-12-081-29/+17
* ext4: avoid issuing unnecessary barriersTheodore Ts'o2009-11-231-5/+3
* ext4: async direct IO for holes and fallocate supportMingming Cao2009-09-281-0/+5
* ext4: Assure that metadata blocks are written during fsync in no journal modeTheodore Ts'o2009-09-121-2/+7
* ext4: fix cache flush in ext4_sync_fileChristoph Hellwig2009-09-051-2/+2
* ext4: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-171-4/+4
* ext4: Add debugging markers that can be used by systemtapTheodore Ts'o2008-10-051-0/+5
* ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o2008-09-081-1/+1
* ext4: call blkdev_issue_flush on fsyncEric Sandeen2008-07-111-0/+4
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-291-2/+2
* ext4: fdatasync should skip metadata writeout when overwritingHisashi Hifumi2008-04-171-0/+3
* ext4: sparse fixesAneesh Kumar K.V2007-10-171-1/+1
* [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbdMingming Cao2006-10-111-2/+2
* [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbolsMingming Cao2006-10-111-10/+10
* [PATCH] ext4: initial copy of files from ext3Dave Kleikamp2006-10-111-0/+88