summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2025-04-22mm/migrate: fix sleep in atomic for large folios and buffer headsDavidlohr Bueso1-1/+2
2025-04-22fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso1-1/+2
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-37/+63
2025-04-12ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-04-12ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo2-6/+6
2025-04-12ext4: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-10/+8
2025-04-10ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-17/+5
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds26-1010/+858
2025-03-24Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+5
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2025-03-21ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-03-21ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz1-3/+4
2025-03-21ext4: correct the error handle in ext4_fallocate()Zhang Yi1-1/+1
2025-03-21ext4: Make sb update interval tunableOjaswin Mujoo3-7/+21
2025-03-21ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo3-9/+25
2025-03-21ext4: define ext4_journal_destroy wrapperOjaswin Mujoo2-10/+20
2025-03-21ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)Ethan Carter Edwards1-1/+1
2025-03-20ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry1-1/+5
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple1-0/+2
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple1-12/+1
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple1-4/+1
2025-03-18ext4: clear DISCARD flag if device does not support discardDiangang Li1-1/+3
2025-03-18ext4: reorder capability check lastChristian Göttsche1-2/+2
2025-03-18ext4: update the comment about mb_optimize_scanZizhi Wo1-2/+2
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)2-2/+2
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2025-03-18ext4: introduce ITAIL helperYe Bin2-5/+8
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers15-56/+57
2025-03-17ext4: verify fast symlink lengthJan Kara1-2/+10
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)2-2/+2
2025-03-16ext4: ignore xattrs past endBhupesh1-1/+10
2025-03-16ext4: remove unused input "inode" in ext4_find_dest_deKemeng Shi3-6/+4
2025-03-16ext4: remove unneeded forward declaration in namei.cKemeng Shi1-30/+0
2025-03-16ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi1-4/+12
2025-03-13Revert "ext4: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-3/+0
2025-03-13ext4: show 'shutdown' hint when ext4 is forced to shutdownBaokun Li1-0/+3
2025-03-13ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li1-0/+3
2025-03-13ext4: correct behavior under errors=remount-ro modeBaokun Li1-11/+8
2025-03-13ext4: add more ext4_emergency_state() checks around sb_rdonly()Baokun Li3-13/+18
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li12-61/+91
2025-03-13ext4: add EXT4_FLAGS_EMERGENCY_RO bitBaokun Li1-0/+6
2025-03-13ext4: convert EXT4_FLAGS_* defines to enumBaokun Li1-3/+5
2025-03-13ext4: pack holes in ext4_inode_infoBaokun Li1-4/+3
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li3-28/+5
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li1-4/+0