summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: kill volatile write supportJaegeuk Kim2022-05-127-157/+10
* f2fs: change the current atomic write wayDaeho Jeong2022-05-1212-424/+303
* f2fs: don't need inode lock for system hidden quotaJaegeuk Kim2022-05-121-2/+4
* f2fs: stop allocating pinned sections if EAGAIN happensJaegeuk Kim2022-05-091-1/+1
* f2fs: skip GC if possible when checkpoint disablingWeichao Guo2022-05-091-2/+7
* f2fs: give priority to select unpinned section for foreground GCChao Yu2022-05-063-14/+82
* f2fs: fix to do sanity check on total_data_blocksChao Yu2022-05-063-13/+25
* f2fs: fix deadloop in foreground GCChao Yu2022-05-061-12/+20
* f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu2022-05-061-4/+12
* f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu2022-05-061-4/+10
* f2fs: write checkpoint during FG_GCByungki Lee2022-05-061-15/+23
* f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu2022-05-061-1/+15
* f2fs: ensure only power of 2 zone sizes are allowedLuis Chamberlain2022-05-061-0/+4
* f2fs: call bdev_zone_sectors() only once on init_blkz_info()Luis Chamberlain2022-05-061-3/+6
* f2fs: extend stat_lock to avoid potential race in statfsNiels Dossche2022-05-061-5/+8
* f2fs: avoid infinite loop to flush node pagesJaegeuk Kim2022-05-063-22/+32
* f2fs: use flush command instead of FUA for zoned deviceJaegeuk Kim2022-05-062-2/+3
* f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu2022-05-061-2/+2
* f2fs: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-251-14/+13
* f2fs: Remove usage of list iterator pas the loop for list_move_tail()Jakob Koschel2022-04-251-3/+5
* f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel2022-04-251-3/+6
* f2fs: fix to do sanity check on inline_dots inodeChao Yu2022-04-251-0/+7
* f2fs: introduce data read/write showing path infoJaegeuk Kim2022-04-251-7/+51
* f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeJaegeuk Kim2022-04-251-3/+0
* f2fs: don't set GC_FAILURE_PIN for background GCChao Yu2022-04-251-1/+2
* f2fs: check pinfile in gc_data_segment() in advanceChao Yu2022-04-251-0/+7
* f2fs: should not truncate blocks during roll-forward recoveryJaegeuk Kim2022-04-211-1/+2
* f2fs: fix wrong condition check when failing metapage readJaegeuk Kim2022-04-201-3/+3
* f2fs: keep io_flags to avoid IO split due to different op_flags in two fio ho...Jaegeuk Kim2022-04-201-12/+21
* f2fs: remove obsolete whint_modeJaegeuk Kim2022-04-203-135/+1
* 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