aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2017-07-27f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu
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-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: check entire encrypted bigname when finding a dentryJaegeuk Kim
2017-05-03f2fs: show available_nids in f2fs/statusJaegeuk 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-04-25f2fs: enable small discard by defaultChao Yu
2017-04-24f2fs: improve definition of statistic macrosArnd Bergmann
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: 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: 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-11f2fs: extract rb-tree operation infrastructureChao Yu
2017-04-10f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim
2017-04-10f2fs: guard macro variables with bracesTomohiro Kusumi
2017-04-10f2fs: introduce f2fs_wait_discard_biosChao Yu
2017-04-10f2fs: split discard_cmd_listChao Yu
2017-04-05f2fs: split make_dentry_ptr() into block and inline versionsTomohiro Kusumi
2017-04-05f2fs: submit bio of in-place-update pagesJaegeuk Kim
2017-04-05f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim
2017-04-05f2fs: use bitmap in discard_entryChao Yu
2017-04-05f2fs: count discard command entryChao Yu
2017-04-05f2fs: show issued flush/discard countChao Yu
2017-03-25f2fs: allow write page cache when writting cpYunlei He
2017-03-24f2fs: show the max number of volatile operationsChao Yu
2017-03-21f2fs: cleanup the disk level filename updatingKinglong Mee
2017-03-21f2fs: cover update_free_nid_bitmap with nid_list_lockChao Yu
2017-03-21f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee
2017-03-21f2fs: add fault injection on f2fs_truncateJaegeuk Kim
2017-03-21f2fs: allocate a bio for discarding when actually issuing itJaegeuk Kim
2017-03-21f2fs: remove dead macro PGOFS_OF_NEXT_DNODEKinglong Mee
2017-03-21f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim
2017-03-20f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-02-27f2fs: introduce free nid bitmapChao Yu
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee
2017-02-27f2fs: kill __is_extent_sameChao Yu
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu