aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAge
...
| * | f2fs: set mapping error for EIOJaegeuk Kim2016-06-08
| * | f2fs: control not to exceed # of cached nat entriesJaegeuk Kim2016-06-07
| * | f2fs: fix wrong percentageJaegeuk Kim2016-06-07
| * | f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim2016-06-07
| * | f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-07
| * | f2fs: avoid wrong count on dirty inodesJaegeuk Kim2016-06-07
| * | f2fs: remove deprecated parameterJaegeuk Kim2016-06-07
| * | f2fs: handle writepage correctlyJaegeuk Kim2016-06-02
| * | f2fs: return error of f2fs_lookupJaegeuk Kim2016-06-02
| * | f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song2016-06-02
| * | f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2016-06-02
| * | f2fs: do not skip writing data pagesJaegeuk Kim2016-06-02
| * | f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-02
| * | f2fs: propagate error given by f2fs_find_entryJaegeuk Kim2016-06-02
| * | f2fs: remove writepages lockJaegeuk Kim2016-06-02
| * | f2fs: set flush_merge by defaultJaegeuk Kim2016-06-02
| * | f2fs: detect congestion of flush command issuesJaegeuk Kim2016-06-02
| * | f2fs: add lazytime mount optionJaegeuk Kim2016-06-02
| * | f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-02
| * | f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-02
| * | f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-02
| * | f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-02
| * | f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2016-06-02
| * | f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2016-06-02
| * | f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-02
| * | f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-02
| * | Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim2016-06-02
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-26
|\ \
| * | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-26
| |/
* | block: get rid of bio_rw and READAChristoph Hellwig2016-07-20
* | f2fs: use bio op accessorsMike Christie2016-06-07
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
|/
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-27
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-21
|\
| * f2fs: fix to update dirty page count correctlyChao Yu2016-05-20
| * f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-20
| * f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim2016-05-20
| * f2fs: make exit_f2fs_fs more clearTiezhu Yang2016-05-18
| * f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2016-05-18
| * f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2016-05-18
| * f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-18
| * f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-18
| * f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-18
| * f2fs: manipulate dirty file inodes when DATA_FLUSH is setJaegeuk Kim2016-05-16
| * f2fs: add fault injection to sysfsSheng Yong2016-05-16
| * f2fs: no need inc dirty pages under inode lockYunlei He2016-05-16
| * f2fs: fix incorrect error path handling in f2fs_move_rehashed_direntsChao Yu2016-05-16
| * f2fs: fix i_current_depth during inline dentry conversionChao Yu2016-05-16
| * f2fs: correct return value type of f2fs_fill_superSheng Yong2016-05-16
| * f2fs: fix deadlock when flush inline dataChao Yu2016-05-11