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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...
Linus Torvalds
2013-07-11
11
-79
/
+355
|
\
|
*
fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()
Gu Zheng
2013-07-07
1
-2
/
+0
|
*
9P: Add cancelled() to the transport functions.
Simon Derr
2013-07-07
3
-3
/
+23
|
*
9P/RDMA: count posted buffers without a pending request
Simon Derr
2013-07-07
2
-3
/
+34
|
*
9P/RDMA: Improve error handling in rdma_request
Simon Derr
2013-07-07
1
-16
/
+28
|
*
9P/RDMA: Do not free req->rc in error handling in rdma_request()
Simon Derr
2013-07-07
1
-6
/
+3
|
*
9P/RDMA: Use a semaphore to protect the RQ
Simon Derr
2013-07-07
1
-10
/
+12
|
*
9P/RDMA: Protect against duplicate replies
Simon Derr
2013-07-07
1
-0
/
+7
|
*
9P/RDMA: increase P9_RDMA_MAXSIZE to 1MB
Simon Derr
2013-07-07
1
-3
/
+1
|
*
9pnet: refactor struct p9_fcall alloc code
Simon Derr
2013-07-07
1
-17
/
+18
|
*
9P/RDMA: rdma_request() needs not allocate req->rc
Simon Derr
2013-07-07
1
-19
/
+0
|
*
9P: Fix fcall allocation for rdma
Simon Derr
2013-07-07
1
-16
/
+23
|
*
fs/9p: xattr: add trusted and security namespaces
Jim Garlick
2013-07-07
6
-1
/
+182
|
*
net/9p: add privport option to 9p tcp transport
Jim Garlick
2013-07-07
2
-1
/
+42
*
|
Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-07-11
4
-269
/
+85
|
\
\
|
*
|
Use ecryptfs_dentry_to_lower_path in a couple of places
Matthew Wilcox
2013-07-09
2
-8
/
+6
|
*
|
eCryptfs: Make extent and scatterlist crypt function parameters similar
Tyler Hicks
2013-06-07
1
-8
/
+8
|
*
|
eCryptfs: Collapse crypt_page_offset() into crypt_extent()
Tyler Hicks
2013-06-07
1
-36
/
+14
|
*
|
eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()
Tyler Hicks
2013-06-07
1
-54
/
+20
|
*
|
eCryptfs: Combine page_offset crypto functions
Tyler Hicks
2013-06-07
1
-51
/
+18
|
*
|
eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()
Tyler Hicks
2013-06-07
1
-86
/
+20
|
*
|
eCryptfs: Decrypt pages in-place
Tyler Hicks
2013-06-07
1
-16
/
+5
|
*
|
eCryptfs: Accept one offset parameter in page offset crypto functions
Tyler Hicks
2013-06-07
1
-26
/
+16
|
*
|
eCryptfs: Simplify lower file offset calculation
Tyler Hicks
2013-06-07
1
-11
/
+7
|
*
|
eCryptfs: Read/write entire page during page IO
Tyler Hicks
2013-06-07
1
-35
/
+31
|
*
|
eCryptfs: Use entire helper page during page crypto operations
Tyler Hicks
2013-06-07
1
-13
/
+16
|
*
|
eCryptfs: Cocci spatch "memdup.spatch"
Thomas Meyer
2013-06-07
1
-2
/
+1
*
|
|
Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2013-07-11
12
-154
/
+128
|
\
\
\
|
*
|
|
jfs: Update jfs_error
Joe Perches
2013-06-05
12
-152
/
+126
|
*
|
|
jfs: fix sparse warning in fs/jfs/xattr.c
Dave Kleikamp
2013-06-05
1
-2
/
+2
*
|
|
|
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2013-07-11
20
-182
/
+512
|
\
\
\
\
|
*
|
|
|
nfsd4: support minorversion 1 by default
J. Bruce Fields
2013-07-08
1
-1
/
+1
|
*
|
|
|
nfsd4: allow destroy_session over destroyed session
J. Bruce Fields
2013-07-08
2
-10
/
+19
|
*
|
|
|
svcrpc: fix failures to handle -1 uid's
J. Bruce Fields
2013-07-08
1
-2
/
+0
|
*
|
|
|
sunrpc: Don't schedule an upcall on a replaced cache entry.
NeilBrown
2013-07-01
1
-1
/
+2
|
*
|
|
|
net/sunrpc: xpt_auth_cache should be ignored when expired.
NeilBrown
2013-07-01
3
-35
/
+23
|
*
|
|
|
sunrpc/cache: ensure items removed from cache do not have pending upcalls.
NeilBrown
2013-07-01
2
-1
/
+6
|
*
|
|
|
sunrpc/cache: use cache_fresh_unlocked consistently and correctly.
NeilBrown
2013-07-01
1
-13
/
+7
|
*
|
|
|
sunrpc/cache: remove races with queuing an upcall.
NeilBrown
2013-07-01
1
-11
/
+29
|
*
|
|
|
nfsd4: return delegation immediately if lease fails
J. Bruce Fields
2013-07-01
1
-1
/
+3
|
*
|
|
|
nfsd4: do not throw away 4.1 lock state on last unlock
J. Bruce Fields
2013-07-01
1
-8
/
+1
|
*
|
|
|
nfsd4: delegation-based open reclaims should bypass permissions
J. Bruce Fields
2013-07-01
1
-1
/
+2
|
*
|
|
|
svcrpc: don't error out on small tcp fragment
J. Bruce Fields
2013-07-01
1
-1
/
+1
|
*
|
|
|
svcrpc: fix handling of too-short rpc's
J. Bruce Fields
2013-07-01
1
-2
/
+7
|
*
|
|
|
nfsd4: minor read_buf cleanup
J. Bruce Fields
2013-07-01
1
-10
/
+14
|
*
|
|
|
nfsd4: fix decoding of compounds across page boundaries
J. Bruce Fields
2013-07-01
1
-1
/
+1
|
*
|
|
|
nfsd4: clean up nfs4_open_delegation
J. Bruce Fields
2013-07-01
1
-44
/
+34
|
*
|
|
|
NFSD: Don't give out read delegations on creates
Steve Dickson
2013-07-01
1
-0
/
+9
|
*
|
|
|
nfsd4: allow client to send no cb_sec flavors
J. Bruce Fields
2013-07-01
1
-1
/
+5
|
*
|
|
|
nfsd4: fail attempts to request gss on the backchannel
J. Bruce Fields
2013-07-01
1
-0
/
+25
[next]