aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c
AgeCommit message (Expand)Author
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi
2023-11-30ext4: fix warning in ext4_dio_write_end_io()Jan Kara
2023-10-31ext4: properly sync file size update after O_SYNC direct IOJan Kara
2023-10-31ext4: fix racy may inline data check in dio writeBrian Foster
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-27ext4: drop dio overwrite only flag and associated warningBrian Foster
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26ext4: allow concurrent unaligned dio overwritesBrian Foster
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-24ext4: Provide a splice-read wrapperDavid Howells
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-14ext4: dio take shared inode lock when overwriting preallocated blocksZhang Yi
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-09-29ext4: avoid crash when inline data creation follows DIO writeJan Kara
2022-09-11ext4: support STATX_DIOALIGNEric Biggers
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)
2022-02-08ext4: support direct I/O with fscrypt using blk-cryptoEric Biggers
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