summaryrefslogtreecommitdiffstats
path: root/fs/ext4/fsync.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Fix fsync error handling after filesystem abortDmitry Monakhov2013-06-121-1/+6
* ext4: remove i_mutex from ext4_file_sync()Jan Kara2013-06-041-6/+2
* ext4: use generic_file_fsync() in ext4_file_fsync() in nojournal modeJan Kara2013-06-041-36/+11
* ext4: defer clearing of PageWriteback after extent conversionJan Kara2013-06-041-4/+0
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-04-031-2/+1
* ext4: fix an incorrect comment about i_mutexAndy Lutomirski2012-12-251-2/+0
* ext4: use sync_inode_metadata() when syncing inode metadataGuo Chao2012-12-101-5/+1
* ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov2012-10-051-1/+1
* ext4: completed_io locking cleanupDmitry Monakhov2012-09-291-81/+0
* ext4: check return value of blkdev_issue_flush()Theodore Ts'o2012-08-171-3/+6
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+1
* ext4: get rid of open-coded d_find_any_alias()Al Viro2012-07-141-8/+1
* ext4: fix race between sync and completed io workJeff Moyer2012-03-051-0/+2
* ext4: optimize locking for end_io extent conversionTheodore Ts'o2011-10-311-3/+2
* ext4: Use correct locking for ext4_end_io_nolock()Tao Ma2011-10-301-3/+0
* ext4: functions should not be declared externH Hartley Sweeten2011-10-181-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-08-011-5/+21
|\
| * ext4: fix races in ext4_sync_parent()Theodore Ts'o2011-07-301-5/+21
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-3/+35
|/
* 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
OpenPOWER on IntegriCloud