aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2-29/+29
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-95/+302
2021-11-09f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu1-0/+2
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim2-0/+5
2021-11-08lib: zstd: Add kernel-specific APINick Terrell2-29/+29
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2021-11-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+0
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu10-26/+44
2021-10-29f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu1-1/+1
2021-10-27f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim1-2/+1
2021-10-26f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang3-18/+39
2021-10-26f2fs: multidevice: support direct IOChao Yu4-20/+104
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong6-5/+70
2021-10-26f2fs: replace snprintf in show functions with sysfs_emitQing Wang1-2/+2
2021-10-26f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong1-0/+1
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-10-11f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu1-1/+1
2021-10-11f2fs: fix to use WHINT_MODEKeoseong Park1-1/+1
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers1-1/+0
2021-09-20f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo1-0/+1
2021-09-20f2fs: introduce excess_dirty_threshold()Chao Yu3-7/+24
2021-09-16f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu2-9/+2
2021-09-16f2fs: quota: fix potential deadlockChao Yu1-1/+2
2021-09-16f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2-2/+2
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds20-457/+1364
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-2/+5
2021-08-31f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim1-0/+2
2021-08-31f2fs: deallocate compressed pages when error happensJaegeuk Kim1-6/+6
2021-08-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+11
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-08-30f2fs: enable realtime discard iff device supports discardChao Yu1-2/+7
2021-08-30f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2-4/+12
2021-08-30f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu1-3/+1
2021-08-30f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu1-0/+14
2021-08-30f2fs: fix to account missing .skipped_gc_rwsemChao Yu1-1/+3
2021-08-30f2fs: adjust unlock order for cleanupChao Yu1-2/+2
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang3-7/+46
2021-08-23f2fs: rebuild nat_bits during umountChao Yu3-59/+95
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong5-6/+220
2021-08-23f2fs: separate out iostat featureDaeho Jeong13-149/+223
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal1-1/+1
2021-08-17f2fs: compress: do sanity check on clusterChao Yu3-0/+62
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li2-5/+5
2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu12-30/+58
2021-08-17f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang1-0/+8
2021-08-13f2fs: correct comment in segment.hYangtao Li1-2/+2
2021-08-13f2fs: improve sbi status info in debugfs/f2fs/statusYangtao Li1-5/+26