summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
12 daysf2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu1-3/+0
12 daysf2fs: fix to avoid updating compression context during writebackChao Yu1-1/+2
12 daysf2fs: drop inode from the donation list when the last file is closedJaegeuk Kim1-0/+2
12 daysf2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim1-1/+11
12 daysf2fs: remove unused GC_FAILURE_PINChao Yu1-9/+5
12 daysf2fs: fix to avoid potential deadlockChao Yu1-1/+0
12 daysf2fs: fix age extent cache insertion skip on counter overflowXiaole He1-0/+6
2025-12-01f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dicZhiguo Niu1-0/+2
2025-10-15f2fs: fix condition in __allow_reserved_blocks()Chao Yu1-3/+1
2025-08-15f2fs: fix to avoid out-of-boundary access in devs.pathChao Yu1-1/+1
2025-06-27f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu1-0/+5
2025-06-19f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu1-2/+8
2025-04-25Revert "f2fs: rebuild nat_bits during umount"Chao Yu1-2/+30
2025-02-08f2fs: Introduce linear search for dentriesDaniel Lee1-2/+4
2024-12-09f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu1-2/+1
2024-10-04fs: Create a generic is_dot_dotdot() utilityChuck Lever1-11/+0
2024-10-04f2fs: get rid of online repaire on corrupted directoryChao Yu1-11/+0
2024-10-04f2fs: prevent atomic file from being dirtied before commitDaeho Jeong1-1/+1
2024-10-04f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil1-0/+12
2024-10-04f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu1-1/+1
2024-10-04f2fs: support .shutdown in f2fs_sopsChao Yu1-0/+2
2024-10-04f2fs: reduce expensive checkpoint trigger frequencyChao Yu1-0/+2
2024-10-04f2fs: atomic: fix to avoid racing w/ GCChao Yu1-1/+7
2024-09-08f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu1-1/+1
2024-08-19f2fs: fix to cover read extent cache access with lockChao Yu1-1/+1
2024-08-03f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu1-0/+1
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong1-2/+11
2024-08-03f2fs: use meta inode for GC of atomic fileSunmin Jeong1-1/+6
2024-07-11f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
2024-07-11f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu1-4/+8
2024-06-12f2fs: compress: fix error path of inc_valid_block_count()Chao Yu1-7/+8
2024-06-12f2fs: introduce get_available_block_count() for cleanupChao Yu1-22/+27
2024-06-12f2fs: deprecate io_bitsJaegeuk Kim1-20/+5
2024-06-12f2fs: support file pinning for zoned devicesDaeho Jeong1-1/+16
2024-06-12f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim1-8/+13
2024-06-12f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu1-17/+23
2024-04-03f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-03-27f2fs: fix to truncate meta inode pages forcelyChao Yu1-1/+27
2024-03-27f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu1-0/+7
2024-03-27f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu1-2/+4
2024-03-27f2fs: fix to create selinux label during whiteout initializationChao Yu1-1/+2
2024-03-27f2fs: fix to avoid potential panic during recoveryChao Yu1-0/+5
2024-03-27f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu1-2/+11
2024-03-27f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu1-3/+1
2024-03-27f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu1-1/+6
2024-03-27f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu1-1/+1
2024-03-27f2fs: introduce get_dnode_addr() to clean up codesChao Yu1-3/+15
2024-03-27f2fs: delete obsolete FI_DROP_CACHEChao Yu1-6/+0
2024-03-27f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu1-6/+0
2024-03-27f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu1-1/+3