aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+6
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-1/+1
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-baseChristoph Hellwig1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig2-6/+6
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller1-1/+4
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-35/+16
2017-05-08fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani2-3/+4
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko4-32/+12
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds20-902/+1694
2017-05-04f2fs: switch to using fscrypt_match_name()Eric Biggers1-24/+4
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers1-2/+2
2017-05-04f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim4-20/+31
2017-05-04f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers1-3/+4
2017-05-03f2fs: fix a mount fail for wrong next_scan_nidYunlei He1-0/+3
2017-05-03f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu1-3/+4
2017-05-03f2fs: Make flush bios explicitely syncJan Kara3-3/+3
2017-05-03f2fs: show available_nids in f2fs/statusJaegeuk Kim2-3/+5
2017-05-03f2fs: flush dirty nats periodicallyJaegeuk Kim1-1/+1
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu4-8/+31
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonChao Yu3-20/+18
2017-05-03f2fs: release cp and dnode lock before IPUHou Pengyang4-16/+27
2017-05-02f2fs: shrink size of struct discard_cmdChao Yu1-1/+1
2017-05-02f2fs: don't hold cmd_lock during waiting discard commandChao Yu2-5/+21
2017-05-02f2fs: nullify fio->encrypted_page for each writesJaegeuk Kim1-1/+1
2017-05-02f2fs: sanity check segment countJin Qian1-0/+7
2017-05-02f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim1-5/+12
2017-05-02f2fs: lookup extent cache first under IPU scenarioHou Pengyang3-2/+16
2017-05-02f2fs: reconstruct code to write a data pageHou Pengyang3-37/+54
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 Yu2-3/+3
2017-04-25f2fs: delay awaking discard threadChao Yu1-1/+2
2017-04-25f2fs: seperate read nat page from nat_tree_lockYunlei He1-3/+8
2017-04-25f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong1-7/+6
2017-04-24f2fs: skip encrypted inode in ASYNC IPU policyHou Pengyang1-1/+2
2017-04-24f2fs: fix out-of free segmentsJaegeuk Kim3-7/+25
2017-04-24f2fs: improve definition of statistic macrosArnd Bergmann1-29/+29
2017-04-24f2fs: assign allocation hint for warm/cold dataJaegeuk Kim1-0/+5
2017-04-24f2fs: fix _IOW usageJaegeuk Kim1-2/+3
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim5-23/+120
2017-04-19f2fs: introduce async IPU policyHou Pengyang3-3/+13
2017-04-19f2fs: add undiscard blocks statChao Yu3-2/+14
2017-04-19f2fs: unlock cp_rwsem early for IPU writesChao Yu2-1/+6
2017-04-19f2fs: introduce __check_rb_tree_consistenceChao Yu3-2/+47
2017-04-19f2fs: trace __submit_discard_cmdChao Yu1-1/+3
2017-04-19f2fs: in prior to issue big discardChao Yu2-16/+45
2017-04-19f2fs: clean up discard_cmd_control structureChao Yu2-16/+16
2017-04-19f2fs: use rb-tree to track pending discard commandsChao Yu3-50/+236
2017-04-18f2fs: avoid dirty node pages in check_only recoveryJaegeuk Kim1-3/+5