summaryrefslogtreecommitdiff
path: root/fs/ext4/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-22/+16
2023-08-27ext4: drop dio overwrite only flag and associated warningBrian Foster1-15/+10
2023-08-25mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-6/+5
2023-07-30ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-7/+6
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-40/+46
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+3
2023-06-27ext4: allow concurrent unaligned dio overwritesBrian Foster1-40/+46
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-6/+3
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-2/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24ext4: Provide a splice-read wrapperDavid Howells1-1/+12
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe1-1/+2
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-12/+22
2023-02-15ext4: dio take shared inode lock when overwriting preallocated blocksZhang Yi1-12/+22
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+6
2022-09-29ext4: avoid crash when inline data creation follows DIO writeJan Kara1-0/+6
2022-09-12ext4: support STATX_DIOALIGNEric Biggers1-16/+26
2022-09-12fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers1-2/+7
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-2/+2
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-1/+1
2022-02-08ext4: support direct I/O with fscrypt using blk-cryptoEric Biggers1-4/+6
2021-12-24ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar1-4/+0
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+3
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-2/+3
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-1/+1
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+2
2021-08-31ext4: Support for checksumming from journal triggersJan Kara1-1/+2
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara1-6/+7
2021-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+21
2021-04-22ext4: Fix occasional generic/418 failureJan Kara1-4/+21
2021-04-12ext4: convert to fileattrMiklos Szeredi1-0/+2
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig1-3/+2
2020-12-22ext4: don't leak old mountpoint samplesTheodore Ts'o1-1/+1
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara1-1/+1
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-0/+3
2020-11-07ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-2/+2
2020-11-07ext4: remove unnecessary fast commit calls from ext4_file_mmapHarshad Shirwadkar1-2/+0
2020-10-22ext4: main fast-commit commit pathHarshad Shirwadkar1-2/+8
2020-10-18ext4: flag as supporting buffered async readsJens Axboe1-1/+1
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+7
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-1/+1
2020-08-06ext4: do not block RWF_NOWAIT dio write on unallocated spaceJan Kara1-0/+4
2020-08-06ext4: fix coding style in file.cDio Putra1-3/+2
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig1-0/+2
2020-06-04ext4: don't block for O_DIRECT if IOCB_NOWAIT is setJens Axboe1-0/+6
2020-06-04ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-2/+9
2020-03-05ext4: start to support iopoll methodXiaoguang Wang1-0/+1
2019-12-26ext4: Optimize ext4 DIO overwritesJan Kara1-1/+4