summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2025-07-10f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu
2025-07-10f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu
2025-06-27f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu
2025-06-19f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu
2025-04-20Revert "f2fs: rebuild nat_bits during umount"Chao Yu
2025-02-08f2fs: Introduce linear search for dentriesDaniel Lee
2024-12-14f2fs: add a sysfs node to limit max read extent count per-inodeChao Yu
2024-12-05f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu
2024-09-12f2fs: remove unused parametersliuderong
2024-09-11f2fs: add valid block ratio not to do excessive GC for one time GCDaeho Jeong
2024-09-11f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong
2024-09-11f2fs: introduce migration_window_granularityDaeho Jeong
2024-09-11f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong
2024-09-11f2fs: get rid of online repaire on corrupted directoryChao Yu
2024-09-11f2fs: prevent atomic file from being dirtied before commitDaeho Jeong
2024-09-06f2fs: convert f2fs_handle_page_eio() to use folioChao Yu
2024-09-06f2fs: convert f2fs_do_write_meta_page() to use folioChao Yu
2024-09-06f2fs: convert f2fs_write_single_data_page() to use folioChao Yu
2024-09-06f2fs: convert f2fs_write_inline_data() to use folioChao Yu
2024-09-06f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folioChao Yu
2024-09-06f2fs: convert f2fs_compress_ctx_add_page() to use folioChao Yu
2024-08-21f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil
2024-08-21f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu
2024-08-15f2fs: get rid of buffer_head useChao Yu
2024-08-15f2fs: reduce expensive checkpoint trigger frequencyChao Yu
2024-08-05f2fs: atomic: fix to avoid racing w/ GCChao Yu
2024-08-05f2fs: fix macro definition stat_inc_cp_countJulian Sun
2024-08-05f2fs: add write priority option based on zone UFSLiao Yuanhong
2024-08-05f2fs: clean up data_blkaddr() and get_dnode_addr()Chao Yu
2024-07-23Merge tag 'f2fs-for-6.11-rc1' 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-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 to do sanity check on blocks for inline_data inodeChao Yu
2024-06-07f2fs: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi
2024-05-15f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor
2024-05-10f2fs: compress: fix error path of inc_valid_block_count()Chao 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-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu
2024-04-19f2fs: convert f2fs_read_inline_data() to use folioChao Yu
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim
2024-04-09f2fs: fix zoned block device information initializationWenjie Qi