summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim
2020-10-08f2fs: fix memory alignment to support 32bitJaegeuk Kim
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-11f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong
2020-09-11f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong
2020-09-11f2fs: allocate proper size memory for zstd decompressChao Yu
2020-09-11f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-10f2fs: Use generic casefolding supportDaniel Rosenberg
2020-09-10f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu
2020-09-10f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu
2020-09-10f2fs: inherit mtime of original block during GCChao Yu
2020-09-10f2fs: introduce inmem cursegChao Yu
2020-09-10f2fs: remove duplicated type castingXiaojun Wang
2020-09-10f2fs: support zone capacity less than zone sizeAravind Ramesh
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03f2fs: replace test_and_set/clear_bit() with set/clear_bit()Yufen Yu
2020-07-26f2fs: space related cleanupJack Qiu
2020-07-23f2fs: Change the type of f2fs_flush_inline_data() to voidJia Yang
2020-07-21f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctlDaeho Jeong
2020-07-20f2fs: use generic names for generic ioctlsEric Biggers
2020-07-08f2fs: fix error path in do_recover_data()Chao Yu
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong
2020-07-07f2fs: avoid readahead race conditionJaegeuk Kim
2020-07-07f2fs: split f2fs_allocate_new_segments()Chao Yu
2020-07-07f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun
2020-07-07f2fs: fix to wait page writeback before updateChao Yu
2020-07-07f2fs: show more debug info for per-temperature logChao Yu
2020-07-07f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu
2020-07-07f2fs: add prefix for exported symbolsChao Yu
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2020-06-08f2fs: add node_io_flag for bio flags likewise data_io_flagJaegeuk Kim
2020-06-08f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers
2020-06-02f2fs: use attach/detach_page_privateGuoqing Jiang
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers
2020-05-18f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim
2020-05-11f2fs: add compressed/gc data read IO statChao Yu
2020-05-11f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim
2020-05-11f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKSChao Yu
2020-05-11f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande
2020-05-11f2fs: Fix wrong stub helper update_sit_infoYueHaibing
2020-05-11f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKSChao Yu
2020-05-11f2fs: rework filename handlingEric Biggers
2020-05-11f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers
2020-05-11f2fs: compress: support lzo-rle compress algorithmChao Yu