summaryrefslogtreecommitdiff
path: root/fs/ext4/file.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-46/+105
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig1-1/+3
2026-07-30ext4: export converted block count from ext4_convert_unwritten_extents()Zhang Yi1-1/+2
2026-07-22ext4: fix NOWAIT semantic violation in DAX extending writesBaokun Li1-0/+5
2026-07-22ext4: use kiocb_modified instead of file_modified in DIO/DAX write pathBaokun Li1-3/+3
2026-07-22ext4: base unaligned DIO lock decision on partial block zeroingBaokun Li1-35/+73
2026-07-22ext4: skip overwrite check for aligned non-extending DIO writesBaokun Li1-22/+30
2026-07-22ext4: drain in-flight DIO before buffered write fallbackBaokun Li1-0/+7
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+17
2026-04-09ext4: zero post-EOF partial block before appending writeZhang Yi1-0/+17
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman1-1/+0
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-2/+2
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+9
2026-01-19ext4: remove unused unwritten parameter in ext4_dio_write_iter()Zhang Yi1-7/+7
2026-01-19ext4: remove useless ext4_iomap_overwrite_opsZhang Yi1-4/+1
2026-01-19ext4: avoid starting handle when dio writing an unwritten extentZhang Yi1-3/+1
2026-01-19ext4: remove unnecessary zero-initialization via memsetpengdonglin1-1/+0
2026-01-12ext4: add setlease file operationJeff Layton1-0/+2
2025-09-26ext4: fix checks for orphan inodesJan Kara1-1/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+7
2025-07-16ext4: support uncached buffered I/OTaotao Chen1-1/+2
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-1/+1
2025-06-17fs/ext4: transition from deprecated .mmap hook to .mmap_prepareLorenzo Stoakes1-6/+7
2025-06-17fs/dax: make it possible to check dev dax support without a VMALorenzo Stoakes1-1/+1
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/ker...Linus 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/ker...Linus 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/ker...Linus 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/kern...Linus Torvalds1-22/+16