summaryrefslogtreecommitdiff
path: root/fs/ext4/orphan.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-06ext4: fix spurious message about orphan cleanup on RO fsJan Kara1-1/+1
2026-07-22ext4: use str_plural() instead of custom macroJoshua Crofts1-4/+3
2026-07-22ext4: fix buffer_head leak in ext4_init_orphan_infoGuanghui Yang1-2/+6
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-8/+8
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+1
2025-12-03Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-11-26ext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik1-2/+2
2025-10-10ext4: free orphan info with kvfreeJan Kara1-2/+2
2025-09-26ext4: fix checks for orphan inodesJan Kara1-5/+1
2025-09-26ext4: verify orphan file size is not too bigJan Kara1-1/+12
2025-08-12ext4: use kmalloc_array() for array space allocationLiao Yuanhong1-2/+3
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers1-7/+6
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers1-1/+1
2022-12-08ext4: remove trailing newline from ext4_msg() messageLuís Henriques1-1/+1
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara1-12/+12
2022-02-03fs/ext4: fix comments mentioning i_mutexhongnanli1-2/+2
2021-08-30ext4: Improve scalability of ext4 orphan file handlingJan Kara1-25/+52
2021-08-30ext4: Speedup ext4 orphan inode handlingJan Kara1-39/+301
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara1-0/+363