Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim
2022-05-12f2fs: keep wait_ms if EAGAIN happensJaegeuk Kim
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim
2022-05-12f2fs: change the current atomic write wayDaeho Jeong
2022-05-07f2fs: give priority to select unpinned section for foreground GCChao Yu
2022-05-06f2fs: write checkpoint during FG_GCByungki Lee
2022-04-26f2fs: don't set GC_FAILURE_PIN for background GCChao Yu
2022-04-26f2fs: check pinfile in gc_data_segment() in advanceChao Yu
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong
2022-02-04f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu
2022-01-25f2fs: move f2fs to use reader-unfair rwsemsTim Murray
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-05f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2021-12-11f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong
2021-12-11f2fs: fix to do sanity check in is_alive()Chao Yu
2021-12-11f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu
2021-12-11f2fs: fix to do sanity check on inode type during garbage collectionChao Yu
2021-10-27f2fs: introduce fragment allocation mode mount optionDaeho Jeong
2021-08-30f2fs: fix to account missing .skipped_gc_rwsemChao Yu
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-07-19f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"Jia Yang
2021-07-14f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong
2021-06-28f2fs: remove false alarm on iget failure during GCJaegeuk Kim
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu
2021-06-23f2fs: logging neateningJoe Perches
2021-05-14f2fs: atgc: fix to set default age thresholdChao Yu
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu
2021-04-10f2fs: clean up build warningsYi Zhuang
2021-03-31f2fs: introduce gc_merge mount optionChao Yu
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu
2021-03-26f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo
2021-03-13f2fs: fix panic during f2fs_resize_fs()Chao Yu
2021-03-13f2fs: fix to allow migrating fully valid segmentChao Yu
2021-01-28f2fs: trival cleanup in move_data_block()Chao Yu
2020-12-03f2fs: change to use rwsem for cp_mutexSahitya Tummala
2020-09-14f2fs: clean up kvfreeChao Yu
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-11f2fs: inherit mtime of original block during GCChao Yu
2020-09-11f2fs: introduce inmem cursegChao Yu
2020-09-11f2fs: support zone capacity less than zone sizeAravind Ramesh
2020-07-08f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong
2020-07-08f2fs: fix return value of move_data_block()Chao Yu
2020-07-08f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang
2020-07-08f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu
2020-07-08f2fs: add prefix for exported symbolsChao Yu
2020-06-18f2fs: get the right gc victim section when section has several segmentsJack Qiu
2020-05-12f2fs: add compressed/gc data read IO statChao Yu
2020-05-12f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim