summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig
2022-05-09f2fs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09f2fs: Convert f2fs to read_folioMatthew Wilcox (Oracle)
2022-05-08f2fs: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-05-08f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIsMatthew Wilcox (Oracle)
2022-04-21f2fs: should not truncate blocks during roll-forward recoveryJaegeuk Kim
2022-04-20f2fs: fix wrong condition check when failing metapage readJaegeuk Kim
2022-04-20f2fs: keep io_flags to avoid IO split due to different op_flags in two fio ho...Jaegeuk Kim
2022-04-20f2fs: remove obsolete whint_modeJaegeuk Kim
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-01f2fs: Get the superblock from the mapping instead of the pageMatthew Wilcox (Oracle)
2022-04-01f2fs: Correct f2fs_dirty_data_folio() conversionMatthew Wilcox (Oracle)
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22f2fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-03-21Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu
2022-03-21f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong
2022-03-18f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Chao Yu
2022-03-18f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang
2022-03-17f2fs: initialize sbi->gc_mode explicitlyChao Yu
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong
2022-03-17f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu
2022-03-17f2fs: remove redundant parameter judgmentWang Xiaojun
2022-03-17f2fs: use spin_lock to avoid hangJaegeuk Kim
2022-03-15f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folioMatthew Wilcox (Oracle)
2022-03-15f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folioMatthew Wilcox (Oracle)
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