aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-20/+0
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-20/+0
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-115/+205
2017-05-04f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim1-1/+2
2017-05-03f2fs: show available_nids in f2fs/statusJaegeuk Kim1-1/+2
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu1-0/+1
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonChao Yu1-9/+7
2017-05-03f2fs: release cp and dnode lock before IPUHou Pengyang1-1/+1
2017-05-02f2fs: shrink size of struct discard_cmdChao Yu1-1/+1
2017-05-02f2fs: don't hold cmd_lock during waiting discard commandChao Yu1-0/+1
2017-04-25f2fs: enable small discard by defaultChao Yu1-2/+2
2017-04-24f2fs: improve definition of statistic macrosArnd Bergmann1-29/+29
2017-04-24f2fs: fix _IOW usageJaegeuk Kim1-2/+3
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim1-2/+9
2017-04-19f2fs: add undiscard blocks statChao Yu1-0/+2
2017-04-19f2fs: unlock cp_rwsem early for IPU writesChao Yu1-0/+1
2017-04-19f2fs: introduce __check_rb_tree_consistenceChao Yu1-0/+2
2017-04-19f2fs: in prior to issue big discardChao Yu1-1/+6
2017-04-19f2fs: clean up discard_cmd_control structureChao Yu1-4/+4
2017-04-19f2fs: use rb-tree to track pending discard commandsChao Yu1-3/+45
2017-04-11f2fs: extract rb-tree operation infrastructureChao Yu1-3/+17
2017-04-10f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim1-4/+3
2017-04-10f2fs: guard macro variables with bracesTomohiro Kusumi1-18/+18
2017-04-10f2fs: introduce f2fs_wait_discard_biosChao Yu1-1/+1
2017-04-10f2fs: split discard_cmd_listChao Yu1-1/+2
2017-04-05f2fs: split make_dentry_ptr() into block and inline versionsTomohiro Kusumi1-17/+15
2017-04-05f2fs: submit bio of in-place-update pagesJaegeuk Kim1-1/+1
2017-04-05f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim1-0/+3
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim1-0/+2
2017-04-05f2fs: use bitmap in discard_entryChao Yu1-3/+3
2017-04-05f2fs: count discard command entryChao Yu1-0/+2
2017-04-05f2fs: show issued flush/discard countChao Yu1-3/+6
2017-03-25f2fs: allow write page cache when writting cpYunlei He1-0/+1
2017-03-24f2fs: show the max number of volatile operationsChao Yu1-1/+17
2017-03-21f2fs: cleanup the disk level filename updatingKinglong Mee1-2/+0
2017-03-21f2fs: cover update_free_nid_bitmap with nid_list_lockChao Yu1-1/+0
2017-03-21f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee1-7/+1
2017-03-21f2fs: add fault injection on f2fs_truncateJaegeuk Kim1-0/+1
2017-03-21f2fs: allocate a bio for discarding when actually issuing itJaegeuk Kim1-1/+3
2017-03-21f2fs: remove dead macro PGOFS_OF_NEXT_DNODEKinglong Mee1-6/+0
2017-03-21f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim1-0/+2
2017-03-20f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu1-0/+2
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+2
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-258/+386
2017-02-27f2fs: introduce free nid bitmapChao Yu1-0/+2
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee1-0/+6
2017-02-27f2fs: kill __is_extent_sameChao Yu1-7/+0
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu1-7/+13
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim1-2/+29
2017-02-27f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He1-1/+1