summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-041-92/+85
|\
| * f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang2021-08-301-0/+1
| * f2fs: rebuild nat_bits during umountChao Yu2021-08-231-30/+2
| * f2fs: introduce periodic iostat io latency tracesDaeho Jeong2021-08-231-0/+4
| * f2fs: separate out iostat featureDaeho Jeong2021-08-231-49/+10
| * f2fs: compress: do sanity check on clusterChao Yu2021-08-171-0/+2
| * f2fs: fix to keep compatibility of fault injection interfaceChao Yu2021-08-171-0/+1
| * f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-171-1/+16
| * f2fs: extent cache: support unaligned extentChao Yu2021-08-051-0/+20
| * f2fs: fix to stop filesystem update once CP failedChao Yu2021-08-031-1/+1
| * f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong2021-08-031-0/+5
| * f2fs: introduce discard_unit mount optionChao Yu2021-08-031-0/+16
| * f2fs: remove allow_outplace_dio()Eric Biggers2021-07-251-10/+0
| * f2fs: compress: fix to set zstd compress level correctlyChao Yu2021-07-131-1/+2
| * f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong2021-07-131-0/+5
* | f2fs: Convert to using invalidate_lockJan Kara2021-07-131-1/+0
|/
* f2fs: initialize page->private when using for our internal useJaegeuk Kim2021-07-051-1/+4
* f2fs: compress: add nocompress extensions supportFengnan Chang2021-07-011-0/+2
* f2fs: enable extent cache for compression files in read-onlyDaeho Jeong2021-06-281-19/+20
* f2fs: swap: support migrating swapfile in aligned write modeChao Yu2021-06-231-0/+1
* f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-231-3/+68
* f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim2021-06-231-0/+3
* f2fs: support RO featureJaegeuk Kim2021-06-231-0/+3
* f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim2021-06-231-0/+6
* f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu2021-05-141-0/+2
* f2fs: restructure f2fs page.private layoutChao Yu2021-05-141-22/+76
* f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu2021-05-111-1/+1
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-041-19/+36
|\
| * f2fs: clean up left deprecated IO trace codesChao Yu2021-04-241-8/+0
| * f2fs: avoid using native allocate_segment_by_default()Chao Yu2021-04-211-1/+1
| * f2fs: remove unnecessary struct declarationWan Jiabing2021-04-191-1/+0
| * f2fs: introduce gc_merge mount optionChao Yu2021-03-301-0/+1
| * f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu2021-03-261-0/+1
| * f2fs: fix wrong comment of nat_tree_lockqiulaibin2021-03-251-1/+1
| * f2fs: add sysfs nodes to get runtime compression statDaeho Jeong2021-03-251-0/+19
| * f2fs: fix to align to section for fallocate() on pinned fileChao Yu2021-03-231-1/+1
| * f2fs: remove unused file_clear_encrypt()Chao Yu2021-03-121-3/+8
| * f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com2021-03-121-2/+1
| * f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-03-121-2/+3
| * f2fs: fix to allow migrating fully valid segmentChao Yu2021-03-121-1/+1
* | f2fs: convert to fileattrMiklos Szeredi2021-04-121-0/+3
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-3/+4
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-2/+0
|\ \
| * | f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig2021-01-271-1/+0
| * | f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig2021-01-271-1/+0
| |/
* | f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong2021-02-031-0/+1
* | f2fs: introduce checkpoint_merge mount optionDaeho Jeong2021-02-031-0/+27
* | f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)2021-01-271-1/+0
* | f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu2021-01-271-2/+0