summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim10-44/+62
2016-07-08f2fs: move i_size_write in f2fs_write_endJaegeuk Kim1-1/+1
2016-07-08f2fs: fix to avoid redundant discard during fstrimChao Yu1-2/+3
2016-07-08f2fs: avoid mismatching block range for discardYunlei He1-0/+4
2016-07-08f2fs: fix incorrect f_bfree calculation in ->statfsChao Yu1-1/+1
2016-07-08f2fs: use percpu_rw_semaphoreJaegeuk Kim3-30/+35
2016-07-08f2fs: skip to check the block address of node pageJaegeuk Kim1-3/+3
2016-07-08f2fs: shrink critical region in spin_lockJaegeuk Kim1-15/+8
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim5-15/+30
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim4-3/+35
2016-07-08f2fs: remove unnecessary goto statementTiezhu Yang1-2/+2
2016-07-08f2fs: add nodiscard mount optionChao Yu1-0/+4
2016-07-08f2fs: fix to redirty page if fail to gc data pageChao Yu1-1/+12
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu3-13/+13
2016-07-08f2fs: fix to avoid reading out encrypted data in page cacheChao Yu1-43/+47
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2-2/+2
2016-07-06f2fs: avoid writing node/metapages during writesJaegeuk Kim1-3/+3
2016-07-06f2fs: produce more nids and reduce readahead natsJaegeuk Kim6-8/+18
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim4-8/+35
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim6-25/+9
2016-07-06f2fs: report error for f2fs_parent_dirJaegeuk Kim1-6/+9
2016-06-16f2fs: find parent dentry correctlySheng Yong3-35/+2
2016-06-13f2fs: fix deadlock in add_link failureJaegeuk Kim1-3/+0
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim8-4/+71
2016-06-08f2fs: skip clean segment for gcJaegeuk Kim1-0/+4
2016-06-08f2fs: drop any block pluggingJaegeuk Kim4-22/+11
2016-06-08f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim3-0/+9
2016-06-08f2fs: set mapping error for EIOJaegeuk Kim1-1/+1
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-03f2fs: handle writepage correctlyJaegeuk Kim1-30/+14
2016-06-03f2fs: return error of f2fs_lookupJaegeuk Kim2-2/+5
2016-06-03f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song1-5/+10
2016-06-03f2fs: remove two steps to flush dirty data pagesJaegeuk Kim1-10/+1
2016-06-03f2fs: do not skip writing data pagesJaegeuk Kim2-9/+6
2016-06-03f2fs: inject to produce some orphan inodesJaegeuk Kim3-0/+9
2016-06-03f2fs: propagate error given by f2fs_find_entryJaegeuk Kim3-8/+24
2016-06-03f2fs: remove writepages lockJaegeuk Kim3-9/+0
2016-06-03f2fs: set flush_merge by defaultJaegeuk Kim1-0/+6
2016-06-03f2fs: detect congestion of flush command issuesJaegeuk Kim2-1/+7
2016-06-03f2fs: add lazytime mount optionJaegeuk Kim1-0/+14
2016-06-03f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim7-6/+43
2016-06-03f2fs: remove syncing inode page in all the casesJaegeuk Kim10-121/+17
2016-06-03f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim7-7/+107
2016-06-03f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim10-46/+92
2016-06-03f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim4-26/+24