index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
math-emu
/
op-4.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-09
nfsd4: fix xdr4 inclusion of escaped char
Benjamin Coddington
1
-0
/
+3
2014-12-09
sunrpc/cache: convert to use string_escape_str()
Andy Shevchenko
1
-20
/
+6
2014-12-09
sunrpc: only call test_bit once in svc_xprt_received
Jeff Layton
1
-2
/
+4
2014-12-09
fs: nfsd: Fix signedness bug in compare_blob
Rasmus Villemoes
1
-8
/
+7
2014-12-09
sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt
Jeff Layton
2
-7
/
+109
2014-12-09
sunrpc: convert to lockless lookup of queued server threads
Jeff Layton
4
-103
/
+132
2014-12-09
sunrpc: fix potential races in pool_stats collection
Jeff Layton
2
-9
/
+9
2014-12-09
sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
Jeff Layton
3
-5
/
+10
2014-12-09
sunrpc: require svc_create callers to pass in meaningful shutdown routine
Jeff Layton
2
-4
/
+1
2014-12-09
sunrpc: have svc_wake_up only deal with pool 0
Jeff Layton
1
-21
/
+16
2014-12-09
sunrpc: convert sp_task_pending flag to use atomic bitops
Jeff Layton
2
-5
/
+6
2014-12-09
sunrpc: move rq_cachetype field to better optimize space
Jeff Layton
1
-1
/
+1
2014-12-09
sunrpc: move rq_splice_ok flag into rq_flags
Jeff Layton
7
-12
/
+13
2014-12-09
sunrpc: move rq_dropme flag into rq_flags
Jeff Layton
5
-9
/
+9
2014-12-09
sunrpc: move rq_usedeferral flag to rq_flags
Jeff Layton
5
-9
/
+10
2014-12-09
sunrpc: move rq_local field to rq_flags
Jeff Layton
4
-5
/
+9
2014-12-09
sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
Jeff Layton
5
-10
/
+22
2014-12-01
nfsd: minor off by one checks in __write_versions()
Dan Carpenter
1
-3
/
+3
2014-12-01
sunrpc: release svc_pool_map reference when serv allocation fails
Jeff Layton
1
-5
/
+7
2014-12-01
sunrpc: eliminate the XPT_DETACHED flag
Jeff Layton
2
-7
/
+4
2014-11-27
sunrpc: add a debugfs rpc_xprt directory with an info file in it
Jeff Layton
4
-7
/
+134
2014-11-27
sunrpc: add debugfs file for displaying client rpc_task queue
Jeff Layton
7
-1
/
+245
2014-11-25
nfs: Add DEALLOCATE support
Anna Schumaker
8
-2
/
+91
2014-11-25
nfs: Add ALLOCATE support
Anna Schumaker
11
-1
/
+183
2014-11-25
NFS: Clean up nfs4_init_callback()
Chuck Lever
1
-17
/
+14
2014-11-25
NFS: SETCLIENTID XDR buffer sizes are incorrect
Chuck Lever
1
-4
/
+6
2014-11-25
SUNRPC: serialize iostats updates
Chuck Lever
2
-5
/
+19
2014-11-25
xprtrdma: Display async errors
Chuck Lever
1
-4
/
+32
2014-11-25
xprtrdma: Enable pad optimization
Chuck Lever
1
-1
/
+1
2014-11-25
xprtrdma: Re-write rpcrdma_flush_cqs()
Chuck Lever
1
-2
/
+9
2014-11-25
xprtrdma: Refactor tasklet scheduling
Chuck Lever
1
-5
/
+12
2014-11-25
xprtrdma: unmap all FMRs during transport disconnect
Chuck Lever
2
-2
/
+42
2014-11-25
xprtrdma: Cap req_cqinit
Chuck Lever
2
-1
/
+9
2014-11-25
xprtrdma: Return an errno from rpcrdma_register_external()
Chuck Lever
1
-2
/
+2
2014-11-25
nfs: define nfs_inc_fscache_stats and using it as possible
Li RongQing
2
-12
/
+17
2014-11-25
nfs: replace nfs_add_stats with nfs_inc_stats when add one
Li RongQing
2
-2
/
+2
2014-11-25
NFS: Deletion of unnecessary checks before the function call "nfs_put_client"
Markus Elfring
2
-12
/
+6
2014-11-24
sunrpc: eliminate RPC_TRACEPOINTS
Jeff Layton
3
-13
/
+4
2014-11-24
sunrpc: eliminate RPC_DEBUG
Jeff Layton
32
-56
/
+53
2014-11-24
lockd: eliminate LOCKD_DEBUG
Jeff Layton
2
-6
/
+2
2014-11-24
nfs41: fix nfs4_proc_layoutget error handling
Peng Tao
1
-3
/
+3
2014-11-24
NFS: fix subtle change in COMMIT behavior
Weston Andros Adamson
5
-15
/
+27
2014-11-24
pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytes
Christoph Hellwig
1
-1
/
+1
2014-11-24
sunrpc: add tracepoints in xs_tcp_data_recv
Jeff Layton
3
-60
/
+104
2014-11-24
sunrpc: add new tracepoints in xprt handling code
Jeff Layton
3
-2
/
+78
2014-11-24
sunrpc: add some tracepoints in svc_rqst handling functions
Jeff Layton
3
-19
/
+88
2014-11-24
NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEK
Anna Schumaker
1
-1
/
+1
2014-11-24
nfs: Remove dead case from nfs4_map_errors()
Jan Kara
1
-2
/
+0
2014-11-24
Linux 3.18-rc6
v3.18-rc6
Linus Torvalds
1
-1
/
+1
2014-11-23
uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME
Andy Lutomirski
2
-2
/
+1
[next]