summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2022-08-17f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin
2022-08-17f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong
2022-08-17f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim
2022-08-17f2fs: allow compression for mmap files in compress_mode=userSungjong Seo
2022-08-17f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu
2022-08-17f2fs: fix to check inline_data during compressed inode conversionChao Yu
2022-08-17f2fs: kill volatile write supportJaegeuk Kim
2022-08-17f2fs: change the current atomic write wayDaeho Jeong
2022-08-17f2fs: give priority to select unpinned section for foreground GCChao Yu
2022-08-17f2fs: write checkpoint during FG_GCByungki Lee
2022-08-17f2fs: don't set GC_FAILURE_PIN for background GCChao Yu
2022-08-17f2fs: check pinfile in gc_data_segment() in advanceChao Yu
2022-08-17f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu
2022-06-29f2fs: do not count ENOENT for error caseJaegeuk Kim
2022-06-29f2fs: fix iostat related lock protectionDaeho Jeong
2022-06-29f2fs: attach inline_data after setting compressionJaegeuk Kim
2022-06-14f2fs: fix to tag gcing flag on page during file defragmentChao Yu
2022-06-14f2fs: avoid infinite loop to flush node pagesJaegeuk Kim
2022-06-14f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu
2022-06-09f2fs: fix to do sanity check for inline inodeChao Yu
2022-06-09f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu
2022-06-09f2fs: don't use casefolded comparison for "." and ".."Eric Biggers
2022-06-09f2fs: fix to do sanity check on total_data_blocksChao Yu
2022-06-09f2fs: don't need inode lock for system hidden quotaJaegeuk Kim
2022-06-09f2fs: fix deadloop in foreground GCChao Yu
2022-06-09f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu
2022-06-09f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu
2022-06-09f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu
2022-06-09f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel
2022-06-09f2fs: fix to do sanity check on inline_dots inodeChao Yu
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-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