summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* f2fs: replace test_and_set/clear_bit() with set/clear_bit()Yufen Yu2020-08-031-2/+2
* f2fs: space related cleanupJack Qiu2020-07-261-2/+2
* f2fs: Change the type of f2fs_flush_inline_data() to voidJia Yang2020-07-231-1/+1
* f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctlDaeho Jeong2020-07-211-0/+15
* f2fs: use generic names for generic ioctlsEric Biggers2020-07-201-24/+1
* f2fs: fix error path in do_recover_data()Chao Yu2020-07-081-2/+2
* f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong2020-07-071-2/+8
* f2fs: avoid readahead race conditionJaegeuk Kim2020-07-071-0/+1
* f2fs: split f2fs_allocate_new_segments()Chao Yu2020-07-071-1/+2
* f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun2020-07-071-0/+8
* f2fs: fix to wait page writeback before updateChao Yu2020-07-071-1/+1
* f2fs: show more debug info for per-temperature logChao Yu2020-07-071-0/+3
* f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu2020-07-071-1/+1
* f2fs: add prefix for exported symbolsChao Yu2020-07-071-2/+2
* Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2020-06-091-45/+126
|\
| * f2fs: add node_io_flag for bio flags likewise data_io_flagJaegeuk Kim2020-06-081-0/+1
| * f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers2020-06-081-7/+1
| * f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim2020-05-181-0/+1
| * f2fs: add compressed/gc data read IO statChao Yu2020-05-111-0/+2
| * f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim2020-05-111-1/+1
| * f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKSChao Yu2020-05-111-0/+2
| * f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande2020-05-111-0/+1
| * f2fs: Fix wrong stub helper update_sit_infoYueHaibing2020-05-111-1/+1
| * f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKSChao Yu2020-05-111-0/+6
| * f2fs: rework filename handlingEric Biggers2020-05-111-19/+59
| * f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers2020-05-111-5/+0
| * f2fs: compress: support lzo-rle compress algorithmChao Yu2020-05-111-0/+1
| * f2fs: introduce mempool for {,de}compress intermediate page allocationChao Yu2020-05-111-0/+4
| * f2fs: support partial truncation on compressed inodeChao Yu2020-05-081-0/+2
| * f2fs: remove redundant compress inode checkChao Yu2020-05-081-2/+0
| * f2fs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-081-1/+1
| * f2fs: support read iostatChao Yu2020-04-171-10/+27
| * f2fs: add tracepoint for f2fs iostatDaeho Jeong2020-04-171-1/+15
| * f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUAJaegeuk Kim2020-04-161-0/+3
* | f2fs: use attach/detach_page_privateGuoqing Jiang2020-06-021-9/+2
* | mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-06-021-3/+0
* | fscrypt: support test_dummy_encryption=v2Eric Biggers2020-05-181-2/+2
|/
* Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-071-89/+117
|\
| * f2fs: fix to disable compression on directoryChao Yu2020-04-031-4/+6
| * f2fs: switch discard_policy.timeout to bool typeChao Yu2020-04-031-1/+1
| * f2fs: compress: support zstd compress algorithmChao Yu2020-04-031-0/+5
| * f2fs: fix potential .flags overflow on 32bit architectureChao Yu2020-03-301-50/+49
| * f2fs: don't trigger data flush in foreground operationChao Yu2020-03-301-1/+1
| * f2fs: clean up f2fs_may_encrypt()Chao Yu2020-03-301-4/+9
| * f2fs: don't mark compressed inode dirty during f2fs_iget()Chao Yu2020-03-301-1/+2
| * f2fs: use kmem_cache pool during inline xattr lookupsChao Yu2020-03-221-0/+3
| * f2fs: avoid __GFP_NOFAIL in f2fs_bio_allocChao Yu2020-03-191-1/+1
| * f2fs: introduce F2FS_IOC_GET_COMPRESS_BLOCKSChao Yu2020-03-191-0/+1
| * f2fs: fix to avoid triggering IO in write pathChao Yu2020-03-191-1/+1