summaryrefslogtreecommitdiffstats
path: root/fs/ext4/fsync.c
AgeCommit message (Expand)AuthorLines
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro-1/+1
2012-07-14ext4: get rid of open-coded d_find_any_alias()Al Viro-8/+1
2012-03-05ext4: fix race between sync and completed io workJeff Moyer-0/+2
2011-10-31ext4: optimize locking for end_io extent conversionTheodore Ts'o-3/+2
2011-10-30ext4: Use correct locking for ext4_end_io_nolock()Tao Ma-3/+0
2011-10-18ext4: functions should not be declared externH Hartley Sweeten-1/+1
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds-5/+21
2011-07-30ext4: fix races in ext4_sync_parent()Theodore Ts'o-5/+21
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik-3/+35
2011-05-24ext4: fix waiting and sending of a barrier in ext4_sync_file()Jan Kara-16/+7
2011-05-09ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.cTao Ma-1/+1
2011-04-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds-3/+14
2011-04-10ext4: sync the directory inode in ext4_sync_parent()Curt Wohlgemuth-3/+14
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-21ext4: add more tracepoints and use dev_t in the trace bufferJiaying Zhang-5/+9
2011-01-10ext4: flush the i_completed_io_list during ext4_truncateJiaying Zhang-2/+2
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o-0/+83
2010-10-27ext4: move flush_completed_IO to fs/ext4/fsync.c and make it staticTheodore Ts'o-0/+83
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig-3/+2
2010-05-27rename the generic fsync implementationsChristoph Hellwig-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig-4/+4
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds-4/+31
2010-05-17ext4: Make fsync sync new parent directories in no-journal modeFrank Mayhar-2/+29
2010-05-17ext4: Drop whitespace at end of linesTheodore Ts'o-1/+1
2010-05-10ext4: check missed return value in ext4_sync_file()Dmitry Monakhov-1/+1
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov-2/+4
2010-03-02ext4: mechanical rename some of the direct I/O get_block's identifiersJiaying Zhang-1/+1
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o-2/+14
2009-12-08ext4: Wait for proper transaction commit on fsyncJan Kara-29/+17
2009-11-23ext4: avoid issuing unnecessary barriersTheodore Ts'o-5/+3
2009-09-28ext4: async direct IO for holes and fallocate supportMingming Cao-0/+5
2009-09-12ext4: Assure that metadata blocks are written during fsync in no journal modeTheodore Ts'o-2/+7
2009-09-05ext4: fix cache flush in ext4_sync_fileChristoph Hellwig-2/+2
2009-06-17ext4: convert instrumentation from markers to tracepointsTheodore Ts'o-4/+4
2008-10-05ext4: Add debugging markers that can be used by systemtapTheodore Ts'o-0/+5
2008-09-08ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o-1/+1
2008-07-11ext4: call blkdev_issue_flush on fsyncEric Sandeen-0/+4
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig-2/+2
2008-04-17ext4: fdatasync should skip metadata writeout when overwritingHisashi Hifumi-0/+3
2007-10-17ext4: sparse fixesAneesh Kumar K.V-1/+1
2006-10-11[PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbdMingming Cao-2/+2
2006-10-11[PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbolsMingming Cao-10/+10
2006-10-11[PATCH] ext4: initial copy of files from ext3Dave Kleikamp-0/+88