summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-131-31/+29
|\
| * f2fs: xattr simplificationsAndreas Gruenbacher2015-11-131-12/+3
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-20/+27
* | fs/f2fs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-3/+0
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-051-2/+2
|\
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-2/+2
* | f2fs: fix to skip shrinking extent nodesChao Yu2015-10-221-1/+1
* | f2fs: fix error path of ->symlinkChao Yu2015-10-221-3/+6
* | f2fs: fix to clear GCed flag for atomic written pageChao Yu2015-10-221-0/+1
* | f2fs: don't need to submit bio on error caseJaegeuk Kim2015-10-211-1/+1
* | f2fs: fix leakage of inmemory atomic pagesJaegeuk Kim2015-10-211-7/+3
* | f2fs: refactor __find_rev_next_{zero}_bitJaegeuk Kim2015-10-211-57/+49
* | f2fs: support fiemap for inline_dataJaegeuk Kim2015-10-203-0/+44
* | f2fs: flush dirty data for bmapJaegeuk Kim2015-10-201-6/+7
* | f2fs: relocate the tracepoint for background_gcJaegeuk Kim2015-10-131-3/+3
* | f2fs crypto: fix racing of accessing encrypted page amongChao Yu2015-10-135-11/+44
* | f2fs: export ra_nid_pages to sysfsChao Yu2015-10-124-2/+8
* | f2fs: readahead for free nids buildingChao Yu2015-10-121-0/+3
* | f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu2015-10-126-12/+14
* | f2fs: don't tag REQ_META for temporary non-meta pagesChao Yu2015-10-125-4/+26
* | f2fs: add a tracepoint for f2fs_read_data_pagesChao Yu2015-10-121-0/+3
* | f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim2015-10-125-18/+28
* | f2fs: fix SSA updates resulting in corruptionJaegeuk Kim2015-10-123-113/+136
* | Revert "f2fs: do not skip dentry block writes"Jaegeuk Kim2015-10-124-1/+14
* | f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failureJaegeuk Kim2015-10-122-0/+5
* | f2fs: merge meta writes as many possibleJaegeuk Kim2015-10-091-2/+10
* | f2fs: introduce a periodic checkpoint flowJaegeuk Kim2015-10-094-1/+13
* | f2fs: add a tracepoint for background gcJaegeuk Kim2015-10-091-0/+3
* | f2fs: introduce background_gc=sync mount optionJaegeuk Kim2015-10-094-8/+20
* | f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINTChao Yu2015-10-092-0/+24
* | f2fs: support synchronous gc in ioctlChao Yu2015-10-095-29/+24
* | f2fs: skip searching dirty map if dirty segment is not existChao Yu2015-10-091-0/+4
* | f2fs: fix to avoid redundant searching in dirty map during gcChao Yu2015-10-091-2/+4
* | f2fs: use atomic64_t for extent cache hit statChao Yu2015-10-092-20/+21
* | f2fs: use vmalloc to handle -ENOMEM errorJaegeuk Kim2015-10-092-16/+37
* | f2fs: should get a victim from retrialsJaegeuk Kim2015-10-091-2/+3
* | f2fs: fix to correct freed section number during gcChao Yu2015-10-091-5/+15
* | f2fs: fix to update {m,c}time correctly when truncating largerChao Yu2015-10-091-0/+1
* | f2fs: do not skip dentry block writesJaegeuk Kim2015-10-094-14/+1
* | f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data()Chao Yu2015-10-091-6/+1
* | f2fs: fix incorrect bimodal calculationChao Yu2015-10-091-1/+1
* | f2fs: introduce __try_update_largest_extentChao Yu2015-10-092-9/+12
* | f2fs: fix error handling for calls to various functions in the function recov...Nicholas Krause2015-10-091-2/+4
* | f2fs: disallow switch extent_cache option dynamicallyChao Yu2015-10-091-0/+9
* | f2fs: use correct flag in f2fs_map_blocks()Chao Yu2015-10-091-1/+2
* | f2fs: fix to handle io error in ->direct_IOChao Yu2015-10-091-1/+19
* | f2fs: do in batches truncation in truncate_holeChao Yu2015-10-091-6/+14
* | f2fs: optimize code of f2fs_update_extent_tree_rangeFan Li2015-10-091-109/+62
* | f2fs: drop largest extent by rangeFan Li2015-10-091-4/+5
* | f2fs: check end_io for metapages before making next checkpoint blocksJaegeuk Kim2015-10-091-0/+5