summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * f2fs: wait discard IO completion without cmd_lock heldChao Yu2017-05-231-3/+20
| * f2fs: wake up all waiters in f2fs_submit_discard_endioChao Yu2017-05-231-1/+1
| * f2fs: show more info if fail to issue discardChao Yu2017-05-231-1/+2
| * f2fs: introduce io_list for serialize data/node IOsChao Yu2017-05-231-7/+15
| * f2fs: split wio_mutexChao Yu2017-05-231-2/+2
| * f2fs: combine huge num of discard rb tree consistence checksYunlei He2017-05-231-11/+2
| * f2fs: try to freeze in gc and discard threadsJaegeuk Kim2017-05-231-9/+16
| * f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim2017-05-231-1/+1
| * f2fs: split bio cacheJaegeuk Kim2017-05-231-6/+18
| * f2fs: use fio instead of multiple parametersJaegeuk Kim2017-05-231-20/+21
| * f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-05-231-6/+5
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-8/+8
|\ \ | |/ |/|
| * fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani2017-05-081-1/+1
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-7/+7
* | f2fs: Make flush bios explicitely syncJan Kara2017-05-031-1/+1
* | f2fs: flush dirty nats periodicallyJaegeuk Kim2017-05-031-1/+1
* | f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-031-8/+20
* | f2fs: allow cpc->reason to indicate more than one reasonChao Yu2017-05-031-4/+4
* | f2fs: release cp and dnode lock before IPUHou Pengyang2017-05-031-0/+1
* | f2fs: don't hold cmd_lock during waiting discard commandChao Yu2017-05-021-5/+20
* | f2fs: nullify fio->encrypted_page for each writesJaegeuk Kim2017-05-021-1/+1
* | f2fs: lookup extent cache first under IPU scenarioHou Pengyang2017-05-021-0/+1
* | f2fs: introduce __wait_discard_cmdChao Yu2017-05-021-22/+18
* | f2fs: introduce __issue_discard_cmdChao Yu2017-05-021-33/+30
* | f2fs: enable small discard by defaultChao Yu2017-04-251-1/+1
* | f2fs: delay awaking discard threadChao Yu2017-04-251-1/+2
* | f2fs: fix out-of free segmentsJaegeuk Kim2017-04-241-5/+21
* | f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim2017-04-241-4/+10
* | f2fs: add undiscard blocks statChao Yu2017-04-191-0/+9
* | f2fs: introduce __check_rb_tree_consistenceChao Yu2017-04-191-2/+13
* | f2fs: trace __submit_discard_cmdChao Yu2017-04-191-1/+3
* | f2fs: in prior to issue big discardChao Yu2017-04-191-15/+39
* | f2fs: clean up discard_cmd_control structureChao Yu2017-04-191-12/+12
* | f2fs: use rb-tree to track pending discard commandsChao Yu2017-04-191-40/+183
* | f2fs: shrink blk plug regionChao Yu2017-04-121-4/+2
* | f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim2017-04-101-10/+10
* | f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim2017-04-101-4/+4
* | f2fs: prevent waiter encountering incorrect discard statesChao Yu2017-04-101-4/+5
* | f2fs: introduce f2fs_wait_discard_biosChao Yu2017-04-101-15/+22
* | f2fs: split discard_cmd_listChao Yu2017-04-101-17/+30
OpenPOWER on IntegriCloud