summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu
2024-03-04f2fs: fix to check return value of f2fs_gc_rangeZhiguo Niu
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu
2024-03-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-03-04f2fs: fix to reset fields for unloaded cursegChao Yu
2024-03-04f2fs: clean up new_curseg()Chao Yu
2024-03-04f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()Chao Yu
2024-03-04f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()Chao Yu
2024-03-04f2fs: ro: don't start discard thread for readonly imageChao Yu
2024-03-04f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu
2024-03-04f2fs: fix to check return value in f2fs_insert_range()Chao Yu
2024-03-04f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu
2024-03-04f2fs: allow to mount if cap is 100Jaegeuk Kim
2024-03-04f2fs: print zone status in string and some logJaegeuk Kim
2024-02-29f2fs: fix write pointers all the timeJaegeuk Kim
2024-02-29f2fs: check number of blocks in a current sectionJaegeuk Kim
2024-02-29f2fs: prevent an f2fs_gc loop during disable_checkpointJaegeuk Kim
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu
2024-02-29f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu
2024-02-29f2fs: delete f2fs_get_new_segment() declarationChao Yu
2024-02-27f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi
2024-02-27f2fs: introduce get_available_block_count() for cleanupChao Yu
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim
2024-02-27f2fs: support SEEK_DATA and SEEK_HOLE for compression filesDaeho Jeong
2024-02-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu
2024-02-27f2fs: Use folio in f2fs_read_merkle_tree_pageHuangXiaojia
2024-02-27f2fs: fix to create selinux label during whiteout initializationChao Yu
2024-02-27f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-02-25f2fs: port block device access to filesChristian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn
2024-02-12f2fs: guard blkdev_zone_mgmt with nofs scopeJohannes Thumshirn
2024-02-08fs: super_set_uuid()Kent Overstreet
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-02-06fs: Move enum rw_hint into a new header fileBart Van Assche
2024-02-05f2fs: fix to avoid potential panic during recoveryChao Yu
2024-02-05f2fs: use IS_INODE replace IS_DNODE in f2fs_flush_inline_dataZhiguo Niu
2024-02-05f2fs: compress: remove some redundant codes in f2fs_cache_compressed_pageZhiguo Niu
2024-02-05f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu
2024-02-05f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu
2024-02-05f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu
2024-02-05f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi
2024-02-05f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu
2024-02-05f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu
2024-02-05f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu