aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/orphan.c
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
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