aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 Jeong6-6/+315
2021-08-23f2fs: separate out iostat featureDaeho Jeong14-149/+225
2021-08-17f2fs: compress: do sanity check on clusterChao Yu3-0/+62
2021-08-17f2fs: fix description about main_blkaddr nodeYangtao Li1-2/+1
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li2-5/+5
2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu2-0/+2
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu13-30/+59
2021-08-17f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang2-2/+13
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
2021-08-12f2fs: compress: avoid duplicate counting of valid blocks when read compressed fileFengnan Chang1-5/+17
2021-08-05f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu1-4/+18
2021-08-05f2fs: avoid unneeded memory allocation in __add_ino_entry()Chao Yu1-5/+17
2021-08-05f2fs: extent cache: support unaligned extentChao Yu5-11/+132
2021-08-05f2fs: Kconfig: clean up config options about compressionTiezhu Yang1-9/+7
2021-08-04f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li1-5/+9
2021-08-03f2fs: fix to stop filesystem update once CP failedChao Yu3-6/+23
2021-08-03f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong5-0/+52
2021-08-03f2fs: introduce discard_unit mount optionChao Yu5-32/+130
2021-08-02f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu1-1/+1
2021-08-02f2fs: fix to force keeping write barrier for strict fsync modeChao Yu1-0/+12
2021-08-02f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu1-5/+2
2021-08-02f2fs: show sbi status in debugfs/f2fs/statusJaegeuk Kim1-2/+3
2021-08-02f2fs: turn back remapped address in compressed page endioDaeho Jeong1-1/+3
2021-08-02f2fs: change fiemap way in printing compression chunkDaeho Jeong1-33/+42
2021-08-02f2fs: do not submit NEW_ADDR to read node blockJaegeuk Kim1-1/+2
2021-08-02f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang1-0/+3
2021-07-25f2fs: don't sleep while grabing nat_tree_lockJaegeuk Kim1-4/+13
2021-07-25f2fs: remove allow_outplace_dio()Eric Biggers3-12/+2
2021-07-25f2fs: make f2fs_write_failed() take struct inodeEric Biggers1-4/+3
2021-07-19f2fs: quota: fix potential deadlockChao Yu1-36/+48
2021-07-19f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim2-1/+3
2021-07-19f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"Jia Yang1-1/+1
2021-07-13f2fs: avoid to create an empty string as the extension_listWang Xiaojun1-1/+1
2021-07-13f2fs: compress: fix to set zstd compress level correctlyChao Yu1-1/+2
2021-07-13f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong5-0/+57
2021-07-11Linux 5.14-rc1Linus Torvalds1-2/+2
2021-07-11mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins1-3/+3
2021-07-11mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins1-6/+5
2021-07-11mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins1-5/+8
2021-07-11mm/rmap: fix comments left over from recent changesHugh Dickins2-7/+2
2021-07-10mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman2-14/+0