summaryrefslogtreecommitdiffstats
path: root/fs/ext4/fsync.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: drop EXT4_MF_FS_ABORTED flagJan Kara2023-07-291-4/+3
* ext4: make ext4_forced_shutdown() take struct super_blockJan Kara2023-07-291-1/+1
* Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-291-17/+16
|\
| * ext4: Use generic_buffers_fsync_noflush() implementationRitesh Harjani (IBM)2023-05-161-17/+16
* | ext4: fix fsync for non-directoriesJan Kara2023-05-301-0/+7
|/
* ext4: Drop special handling of journalled data from ext4_sync_file()Jan Kara2023-04-141-11/+0
* block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
* ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu2020-12-031-1/+1
* ext4: make s_mount_flags modifications atomicHarshad Shirwadkar2020-11-061-1/+1
* ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-211-1/+1
* ext4: add trace exit in exception path.Zhang Qilong2020-10-181-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-15/+13
|\
| * ext4: fix race between ext4_sync_parent() and rename()Eric Biggers2020-06-031-15/+13
* | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
|/
* ext4: update ext4_sync_file() to not use __generic_file_fsync()Matthew Bobrowski2019-11-051-25/+47
* Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-01-311-9/+4
* ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o2018-12-311-0/+3
* ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o2018-12-311-4/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton2017-07-061-1/+1
* ext4: add shutdown bit and check for itTheodore Ts'o2017-02-051-0/+3
* ext4: cleanup ext4_sync_parent()Jan Kara2016-09-051-1/+8
* ext4: respect the nobarrier mount option in nojournal modeTheodore Ts'o2016-06-261-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | ext4: remove unused header filesSheng Yong2015-04-021-1/+0
|/
* 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