aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-20ext4: Add multi-fsblock atomic write support with bigallocRitesh Harjani (IBM)1-1/+6
2025-05-20ext4: factor out ext4_get_maxbytes()Zhang Yi1-6/+1
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-8/+19
2025-03-13Revert "ext4: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-3/+0
2025-03-13ext4: add more ext4_emergency_state() checks around sb_rdonly()Baokun Li1-1/+2
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li1-7/+17
2024-12-11ext4: add pre-content fsnotify hook for DAX faultsJan Kara1-0/+3
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+5
2024-11-12ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng1-2/+3
2024-11-05ext4: Do not fallback to buffered-io for DIO atomic writeRitesh Harjani (IBM)1-0/+7
2024-11-05ext4: Support setting FMODE_CAN_ATOMIC_WRITERitesh Harjani (IBM)1-0/+3
2024-11-05ext4: Check for atomic writes support in write iterRitesh Harjani (IBM)1-0/+14
2024-10-30ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter()Markus Elfring1-5/+2
2024-09-03ext4: dax: keep orphan list before truncate overflow allocated blocksyangerkun1-6/+6
2024-08-26ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng1-4/+4
2024-05-18Merge tag 'ext4_for_linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+2
2024-05-02ext4: replace deprecated strncpy with alternativesJustin Stitt1-2/+1
2024-05-02ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig1-1/+1
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-3/+3
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi1-1/+1
2023-11-30ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2023-10-31ext4: properly sync file size update after O_SYNC direct IOJan Kara1-88/+65
2023-10-31ext4: fix racy may inline data check in dio writeBrian Foster1-7/+9
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-22/+16
2023-08-27ext4: drop dio overwrite only flag and associated warningBrian Foster1-15/+10
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-6/+5
2023-07-29ext4: 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/tytso/ext4Linus Torvalds1-40/+46
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-8/+3
2023-06-26ext4: allow concurrent unaligned dio overwritesBrian Foster1-40/+46
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-6/+3
2023-06-09backing_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/tytso/ext4Linus Torvalds1-12/+22
2023-02-14ext4: dio take shared inode lock when overwriting preallocated blocksZhang Yi1-12/+22
2023-02-09mm: 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-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+6
2022-09-29ext4: avoid crash when inline data creation follows DIO writeJan Kara1-0/+6
2022-09-11ext4: support STATX_DIOALIGNEric Biggers1-16/+26
2022-09-11fscrypt: 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-23ext4: 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/kernel/git/gfs2/linux-gfs2Linus 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