| Commit message (Expand) | Author | Age | Files | Lines |
* | f2fs: support fiemap for inline_data | Jaegeuk Kim | 2015-10-20 | 3 | -0/+44 |
* | f2fs: flush dirty data for bmap | Jaegeuk Kim | 2015-10-20 | 1 | -6/+7 |
* | f2fs: relocate the tracepoint for background_gc | Jaegeuk Kim | 2015-10-13 | 1 | -3/+3 |
* | f2fs crypto: fix racing of accessing encrypted page among | Chao Yu | 2015-10-13 | 5 | -11/+44 |
* | f2fs: export ra_nid_pages to sysfs | Chao Yu | 2015-10-12 | 5 | -2/+14 |
* | f2fs: readahead for free nids building | Chao Yu | 2015-10-12 | 1 | -0/+3 |
* | f2fs: support lower priority asynchronous readahead in ra_meta_pages | Chao Yu | 2015-10-12 | 6 | -12/+14 |
* | f2fs: don't tag REQ_META for temporary non-meta pages | Chao Yu | 2015-10-12 | 5 | -4/+26 |
* | f2fs: add a tracepoint for f2fs_read_data_pages | Chao Yu | 2015-10-12 | 2 | -0/+29 |
* | f2fs: set GFP_NOFS for grab_cache_page | Jaegeuk Kim | 2015-10-12 | 5 | -18/+28 |
* | f2fs: fix SSA updates resulting in corruption | Jaegeuk Kim | 2015-10-12 | 3 | -113/+136 |
* | Revert "f2fs: do not skip dentry block writes" | Jaegeuk Kim | 2015-10-12 | 4 | -1/+14 |
* | f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failure | Jaegeuk Kim | 2015-10-12 | 2 | -0/+5 |
* | f2fs: merge meta writes as many possible | Jaegeuk Kim | 2015-10-10 | 1 | -2/+10 |
* | f2fs: introduce a periodic checkpoint flow | Jaegeuk Kim | 2015-10-10 | 5 | -1/+19 |
* | f2fs: add a tracepoint for background gc | Jaegeuk Kim | 2015-10-10 | 2 | -0/+31 |
* | f2fs: introduce background_gc=sync mount option | Jaegeuk Kim | 2015-10-10 | 5 | -9/+22 |
* | f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINT | Chao Yu | 2015-10-10 | 2 | -0/+24 |
* | f2fs: support synchronous gc in ioctl | Chao Yu | 2015-10-10 | 5 | -29/+24 |
* | f2fs: skip searching dirty map if dirty segment is not exist | Chao Yu | 2015-10-10 | 1 | -0/+4 |
* | f2fs: fix to avoid redundant searching in dirty map during gc | Chao Yu | 2015-10-10 | 1 | -2/+4 |
* | f2fs: use atomic64_t for extent cache hit stat | Chao Yu | 2015-10-10 | 2 | -20/+21 |
* | f2fs: use vmalloc to handle -ENOMEM error | Jaegeuk Kim | 2015-10-10 | 2 | -16/+37 |
* | f2fs: should get a victim from retrials | Jaegeuk Kim | 2015-10-10 | 1 | -2/+3 |
* | f2fs: fix to correct freed section number during gc | Chao Yu | 2015-10-10 | 1 | -5/+15 |
* | f2fs: fix to update {m,c}time correctly when truncating larger | Chao Yu | 2015-10-10 | 1 | -0/+1 |
* | f2fs: do not skip dentry block writes | Jaegeuk Kim | 2015-10-10 | 4 | -14/+1 |
* | f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data() | Chao Yu | 2015-10-10 | 1 | -6/+1 |
* | f2fs: fix incorrect bimodal calculation | Chao Yu | 2015-10-10 | 1 | -1/+1 |
* | f2fs: introduce __try_update_largest_extent | Chao Yu | 2015-10-10 | 2 | -9/+12 |
* | f2fs: fix error handling for calls to various functions in the function recov... | Nicholas Krause | 2015-10-10 | 1 | -2/+4 |
* | f2fs: disallow switch extent_cache option dynamically | Chao Yu | 2015-10-10 | 1 | -0/+9 |
* | f2fs: use correct flag in f2fs_map_blocks() | Chao Yu | 2015-10-10 | 1 | -1/+2 |
* | f2fs: fix to handle io error in ->direct_IO | Chao Yu | 2015-10-10 | 1 | -1/+19 |
* | f2fs: do in batches truncation in truncate_hole | Chao Yu | 2015-10-10 | 1 | -6/+14 |
* | f2fs: optimize code of f2fs_update_extent_tree_range | Fan Li | 2015-10-10 | 1 | -109/+62 |
* | f2fs: drop largest extent by range | Fan Li | 2015-10-10 | 1 | -4/+5 |
* | f2fs: check end_io for metapages before making next checkpoint blocks | Jaegeuk Kim | 2015-10-10 | 1 | -0/+5 |
* | f2fs crypto: allocate buffer for decrypting filename | Jaegeuk Kim | 2015-10-10 | 2 | -4/+19 |
* | f2fs: reorganize f2fs_map_blocks | Chao Yu | 2015-10-10 | 1 | -40/+44 |
* | f2fs: declare f2fs_update_extent_tree_range as static | Jaegeuk Kim | 2015-10-10 | 1 | -1/+1 |
* | f2fs: fix overflow of size calculation | Chao Yu | 2015-10-10 | 5 | -21/+24 |
* | f2fs: fix incorrect searching position when shrinking extent cache | Chao Yu | 2015-10-10 | 1 | -0/+5 |
* | f2fs: verify file type early in f2fs_fallocate | Chao Yu | 2015-10-10 | 1 | -12/+4 |
* | f2fs: no need to lock for update_inode_page all the time | Jaegeuk Kim | 2015-10-10 | 1 | -6/+2 |
* | f2fs: cover number of dirty node pages under node_write lock | Jaegeuk Kim | 2015-10-10 | 1 | -7/+8 |
* | f2fs: fix incorrect return statement in the function f2fs_ioc_release_volatil... | Nicholas Krause | 2015-10-10 | 1 | -2/+1 |
* | f2fs: trace in batches extent info update | Chao Yu | 2015-10-10 | 2 | -5/+12 |
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2015-10-07 | 4 | -14/+18 |
|\ |
|
| * | arm64: replace read_lock to rcu lock in call_break_hook | Yang Shi | 2015-10-06 | 1 | -10/+11 |