summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-3/+2
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2022-03-22f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown1-0/+6
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-23/+131
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+5
2022-03-21Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds1-1/+1
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong1-0/+4
2022-03-15f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15f2fs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-2/+1
2022-03-11f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim1-0/+1
2022-03-08f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig1-1/+1
2022-03-04f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsemJaegeuk Kim1-0/+10
2022-03-04f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesJaegeuk Kim1-0/+5
2022-02-25f2fs: Restore rwsem lockdep supportBart Van Assche1-2/+10
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim1-0/+3
2022-02-08f2fs: support direct I/O with fscrypt using blk-cryptoEric Biggers1-1/+5
2022-02-07f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu1-1/+2
2022-02-03f2fs: adjust readahead block number during recoveryChao Yu1-1/+5
2022-02-02f2fs: move discard parameters into discard_cmd_controlKonstantin Vyshetsky1-0/+4
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-21/+89
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-1/+1
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+33
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)1-0/+2
2022-01-04f2fs: fix to reserve space for IO align featureChao Yu1-0/+11
2022-01-04f2fs: support fault injection to f2fs_trylock_op()Chao Yu1-0/+5
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim1-1/+1
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong1-0/+3
2021-12-10f2fs: avoid duplicate call of mark_inode_dirtyJaegeuk Kim1-0/+4
2021-12-10f2fs: use iomap for direct I/OEric Biggers1-7/+1
2021-12-04f2fs: implement iomap operationsEric Biggers1-0/+1
2021-12-04f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim1-0/+5
2021-11-17f2fs: rework write preallocationsEric Biggers1-2/+1
2021-11-17f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang1-0/+1
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/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-03f2fs: fix to stop filesystem update once CP failedChao Yu1-1/+1