aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-09f2fs: apply write hints to select the type of segments for buffered writeGravatar Hyunchul Lee 1-1/+13
2017-11-05f2fs: fix summary info corruptionGravatar Chao Yu 1-1/+27
2017-11-05f2fs: remove dead code in update_meta_pageGravatar Chao Yu 1-5/+1
2017-11-05f2fs: use rw_semaphore to protect SIT cacheGravatar Chao Yu 1-15/+19
2017-11-05Revert "f2fs: handle dirty segments inside refresh_sit_entry"Gravatar Yunlong Song 1-13/+14
2017-11-05f2fs: export SSR allocation thresholdGravatar Chao Yu 1-1/+2
2017-11-05f2fs: give correct trimmed blocks in fstrimGravatar Chao Yu 1-8/+19
2017-11-05f2fs: support bio allocation error injectionGravatar Chao Yu 1-1/+1
2017-10-26f2fs: remove several redundant assignmentsGravatar Colin Ian King 1-5/+1
2017-10-26f2fs: limit # of inmemory pagesGravatar Jaegeuk Kim 1-0/+38
2017-10-26f2fs: give up CP_TRIMMED_FLAG if it drops discardsGravatar Chao Yu 1-3/+10
2017-10-26f2fs: trace f2fs_remove_discardGravatar Chao Yu 1-0/+2
2017-10-26f2fs: reduce cmd_lock coverage in __issue_discard_cmdGravatar Chao Yu 1-8/+10
2017-10-26f2fs: split discard policyGravatar Chao Yu 1-76/+73
2017-10-26f2fs: wrap discard policyGravatar Chao Yu 1-9/+29
2017-10-26f2fs: support issuing/waiting discard in rangeGravatar Chao Yu 1-21/+106
2017-10-10f2fs: fix to flush multiple device in checkpointGravatar Chao Yu 1-0/+29
2017-10-10f2fs: enhance multiple device flushGravatar Chao Yu 1-11/+35
2017-10-03f2fs: fix potential panic during fstrimGravatar Chao Yu 1-3/+3
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-57/+235
2017-09-12f2fs: hurry up to issue discard after io interruptionGravatar Chao Yu 1-2/+15
2017-09-11f2fs: speed up gc_urgent mode with SSRGravatar Jaegeuk Kim 1-0/+15
2017-09-11f2fs: better to wait for fstrim completionGravatar Jaegeuk Kim 1-1/+6
2017-09-05f2fs: use generic terms used for encrypted block managementGravatar Jaegeuk Kim 1-2/+1
2017-09-05f2fs: fix to wake up all sleeping flusherGravatar Chao Yu 1-2/+21
2017-09-05f2fs: avoid race in between atomic_read & atomic_incGravatar Chao Yu 1-3/+1
2017-09-05f2fs: remove unneeded parameter of change_cursegGravatar Chao Yu 1-10/+8
2017-08-29f2fs: wake up discard_thread iff there is a candidateGravatar Jaegeuk Kim 1-2/+1
2017-08-29f2fs: clear FI_HOT_DATA correctlyGravatar Chao Yu 1-0/+1
2017-08-29f2fs: fix out-of-order execution in f2fs_issue_flushGravatar Chao Yu 1-1/+4
2017-08-29f2fs: issue discard commands if gc_urgent is setGravatar Jaegeuk Kim 1-1/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-08-21f2fs: introduce discard_granularity sysfs entryGravatar Chao Yu 1-14/+77
2017-08-21f2fs: retry to revoke atomic commit in -ENOMEM caseGravatar Chao Yu 1-2/+8
2017-08-15f2fs: fix the size value in __check_sit_bitmapGravatar Yunlong Song 1-2/+5
2017-08-09f2fs: add app/fs io statGravatar Chao Yu 1-2/+19
2017-08-09f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Gravatar Yunlong Song 1-0/+4
2017-08-09f2fs: update cur_valid_map_mir together with cur_valid_mapGravatar Yunlong Song 1-14/+30
2017-08-03f2fs: support inode checksumGravatar Chao Yu 1-1/+4
2017-07-31f2fs: make background threads of f2fs being aware of freezingGravatar Chao Yu 1-0/+8
2017-07-28f2fs: give a try to do atomic write in -ENOMEM caseGravatar Jaegeuk Kim 1-2/+6
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-76/+160
2017-07-07f2fs: introduce __check_sit_bitmapGravatar Chao Yu 1-0/+25
2017-07-07f2fs: stop gc/discard thread in prior during umountGravatar Chao Yu 1-6/+13
2017-07-07f2fs: avoid redundant f2fs_flush after remountGravatar Yunlong Song 1-0/+2
2017-07-04f2fs: add f2fs_bug_on in __remove_discard_cmdGravatar Chao Yu 1-0/+2
2017-07-04f2fs: introduce __wait_one_discard_bioGravatar Chao Yu 1-16/+17
2017-07-04f2fs: sanity check size of nat and sit cacheGravatar Jin Qian 1-0/+7
2017-07-04f2fs: fix a panic caused by NULL flush_cmd_controlGravatar Yunlei He 1-1/+4
2017-07-04f2fs: Do not issue small discards in LFS modeGravatar Damien Le Moal 1-1/+2