aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-07f2fs: use bio op accessorsMike Christie8-41/+60
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie2-3/+7
2016-06-07f2fs: control not to exceed # of cached nat entriesJaegeuk Kim3-0/+16
2016-06-07f2fs: fix wrong percentageJaegeuk Kim1-1/+1
2016-06-07f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim1-1/+2
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim4-6/+6
2016-06-07f2fs: avoid wrong count on dirty inodesJaegeuk Kim1-2/+2
2016-06-07f2fs: remove deprecated parameterJaegeuk Kim3-6/+5
2016-06-02f2fs: handle writepage correctlyJaegeuk Kim1-30/+14
2016-06-02f2fs: return error of f2fs_lookupJaegeuk Kim2-2/+5
2016-06-02f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song1-5/+10
2016-06-02f2fs: remove two steps to flush dirty data pagesJaegeuk Kim1-10/+1
2016-06-02f2fs: do not skip writing data pagesJaegeuk Kim2-9/+6
2016-06-02f2fs: inject to produce some orphan inodesJaegeuk Kim3-0/+9
2016-06-02f2fs: propagate error given by f2fs_find_entryJaegeuk Kim3-8/+24
2016-06-02f2fs: remove writepages lockJaegeuk Kim3-9/+0
2016-06-02f2fs: set flush_merge by defaultJaegeuk Kim1-0/+6
2016-06-02f2fs: detect congestion of flush command issuesJaegeuk Kim2-1/+7
2016-06-02f2fs: add lazytime mount optionJaegeuk Kim1-0/+14
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim7-6/+43
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim10-121/+17
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim7-7/+107
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim10-46/+92
2016-06-02f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim4-26/+24
2016-06-02f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2-5/+13
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim7-18/+23
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim16-160/+145
2016-06-02Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim1-5/+4
2016-05-29drop redundant ->owner initializationsAl Viro1-1/+0
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-6/+6
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-560/+1355
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2016-05-20f2fs: fix to update dirty page count correctlyChao Yu1-3/+4
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim5-13/+16
2016-05-20f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim1-0/+4
2016-05-18f2fs: make exit_f2fs_fs more clearTiezhu Yang1-5/+5
2016-05-18f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2-14/+15
2016-05-18f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim4-8/+14
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim3-7/+12
2016-05-18f2fs: use percpu_counter for page countersJaegeuk Kim3-19/+47
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim5-19/+22
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+5
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro2-6/+20
2016-05-16f2fs: manipulate dirty file inodes when DATA_FLUSH is setJaegeuk Kim1-3/+8
2016-05-16f2fs: add fault injection to sysfsSheng Yong2-10/+91
2016-05-16f2fs: no need inc dirty pages under inode lockYunlei He1-1/+1
2016-05-16f2fs: fix incorrect error path handling in f2fs_move_rehashed_direntsChao Yu1-2/+6
2016-05-16f2fs: fix i_current_depth during inline dentry conversionChao Yu1-0/+1
2016-05-16f2fs: correct return value type of f2fs_fill_superSheng Yong1-3/+3
2016-05-11f2fs: fix deadlock when flush inline dataChao Yu1-1/+2