aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2016-06-08f2fs: skip clean segment for gcJaegeuk Kim
2016-06-08f2fs: drop any block pluggingJaegeuk Kim
2016-06-08f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim
2016-06-08f2fs: set mapping error for EIOJaegeuk Kim
2016-06-07f2fs: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-06-07f2fs: control not to exceed # of cached nat entriesJaegeuk Kim
2016-06-07f2fs: fix wrong percentageJaegeuk Kim
2016-06-07f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim
2016-06-07f2fs: avoid wrong count on dirty inodesJaegeuk Kim
2016-06-07f2fs: remove deprecated parameterJaegeuk Kim
2016-06-02f2fs: handle writepage correctlyJaegeuk Kim
2016-06-02f2fs: return error of f2fs_lookupJaegeuk Kim
2016-06-02f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song
2016-06-02f2fs: remove two steps to flush dirty data pagesJaegeuk Kim
2016-06-02f2fs: do not skip writing data pagesJaegeuk Kim
2016-06-02f2fs: inject to produce some orphan inodesJaegeuk Kim
2016-06-02f2fs: propagate error given by f2fs_find_entryJaegeuk Kim
2016-06-02f2fs: remove writepages lockJaegeuk Kim
2016-06-02f2fs: set flush_merge by defaultJaegeuk Kim
2016-06-02f2fs: detect congestion of flush command issuesJaegeuk Kim
2016-06-02f2fs: add lazytime mount optionJaegeuk Kim
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-06-02Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim
2016-05-29drop redundant ->owner initializationsAl Viro
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-20f2fs: fix to update dirty page count correctlyChao Yu
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim
2016-05-20f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim
2016-05-18f2fs: make exit_f2fs_fs more clearTiezhu Yang
2016-05-18f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim
2016-05-18f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim
2016-05-18f2fs: use percpu_counter for page countersJaegeuk Kim
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-16f2fs: manipulate dirty file inodes when DATA_FLUSH is setJaegeuk Kim
2016-05-16f2fs: add fault injection to sysfsSheng Yong
2016-05-16f2fs: no need inc dirty pages under inode lockYunlei He