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