aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds6-123/+15
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+3
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+3
2026-07-31f2fs: convert iomap ops to ->iomap_next()Joanne Koong1-1/+3
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-20f2fs: Update outdated comment in f2fs_write_begin()Eric Biggers1-1/+1
2026-07-20fscrypt: Remove fscrypt_dio_supported()Eric Biggers1-5/+1
2026-07-20f2fs: Remove fs-layer file contents en/decryption codeEric Biggers5-117/+12
2026-07-20fscrypt: Always use blk-crypto for contents on block-based filesystemsEric Biggers1-0/+1
2026-07-20fscrypt: Avoid dynamic allocation in fscrypt_get_devices()Eric Biggers1-11/+14
2026-07-20fscrypt: Use lock guards for mutexesEric Biggers0-0/+0
2026-07-01f2fs: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-29f2fs: open via dedicated fs bdev helpersChristian Brauner1-3/+3
2026-06-22f2fs: fix to round down start offset of fallocate for pin fileSunmin Jeong1-1/+8
2026-06-22f2fs: fix listxattr handling of corrupted xattr entriesKeshav Verma1-3/+3
2026-06-22f2fs: skip direct I/O iostat context when disabledWenjie Qi1-0/+3
2026-06-22f2fs: remove unneeded f2fs_is_compressed_page()Chao Yu1-2/+1
2026-06-22f2fs: avoid unnecessary fscrypt_finalize_bounce_page()Chao Yu1-0/+3
2026-06-22f2fs: avoid unnecessary sanity check on ckpt_valid_blocksChao Yu1-6/+2
2026-06-22f2fs: misc cleanup in f2fs_record_stop_reason()Chao Yu1-2/+1
2026-06-22f2fs: fix wrong description in printed logChao Yu1-1/+1
2026-06-22f2fs: bound i_inline_xattr_size for non-inline-xattr inodesBryam Vargas1-3/+3
2026-06-22f2fs: validate ACL entry sizes in f2fs_acl_from_disk()Zhang Cen1-2/+16
2026-06-22Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block"Zhaoyang Huang1-5/+1
2026-06-22f2fs: Split f2fs_write_end_io()Bart Van Assche1-5/+9
2026-06-22f2fs: Rename f2fs_post_read_wq into f2fs_wqBart Van Assche4-22/+16
2026-06-22f2fs: Prepare for supporting delayed bio completionBart Van Assche1-1/+6
2026-06-22f2fs: reject setattr size changes on large folio filesWenjie Qi1-0/+2
2026-06-22f2fs: validate dentry name length before lookup compares itSamuel Moelius1-0/+5
2026-06-22f2fs: validate inline dentry name lengths before conversionSamuel Moelius1-0/+7
2026-06-22f2fs: read COW data with the original inode during atomic writeMikhail Lobanov1-10/+16
2026-06-22f2fs: skip inode folio lookup for cached overwriteWenjie Qi1-0/+5
2026-06-22f2fs: keep atomic write retry from zeroing original dataWenjie Qi1-5/+11
2026-06-22f2fs: validate orphan inode entry countWenjie Qi1-1/+13
2026-06-22f2fs: honor per-I/O write streams for direct writesWenjie Qi1-1/+23
2026-06-22f2fs: fix to do sanity check on f2fs_get_node_folio_ra()Chao Yu2-1/+6
2026-06-22Revert: "f2fs: check in-memory sit version bitmap"Chao Yu2-22/+0
2026-06-22Revert: "f2fs: check in-memory block bitmap"Chao Yu2-44/+0
2026-06-22f2fs: avoid false shutdown fserror reportsWenjie Qi2-1/+9
2026-06-22f2fs: validate compress cache inode only when enabledWenjie Qi1-2/+7
2026-06-22f2fs: pass correct iostat type for single node writesWenjie Qi1-1/+1
2026-06-22f2fs: fix missing read bio submission on large folio errorWenjie Qi1-6/+5
2026-06-22f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inodeChao Yu2-11/+50
2026-06-22f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs()Chao Yu1-7/+7
2026-06-22f2fs: add logs in f2fs_disable_checkpoint()Chao Yu1-1/+18
2026-06-22f2fs: add iostat latency tracking for direct IOliujinbao11-0/+35
2026-06-22f2fs: optimize representative type determination in GCDaeho Jeong1-3/+8
2026-06-22f2fs: Add trace_f2fs_fault_reportliujinbao12-1/+26