summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2021-03-12f2fs: check discard command number before traversing discard pending listChao Yu
2021-03-12f2fs: update comments for explicit memory barrierChao Yu
2021-03-12f2fs: fix to allow migrating fully valid segmentChao Yu
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim
2021-01-27f2fs: deprecate f2fs_trace_ioJaegeuk Kim
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong
2020-12-02f2fs: init dirty_secmap incorrectlyJack Qiu
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu
2020-10-13f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim
2020-09-14f2fs: clean up kvfreeChao Yu
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-10f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu
2020-09-10f2fs: inherit mtime of original block during GCChao Yu
2020-09-10f2fs: record average update time of segmentChao Yu
2020-09-10f2fs: introduce inmem cursegChao Yu
2020-09-10f2fs: remove duplicated type castingXiaojun Wang
2020-09-10f2fs: support zone capacity less than zone sizeAravind Ramesh
2020-09-08f2fs: Fix type of section block count variablesShin'ichiro Kawasaki
2020-08-03f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Zhihao Cheng
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong
2020-07-07f2fs: split f2fs_allocate_new_segments()Chao Yu
2020-07-07f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang
2020-07-07f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu
2020-07-07f2fs: shrink node_write lock coverageChao Yu
2020-07-07f2fs: add prefix for exported symbolsChao Yu
2020-06-18f2fs: get the right gc victim section when section has several segmentsJack Qiu
2020-05-30f2fs: fix wrong discard spaceChao Yu
2020-05-28f2fs: remove unneeded return value of __insert_discard_tree()Chao Yu
2020-04-17f2fs: Fix the accounting of dcc->undiscard_blksSahitya Tummala
2020-04-17f2fs: report the discard cmd errors properlySahitya Tummala
2020-04-17f2fs: fix long latency due to discard during umountSahitya Tummala
2020-04-03f2fs: switch discard_policy.timeout to bool typeChao Yu
2020-03-30f2fs: don't trigger data flush in foreground operationChao Yu
2020-03-19f2fs: add prefix for f2fs slab cache nameChao Yu
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu
2020-03-19f2fs: clean up lfs/adaptive mount optionChao Yu
2020-03-19f2fs: show mounted timeJaegeuk Kim
2020-01-17f2fs: change to use rwsem for gc_mutexChao Yu
2020-01-17f2fs: add a way to turn off ipu bio cacheJaegeuk Kim
2020-01-17f2fs: support data compressionChao Yu
2020-01-15f2fs: cleanup duplicate stats for atomic filesSahitya Tummala
2020-01-15f2fs: Check write pointer consistency of non-open zonesShin'ichiro Kawasaki
2020-01-15f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki
2019-11-30Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-11-19f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu
2019-11-07f2fs: support aligned pinned fileJaegeuk Kim