summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu1-9/+10
2021-05-12f2fs: avoid null pointer access when handling IPU errorJaegeuk Kim1-2/+2
2021-05-05Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-51/+133
2021-04-26f2fs: drop inplace IO if fs status is abnormalChao Yu1-1/+16
2021-04-22f2fs: avoid using native allocate_segment_by_default()Chao Yu1-8/+10
2021-04-13f2fs: fix to avoid NULL pointer dereferenceYi Chen1-1/+4
2021-04-13f2fs: avoid duplicated codes for cleanupChao Yu1-22/+10
2021-04-10f2fs: clean up build warningsYi Zhuang1-3/+15
2021-04-06f2fs: fix the periodic wakeups of discard threadSahitya Tummala1-7/+14
2021-04-06f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu1-3/+3
2021-03-31f2fs: Fix a hungtask problem in atomic writeYi Zhuang1-13/+17
2021-03-31f2fs: introduce gc_merge mount optionChao Yu1-2/+13
2021-03-26f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu1-0/+4
2021-03-26f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun1-0/+3
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala1-1/+2
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu1-15/+21
2021-03-26f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo1-1/+3
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileChao Yu1-8/+26
2021-03-13f2fs: check discard command number before traversing discard pending listChao Yu1-0/+2
2021-03-13f2fs: update comments for explicit memory barrierChao Yu1-1/+5
2021-03-13f2fs: fix to allow migrating fully valid segmentChao Yu1-1/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+1
2021-02-09f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim1-4/+0
2021-01-28f2fs: deprecate f2fs_trace_ioJaegeuk Kim1-3/+0
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig1-11/+1
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong1-1/+1
2020-12-03f2fs: init dirty_secmap incorrectlyJack Qiu1-1/+1
2020-12-03f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu1-20/+27
2020-10-14f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu1-0/+3
2020-10-14f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim1-3/+9
2020-09-14f2fs: clean up kvfreeChao Yu1-12/+12
2020-09-11f2fs: support age threshold based garbage collectionChao Yu1-38/+139
2020-09-11f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu1-2/+2
2020-09-11f2fs: inherit mtime of original block during GCChao Yu1-12/+44
2020-09-11f2fs: record average update time of segmentChao Yu1-3/+18
2020-09-11f2fs: introduce inmem cursegChao Yu1-33/+74
2020-09-11f2fs: remove duplicated type castingXiaojun Wang1-1/+1
2020-09-11f2fs: support zone capacity less than zone sizeAravind Ramesh1-12/+144
2020-09-09f2fs: Fix type of section block count variablesShin'ichiro Kawasaki1-4/+4
2020-08-04f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Zhihao Cheng1-1/+1
2020-07-08f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong1-2/+2
2020-07-08f2fs: split f2fs_allocate_new_segments()Chao Yu1-16/+23
2020-07-08f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang1-2/+2
2020-07-08f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu1-3/+3
2020-07-08f2fs: shrink node_write lock coverageChao Yu1-11/+0
2020-07-08f2fs: add prefix for exported symbolsChao Yu1-1/+1
2020-06-18f2fs: get the right gc victim section when section has several segmentsJack Qiu1-2/+59
2020-05-30f2fs: fix wrong discard spaceChao Yu1-0/+11
2020-05-28f2fs: remove unneeded return value of __insert_discard_tree()Chao Yu1-7/+2