summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-07-23Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.casefold' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-10f2fs: clean up addrs_per_{inode,block}()Chao Yu
2024-07-10f2fs: clean up F2FS_I()Chao Yu
2024-07-10f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-07-10f2fs: use meta inode for GC of atomic fileSunmin Jeong
2024-07-10f2fs: only fragment segment in the same sectionSheng Yong
2024-07-10f2fs: fix to update user block counts in block_operations()Chao Yu
2024-07-10f2fs: remove unreachable lazytime mount option parsingEric Sandeen
2024-07-10f2fs: fix null reference error when checking end of zoneDaejun Park
2024-07-09f2fs: fix start segno of large sectionSheng Yong
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik
2024-06-25f2fs: Use in_group_or_capable() helperYouling Tang
2024-06-24f2fs: remove redundant sanity check in sanity_check_inode()Chao Yu
2024-06-21f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim
2024-06-18f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtieZhiguo Niu
2024-06-18f2fs: clean up set REQ_RAHEAD given racJaegeuk Kim
2024-06-18f2fs: enable atgc dynamically if conditions are metZhiguo Niu
2024-06-12f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu
2024-06-12f2fs: fix to cover read extent cache access with lockChao Yu
2024-06-12f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu
2024-06-12f2fs: use new ioprio Macro to get ckpt thread ioprio levelZhiguo Niu
2024-06-12f2fs: fix to don't dirty inode for readonly filesystemChao Yu
2024-06-12f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu
2024-06-12f2fs: fix to force buffered IO on inline_data inodeChao Yu
2024-06-12f2fs: fix to remove redundant SBI_NEED_FSCK flag setZhiguo Niu
2024-06-12f2fs: alloc new section if curseg is not the first seg in its zoneSheng Yong
2024-06-12f2fs: add support for FS_IOC_GETFSSYSFSPATHChao Yu
2024-06-12f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu
2024-06-12f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu
2024-06-07f2fs: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi
2024-06-07f2fs: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi
2024-06-07f2fs: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi
2024-05-20Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-15f2fs: initialize last_block_in_bio variableWu Bo
2024-05-15f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-11f2fs: fix to add missing iput() in gc_data_segment()Chao Yu
2024-05-11f2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong
2024-05-10f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-05-10f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-05-10f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-05-10f2fs: compress: fix error path of inc_valid_block_count()Chao Yu
2024-05-10f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu
2024-05-10f2fs: compress: fix to update i_compr_blocks correctlyChao Yu
2024-05-09f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu
2024-05-09f2fs: fix to limit gc_pin_file_thresholdChao Yu
2024-05-09f2fs: remove unused GC_FAILURE_PINChao Yu
2024-05-09f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu