summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAge
* Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-09-12
|\
| * f2fs: hurry up to issue discard after io interruptionChao Yu2017-09-12
| * f2fs: speed up gc_urgent mode with SSRJaegeuk Kim2017-09-11
| * f2fs: better to wait for fstrim completionJaegeuk Kim2017-09-11
| * f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-09-05
| * f2fs: fix to wake up all sleeping flusherChao Yu2017-09-05
| * f2fs: avoid race in between atomic_read & atomic_incChao Yu2017-09-05
| * f2fs: remove unneeded parameter of change_cursegChao Yu2017-09-05
| * f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim2017-08-29
| * f2fs: clear FI_HOT_DATA correctlyChao Yu2017-08-29
| * f2fs: fix out-of-order execution in f2fs_issue_flushChao Yu2017-08-29
| * f2fs: issue discard commands if gc_urgent is setJaegeuk Kim2017-08-29
| * f2fs: introduce discard_granularity sysfs entryChao Yu2017-08-21
| * f2fs: retry to revoke atomic commit in -ENOMEM caseChao Yu2017-08-21
| * f2fs: fix the size value in __check_sit_bitmapYunlong Song2017-08-15
| * f2fs: add app/fs io statChao Yu2017-08-09
| * f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song2017-08-09
| * f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song2017-08-09
| * f2fs: support inode checksumChao Yu2017-08-03
| * f2fs: make background threads of f2fs being aware of freezingChao Yu2017-07-31
| * f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim2017-07-28
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
|/
* Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-07-10
|\
| * f2fs: introduce __check_sit_bitmapChao Yu2017-07-07
| * f2fs: stop gc/discard thread in prior during umountChao Yu2017-07-07
| * f2fs: avoid redundant f2fs_flush after remountYunlong Song2017-07-07
| * f2fs: add f2fs_bug_on in __remove_discard_cmdChao Yu2017-07-04
| * f2fs: introduce __wait_one_discard_bioChao Yu2017-07-04
| * f2fs: sanity check size of nat and sit cacheJin Qian2017-07-04
| * f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He2017-07-04
| * f2fs: Do not issue small discards in LFS modeDamien Le Moal2017-07-04
| * f2fs: wait discard IO completion without cmd_lock heldChao Yu2017-05-23
| * f2fs: wake up all waiters in f2fs_submit_discard_endioChao Yu2017-05-23
| * f2fs: show more info if fail to issue discardChao Yu2017-05-23
| * f2fs: introduce io_list for serialize data/node IOsChao Yu2017-05-23
| * f2fs: split wio_mutexChao Yu2017-05-23
| * f2fs: combine huge num of discard rb tree consistence checksYunlei He2017-05-23
| * f2fs: try to freeze in gc and discard threadsJaegeuk Kim2017-05-23
| * f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim2017-05-23
| * f2fs: split bio cacheJaegeuk Kim2017-05-23
| * f2fs: use fio instead of multiple parametersJaegeuk Kim2017-05-23
| * f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-05-23
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-08
|\ \ | |/ |/|
| * fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani2017-05-08
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-08
* | f2fs: Make flush bios explicitely syncJan Kara2017-05-03
* | f2fs: flush dirty nats periodicallyJaegeuk Kim2017-05-03
* | f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-03
* | f2fs: allow cpc->reason to indicate more than one reasonChao Yu2017-05-03