index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-28
net: fix new sunrpc kernel-doc warning
Randy Dunlap
1
-0
/
+1
2011-07-27
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
13
-138
/
+275
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-25
Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
5
-87
/
+44
2011-07-25
RDMA: Increasing RPCRDMA_MAX_DATA_SEGS
Steve Dickson
1
-1
/
+1
2011-07-25
Merge branch 'master' into devel and apply fixup from Stephen Rothwell:
Stephen Rothwell
6
-51
/
+49
2011-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+5
2011-07-20
switch vfs_path_lookup() to struct path
Al Viro
1
-6
/
+5
2011-07-17
SUNRPC: Replace xprt->resend and xprt->sending with a priority queue
Trond Myklebust
1
-21
/
+21
2011-07-17
SUNRPC: Allow caller of rpc_sleep_on() to select priority levels
Trond Myklebust
1
-9
/
+29
2011-07-17
SUNRPC: Support dynamic slot allocation for TCP connections
Trond Myklebust
3
-18
/
+102
2011-07-17
SUNRPC: Clean up the slot table allocation
Trond Myklebust
1
-27
/
+37
2011-07-17
SUNRPC: Initalise the struct xprt upon allocation
Trond Myklebust
1
-30
/
+37
2011-07-17
SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot
Trond Myklebust
3
-27
/
+46
2011-07-15
svcrpc: fix list-corrupting race on nfsd shutdown
J. Bruce Fields
1
-5
/
+6
2011-07-15
rpc: allow autoloading of gss mechanisms
J. Bruce Fields
2
-4
/
+35
2011-07-15
svcauth_unix.c: quiet sparse noise
H Hartley Sweeten
1
-0
/
+1
2011-07-15
svcsock.c: include sunrpc.h to quiet sparse noise
H Hartley Sweeten
1
-0
/
+2
2011-07-15
nfsd: Remove deprecated nfsctl system call and related code.
NeilBrown
1
-78
/
+0
2011-07-15
SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL
Trond Myklebust
3
-4
/
+4
2011-07-15
SUNRPC: sunrpc should not explicitly depend on NFS config options
Trond Myklebust
9
-27
/
+25
2011-07-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-17
/
+12
2011-07-12
sunrpc: use dprint_status() macro in call_decode()
Vasily Averin
1
-2
/
+1
2011-07-12
SUNRPC: Fix use of static variable in rpcb_getport_async
Ben Greear
1
-1
/
+1
2011-07-07
SUNRPC: Fix a race between work-queue and rpc_killall_tasks
Trond Myklebust
1
-16
/
+11
2011-07-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-3
/
+7
2011-07-01
sunrpc: Reduce switch/case indent
Joe Perches
3
-44
/
+41
2011-06-21
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
3
-3
/
+7
2011-06-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2011-06-17
SUNRPC: Ensure the RPC client only quits on fatal signals
Trond Myklebust
2
-3
/
+3
2011-06-15
NLM: Don't hang forever on NLM unlock requests
Trond Myklebust
2
-0
/
+4
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
2
-0
/
+2
2011-06-06
nfsd: fix dependency of nfsd on auth_rpcgss
J. Bruce Fields
1
-1
/
+2
2011-06-05
net: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2011-05-29
Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
1
-0
/
+19
2011-05-29
Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-148
/
+188
2011-05-29
Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
4
-45
/
+518
2011-05-29
SUNRPC: introduce xdr_init_decode_pages
Benny Halevy
1
-0
/
+19
2011-05-27
SUNRPC: Support for RPC over AF_LOCAL transports
Chuck Lever
2
-3
/
+400
2011-05-27
SUNRPC: Remove obsolete comment
Chuck Lever
1
-4
/
+0
2011-05-27
SUNRPC: Use AF_LOCAL for rpcbind upcalls
Chuck Lever
2
-14
/
+85
2011-05-27
SUNRPC: Clean up use of curly braces in switch cases
Chuck Lever
1
-9
/
+8
2011-05-27
SUNRPC: Rename xs_encode_tcp_fragment_header()
Chuck Lever
1
-12
/
+12
2011-05-27
SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...
Trond Myklebust
1
-3
/
+13
2011-05-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2
-2
/
+3
2011-05-25
RDMA/cma: Pass QP type into rdma_create_id()
Sean Hefty
2
-2
/
+3
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
1
-1
/
+3
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
1
-1
/
+1
2011-04-26
Merge branch 'master' into for-next
Jiri Kosina
6
-14
/
+56
[next]