summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2022-03-15f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folioMatthew Wilcox (Oracle)
2022-03-15f2fs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-11f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim
2022-03-09f2fs: remove unnecessary read for F2FS_FITS_IN_INODEJia Yang
2022-03-08f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig
2022-03-08f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig
2022-03-08fs: remove kiocb.ki_hintChristoph Hellwig
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-03-04f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsemJaegeuk Kim
2022-03-04f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesJaegeuk Kim
2022-03-03f2fs: fix to do sanity check on curseg->alloc_typeChao Yu
2022-03-03f2fs: fix to avoid potential deadlockChao Yu
2022-02-25f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park
2022-02-25f2fs: Restore rwsem lockdep supportBart Van Assche
2022-02-25f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim
2022-02-12f2fs: support idmapped mountsChao Yu
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim
2022-02-08f2fs: support direct I/O with fscrypt using blk-cryptoEric Biggers
2022-02-07f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu
2022-02-03f2fs: adjust readahead block number during recoveryChao Yu
2022-02-03f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu
2022-02-02f2fs: expose discard related parameters in sysfsKonstantin Vyshetsky
2022-02-02f2fs: move discard parameters into discard_cmd_controlKonstantin Vyshetsky
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-01-24f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22mm: remove cleancacheChristoph Hellwig
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-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-10f2fs: do not allow partial truncation on pinned fileJaegeuk Kim
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)
2022-01-04f2fs: remove redunant invalidate compress pagesFengnan Chang
2022-01-04f2fs: Simplify bool conversionYang Li
2022-01-04f2fs: don't drop compressed page cache in .{invalidate,release}pageChao Yu
2022-01-04f2fs: fix to reserve space for IO align featureChao Yu
2022-01-04f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu
2022-01-04f2fs: support fault injection to f2fs_trylock_op()Chao Yu
2022-01-04f2fs: clean up __find_inline_xattr() with __find_xattr()Chao Yu
2022-01-04f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2022-01-04f2fs: avoid down_write on nat_tree_lock during checkpointJaegeuk Kim
2021-12-14f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim
2021-12-14f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim