summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2021-08-03f2fs: introduce discard_unit mount optionChao Yu
2021-08-02f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu
2021-08-02f2fs: fix to force keeping write barrier for strict fsync modeChao Yu
2021-08-02f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu
2021-08-02f2fs: show sbi status in debugfs/f2fs/statusJaegeuk Kim
2021-08-02f2fs: turn back remapped address in compressed page endioDaeho Jeong
2021-08-02f2fs: change fiemap way in printing compression chunkDaeho Jeong
2021-08-02f2fs: do not submit NEW_ADDR to read node blockJaegeuk Kim
2021-08-02f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang
2021-07-25f2fs: report correct st_size for encrypted symlinksEric Biggers
2021-07-25f2fs: don't sleep while grabing nat_tree_lockJaegeuk Kim
2021-07-25f2fs: remove allow_outplace_dio()Eric Biggers
2021-07-25f2fs: make f2fs_write_failed() take struct inodeEric Biggers
2021-07-19f2fs: quota: fix potential deadlockChao Yu
2021-07-19f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim
2021-07-19f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"Jia Yang
2021-07-13f2fs: avoid to create an empty string as the extension_listWang Xiaojun
2021-07-13f2fs: compress: fix to set zstd compress level correctlyChao Yu
2021-07-13f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong
2021-07-13f2fs: Convert to using invalidate_lockJan Kara
2021-07-06f2fs: drop dirty node pages when cp is in error statusJaegeuk Kim
2021-07-05f2fs: initialize page->private when using for our internal useJaegeuk Kim
2021-07-01f2fs: compress: add nocompress extensions supportFengnan Chang
2021-06-28f2fs: remove false alarm on iget failure during GCJaegeuk Kim
2021-06-28f2fs: enable extent cache for compression files in read-onlyDaeho Jeong
2021-06-23f2fs: introduce f2fs_casefolded_name slab cacheChao Yu
2021-06-23f2fs: swap: support migrating swapfile in aligned write modeChao Yu
2021-06-23f2fs: swap: remove dead codesChao Yu
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu
2021-06-23f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim
2021-06-23f2fs: add pin_file in feature listJaegeuk Kim
2021-06-23f2fs: Advertise encrypted casefolding in sysfsDaniel Rosenberg
2021-06-23f2fs: Show casefolding support only when supportedDaniel Rosenberg
2021-06-23f2fs: support RO featureJaegeuk Kim
2021-06-23f2fs: logging neateningJoe Perches
2021-06-23f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim
2021-06-23f2fs: compress: remove unneeded preallocationChao Yu
2021-05-26f2fs: atgc: export entries for better tunability via sysfsChao Yu
2021-05-26f2fs: compress: fix to disallow temp extensionChao Yu
2021-05-26f2fs: let's allow compression for mmap filesJaegeuk Kim
2021-05-26f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu
2021-05-26f2fs: return success if there is no work to doTom Rix