aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/file.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-4/+21
2021-04-22ext4: Fix occasional generic/418 failureGravatar Jan Kara 1-4/+21
2021-04-12ext4: convert to fileattrGravatar Miklos Szeredi 1-0/+2
2021-01-23iomap: pass a flags argument to iomap_dio_rwGravatar Christoph Hellwig 1-3/+2
2020-12-22ext4: don't leak old mountpoint samplesGravatar Theodore Ts'o 1-1/+1
2020-12-22ext4: drop ext4_handle_dirty_super()Gravatar Jan Kara 1-1/+1
2020-12-22ext4: protect superblock modifications with a buffer lockGravatar Jan Kara 1-0/+3
2020-11-06ext4: make s_mount_flags modifications atomicGravatar Harshad Shirwadkar 1-2/+2
2020-11-06ext4: remove unnecessary fast commit calls from ext4_file_mmapGravatar Harshad Shirwadkar 1-2/+0
2020-10-21ext4: main fast-commit commit pathGravatar Harshad Shirwadkar 1-2/+8
2020-10-18ext4: flag as supporting buffered async readsGravatar Jens Axboe 1-1/+1
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-4/+7
2020-08-19ext4: limit the length of per-inode prealloc listGravatar brookxu 1-1/+1
2020-08-06ext4: do not block RWF_NOWAIT dio write on unallocated spaceGravatar Jan Kara 1-0/+4
2020-08-06ext4: fix coding style in file.cGravatar Dio Putra 1-3/+2
2020-08-05iomap: fall back to buffered writes for invalidation failuresGravatar Christoph Hellwig 1-0/+2
2020-06-03ext4: don't block for O_DIRECT if IOCB_NOWAIT is setGravatar Jens Axboe 1-0/+6
2020-06-03ext4: handle ext4_mark_inode_dirty errorsGravatar Harshad Shirwadkar 1-2/+9
2020-03-05ext4: start to support iopoll methodGravatar Xiaoguang Wang 1-0/+1
2019-12-26ext4: Optimize ext4 DIO overwritesGravatar Jan Kara 1-1/+4
2019-12-22ext4: Move to shared i_rwsem even without dioread_nolock mount optGravatar Ritesh Harjani 1-6/+3
2019-12-22ext4: Start with shared i_rwsem in case of DIO instead of exclusiveGravatar Ritesh Harjani 1-49/+142
2019-12-22ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITGravatar Ritesh Harjani 1-4/+6
2019-11-05ext4: introduce direct I/O write using iomap infrastructureGravatar Matthew Bobrowski 1-72/+174
2019-11-05ext4: move inode extension check out from ext4_iomap_alloc()Gravatar Matthew Bobrowski 1-1/+23
2019-11-05ext4: move inode extension/truncate code out from ->iomap_end() callbackGravatar Matthew Bobrowski 1-1/+88
2019-11-05ext4: introduce direct I/O read using iomap infrastructureGravatar Matthew Bobrowski 1-2/+53
2019-11-05ext4: introduce new callback for IOMAP_REPORTGravatar Matthew Bobrowski 1-2/+4
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+0
2019-08-12ext4: add basic fs-verity supportGravatar Eric Biggers 1-0/+4
2019-08-11ext4: remove unnecessary error checkGravatar Shi Siyuan 1-2/+0
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+6
2019-07-05ext4: disable map_sync for async flushGravatar Pankaj Gupta 1-4/+6
2019-06-09ext4: enforce the immutable flag on open filesGravatar Theodore Ts'o 1-0/+4
2019-05-10ext4: fix data corruption caused by overlapping unaligned and aligned IOGravatar Lukas Czerner 1-0/+7
2019-03-14ext4: fix data corruption caused by unaligned direct AIOGravatar Lukas Czerner 1-1/+1
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxGravatar Dave Jiang 1-1/+1
2018-05-13ext4: do not update s_last_mounted of a frozen fsGravatar Amir Goldstein 1-5/+9
2018-05-13ext4: factor out helper ext4_sample_last_mounted()Gravatar Amir Goldstein 1-36/+46
2018-05-13fs: ext4: add new return type vm_fault_tGravatar Souptick Joarder 1-3/+4
2018-01-07ext4: fix ENOSPC handling in DAX page fault handlerGravatar Jan Kara 1-2/+8
2018-01-07dax: pass detailed error code from dax_iomap_fault()Gravatar Jan Kara 1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+20
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-249/+14
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-19/+4
2017-11-03ext4: Support for synchronous DAX faultsGravatar Jan Kara 1-1/+14
2017-11-03ext4: Simplify error handling in ext4_dax_huge_fault()Gravatar Jan Kara 1-6/+7
2017-11-03dax: Allow dax_iomap_fault() to return pfnGravatar Jan Kara 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-18ext4: switch to fscrypt_file_open()Gravatar Eric Biggers 1-19/+4