summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-03-221-1/+5
|\
| * f2fs: support direct I/O with fscrypt using blk-cryptoEric Biggers2022-02-081-1/+5
* | Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds2022-03-211-1/+1
|\ \ | |/ |/|
| * f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig2022-03-081-1/+1
* | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-011-1/+1
|\ \ | |/ |/|
| * unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-1/+1
* | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-10/+33
|\ \ | |/ |/|
| * f2fs: fix to reserve space for IO align featureChao Yu2022-01-041-0/+11
| * f2fs: support fault injection to f2fs_trylock_op()Chao Yu2022-01-041-0/+5
| * f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-041-1/+1
| * f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong2021-12-101-0/+3
| * f2fs: avoid duplicate call of mark_inode_dirtyJaegeuk Kim2021-12-101-0/+4
| * f2fs: use iomap for direct I/OEric Biggers2021-12-101-7/+1
| * f2fs: implement iomap operationsEric Biggers2021-12-041-0/+1
| * f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim2021-12-041-0/+5
| * f2fs: rework write preallocationsEric Biggers2021-11-171-2/+1
| * f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang2021-11-171-0/+1
* | mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-0/+2
|/
* f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-0/+2
* f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim2021-10-271-2/+1
* f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang2021-10-261-0/+2
* f2fs: multidevice: support direct IOChao Yu2021-10-261-3/+22
* f2fs: introduce fragment allocation mode mount optionDaeho Jeong2021-10-261-2/+17
* f2fs: introduce excess_dirty_threshold()Chao Yu2021-09-201-0/+3
* 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