summaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar2021-12-231-4/+0
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-2/+3
|\
| * iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-2/+3
* | block: switch polling to be bio basedChristoph Hellwig2021-10-181-1/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-021-1/+2
|\
| * ext4: Support for checksumming from journal triggersJan Kara2021-08-301-1/+2
* | ext4: Convert to use mapping->invalidate_lockJan Kara2021-07-131-6/+7
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-301-4/+21
|\
| * ext4: Fix occasional generic/418 failureJan Kara2021-04-221-4/+21
* | ext4: convert to fileattrMiklos Szeredi2021-04-121-0/+2
|/
* iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-3/+2
* ext4: don't leak old mountpoint samplesTheodore Ts'o2020-12-221-1/+1
* ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-221-1/+1
* ext4: protect superblock modifications with a buffer lockJan Kara2020-12-221-0/+3
* ext4: make s_mount_flags modifications atomicHarshad Shirwadkar2020-11-061-2/+2
* ext4: remove unnecessary fast commit calls from ext4_file_mmapHarshad Shirwadkar2020-11-061-2/+0
* ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-211-2/+8
* ext4: flag as supporting buffered async readsJens Axboe2020-10-181-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-08-211-4/+7
|\
| * ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-1/+1
| * ext4: do not block RWF_NOWAIT dio write on unallocated spaceJan Kara2020-08-061-0/+4
| * ext4: fix coding style in file.cDio Putra2020-08-061-3/+2
* | iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig2020-08-051-0/+2
|/
* ext4: don't block for O_DIRECT if IOCB_NOWAIT is setJens Axboe2020-06-031-0/+6
* ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-2/+9
* ext4: start to support iopoll methodXiaoguang Wang2020-03-051-0/+1
* ext4: Optimize ext4 DIO overwritesJan Kara2019-12-261-1/+4
* ext4: Move to shared i_rwsem even without dioread_nolock mount optRitesh Harjani2019-12-221-6/+3
* ext4: Start with shared i_rwsem in case of DIO instead of exclusiveRitesh Harjani2019-12-221-49/+142
* ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITRitesh Harjani2019-12-221-4/+6
* ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski2019-11-051-72/+174
* ext4: move inode extension check out from ext4_iomap_alloc()Matthew Bobrowski2019-11-051-1/+23
* ext4: move inode extension/truncate code out from ->iomap_end() callbackMatthew Bobrowski2019-11-051-1/+88
* ext4: introduce direct I/O read using iomap infrastructureMatthew Bobrowski2019-11-051-2/+53
* ext4: introduce new callback for IOMAP_REPORTMatthew Bobrowski2019-11-051-2/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-09-211-2/+0
|\
| * ext4: remove unnecessary error checkShi Siyuan2019-08-111-2/+0
* | ext4: add basic fs-verity supportEric Biggers2019-08-121-0/+4
|/
* Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-4/+6
|\
| * ext4: disable map_sync for async flushPankaj Gupta2019-07-051-4/+6
* | ext4: enforce the immutable flag on open filesTheodore Ts'o2019-06-091-0/+4
|/
* ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-101-0/+7
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-141-1/+1
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-1/+1
* ext4: do not update s_last_mounted of a frozen fsAmir Goldstein2018-05-131-5/+9
* ext4: factor out helper ext4_sample_last_mounted()Amir Goldstein2018-05-131-36/+46
* fs: ext4: add new return type vm_fault_tSouptick Joarder2018-05-131-3/+4
* ext4: fix ENOSPC handling in DAX page fault handlerJan Kara2018-01-071-2/+8
* dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-071-1/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-6/+20
|\