summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-091-8/+8
|\
| * fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani2017-05-091-1/+1
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-091-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-031-5/+20
* | f2fs: nullify fio->encrypted_page for each writesJaegeuk Kim2017-05-031-1/+1
* | f2fs: lookup extent cache first under IPU scenarioHou Pengyang2017-05-031-0/+1
* | f2fs: introduce __wait_discard_cmdChao Yu2017-05-031-22/+18Star
* | f2fs: introduce __issue_discard_cmdChao Yu2017-05-031-33/+30Star
* | 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/+2Star
* | f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim2017-04-111-10/+10
* | f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim2017-04-111-4/+4
* | f2fs: prevent waiter encountering incorrect discard statesChao Yu2017-04-111-4/+5
* | f2fs: introduce f2fs_wait_discard_biosChao Yu2017-04-111-15/+22
* | f2fs: split discard_cmd_listChao Yu2017-04-111-17/+30
* | Revert "f2fs: put allocate_segment after refresh_sit_entry"Jaegeuk Kim2017-04-111-5/+4Star
* | f2fs: submit bio of in-place-update pagesJaegeuk Kim2017-04-051-2/+2
* | f2fs: write small sized IO to hot logJaegeuk Kim2017-04-051-7/+6Star
* | f2fs: use bitmap in discard_entryChao Yu2017-04-051-32/+40
* | f2fs: clean up destroy_discard_cmd_controlChao Yu2017-04-051-7/+9
* | f2fs: count discard command entryChao Yu2017-04-051-0/+4
* | f2fs: show issued flush/discard countChao Yu2017-04-051-14/+23
* | f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim2017-03-301-0/+9
* | f2fs: add a punch discard command functionYunlei He2017-03-221-2/+20
* | f2fs: allocate a bio for discarding when actually issuing itJaegeuk Kim2017-03-221-63/+75
* | f2fs: make sure trace all f2fs_issue_flushKinglong Mee2017-03-221-11/+13
* | f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-03-221-0/+30
* | f2fs: fix the fault of calculating blkstart twiceKinglong Mee2017-03-211-1/+2
|/
* f2fs: don't overwrite node block by SSRJaegeuk Kim2017-03-201-0/+6
* f2fs: avoid to issue redundant discard commandsJaegeuk Kim2017-02-271-0/+2
* f2fs: select target segment with closer temperature in SSR modeChao Yu2017-02-271-6/+17
* f2fs: show simple call stack in fault injection messageChao Yu2017-02-271-1/+3
* f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-02-271-1/+1
* f2fs: check discard alignment only for SEQWRITE zonesJaegeuk Kim2017-02-271-12/+12
* f2fs: wait for discard completion after submissionJaegeuk Kim2017-02-271-3/+13
* f2fs: avoid very large discard commandJaegeuk Kim2017-02-271-1/+2