summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2021-10-26f2fs: multidevice: support direct IOChao Yu
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong
2021-10-26f2fs: replace snprintf in show functions with sysfs_emitQing Wang
2021-10-26f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-11f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu
2021-10-11f2fs: fix to use WHINT_MODEKeoseong Park
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig
2021-10-11unicode: remove the charset field from struct unicode_mapChristoph Hellwig
2021-10-11f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers
2021-09-20f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo
2021-09-20f2fs: introduce excess_dirty_threshold()Chao Yu
2021-09-16f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu
2021-09-16f2fs: quota: fix potential deadlockChao Yu
2021-09-16f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim
2021-08-31f2fs: deallocate compressed pages when error happensJaegeuk Kim
2021-08-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30f2fs: enable realtime discard iff device supports discardChao Yu
2021-08-30f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim
2021-08-30f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu
2021-08-30f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu
2021-08-30f2fs: fix to account missing .skipped_gc_rwsemChao Yu
2021-08-30f2fs: adjust unlock order for cleanupChao Yu
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang
2021-08-23f2fs: rebuild nat_bits during umountChao Yu
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal
2021-08-17f2fs: compress: do sanity check on clusterChao Yu
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li
2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-08-17f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang
2021-08-13f2fs: correct comment in segment.hYangtao Li
2021-08-13f2fs: improve sbi status info in debugfs/f2fs/statusYangtao Li
2021-08-12f2fs: compress: avoid duplicate counting of valid blocks when read compressed...Fengnan Chang
2021-08-05f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu
2021-08-05f2fs: avoid unneeded memory allocation in __add_ino_entry()Chao Yu
2021-08-05f2fs: extent cache: support unaligned extentChao Yu
2021-08-05f2fs: Kconfig: clean up config options about compressionTiezhu Yang
2021-08-04f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li
2021-08-03f2fs: fix to stop filesystem update once CP failedChao Yu
2021-08-03f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong