summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2021-07-05f2fs: initialize page->private when using for our internal useJaegeuk Kim
2021-07-01f2fs: compress: add nocompress extensions supportFengnan Chang
2021-06-28f2fs: enable extent cache for compression files in read-onlyDaeho Jeong
2021-06-23f2fs: swap: support migrating swapfile in aligned write modeChao Yu
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu
2021-06-23f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim
2021-06-23f2fs: support RO featureJaegeuk Kim
2021-06-23f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim
2021-05-14f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu
2021-05-11f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-24f2fs: clean up left deprecated IO trace codesChao Yu
2021-04-21f2fs: avoid using native allocate_segment_by_default()Chao Yu
2021-04-19f2fs: remove unnecessary struct declarationWan Jiabing
2021-04-12f2fs: convert to fileattrMiklos Szeredi
2021-03-30f2fs: introduce gc_merge mount optionChao Yu
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu
2021-03-25f2fs: fix wrong comment of nat_tree_lockqiulaibin
2021-03-25f2fs: add sysfs nodes to get runtime compression statDaeho Jeong
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileChao Yu
2021-03-12f2fs: remove unused file_clear_encrypt()Chao Yu
2021-03-12f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com
2021-03-12f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-03-12f2fs: fix to allow migrating fully valid segmentChao Yu
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong
2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong
2021-01-27f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)
2021-01-27f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu
2021-01-27f2fs: fix to use per-inode maxbytesChengguang Xu
2021-01-27f2fs: compress: fix potential deadlockChao Yu
2021-01-27f2fs: clean up post-read processingEric Biggers
2021-01-27f2fs: introduce a new per-sb directory in sysfsChao Yu
2021-01-27f2fs: compress: support compress levelChao Yu
2021-01-27f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-08f2fs: fix race of pending_pages in decompressionDaeho Jeong
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong
2020-12-02f2fs: Remove unnecessary unlikely()Yangtao Li
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu
2020-12-02f2fs: compress: support chksumChao Yu
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala