summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-08f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim1-0/+1
2022-01-27f2fs: fix to reserve space for IO align featureChao Yu1-0/+11
2021-11-25f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim1-2/+1
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-04f2fs: 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-14f2fs: compress: fix to set zstd compress level correctlyChao Yu1-1/+2
2021-07-14f2fs: 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-06f2fs: initialize page->private when using for our internal useJaegeuk Kim1-1/+4
2021-07-02f2fs: 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-12f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu1-1/+1
2021-05-05Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+36
2021-04-25f2fs: clean up left deprecated IO trace codesChao Yu1-8/+0
2021-04-22f2fs: 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-31f2fs: 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-26f2fs: fix wrong comment of nat_tree_lockqiulaibin1-1/+1
2021-03-26f2fs: 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-13f2fs: remove unused file_clear_encrypt()Chao Yu1-3/+8
2021-03-13f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com1-2/+1
2021-03-13f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva1-2/+3
2021-03-13f2fs: fix to allow migrating fully valid segmentChao Yu1-1/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-04f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong1-0/+1
2021-02-04f2fs: introduce checkpoint_merge mount optionDaeho Jeong1-0/+27
2021-01-28f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)1-1/+0
2021-01-28f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu1-2/+0