index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
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
|
*
|
|
|
|
f2fs: fix incorrect searching position when shrinking extent cache
Chao Yu
2015-10-09
1
-0
/
+5
|
*
|
|
|
|
f2fs: verify file type early in f2fs_fallocate
Chao Yu
2015-10-09
1
-12
/
+4
|
*
|
|
|
|
f2fs: no need to lock for update_inode_page all the time
Jaegeuk Kim
2015-10-09
1
-6
/
+2
|
*
|
|
|
|
f2fs: cover number of dirty node pages under node_write lock
Jaegeuk Kim
2015-10-09
1
-7
/
+8
|
*
|
|
|
|
f2fs: fix incorrect return statement in the function f2fs_ioc_release_volatil...
Nicholas Krause
2015-10-09
1
-2
/
+1
|
*
|
|
|
|
f2fs: trace in batches extent info update
Chao Yu
2015-10-09
1
-0
/
+2
*
|
|
|
|
|
Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2015-11-05
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
dlm: make posix locks interruptible
Eric Ren
2015-11-03
1
-1
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux
Linus Torvalds
2015-11-05
11
-91
/
+86
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait
Benjamin Coddington
2015-10-22
1
-6
/
+3
|
*
|
|
|
|
Move locks API users to locks_lock_inode_wait()
Benjamin Coddington
2015-10-22
11
-53
/
+20
|
*
|
|
|
|
locks: introduce locks_lock_inode_wait()
Benjamin Coddington
2015-10-22
1
-0
/
+24
[prev]
[next]