aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-0/+2
2021-10-27f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim1-2/+1
2021-10-26f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang1-0/+2
2021-10-26f2fs: multidevice: support direct IOChao Yu1-3/+22
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong1-2/+17
2021-09-20f2fs: introduce excess_dirty_threshold()Chao Yu1-0/+3
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-92/+85
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang1-0/+1
2021-08-23f2fs: rebuild nat_bits during umountChao Yu1-30/+2
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong1-0/+4
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-49/+10
2021-08-17f2fs: compress: do sanity check on clusterChao Yu1-0/+2
2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-1/+16
2021-08-05f2fs: extent cache: support unaligned extentChao Yu1-0/+20
2021-08-03f2fs: fix to stop filesystem update once CP failedChao Yu1-1/+1
2021-08-03f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong1-0/+5
2021-08-03f2fs: introduce discard_unit mount optionChao Yu1-0/+16
2021-07-25f2fs: remove allow_outplace_dio()Eric Biggers1-10/+0
2021-07-13f2fs: compress: fix to set zstd compress level correctlyChao Yu1-1/+2
2021-07-13f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong1-0/+5
2021-07-13f2fs: Convert to using invalidate_lockJan Kara1-1/+0
2021-07-05f2fs: initialize page->private when using for our internal useJaegeuk Kim1-1/+4
2021-07-01f2fs: compress: add nocompress extensions supportFengnan Chang1-0/+2
2021-06-28f2fs: enable extent cache for compression files in read-onlyDaeho Jeong1-19/+20
2021-06-23f2fs: swap: support migrating swapfile in aligned write modeChao Yu1-0/+1
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-3/+68
2021-06-23f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim1-0/+3
2021-06-23f2fs: support RO featureJaegeuk Kim1-0/+3
2021-06-23f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim1-0/+6
2021-05-14f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu1-0/+2
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu1-22/+76
2021-05-11f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu1-1/+1
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-19/+36
2021-04-24f2fs: clean up left deprecated IO trace codesChao Yu1-8/+0
2021-04-21f2fs: avoid using native allocate_segment_by_default()Chao Yu1-1/+1
2021-04-19f2fs: remove unnecessary struct declarationWan Jiabing1-1/+0
2021-04-12f2fs: convert to fileattrMiklos Szeredi1-0/+3
2021-03-30f2fs: introduce gc_merge mount optionChao Yu1-0/+1
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu1-0/+1
2021-03-25f2fs: fix wrong comment of nat_tree_lockqiulaibin1-1/+1
2021-03-25f2fs: add sysfs nodes to get runtime compression statDaeho Jeong1-0/+19
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileChao Yu1-1/+1
2021-03-12f2fs: remove unused file_clear_encrypt()Chao Yu1-3/+8
2021-03-12f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com1-2/+1
2021-03-12f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva1-2/+3
2021-03-12f2fs: fix to allow migrating fully valid segmentChao Yu1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-3/+4
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong1-0/+1