summaryrefslogtreecommitdiff
path: root/fs/ext4/file.c
AgeCommit message (Expand)Author
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-22ext4: Fix occasional generic/418 failureJan Kara
2021-04-12ext4: convert to fileattrMiklos Szeredi
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig
2020-12-22ext4: don't leak old mountpoint samplesTheodore Ts'o
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar
2020-11-06ext4: remove unnecessary fast commit calls from ext4_file_mmapHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-18ext4: flag as supporting buffered async readsJens Axboe
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu
2020-08-06ext4: do not block RWF_NOWAIT dio write on unallocated spaceJan Kara
2020-08-06ext4: fix coding style in file.cDio Putra
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig
2020-06-03ext4: don't block for O_DIRECT if IOCB_NOWAIT is setJens Axboe
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar
2020-03-05ext4: start to support iopoll methodXiaoguang Wang
2019-12-26ext4: Optimize ext4 DIO overwritesJan Kara
2019-12-22ext4: Move to shared i_rwsem even without dioread_nolock mount optRitesh Harjani
2019-12-22ext4: Start with shared i_rwsem in case of DIO instead of exclusiveRitesh Harjani
2019-12-22ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAITRitesh Harjani
2019-11-05ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski
2019-11-05ext4: move inode extension check out from ext4_iomap_alloc()Matthew Bobrowski
2019-11-05ext4: move inode extension/truncate code out from ->iomap_end() callbackMatthew Bobrowski
2019-11-05ext4: introduce direct I/O read using iomap infrastructureMatthew Bobrowski
2019-11-05ext4: introduce new callback for IOMAP_REPORTMatthew Bobrowski
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-08-12ext4: add basic fs-verity supportEric Biggers
2019-08-11ext4: remove unnecessary error checkShi Siyuan
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-05ext4: disable map_sync for async flushPankaj Gupta
2019-06-09ext4: enforce the immutable flag on open filesTheodore Ts'o
2019-05-10ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner
2019-03-14ext4: fix data corruption caused by unaligned direct AIOLukas Czerner
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-05-13ext4: do not update s_last_mounted of a frozen fsAmir Goldstein
2018-05-13ext4: factor out helper ext4_sample_last_mounted()Amir Goldstein
2018-05-13fs: ext4: add new return type vm_fault_tSouptick Joarder
2018-01-07ext4: fix ENOSPC handling in DAX page fault handlerJan Kara
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds