aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)
2022-01-04f2fs: fix to reserve space for IO align featureChao Yu
2022-01-04f2fs: support fault injection to f2fs_trylock_op()Chao Yu
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong
2021-12-10f2fs: avoid duplicate call of mark_inode_dirtyJaegeuk Kim
2021-12-10f2fs: use iomap for direct I/OEric Biggers
2021-12-04f2fs: implement iomap operationsEric Biggers
2021-12-04f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim
2021-11-17f2fs: rework write preallocationsEric Biggers
2021-11-17f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu
2021-10-27f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim
2021-10-26f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang
2021-10-26f2fs: multidevice: support direct IOChao Yu
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong
2021-09-20f2fs: introduce excess_dirty_threshold()Chao Yu
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