index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-11-05
1
-2
/
+2
|
\
|
*
KEYS: Merge the type-specific data with the payload data
David Howells
2015-10-21
1
-2
/
+2
*
|
f2fs: fix to skip shrinking extent nodes
Chao Yu
2015-10-22
1
-1
/
+1
*
|
f2fs: fix error path of ->symlink
Chao Yu
2015-10-22
1
-3
/
+6
*
|
f2fs: fix to clear GCed flag for atomic written page
Chao Yu
2015-10-22
1
-0
/
+1
*
|
f2fs: don't need to submit bio on error case
Jaegeuk Kim
2015-10-21
1
-1
/
+1
*
|
f2fs: fix leakage of inmemory atomic pages
Jaegeuk Kim
2015-10-21
1
-7
/
+3
*
|
f2fs: refactor __find_rev_next_{zero}_bit
Jaegeuk Kim
2015-10-21
1
-57
/
+49
*
|
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
4
-2
/
+8
*
|
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
1
-0
/
+3
*
|
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-09
1
-2
/
+10
*
|
f2fs: introduce a periodic checkpoint flow
Jaegeuk Kim
2015-10-09
4
-1
/
+13
*
|
f2fs: add a tracepoint for background gc
Jaegeuk Kim
2015-10-09
1
-0
/
+3
*
|
f2fs: introduce background_gc=sync mount option
Jaegeuk Kim
2015-10-09
4
-8
/
+20
*
|
f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINT
Chao Yu
2015-10-09
2
-0
/
+24
*
|
f2fs: support synchronous gc in ioctl
Chao Yu
2015-10-09
5
-29
/
+24
*
|
f2fs: skip searching dirty map if dirty segment is not exist
Chao Yu
2015-10-09
1
-0
/
+4
*
|
f2fs: fix to avoid redundant searching in dirty map during gc
Chao Yu
2015-10-09
1
-2
/
+4
*
|
f2fs: use atomic64_t for extent cache hit stat
Chao Yu
2015-10-09
2
-20
/
+21
*
|
f2fs: use vmalloc to handle -ENOMEM error
Jaegeuk Kim
2015-10-09
2
-16
/
+37
*
|
f2fs: should get a victim from retrials
Jaegeuk Kim
2015-10-09
1
-2
/
+3
*
|
f2fs: fix to correct freed section number during gc
Chao Yu
2015-10-09
1
-5
/
+15
*
|
f2fs: fix to update {m,c}time correctly when truncating larger
Chao Yu
2015-10-09
1
-0
/
+1
*
|
f2fs: do not skip dentry block writes
Jaegeuk Kim
2015-10-09
4
-14
/
+1
*
|
f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data()
Chao Yu
2015-10-09
1
-6
/
+1
*
|
f2fs: fix incorrect bimodal calculation
Chao Yu
2015-10-09
1
-1
/
+1
*
|
f2fs: introduce __try_update_largest_extent
Chao Yu
2015-10-09
2
-9
/
+12
*
|
f2fs: fix error handling for calls to various functions in the function recov...
Nicholas Krause
2015-10-09
1
-2
/
+4
*
|
f2fs: disallow switch extent_cache option dynamically
Chao Yu
2015-10-09
1
-0
/
+9
*
|
f2fs: use correct flag in f2fs_map_blocks()
Chao Yu
2015-10-09
1
-1
/
+2
*
|
f2fs: fix to handle io error in ->direct_IO
Chao Yu
2015-10-09
1
-1
/
+19
*
|
f2fs: do in batches truncation in truncate_hole
Chao Yu
2015-10-09
1
-6
/
+14
*
|
f2fs: optimize code of f2fs_update_extent_tree_range
Fan Li
2015-10-09
1
-109
/
+62
*
|
f2fs: drop largest extent by range
Fan Li
2015-10-09
1
-4
/
+5
*
|
f2fs: check end_io for metapages before making next checkpoint blocks
Jaegeuk Kim
2015-10-09
1
-0
/
+5
*
|
f2fs crypto: allocate buffer for decrypting filename
Jaegeuk Kim
2015-10-09
2
-4
/
+19
*
|
f2fs: reorganize f2fs_map_blocks
Chao Yu
2015-10-09
1
-40
/
+44
*
|
f2fs: declare f2fs_update_extent_tree_range as static
Jaegeuk Kim
2015-10-09
1
-1
/
+1
*
|
f2fs: fix overflow of size calculation
Chao Yu
2015-10-09
5
-21
/
+24
[next]