aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-76/+160
2017-07-07f2fs: introduce __check_sit_bitmapChao Yu1-0/+25
2017-07-07f2fs: stop gc/discard thread in prior during umountChao Yu1-6/+13
2017-07-07f2fs: avoid redundant f2fs_flush after remountYunlong Song1-0/+2
2017-07-04f2fs: add f2fs_bug_on in __remove_discard_cmdChao Yu1-0/+2
2017-07-04f2fs: introduce __wait_one_discard_bioChao Yu1-16/+17
2017-07-04f2fs: sanity check size of nat and sit cacheJin Qian1-0/+7
2017-07-04f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He1-1/+4
2017-07-04f2fs: Do not issue small discards in LFS modeDamien Le Moal1-1/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2017-05-23f2fs: wait discard IO completion without cmd_lock heldChao Yu1-3/+20
2017-05-23f2fs: wake up all waiters in f2fs_submit_discard_endioChao Yu1-1/+1
2017-05-23f2fs: show more info if fail to issue discardChao Yu1-1/+2
2017-05-23f2fs: introduce io_list for serialize data/node IOsChao Yu1-7/+15
2017-05-23f2fs: split wio_mutexChao Yu1-2/+2
2017-05-23f2fs: combine huge num of discard rb tree consistence checksYunlei He1-11/+2
2017-05-23f2fs: try to freeze in gc and discard threadsJaegeuk Kim1-9/+16
2017-05-23f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim1-1/+1
2017-05-23f2fs: split bio cacheJaegeuk Kim1-6/+18
2017-05-23f2fs: use fio instead of multiple parametersJaegeuk Kim1-20/+21
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim1-6/+5
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+8
2017-05-08fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani1-1/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-7/+7
2017-05-03f2fs: Make flush bios explicitely syncJan Kara1-1/+1
2017-05-03f2fs: flush dirty nats periodicallyJaegeuk Kim1-1/+1
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu1-8/+20
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonChao Yu1-4/+4
2017-05-03f2fs: release cp and dnode lock before IPUHou Pengyang1-0/+1
2017-05-02f2fs: don't hold cmd_lock during waiting discard commandChao Yu1-5/+20
2017-05-02f2fs: nullify fio->encrypted_page for each writesJaegeuk Kim1-1/+1
2017-05-02f2fs: lookup extent cache first under IPU scenarioHou Pengyang1-0/+1
2017-05-02f2fs: introduce __wait_discard_cmdChao Yu1-22/+18
2017-05-02f2fs: introduce __issue_discard_cmdChao Yu1-33/+30
2017-04-25f2fs: enable small discard by defaultChao Yu1-1/+1
2017-04-25f2fs: delay awaking discard threadChao Yu1-1/+2
2017-04-24f2fs: fix out-of free segmentsJaegeuk Kim1-5/+21
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim1-4/+10
2017-04-19f2fs: add undiscard blocks statChao Yu1-0/+9
2017-04-19f2fs: introduce __check_rb_tree_consistenceChao Yu1-2/+13
2017-04-19f2fs: trace __submit_discard_cmdChao Yu1-1/+3
2017-04-19f2fs: in prior to issue big discardChao Yu1-15/+39
2017-04-19f2fs: clean up discard_cmd_control structureChao Yu1-12/+12
2017-04-19f2fs: use rb-tree to track pending discard commandsChao Yu1-40/+183
2017-04-12f2fs: shrink blk plug regionChao Yu1-4/+2
2017-04-10f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim1-10/+10
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim1-4/+4
2017-04-10f2fs: prevent waiter encountering incorrect discard statesChao Yu1-4/+5
2017-04-10f2fs: introduce f2fs_wait_discard_biosChao Yu1-15/+22
2017-04-10f2fs: split discard_cmd_listChao Yu1-17/+30