summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
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
2020-05-11f2fs: introduce mempool for {,de}compress intermediate page allocationChao Yu
2020-05-08f2fs: support partial truncation on compressed inodeChao Yu
2020-05-08f2fs: remove redundant compress inode checkChao Yu
2020-05-08f2fs: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-04-17f2fs: support read iostatChao Yu
2020-04-17f2fs: add tracepoint for f2fs iostatDaeho Jeong
2020-04-16f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUAJaegeuk Kim
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-03f2fs: fix to disable compression on directoryChao Yu
2020-04-03f2fs: switch discard_policy.timeout to bool typeChao Yu
2020-04-03f2fs: compress: support zstd compress algorithmChao Yu
2020-03-30f2fs: fix potential .flags overflow on 32bit architectureChao Yu
2020-03-30f2fs: don't trigger data flush in foreground operationChao Yu
2020-03-30f2fs: clean up f2fs_may_encrypt()Chao Yu
2020-03-30f2fs: don't mark compressed inode dirty during f2fs_iget()Chao Yu
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-22f2fs: use kmem_cache pool during inline xattr lookupsChao Yu
2020-03-19f2fs: avoid __GFP_NOFAIL in f2fs_bio_allocChao Yu
2020-03-19f2fs: introduce F2FS_IOC_GET_COMPRESS_BLOCKSChao Yu
2020-03-19f2fs: fix to avoid triggering IO in write pathChao Yu
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu
2020-03-19f2fs: clean up bggc mount optionChao Yu
2020-03-19f2fs: clean up lfs/adaptive mount optionChao Yu
2020-03-19f2fs: fix to show norecovery mount optionChao Yu
2020-03-19f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu
2020-03-11f2fs: fix to check dirty pages during compressed inode conversionChao Yu
2020-03-11f2fs: fix to account compressed inode correctlyChao Yu
2020-03-10f2fs: fix inconsistent commentsChao Yu
2020-03-10f2fs: cover last_disk_size update with spinlockChao Yu
2020-02-27f2fs: add missing function name in kernel messageChao Yu
2020-02-27f2fs: recycle unused compress_data.chksum feildChao Yu
2020-02-27f2fs: fix the panic in do_checkpoint()Sahitya Tummala
2020-01-23f2fs: Add f2fs stats to sysfsHridya Valsaraju
2020-01-17f2fs: change to use rwsem for gc_mutexChao Yu