summaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c
AgeCommit message (Expand)AuthorLines
2024-12-11ext4: add pre-content fsnotify hook for DAX faultsJan Kara-0/+3
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+5
2024-11-12ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng-2/+3
2024-11-05ext4: Do not fallback to buffered-io for DIO atomic writeRitesh Harjani (IBM)-0/+7
2024-11-05ext4: Support setting FMODE_CAN_ATOMIC_WRITERitesh Harjani (IBM)-0/+3
2024-11-05ext4: Check for atomic writes support in write iterRitesh Harjani (IBM)-0/+14
2024-10-30ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter()Markus Elfring-5/+2
2024-09-03ext4: dax: keep orphan list before truncate overflow allocated blocksyangerkun-6/+6
2024-08-26ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng-4/+4
2024-05-18Merge tag 'ext4_for_linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+2
2024-05-02ext4: replace deprecated strncpy with alternativesJustin Stitt-2/+1
2024-05-02ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig-1/+1
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner-3/+3
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi-1/+1
2023-11-30ext4: fix warning in ext4_dio_write_end_io()Jan Kara-6/+8
2023-10-31ext4: properly sync file size update after O_SYNC direct IOJan Kara-88/+65
2023-10-31ext4: fix racy may inline data check in dio writeBrian Foster-7/+9
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-22/+16
2023-08-27ext4: drop dio overwrite only flag and associated warningBrian Foster-15/+10
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)-6/+5
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara-7/+6
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-40/+46
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+3
2023-06-26ext4: allow concurrent unaligned dio overwritesBrian Foster-40/+46
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig-6/+3
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig-2/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells-1/+1
2023-05-24ext4: Provide a splice-read wrapperDavid Howells-1/+12
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe-1/+2
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-12/+22
2023-02-14ext4: dio take shared inode lock when overwriting preallocated blocksZhang Yi-12/+22
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2022-10-20fs: rename current get acl methodChristian Brauner-1/+1
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+6
2022-09-29ext4: avoid crash when inline data creation follows DIO writeJan Kara-0/+6
2022-09-11ext4: support STATX_DIOALIGNEric Biggers-16/+26
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers-2/+7
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig-2/+2
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)-1/+1
2022-02-08ext4: support direct I/O with fscrypt using blk-cryptoEric Biggers-4/+6
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar-4/+0
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+3
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher-2/+3
2021-10-18block: switch polling to be bio basedChristoph Hellwig-1/+1
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+2
2021-08-30ext4: Support for checksumming from journal triggersJan Kara-1/+2
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara-6/+7
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-4/+21
2021-04-22ext4: Fix occasional generic/418 failureJan Kara-4/+21
2021-04-12ext4: convert to fileattrMiklos Szeredi-0/+2