summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: Get the superblock from the mapping instead of the pageMatthew Wilcox (Oracle)2022-04-012-3/+3
* f2fs: Correct f2fs_dirty_data_folio() conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
* fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-1/+1
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-2/+2
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-262-8/+0
|\
| * fs: remove kiocb.ki_hintChristoph Hellwig2022-03-081-6/+0
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-2/+0
| * Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-071-4/+3
| |\
* | \ Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-225-62/+61
|\ \ \
| * | | f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folioMatthew Wilcox (Oracle)2022-03-151-13/+14
| * | | f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioMatthew Wilcox (Oracle)2022-03-153-20/+20
| * | | f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folioMatthew Wilcox (Oracle)2022-03-151-12/+13
| * | | f2fs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-155-17/+14
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-225-16/+19
|\ \ \
| * | | f2fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-2/+6
| * | | f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown2022-03-225-14/+13
| |/ /
* | | Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-03-2222-384/+652
|\ \ \
| * | | f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu2022-03-211-3/+5
| * | | f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong2022-03-211-1/+16
| * | | f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Chao Yu2022-03-181-0/+5
| * | | f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2022-03-182-2/+5
| * | | f2fs: initialize sbi->gc_mode explicitlyChao Yu2022-03-171-0/+1
| * | | f2fs: introduce gc_urgent_mid modeDaeho Jeong2022-03-174-1/+17
| * | | f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu2022-03-171-3/+2
| * | | f2fs: remove redundant parameter judgmentWang Xiaojun2022-03-171-2/+1
| * | | f2fs: use spin_lock to avoid hangJaegeuk Kim2022-03-171-7/+10
| * | | f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim2022-03-114-2/+10
| * | | f2fs: remove unnecessary read for F2FS_FITS_IN_INODEJia Yang2022-03-091-13/+4
| * | | f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsemJaegeuk Kim2022-03-042-0/+17
| * | | f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesJaegeuk Kim2022-03-042-0/+12
| * | | f2fs: fix to do sanity check on curseg->alloc_typeChao Yu2022-03-031-0/+7
| * | | f2fs: fix to avoid potential deadlockChao Yu2022-03-032-2/+10
| * | | f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park2022-02-251-3/+3
| * | | f2fs: Restore rwsem lockdep supportBart Van Assche2022-02-251-2/+10
| * | | f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim2022-02-251-0/+1
| * | | f2fs: support idmapped mountsChao Yu2022-02-124-37/+50
| * | | f2fs: add a way to limit roll forward recovery timeJaegeuk Kim2022-02-128-2/+30
| * | | f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu2022-02-075-15/+32
| * | | f2fs: adjust readahead block number during recoveryChao Yu2022-02-033-6/+35
| * | | f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu2022-02-031-1/+3
| * | | f2fs: expose discard related parameters in sysfsKonstantin Vyshetsky2022-02-021-0/+8
| * | | f2fs: move discard parameters into discard_cmd_controlKonstantin Vyshetsky2022-02-022-9/+17
| * | | f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu2022-01-241-1/+1
| * | | f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-2416-274/+342
* | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-03-222-1/+12
|\ \ \ \
| * | | | f2fs: support direct I/O with fscrypt using blk-cryptoEric Biggers2022-02-082-1/+12
| | |/ / | |/| |
* | | | Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds2022-03-212-51/+40
|\ \ \ \
| * | | | f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig2022-03-081-41/+29
| * | | | f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig2022-03-082-13/+14
| | |_|/ | |/| |
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-4/+3
|\| | | | |/ / |/| |