summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang
2021-08-23f2fs: rebuild nat_bits during umountChao Yu
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-17f2fs: compress: do sanity check on clusterChao Yu
2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-08-05f2fs: extent cache: support unaligned extentChao Yu
2021-08-03f2fs: fix to stop filesystem update once CP failedChao Yu
2021-08-03f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong
2021-08-03f2fs: introduce discard_unit mount optionChao Yu
2021-07-25f2fs: remove allow_outplace_dio()Eric Biggers
2021-07-13f2fs: compress: fix to set zstd compress level correctlyChao Yu
2021-07-13f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong
2021-07-13f2fs: Convert to using invalidate_lockJan Kara
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