summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: attach inline_data after setting compressionJaegeuk Kim2022-06-291-6/+11
* f2fs: fix to tag gcing flag on page during file defragmentChao Yu2022-06-141-0/+1
* f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu2022-06-141-2/+2
* f2fs: fix to do sanity check for inline inodeChao Yu2022-06-093-7/+26
* f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu2022-06-091-0/+4
* f2fs: don't use casefolded comparison for "." and ".."Eric Biggers2022-06-093-11/+13
* f2fs: fix to do sanity check on total_data_blocksChao Yu2022-06-093-13/+25
* f2fs: don't need inode lock for system hidden quotaJaegeuk Kim2022-06-091-2/+4
* f2fs: fix deadloop in foreground GCChao Yu2022-06-091-12/+20
* f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu2022-06-091-1/+15
* f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu2022-06-091-4/+12
* f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu2022-06-091-4/+10
* f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel2022-06-091-3/+6
* f2fs: fix to do sanity check on inline_dots inodeChao Yu2022-06-091-0/+7
* f2fs: support fault injection for dquot_initialize()Chao Yu2022-06-0910-26/+44
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2022-05-011-1/+1
* f2fs: compress: fix to print raw data size in error path of lz4 decompressionChao Yu2022-04-081-3/+2
* f2fs: use spin_lock to avoid hangJaegeuk Kim2022-04-081-7/+10
* f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim2022-04-084-2/+10
* f2fs: fix to do sanity check on curseg->alloc_typeChao Yu2022-04-081-0/+7
* f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2022-04-082-2/+5
* f2fs: fix to avoid potential deadlockChao Yu2022-04-082-2/+10
* f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim2022-04-081-0/+1
* f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu2022-04-081-1/+1
* f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu2022-04-081-3/+5
* f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park2022-04-081-3/+3
* f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu2022-04-081-1/+3
* f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu2022-01-271-2/+2
* f2fs: fix to reserve space for IO align featureChao Yu2022-01-274-2/+60
* f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim2022-01-271-28/+22
* f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu2022-01-271-1/+1
* f2fs: fix remove page failed in invalidate compress pagesFengnan Chang2022-01-271-0/+5
* f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim2022-01-272-7/+10
* f2fs: fix to do sanity check in is_alive()Chao Yu2022-01-271-0/+3
* f2fs: fix to do sanity check on inode type during garbage collectionChao Yu2022-01-271-1/+2
* f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2021-12-291-1/+10
* f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo2021-12-011-0/+1
* f2fs: quota: fix potential deadlockChao Yu2021-12-011-1/+2
* f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu2021-11-251-1/+1
* f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim2021-11-251-2/+1
* f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu2021-11-251-1/+1
* f2fs: fix to use WHINT_MODEKeoseong Park2021-11-251-1/+1
* f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu2021-11-181-0/+2
* f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong2021-11-181-0/+1
* f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-11-182-2/+2
* Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-0420-457/+1364
|\
| * f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim2021-08-311-0/+2
| * f2fs: deallocate compressed pages when error happensJaegeuk Kim2021-08-311-6/+6
| * f2fs: enable realtime discard iff device supports discardChao Yu2021-08-301-2/+7
| * f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2021-08-302-4/+12