summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: enable small discard by defaultChao Yu2017-04-251-2/+2
* f2fs: improve definition of statistic macrosArnd Bergmann2017-04-241-29/+29
* f2fs: fix _IOW usageJaegeuk Kim2017-04-241-2/+3
* f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim2017-04-241-2/+9
* f2fs: add undiscard blocks statChao Yu2017-04-191-0/+2
* f2fs: unlock cp_rwsem early for IPU writesChao Yu2017-04-191-0/+1
* f2fs: introduce __check_rb_tree_consistenceChao Yu2017-04-191-0/+2
* f2fs: in prior to issue big discardChao Yu2017-04-191-1/+6
* f2fs: clean up discard_cmd_control structureChao Yu2017-04-191-4/+4
* f2fs: use rb-tree to track pending discard commandsChao Yu2017-04-191-3/+45
* f2fs: extract rb-tree operation infrastructureChao Yu2017-04-111-3/+17
* f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim2017-04-101-4/+3
* f2fs: guard macro variables with bracesTomohiro Kusumi2017-04-101-18/+18
* f2fs: introduce f2fs_wait_discard_biosChao Yu2017-04-101-1/+1
* f2fs: split discard_cmd_listChao Yu2017-04-101-1/+2
* f2fs: split make_dentry_ptr() into block and inline versionsTomohiro Kusumi2017-04-051-17/+15
* f2fs: submit bio of in-place-update pagesJaegeuk Kim2017-04-051-1/+1
* f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim2017-04-051-0/+3
* f2fs: write small sized IO to hot logJaegeuk Kim2017-04-051-0/+2
* f2fs: use bitmap in discard_entryChao Yu2017-04-051-3/+3
* f2fs: count discard command entryChao Yu2017-04-051-0/+2
* f2fs: show issued flush/discard countChao Yu2017-04-051-3/+6
* f2fs: allow write page cache when writting cpYunlei He2017-03-251-0/+1
* f2fs: show the max number of volatile operationsChao Yu2017-03-241-1/+17
* f2fs: cleanup the disk level filename updatingKinglong Mee2017-03-211-2/+0
* f2fs: cover update_free_nid_bitmap with nid_list_lockChao Yu2017-03-211-1/+0
* f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee2017-03-211-7/+1
* f2fs: add fault injection on f2fs_truncateJaegeuk Kim2017-03-211-0/+1
* f2fs: allocate a bio for discarding when actually issuing itJaegeuk Kim2017-03-211-1/+3
* f2fs: remove dead macro PGOFS_OF_NEXT_DNODEKinglong Mee2017-03-211-6/+0
* f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-03-211-0/+2
* f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-03-201-0/+2
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+2
* Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-011-258/+386
|\
| * f2fs: introduce free nid bitmapChao Yu2017-02-271-0/+2
| * f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee2017-02-271-0/+6
| * f2fs: kill __is_extent_sameChao Yu2017-02-271-7/+0
| * f2fs: show simple call stack in fault injection messageChao Yu2017-02-271-7/+13
| * f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-02-271-2/+29
| * f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He2017-02-271-1/+1
| * f2fs: much larger batched trim_fs jobJaegeuk Kim2017-02-271-1/+1
| * f2fs: avoid very large discard commandJaegeuk Kim2017-02-271-1/+2
| * f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-02-231-0/+3
| * f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2017-02-231-0/+1
| * f2fs: change recovery policy of xattr node blockChao Yu2017-02-231-2/+1
| * f2fs: check last page index in cached bio to decide submissionJaegeuk Kim2017-02-231-2/+2
| * f2fs: check io submission more preciselyJaegeuk Kim2017-02-231-0/+1
| * f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2017-02-221-1/+1
| * f2fs: fix 446 coding style warnings in f2fs.hDongOh Shin2017-02-221-228/+270
| * f2fs: fix 3 coding style errors in f2fs.hDongOh Shin2017-02-221-3/+3