summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee2017-11-091-1/+13
* f2fs: fix summary info corruptionChao Yu2017-11-061-1/+27
* f2fs: remove dead code in update_meta_pageChao Yu2017-11-061-5/+1Star
* f2fs: use rw_semaphore to protect SIT cacheChao Yu2017-11-061-15/+19
* Revert "f2fs: handle dirty segments inside refresh_sit_entry"Yunlong Song2017-11-061-13/+14
* f2fs: export SSR allocation thresholdChao Yu2017-11-061-1/+2
* f2fs: give correct trimmed blocks in fstrimChao Yu2017-11-061-8/+19
* f2fs: support bio allocation error injectionChao Yu2017-11-061-1/+1
* f2fs: remove several redundant assignmentsColin Ian King2017-10-261-5/+1Star
* f2fs: limit # of inmemory pagesJaegeuk Kim2017-10-261-0/+38
* f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu2017-10-261-3/+10
* f2fs: trace f2fs_remove_discardChao Yu2017-10-261-0/+2
* f2fs: reduce cmd_lock coverage in __issue_discard_cmdChao Yu2017-10-261-8/+10
* f2fs: split discard policyChao Yu2017-10-261-76/+73Star
* f2fs: wrap discard policyChao Yu2017-10-261-9/+29
* f2fs: support issuing/waiting discard in rangeChao Yu2017-10-261-21/+106
* f2fs: fix to flush multiple device in checkpointChao Yu2017-10-101-0/+29
* f2fs: enhance multiple device flushChao Yu2017-10-101-11/+35
* f2fs: fix potential panic during fstrimChao Yu2017-10-031-3/+3
* Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-09-131-57/+235
|\
| * f2fs: hurry up to issue discard after io interruptionChao Yu2017-09-121-2/+15
| * f2fs: speed up gc_urgent mode with SSRJaegeuk Kim2017-09-121-0/+15
| * f2fs: better to wait for fstrim completionJaegeuk Kim2017-09-121-1/+6
| * f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-09-061-2/+1Star
| * f2fs: fix to wake up all sleeping flusherChao Yu2017-09-051-2/+21
| * f2fs: avoid race in between atomic_read & atomic_incChao Yu2017-09-051-3/+1Star
| * f2fs: remove unneeded parameter of change_cursegChao Yu2017-09-051-10/+8Star
| * f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim2017-08-291-2/+1Star
| * f2fs: clear FI_HOT_DATA correctlyChao Yu2017-08-291-0/+1
| * f2fs: fix out-of-order execution in f2fs_issue_flushChao Yu2017-08-291-1/+4
| * f2fs: issue discard commands if gc_urgent is setJaegeuk Kim2017-08-291-1/+5
| * f2fs: introduce discard_granularity sysfs entryChao Yu2017-08-221-14/+77
| * f2fs: retry to revoke atomic commit in -ENOMEM caseChao Yu2017-08-221-2/+8
| * f2fs: fix the size value in __check_sit_bitmapYunlong Song2017-08-151-2/+5
| * f2fs: add app/fs io statChao Yu2017-08-101-2/+19
| * f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song2017-08-101-0/+4
| * f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song2017-08-101-14/+30
| * f2fs: support inode checksumChao Yu2017-08-041-1/+4
| * f2fs: make background threads of f2fs being aware of freezingChao Yu2017-08-011-0/+8
| * f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim2017-07-291-2/+6
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
|/
* Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-07-101-76/+160
|\
| * f2fs: introduce __check_sit_bitmapChao Yu2017-07-071-0/+25
| * f2fs: stop gc/discard thread in prior during umountChao Yu2017-07-071-6/+13
| * f2fs: avoid redundant f2fs_flush after remountYunlong Song2017-07-071-0/+2
| * f2fs: add f2fs_bug_on in __remove_discard_cmdChao Yu2017-07-041-0/+2
| * f2fs: introduce __wait_one_discard_bioChao Yu2017-07-041-16/+17
| * f2fs: sanity check size of nat and sit cacheJin Qian2017-07-041-0/+7
| * f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He2017-07-041-1/+4
| * f2fs: Do not issue small discards in LFS modeDamien Le Moal2017-07-041-1/+2