aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fsync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2020-12-03ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu1-1/+1
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-1/+1
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-1/+1
2020-10-18ext4: add trace exit in exception path.Zhang Qilong1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-15/+13
2020-06-03ext4: fix race between ext4_sync_parent() and rename()Eric Biggers1-15/+13
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2019-11-05ext4: update ext4_sync_file() to not use __generic_file_fsync()Matthew Bobrowski1-25/+47
2019-01-31Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o1-9/+4
2018-12-31ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o1-0/+3
2018-12-31ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o1-4/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-06ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton1-1/+1
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o1-0/+3
2016-09-05ext4: cleanup ext4_sync_parent()Jan Kara1-1/+8
2016-06-26ext4: respect the nobarrier mount option in nojournal modeTheodore Ts'o1-1/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-02ext4: remove unused header filesSheng Yong1-1/+0
2013-06-12ext4: Fix fsync error handling after filesystem abortDmitry Monakhov1-1/+6
2013-06-04ext4: remove i_mutex from ext4_file_sync()Jan Kara1-6/+2
2013-06-04ext4: use generic_file_fsync() in ext4_file_fsync() in nojournal modeJan Kara1-36/+11
2013-06-04ext4: defer clearing of PageWriteback after extent conversionJan Kara1-4/+0
2013-04-03ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o1-2/+1
2012-12-25ext4: fix an incorrect comment about i_mutexAndy Lutomirski1-2/+0
2012-12-10ext4: use sync_inode_metadata() when syncing inode metadataGuo Chao1-5/+1
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov1-1/+1
2012-09-29ext4: completed_io locking cleanupDmitry Monakhov1-81/+0
2012-08-17ext4: check return value of blkdev_issue_flush()Theodore Ts'o1-3/+6
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-07-14ext4: get rid of open-coded d_find_any_alias()Al Viro1-8/+1
2012-03-05ext4: fix race between sync and completed io workJeff Moyer1-0/+2
2011-10-31ext4: optimize locking for end_io extent conversionTheodore Ts'o1-3/+2
2011-10-30ext4: Use correct locking for ext4_end_io_nolock()Tao Ma1-3/+0
2011-10-18ext4: functions should not be declared externH Hartley Sweeten1-1/+1
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+21
2011-07-30ext4: fix races in ext4_sync_parent()Theodore Ts'o1-5/+21
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+35
2011-05-24ext4: fix waiting and sending of a barrier in ext4_sync_file()Jan Kara1-16/+7
2011-05-09ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.cTao Ma1-1/+1
2011-04-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+14
2011-04-10ext4: sync the directory inode in ext4_sync_parent()Curt Wohlgemuth1-3/+14
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-21ext4: add more tracepoints and use dev_t in the trace bufferJiaying Zhang1-5/+9
2011-01-10ext4: flush the i_completed_io_list during ext4_truncateJiaying Zhang1-2/+2
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-0/+83
2010-10-27ext4: move flush_completed_IO to fs/ext4/fsync.c and make it staticTheodore Ts'o1-0/+83
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-3/+2