summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu1-1/+3
2022-10-26f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu1-6/+13
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu1-0/+4
2022-06-09f2fs: fix to do sanity check for inline inodeChao Yu1-0/+1
2022-06-09f2fs: fix to do sanity check on total_data_blocksChao Yu1-2/+2
2022-06-09f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu1-4/+10
2022-01-27f2fs: fix to reserve space for IO align featureChao Yu1-0/+11
2021-11-26f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim1-2/+1
2021-07-19f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu1-0/+2
2021-05-19f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu1-1/+1
2021-05-19f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu1-0/+1
2021-05-19f2fs: fix to align to section for fallocate() on pinned fileChao Yu1-1/+1
2021-05-19f2fs: fix to allow migrating fully valid segmentChao Yu1-1/+1
2021-05-19f2fs: move ioctl interface definitions to separated fileChao Yu1-79/+0
2021-03-04f2fs: compress: fix potential deadlockChao Yu1-1/+1
2021-01-06f2fs: fix race of pending_pages in decompressionDaeho Jeong1-0/+1
2021-01-06f2fs: avoid race condition for shrinker countJaegeuk Kim1-2/+8
2020-12-26f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+84
2020-10-14f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim1-1/+1
2020-10-09f2fs: fix memory alignment to support 32bitJaegeuk Kim1-1/+1
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu1-0/+4
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu1-0/+9
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-1/+1
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-23/+0
2020-09-11f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong1-11/+6
2020-09-11f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong1-7/+10
2020-09-11f2fs: allocate proper size memory for zstd decompressChao Yu1-1/+1
2020-09-11f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong1-4/+5
2020-09-11f2fs: support age threshold based garbage collectionChao Yu1-4/+25
2020-09-11f2fs: Use generic casefolding supportDaniel Rosenberg1-4/+0
2020-09-11f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu1-2/+2
2020-09-11f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu1-3/+12
2020-09-11f2fs: inherit mtime of original block during GCChao Yu1-2/+3
2020-09-11f2fs: introduce inmem cursegChao Yu1-3/+9
2020-09-11f2fs: remove duplicated type castingXiaojun Wang1-2/+2
2020-09-11f2fs: support zone capacity less than zone sizeAravind Ramesh1-0/+5
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-04f2fs: replace test_and_set/clear_bit() with set/clear_bit()Yufen Yu1-2/+2
2020-07-26f2fs: space related cleanupJack Qiu1-2/+2
2020-07-24f2fs: Change the type of f2fs_flush_inline_data() to voidJia Yang1-1/+1
2020-07-21f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctlDaeho Jeong1-0/+15
2020-07-21f2fs: use generic names for generic ioctlsEric Biggers1-24/+1
2020-07-08f2fs: fix error path in do_recover_data()Chao Yu1-2/+2
2020-07-08f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong1-2/+8
2020-07-08f2fs: avoid readahead race conditionJaegeuk Kim1-0/+1
2020-07-08f2fs: split f2fs_allocate_new_segments()Chao Yu1-1/+2
2020-07-08f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun1-0/+8
2020-07-08f2fs: fix to wait page writeback before updateChao Yu1-1/+1
2020-07-08f2fs: show more debug info for per-temperature logChao Yu1-0/+3