summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-07-27f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim
2017-07-27f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu
2017-07-27f2fs: sanity check size of nat and sit cacheJin Qian
2017-07-27f2fs: Do not issue small discards in LFS modeDamien Le Moal
2017-07-27f2fs: try to freeze in gc and discard threadsJaegeuk Kim
2017-07-27f2fs: sanity check checkpoint segno and blkoffJin Qian
2017-07-27f2fs: wake up all waiters in f2fs_submit_discard_endioChao Yu
2017-07-27f2fs: load inode's flag from diskJaegeuk Kim
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
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-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-05-04f2fs: switch to using fscrypt_match_name()Eric Biggers
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-04f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim
2017-05-04f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers
2017-05-03f2fs: fix a mount fail for wrong next_scan_nidYunlei He
2017-05-03f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu
2017-05-03f2fs: Make flush bios explicitely syncJan Kara
2017-05-03f2fs: show available_nids in f2fs/statusJaegeuk Kim
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: shrink size of struct discard_cmdChao Yu
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: sanity check segment countJin Qian
2017-05-02f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim
2017-05-02f2fs: lookup extent cache first under IPU scenarioHou Pengyang
2017-05-02f2fs: reconstruct code to write a data pageHou 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-25f2fs: seperate read nat page from nat_tree_lockYunlei He
2017-04-25f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong
2017-04-24f2fs: skip encrypted inode in ASYNC IPU policyHou Pengyang
2017-04-24f2fs: fix out-of free segmentsJaegeuk Kim
2017-04-24f2fs: improve definition of statistic macrosArnd Bergmann
2017-04-24f2fs: assign allocation hint for warm/cold dataJaegeuk Kim
2017-04-24f2fs: fix _IOW usageJaegeuk Kim
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim
2017-04-19f2fs: introduce async IPU policyHou Pengyang
2017-04-19f2fs: add undiscard blocks statChao Yu
2017-04-19f2fs: unlock cp_rwsem early for IPU writesChao 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