summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim
2016-07-15f2fs: fix ERR_PTR returned by bioJaegeuk Kim
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-08f2fs: move i_size_write in f2fs_write_endJaegeuk Kim
2016-07-08f2fs: fix to avoid redundant discard during fstrimChao Yu
2016-07-08f2fs: avoid mismatching block range for discardYunlei He
2016-07-08f2fs: fix incorrect f_bfree calculation in ->statfsChao Yu
2016-07-08f2fs: use percpu_rw_semaphoreJaegeuk Kim
2016-07-08f2fs: skip to check the block address of node pageJaegeuk Kim
2016-07-08f2fs: shrink critical region in spin_lockJaegeuk Kim
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim
2016-07-08f2fs: remove unnecessary goto statementTiezhu Yang
2016-07-08f2fs: add nodiscard mount optionChao Yu
2016-07-08f2fs: fix to redirty page if fail to gc data pageChao Yu
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu
2016-07-08f2fs: fix to avoid reading out encrypted data in page cacheChao Yu
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim
2016-07-06f2fs: avoid writing node/metapages during writesJaegeuk Kim
2016-07-06f2fs: produce more nids and reduce readahead natsJaegeuk Kim
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim
2016-07-06f2fs: report error for f2fs_parent_dirJaegeuk Kim
2016-06-15f2fs: find parent dentry correctlySheng Yong
2016-06-13f2fs: fix deadlock in add_link failureJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
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: 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