Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c6d3aaa4e35c71a32a86ececacd4eea7ecfc316c
/
net
/
sunrpc
7a73fdd
net: fix htmldocs sunrpc, clnt.c
by Jaswinder Singh Rajput
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
2bcd57a
headers: utsname.h redux
by Alexey Dobriyan
· 15 years ago
4111d4f
sunrpc/rpc_pipe: fix kernel-doc notation
by Randy Dunlap
· 15 years ago
61d0a8e
NFS/RPC: fix problems with reestablish_timeout and related code.
by Neil Brown
· 15 years ago
a87e84b
Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
cd68c37
sunrpc/cache: avoid variable over-loading in cache_defer_req
by NeilBrown
· 15 years ago
67e7328
sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_req
by NeilBrown
· 15 years ago
5d35175
SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronous
by Trond Myklebust
· 15 years ago
f300bab
nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
by Alexandros Batsakis
· 15 years ago
908329f
sunrpc/cache: simplify cache_fresh_locked and cache_fresh_unlocked.
by NeilBrown
· 15 years ago
9e4c637
sunrpc/cache: change cache_defer_req to return -ve error, not boolean.
by NeilBrown
· 15 years ago
4cfc7e6
nfsd41: sunrpc: Added rpc server-side backchannel handling
by Rahul Iyer
· 15 years ago
ab3bbaa
Merge branch 'nfs-for-2.6.32'
by Trond Myklebust
· 15 years ago
6951867
nfsd41: sunrpc: move struct rpc_buffer def into sunrpc.h
by Benny Halevy
· 15 years ago
2574cc9
SUNRPC: Fix rpc_task_force_reencode
by Trond Myklebust
· 15 years ago
b0401d7
sunrpc: move the close processing after do recvfrom method
by Wei Yongjun
· 15 years ago
eac8173
sunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown service
by Wei Yongjun
· 15 years ago
ed2d8ae
knfsd: Replace lock_kernel with a mutex in nfsd pool stats.
by Ryusei Yamaguchi
· 15 years ago
8f55f3c
nfsd41: sunrpc: svc_tcp_recv_record()
by Alexandros Batsakis
· 15 years ago
e9dc122
Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incoming
by J. Bruce Fields
· 15 years ago
405d8f8
SUNRPC: Ensure that sunrpc gets initialised before nfs, lockd, etc...
by Trond Myklebust
· 15 years ago
f7e86ab
SUNRPC: cache must take a reference to the cache detail's module on open()
by Trond Myklebust
· 15 years ago
e571cbf
NFS: Add a dns resolver for use with NFSv4 referrals and migration
by Trond Myklebust
· 15 years ago
96c61cb
SUNRPC: Fix a typo in cache_pipefs_files
by Trond Myklebust
· 15 years ago
6a396f6
Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32
by Trond Myklebust
· 15 years ago
98866b5
sunrpc: ntoh -> be*_to_cpu
by Benny Halevy
· 15 years ago
9f162d2
sunrpc: hton -> cpu_to_be*
by Benny Halevy
· 15 years ago
f884dca
Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32
by Trond Myklebust
· 15 years ago
976a6f9
Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32
by Trond Myklebust
· 15 years ago
8854e82
SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code
by Trond Myklebust
· 15 years ago
173912a
SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code
by Trond Myklebust
· 15 years ago
bc74b4f
SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms
by Trond Myklebust
· 15 years ago
da77005
SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.c
by Trond Myklebust
· 15 years ago
5b7a1b9
SUNRPC: Ensure we initialise the cache_detail before creating procfs files
by Trond Myklebust
· 15 years ago
2da8ca2
NFSD: Clean up the idmapper warning...
by Trond Myklebust
· 15 years ago
e57aed7
SUNRPC: One more clean up for rpc_create_client_dir()
by Trond Myklebust
· 15 years ago
23ac658
SUNRPC: clean up rpc_setup_pipedir()
by Trond Myklebust
· 15 years ago
7d217ca
SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path
by Trond Myklebust
· 15 years ago
7d59d1e
SUNRPC: Clean up rpc_create_client_dir()
by Trond Myklebust
· 15 years ago
458adb8b
SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()
by Trond Myklebust
· 15 years ago
bb15674
SUNRPC: rpc_pipefs cleanup
by Trond Myklebust
· 15 years ago
ac6fece
SUNRPC: Clean up rpc_populate/depopulate
by Trond Myklebust
· 15 years ago
cfeaa4a
SUNRPC: Clean up rpc_lookup_create
by Trond Myklebust
· 15 years ago
810d90b
SUNRPC: Clean up rpc_unlink()
by Trond Myklebust
· 15 years ago
7589806
SUNRPC: Clean up file creation code in rpc_pipefs
by Trond Myklebust
· 15 years ago
b5bb61d
SUNRPC: Clean up rpc_pipefs lookup code...
by Trond Myklebust
· 15 years ago
7364af6
SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcall
by Trond Myklebust
· 15 years ago
b693ba4
SUNRPC: Constify rpc_pipe_ops...
by Trond Myklebust
· 15 years ago
c05988c
SUNRPC: Add documenting comments in net/sunrpc/timer.c
by Chuck Lever
· 15 years ago
9dc3b09
SUNRPC: Update xprt address strings after an rpcbind completes
by Chuck Lever
· 15 years ago
c740eff
SUNRPC: Kill RPC_DISPLAY_ALL
by Chuck Lever
· 15 years ago
fbfffbd
SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddr
by Chuck Lever
· 15 years ago
f8b761e
SUNRPC: Eliminate PROC macro from rpcb_clnt
by Chuck Lever
· 15 years ago
0e47f0d
SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.c
by Chuck Lever
· 15 years ago
c0c077d
SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.c
by Chuck Lever
· 15 years ago
7ed0ff9
SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSET
by Chuck Lever
· 15 years ago
0d36c4f
SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.c
by Chuck Lever
· 15 years ago
6f2c2db
SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.c
by Chuck Lever
· 15 years ago
c877b84
SUNRPC: Use rpc_ntop() for constructing transport address strings
by Chuck Lever
· 15 years ago
ba80913
SUNRPC: Remove duplicate universal address generation
by Chuck Lever
· 15 years ago
a02d692
SUNRPC: Provide functions for managing universal addresses
by Chuck Lever
· 15 years ago
0b10bf5
SUNRPC: Move XDR data type size macros
by Chuck Lever
· 15 years ago
cbf1107
SUNRPC: convert some sysctls into module parameters
by Trond Myklebust
· 15 years ago
560ab42
sunrpc: fix memory leak in unix_gid cache.
by NeilBrown
· 15 years ago
989a19b
sunrpc/cache: recheck cache validity after cache_defer_req
by NeilBrown
· 15 years ago
5c4d263
sunrpc/cache: make sure deferred requests eventually get revisited.
by NeilBrown
· 15 years ago
f866a81
sunrpc/cache: rename queue_loose to cache_dequeue
by NeilBrown
· 15 years ago
7702ce4
SUNRPC: handle IPv6 PKTINFO when extracting destination address
by Chuck Lever
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
846d8e7
svcrdma: fix error handling of rdma_alloc_frmr()
by Wei Yongjun
· 15 years ago
75de874
sunrpc: Use rcu_barrier() on unload.
by Jesper Dangaard Brouer
· 15 years ago
7e0338c
Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd
by Linus Torvalds
· 15 years ago
e9f0298
nfs41: sunrpc: xprt_alloc_bc_request() should not use spin_lock_bh()
by Ricardo Labiaga
· 15 years ago
47fcb03
SUNRPC: Fix the TCP server's send buffer accounting
by Trond Myklebust
· 15 years ago
1f84603
Merge branch 'devel-for-2.6.31' into for-2.6.31
by Trond Myklebust
· 15 years ago
301933a
Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31
by Trond Myklebust
· 15 years ago
dd2b63d
nfs41: Rename rq_received to rq_reply_bytes_recvd
by Ricardo Labiaga
· 16 years ago
343952f
nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt.
by Rahul Iyer
· 16 years ago
8f97524
nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks
by Benny Halevy
· 16 years ago
9c9f3f5
nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use
by Andy Adamson
· 16 years ago
7652e5a
nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use
by Benny Halevy
· 16 years ago
4d6bbb6
nfs41: Backchannel bc_svc_process()
by Ricardo Labiaga
· 16 years ago
1cad7ea
nfs41: Refactor svc_process()
by Ricardo Labiaga
· 16 years ago
0d90ba1
nfs41: Backchannel callback service helper routines
by Ricardo Labiaga
· 16 years ago
55ae1aa
nfs41: Add backchannel processing support to RPC state machine
by Ricardo Labiaga
· 16 years ago
88b5ed7
SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket()
by Trond Myklebust
· 15 years ago
44b98ef
nfs41: New xs_tcp_read_data()
by Ricardo Labiaga
· 16 years ago
fb7a0b9
nfs41: New backchannel helper routines
by Ricardo Labiaga
· 16 years ago
f9acac1
nfs41: Initialize new rpc_xprt callback related fields
by Ricardo Labiaga
· 16 years ago
f4a2e41
nfs41: Process the RPC call direction
by Ricardo Labiaga
· 16 years ago
18dca02
nfs41: Add ability to read RPC call direction on TCP stream.
by Ricardo Labiaga
· 16 years ago
aae2006
nfs41: sunrpc: Export the call prepare state for session reset
by Andy Adamson
· 16 years ago
62bc62a
page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths
by Christoph Lameter
· 15 years ago
59fb306
sunrpc: potential memory leak in function rdma_read_xdr
by Christian Engelmayer
· 15 years ago
6aad89c
sunrpc: align cache_clean work's timer
by Anton Blanchard
· 15 years ago
7eef409
Merge commit 'v2.6.30' into for-2.6.31
by J. Bruce Fields
· 15 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 15 years ago
bf12691
sunrpc/auth_gss: Call rcu_barrier() on module unload.
by Jesper Dangaard Brouer
· 15 years ago
Next »