summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-16/+19
2022-03-23f2fs: allocate inode by using alloc_inode_sb()Muchun Song1-2/+6
2022-03-23f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown5-14/+13
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds22-384/+652
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-1/+12
2022-03-22Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds2-51/+40
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2022-03-21f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu1-3/+5
2022-03-21f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong1-1/+16
2022-03-18f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Chao Yu1-0/+5
2022-03-18f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2-2/+5
2022-03-18f2fs: initialize sbi->gc_mode explicitlyChao Yu1-0/+1
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong4-1/+17
2022-03-17f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu1-3/+2
2022-03-17f2fs: remove redundant parameter judgmentWang Xiaojun1-2/+1
2022-03-17f2fs: use spin_lock to avoid hangJaegeuk Kim1-7/+10
2022-03-11f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim4-2/+10
2022-03-10f2fs: remove unnecessary read for F2FS_FITS_IN_INODEJia Yang1-13/+4
2022-03-09f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig1-41/+29
2022-03-09f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig2-13/+14
2022-03-04f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsemJaegeuk Kim2-0/+17
2022-03-04f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesJaegeuk Kim2-0/+12
2022-03-04f2fs: fix to do sanity check on curseg->alloc_typeChao Yu1-0/+7
2022-03-04f2fs: fix to avoid potential deadlockChao Yu2-2/+10
2022-02-25f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park1-3/+3
2022-02-25f2fs: Restore rwsem lockdep supportBart Van Assche1-2/+10
2022-02-25f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim1-0/+1
2022-02-12f2fs: support idmapped mountsChao Yu4-37/+50
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim8-2/+30
2022-02-08f2fs: support direct I/O with fscrypt using blk-cryptoEric Biggers2-1/+12
2022-02-07f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu5-15/+32
2022-02-04f2fs: adjust readahead block number during recoveryChao Yu3-6/+35
2022-02-04f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu1-1/+3
2022-02-03f2fs: expose discard related parameters in sysfsKonstantin Vyshetsky1-0/+8
2022-02-03f2fs: move discard parameters into discard_cmd_controlKonstantin Vyshetsky2-9/+17
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-4/+3
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-21/+21
2022-01-25f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu1-1/+1
2022-01-25f2fs: move f2fs to use reader-unfair rwsemsTim Murray16-274/+342
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-4/+4
2022-01-22mm: remove cleancacheChristoph Hellwig1-13/+0
2022-01-21unicode: clean up the Kconfig symbol confusionChristoph Hellwig7-21/+21
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-493/+731
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-21/+20
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-21/+16
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-4/+4
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown7-21/+16
2022-01-10f2fs: do not allow partial truncation on pinned fileJaegeuk Kim1-1/+5
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)1-0/+2
2022-01-05f2fs: remove redunant invalidate compress pagesFengnan Chang1-1/+2