summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-08f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu1-1/+1
2020-07-08f2fs: add prefix for exported symbolsChao Yu1-2/+2
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-45/+126
2020-06-09f2fs: add node_io_flag for bio flags likewise data_io_flagJaegeuk Kim1-0/+1
2020-06-09f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers1-7/+1
2020-06-02f2fs: use attach/detach_page_privateGuoqing Jiang1-9/+2
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)1-3/+0
2020-05-19fscrypt: support test_dummy_encryption=v2Eric Biggers1-2/+2
2020-05-18f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim1-0/+1
2020-05-12f2fs: add compressed/gc data read IO statChao Yu1-0/+2
2020-05-12f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim1-1/+1
2020-05-12f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKSChao Yu1-0/+2
2020-05-12f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande1-0/+1
2020-05-12f2fs: Fix wrong stub helper update_sit_infoYueHaibing1-1/+1
2020-05-12f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKSChao Yu1-0/+6
2020-05-12f2fs: rework filename handlingEric Biggers1-19/+59
2020-05-12f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers1-5/+0
2020-05-12f2fs: compress: support lzo-rle compress algorithmChao Yu1-0/+1
2020-05-12f2fs: introduce mempool for {,de}compress intermediate page allocationChao Yu1-0/+4
2020-05-08f2fs: support partial truncation on compressed inodeChao Yu1-0/+2
2020-05-08f2fs: remove redundant compress inode checkChao Yu1-2/+0
2020-05-08f2fs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-04-17f2fs: support read iostatChao Yu1-10/+27
2020-04-17f2fs: add tracepoint for f2fs iostatDaeho Jeong1-1/+15
2020-04-17f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUAJaegeuk Kim1-0/+3
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-89/+117
2020-04-03f2fs: fix to disable compression on directoryChao Yu1-4/+6
2020-04-03f2fs: switch discard_policy.timeout to bool typeChao Yu1-1/+1
2020-04-03f2fs: compress: support zstd compress algorithmChao Yu1-0/+5
2020-03-31f2fs: fix potential .flags overflow on 32bit architectureChao Yu1-50/+49
2020-03-31f2fs: don't trigger data flush in foreground operationChao Yu1-1/+1
2020-03-31f2fs: clean up f2fs_may_encrypt()Chao Yu1-4/+9
2020-03-31f2fs: don't mark compressed inode dirty during f2fs_iget()Chao Yu1-1/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-03-23f2fs: use kmem_cache pool during inline xattr lookupsChao Yu1-0/+3
2020-03-19f2fs: avoid __GFP_NOFAIL in f2fs_bio_allocChao Yu1-1/+1
2020-03-19f2fs: introduce F2FS_IOC_GET_COMPRESS_BLOCKSChao Yu1-0/+1
2020-03-19f2fs: fix to avoid triggering IO in write pathChao Yu1-1/+1