| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-01 | SUNRPC: return proper errno from backchannel_rqst | Weston Andros Adamson | 1 | -1/+1 |
| 2012-10-24 | SUNRPC: Get rid of the xs_error_report socket callback | Trond Myklebust | 1 | -25/+0 |
| 2012-10-24 | SUNRPC: Prevent races in xs_abort_connection() | Trond Myklebust | 1 | -5/+8 |
| 2012-10-24 | Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..." | Trond Myklebust | 1 | -1/+1 |
| 2012-10-24 | SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT | Trond Myklebust | 1 | -0/+1 |
| 2012-10-17 | SUNRPC: Prevent kernel stack corruption on long values of flush | Sasha Levin | 1 | -2/+2 |
| 2012-10-13 | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -204/+190 |
| 2012-10-11 | Merge Trond's bugfixes | J. Bruce Fields | 1 | -5/+17 |
| 2012-10-10 | Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 8 | -125/+139 |
| 2012-10-09 | nfs: disintegrate UAPI for nfs | J. Bruce Fields | 4 | -15/+25 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
| 2012-10-01 | SUNRPC: Introduce rpc_clone_client_set_auth() | Chuck Lever | 1 | -0/+22 |
| 2012-10-01 | SUNRPC: Refactor rpc_clone_client() | Chuck Lever | 1 | -40/+43 |
| 2012-10-01 | SUNRPC: Use __func__ in dprintk() in auth_gss.c | Chuck Lever | 1 | -29/+29 |
| 2012-10-01 | SUNRPC: Clean up dprintk messages in rpc_pipe.c | Chuck Lever | 1 | -4/+4 |
| 2012-09-28 | SUNRPC: Limit the rpciod workqueue concurrency | Trond Myklebust | 1 | -1/+1 |
| 2012-09-28 | SUNRPC: Get rid of the redundant xprt->shutdown bit field | Trond Myklebust | 3 | -38/+10 |
| 2012-09-28 | SUNRPC: Optimise away unnecessary data moves in xdr_align_pages | Trond Myklebust | 1 | -10/+13 |
| 2012-09-26 | SUNRPC: Fix the return value of xdr_align_pages() | Trond Myklebust | 1 | -0/+2 |
| 2012-09-25 | SUNRPC: Set alloc_slot for backchannel tcp ops | Bryan Schumaker | 1 | -0/+1 |
| 2012-09-19 | SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAIT | Trond Myklebust | 1 | -5/+16 |
| 2012-09-13 | Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -14/+24 |
| 2012-09-10 | nfsd: remove unused listener-removal interfaces | J. Bruce Fields | 1 | -51/+0 |
| 2012-09-07 | SUNRPC: Fix a UDP transport regression | Trond Myklebust | 3 | -14/+24 |
| 2012-08-21 | svcrpc: split up svc_handle_xprt | J. Bruce Fields | 1 | -22/+25 |
| 2012-08-21 | svcrpc: break up svc_recv | J. Bruce Fields | 1 | -36/+67 |
| 2012-08-21 | svcrpc: make svc_xprt_received static | J. Bruce Fields | 2 | -25/+20 |
| 2012-08-21 | svcrpc: make xpo_recvfrom return only >=0 | J. Bruce Fields | 2 | -4/+4 |
| 2012-08-21 | svcrpc: don't bother checking bad svc_addr_len result | J. Bruce Fields | 1 | -2/+0 |
| 2012-08-21 | svcrpc: minor udp code cleanup | J. Bruce Fields | 1 | -4/+5 |
| 2012-08-21 | svcrpc: share some setup of listening sockets | J. Bruce Fields | 2 | -11/+11 |
| 2012-08-21 | svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY | J. Bruce Fields | 1 | -1/+1 |
| 2012-08-21 | workqueue: make deferrable delayed_work initializer names consistent | Tejun Heo | 1 | -1/+1 |
| 2012-08-21 | svcrpc: clean up control flow | J. Bruce Fields | 1 | -35/+34 |
| 2012-08-21 | svcrpc: standardize svc_setup_socket return convention | J. Bruce Fields | 1 | -18/+22 |
| 2012-08-21 | svcrpc: fix xpt_list traversal locking on shutdown | J. Bruce Fields | 1 | -9/+15 |
| 2012-08-20 | svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping | J. Bruce Fields | 1 | -5/+2 |
| 2012-08-20 | svcrpc: sends on closed socket should stop immediately | J. Bruce Fields | 1 | -1/+2 |
| 2012-08-20 | svcrpc: fix BUG() in svc_tcp_clear_pages | J. Bruce Fields | 1 | -1/+1 |
| 2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 4 | -2/+62 |
| 2012-07-31 | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 4 | -5/+19 |
| 2012-07-31 | nfs: enable swap on NFS | Mel Gorman | 4 | -2/+62 |
| 2012-07-31 | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+4 |
| 2012-07-30 | Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 5 | -63/+142 |
| 2012-07-30 | SUNRPC: return negative value in case rpcbind client creation error | Stanislav Kinsbursky | 1 | -2/+2 |
| 2012-07-30 | nfs: skip commit in releasepage if we're freeing memory for fs-related reasons | Jeff Layton | 3 | -1/+14 |
| 2012-07-30 | sunrpc: clarify comments on rpc_make_runnable | Jeff Layton | 1 | -2/+3 |
| 2012-07-30 | sunrpc: clnt: Add missing braces | Joe Perches | 1 | -1/+2 |
| 2012-07-18 | ipv6: add ipv6_addr_hash() helper | Eric Dumazet | 1 | -18/+4 |
| 2012-07-17 | SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavors | Trond Myklebust | 1 | -1/+3 |
| 2012-07-16 | SUNRPC: Add rpcauth_list_flavors() | Chuck Lever | 3 | -4/+69 |
| 2012-07-12 | SUNRPC/cache: fix reporting of expired cache entries in 'content' file. | NeilBrown | 1 | -1/+4 |
| 2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 4 | -11/+14 |
| 2012-07-05 | sunrpc: Don't do a dst_confirm() on an input routes. | David S. Miller | 1 | -3/+0 |
| 2012-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -7/+8 |
| 2012-06-28 | SUNRPC: Remove unused function xdr_encode_pages | Trond Myklebust | 1 | -28/+0 |
| 2012-06-28 | SUNRPC: Clean up xdr_enter_page | Trond Myklebust | 1 | -3/+3 |
| 2012-06-28 | SUNRPC: Clean up xdr_read_pages | Trond Myklebust | 1 | -14/+26 |
| 2012-06-28 | SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pages | Trond Myklebust | 1 | -8/+7 |
| 2012-06-28 | SUNRPC: Remove open coded stream position calculation in xdr_read_pages | Trond Myklebust | 1 | -3/+3 |
| 2012-06-28 | SUNRPC: Add the helper xdr_stream_pos | Trond Myklebust | 1 | -0/+10 |
| 2012-06-28 | SUNRPC: xdr_read_pages should return the amount of XDR encoded page data | Trond Myklebust | 1 | -3/+6 |
| 2012-06-28 | SUNRPC: Don't decode beyond the end of the RPC reply message | Trond Myklebust | 1 | -7/+21 |
| 2012-06-28 | SUNRPC: Clean up xdr_set_iov() | Trond Myklebust | 1 | -7/+7 |
| 2012-06-27 | net: skb_free_datagram_locked() doesnt drop all packets | Eric Dumazet | 1 | -6/+6 |
| 2012-06-26 | SUNRPC: xdr_read_pages needs to clear xdr->page_ptr. | Trond Myklebust | 1 | -0/+1 |
| 2012-06-15 | Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -7/+8 |
| 2012-06-11 | rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointer | Jeff Layton | 1 | -6/+6 |
| 2012-06-01 | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 6 | -58/+75 |
| 2012-05-31 | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -45/+68 |
| 2012-05-31 | nfsd4: move rq_flavor into svc_cred | J. Bruce Fields | 2 | -3/+3 |
| 2012-05-31 | nfsd4: move principal name into svc_cred | J. Bruce Fields | 2 | -19/+8 |
| 2012-05-31 | svcrpc: fix a comment typo | J. Bruce Fields | 1 | -1/+1 |
| 2012-05-31 | sunrpc: do array overrun check in svc_recv before allocating pages | Jeff Layton | 1 | -1/+1 |
| 2012-05-31 | SUNRPC: move per-net operations from svc_destroy() | Stanislav Kinsbursky | 1 | -4/+0 |
| 2012-05-31 | SUNRPC: new svc_bind() routine introduced | Stanislav Kinsbursky | 2 | -14/+17 |
| 2012-05-31 | rpc: handle rotated gss data for Windows interoperability | J. Bruce Fields | 1 | -16/+45 |
| 2012-05-31 | NFSv4.1: Fix a request leak on the back channel | Trond Myklebust | 1 | -1/+2 |
| 2012-05-29 | Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 4 | -9/+12 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 4 | -11/+33 |
| 2012-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 8 | -44/+31 |
| 2012-05-21 | Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations) | Linus Torvalds | 2 | -8/+3 |
| 2012-05-21 | Merge branch 'bugfixes' into nfs-for-next | Trond Myklebust | 5 | -15/+25 |
| 2012-05-19 | sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slot | Trond Myklebust | 2 | -2/+5 |
| 2012-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
| 2012-05-16 | sunrpc: suppress page allocation warnings in xprt_alloc_slot() | Jeff Layton | 1 | -1/+1 |
| 2012-05-16 | rpc_pipefs: clear write bit from top level rpc_pipefs directory | Jeff Layton | 1 | -1/+1 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 3 | -36/+23 |
| 2012-05-14 | sunrpc: fix kernel-doc warnings | Randy Dunlap | 2 | -5/+5 |
| 2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 2 | -8/+3 |
| 2012-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -20/+50 |
| 2012-05-03 | auth_gss: the list of pseudoflavors not being parsed correctly | Steve Dickson | 1 | -3/+4 |
| 2012-05-03 | userns: Convert group_info values from gid_t to kgid_t. | Eric W. Biederman | 4 | -11/+33 |
| 2012-04-30 | SUNRPC: RPC client must use the current utsname hostname string | Trond Myklebust | 1 | -4/+10 |
| 2012-04-27 | SUNRPC: traverse clients tree on PipeFS event | Stanislav Kinsbursky | 1 | -4/+25 |
| 2012-04-27 | SUNRPC: set per-net PipeFS superblock before notification | Stanislav Kinsbursky | 1 | -1/+2 |
| 2012-04-27 | SUNRPC: skip clients with program without PipeFS entries | Stanislav Kinsbursky | 1 | -2/+2 |
| 2012-04-27 | SUNRPC: skip dead but not buried clients on PipeFS events | Stanislav Kinsbursky | 1 | -1/+2 |
| 2012-04-25 | SUNRPC: split upcall function to extract reusable parts | Simo Sorce | 1 | -36/+64 |
| 2012-04-21 | sock: Introduce named constants for sk_reuse | Pavel Emelyanov | 1 | -1/+1 |
| 2012-04-18 | SUNRPC: register PipeFS file system after pernet sybsystem | Stanislav Kinsbursky | 1 | -8/+9 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 5 | -7/+7 |
| 2012-04-12 | nfsd: make expkey cache allocated per network namespace context | Stanislav Kinsbursky | 1 | -9/+4 |
| 2012-03-29 | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 11 | -83/+59 |
| 2012-03-28 | Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+1 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-27 | SUNRPC: Use the already looked-up xprt in rpcb_getport_async() | Bryan Schumaker | 1 | -1/+1 |
| 2012-03-26 | sunrpc: skip portmap calls on sessions backchannel | J. Bruce Fields | 1 | -0/+1 |
| 2012-03-26 | sunrpc: create nfsd dir in rpc_pipefs | Jeff Layton | 1 | -0/+5 |
| 2012-03-26 | Merge nfs containerization work from Trond's tree | J. Bruce Fields | 26 | -730/+1547 |
| 2012-03-23 | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 26 | -730/+1547 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+2 |
| 2012-03-21 | xprtrdma: Remove assumption that each segment is <= PAGE_SIZE | Tom Tucker | 1 | -5/+12 |
| 2012-03-21 | xprtrdma: The transport should not bug-check when a dup reply is received | Tom Tucker | 1 | -2/+7 |
| 2012-03-21 | SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined | Trond Myklebust | 1 | -14/+13 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -6/+2 |
| 2012-03-20 | SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG | Trond Myklebust | 1 | -0/+13 |
| 2012-03-20 | sunrpc: remove the second argument of k[un]map_atomic() | Cong Wang | 4 | -18/+18 |
| 2012-03-19 | SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up() | Trond Myklebust | 1 | -4/+11 |
| 2012-03-12 | SUNRPC: Don't use variable length automatic arrays in kernel code | Trond Myklebust | 1 | -2/+5 |
| 2012-03-11 | SUNRPC: Fix a few sparse warnings | Trond Myklebust | 7 | -12/+10 |
| 2012-03-02 | SUNRPC: Add API to acquire source address | Chuck Lever | 1 | -0/+149 |
| 2012-03-02 | SUNRPC: Move clnt->cl_server into struct rpc_xprt | Trond Myklebust | 4 | -49/+61 |
| 2012-03-02 | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust | 5 | -28/+110 |
| 2012-02-27 | SUNRPC: move waitq from RPC pipe to RPC inode | Stanislav Kinsbursky | 1 | -13/+26 |
| 2012-02-27 | SUNRPC: check RPC inode's pipe reference before dereferencing | Stanislav Kinsbursky | 1 | -13/+19 |
| 2012-02-27 | SUNRPC: release per-net clients lock before calling PipeFS dentries creation | Stanislav Kinsbursky | 1 | -4/+20 |
| 2012-02-17 | svcrdma: Cleanup sparse warnings in the svcrdma module | Tom Tucker | 6 | -80/+50 |
| 2012-02-17 | NFS: include filelayout DS rpc stats in mountstats | Weston Andros Adamson | 2 | -5/+8 |
| 2012-02-16 | SUNRPC: add sending,pending queue and max slot to xprt stats | Andy Adamson | 2 | -7/+23 |
| 2012-02-16 | SUNRPC: init per-net rpcbind spinlock | Stanislav Kinsbursky | 1 | -0/+1 |
| 2012-02-15 | SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL) | Trond Myklebust | 1 | -3/+1 |
| 2012-02-15 | Lockd: per-net up and down routines introduced | Stanislav Kinsbursky | 1 | -1/+2 |
| 2012-02-15 | SUNRPC: service shutdown function in network namespace context introduced | Stanislav Kinsbursky | 1 | -13/+20 |
| 2012-02-15 | SUNRPC: service destruction in network namespace context | Stanislav Kinsbursky | 2 | -12/+28 |
| 2012-02-15 | SUNRPC: clear svc transports lists helper introduced | Stanislav Kinsbursky | 1 | -8/+11 |
| 2012-02-15 | SUNRPC: clear svc pools lists helper introduced | Stanislav Kinsbursky | 1 | -6/+13 |
| 2012-02-06 | SUNRPC: remove an unneeded NULL check in xprt_connect() | Dan Carpenter | 1 | -3/+1 |
| 2012-02-06 | SUNRPC: Adding status trace points | Steve Dickson | 1 | -0/+4 |
| 2012-02-03 | SUNPRC: remove marking service temporary sockets with XPT_CHNGBUF | Stanislav Kinsbursky | 1 | -2/+0 |
| 2012-02-03 | nfsd: remove some unneeded checks | Dan Carpenter | 1 | -1/+1 |
| 2012-02-03 | nfsd: don't allow zero length strings in cache_parse() | Dan Carpenter | 1 | -0/+2 |
| 2012-01-31 | SUNRPC: fixup for namespace changes | Trond Myklebust | 1 | -1/+1 |
| 2012-01-31 | SUNRPC: Add trace events to the sunrpc subsystem | Trond Myklebust | 1 | -0/+12 |
| 2012-01-31 | SUNRPC: constify the rpc_program | Trond Myklebust | 2 | -14/+14 |
| 2012-01-31 | SUNRPC: constify rpc_program->name | Trond Myklebust | 1 | -2/+3 |
| 2012-01-31 | SUNRPC: constify rpc_clnt fields cl_server and cl_protname | Trond Myklebust | 2 | -18/+13 |
| 2012-01-31 | SUNRPC: search for service transports in network namespace context | Stanislav Kinsbursky | 1 | -1/+5 |
| 2012-01-31 | SUNRPC: register service stats /proc entries in passed network namespace context | Stanislav Kinsbursky | 1 | -4/+4 |
| 2012-01-31 | SUNRPC: register RPC stats /proc entries in passed network namespace context | Stanislav Kinsbursky | 1 | -7/+8 |
| 2012-01-31 | SUNRPC: generic cache register routines removed | Stanislav Kinsbursky | 1 | -12/+0 |
| 2012-01-31 | SUNRPC: ip map cache per network namespace cleanup | Stanislav Kinsbursky | 1 | -41/+30 |
| 2012-01-31 | SUNRPC: create GSS auth cache per network namespace | Stanislav Kinsbursky | 4 | -50/+139 |
| 2012-01-31 | SUNRPC: create unix gid cache per network namespace | Stanislav Kinsbursky | 3 | -18/+52 |
| 2012-01-31 | SUNRPC: cache creation and destruction routines introduced | Stanislav Kinsbursky | 1 | -0/+26 |
| 2012-01-31 | SUNRPC: unregister service on creation in current network namespace | Stanislav Kinsbursky | 1 | -7/+7 |
| 2012-01-31 | SUNRPC: register service on creation in current network namespace | Stanislav Kinsbursky | 1 | -4/+5 |
| 2012-01-31 | SUNRPC: pass network namespace to service registering routines | Stanislav Kinsbursky | 2 | -20/+25 |
| 2012-01-31 | SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure | Stanislav Kinsbursky | 1 | -1/+2 |
| 2012-01-31 | SUNRPC: parametrize rpc_uaddr2sockaddr() by network context | Stanislav Kinsbursky | 2 | -4/+6 |
| 2012-01-31 | SUNRPC: parametrize rpc_pton() by network context | Stanislav Kinsbursky | 2 | -4/+5 |
| 2012-01-31 | SUNRPC: parametrize rpc_pton6() by network context | Stanislav Kinsbursky | 1 | -4/+4 |
| 2012-01-31 | SUNRPC: parametrize rpc_parse_scope_id() by network context | Stanislav Kinsbursky | 1 | -4/+5 |
| 2012-01-31 | SUNRPC: parametrize local rpcbind clients creation with net ns | Stanislav Kinsbursky | 2 | -6/+5 |
| 2012-01-31 | SUNRPC: register rpcbind programs in passed network namespase context | Stanislav Kinsbursky | 2 | -9/+9 |
| 2012-01-31 | SUNRPC: create rpcbind client in passed network namespace context | Stanislav Kinsbursky | 1 | -5/+6 |
| 2012-01-31 | SUNRPC: optimize net_ns dereferencing in rpcbind registering calls | Stanislav Kinsbursky | 1 | -9/+9 |
| 2012-01-31 | SUNRPC: optimize net_ns dereferencing in rpcbind creation calls | Stanislav Kinsbursky | 1 | -16/+19 |
| 2012-01-31 | SUNRPC: move rpcbind internals to sunrpc part of network namespace context | Stanislav Kinsbursky | 2 | -29/+40 |
| 2012-01-31 | SUNRPC: Fix potential races in xprt_lock_write_next() | Trond Myklebust | 2 | -32/+59 |
| 2012-01-31 | SUNRPC: kernel PipeFS mount point creation routines removed | Stanislav Kinsbursky | 1 | -21/+0 |
| 2012-01-31 | NFS: idmap PipeFS notifier introduced | Stanislav Kinsbursky | 2 | -0/+17 |
| 2012-01-31 | SUNRPC: fix pipe->ops cleanup on pipe dentry unlink | Stanislav Kinsbursky | 1 | -31/+20 |
| 2012-01-31 | SUNRPC: split cache creation and PipeFS registration | Stanislav Kinsbursky | 1 | -7/+5 |
| 2012-01-31 | SUNRPC: remove RPC PipeFS mount point reference from RPC client | Stanislav Kinsbursky | 2 | -15/+14 |
| 2012-01-31 | SUNRPC: remove RPC pipefs mount point manipulations from RPC clients code | Stanislav Kinsbursky | 1 | -16/+3 |
| 2012-01-31 | SUNRPC: remove RPC client pipefs dentries after unregister | Stanislav Kinsbursky | 1 | -1/+1 |
| 2012-01-31 | SUNRPC: subscribe RPC clients to pipefs notifications | Stanislav Kinsbursky | 4 | -10/+90 |
| 2012-01-31 | SUNRPC: make SUNPRC clients list per network namespace context | Stanislav Kinsbursky | 4 | -12/+24 |
| 2012-01-31 | SUNRPC: handle GSS AUTH pipes by network namespace aware routines | Stanislav Kinsbursky | 1 | -22/+73 |
| 2012-01-31 | SUNRPC: handle RPC client pipefs dentries by network namespace aware routines | Stanislav Kinsbursky | 1 | -33/+64 |
| 2012-01-31 | SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation | Stanislav Kinsbursky | 2 | -41/+67 |
| 2012-01-31 | SUNRPC: cleanup GSS pipes usage | Stanislav Kinsbursky | 1 | -38/+38 |
| 2012-01-31 | SUNPRC: cleanup RPC PipeFS pipes upcall interface | Stanislav Kinsbursky | 2 | -4/+2 |
| 2012-01-31 | SUNRPC: cleanup PipeFS redundant RPC inode usage | Stanislav Kinsbursky | 1 | -47/+46 |
| 2012-01-31 | SUNRPC: split SUNPRC PipeFS pipe data and inode creation | Stanislav Kinsbursky | 2 | -119/+135 |
| 2012-01-31 | SUNRPC: replace inode lock with pipe lock for RPC PipeFS operations | Stanislav Kinsbursky | 2 | -48/+47 |
| 2012-01-31 | SUNRPC: added debug messages to RPC pipefs | Stanislav Kinsbursky | 1 | -0/+8 |
| 2012-01-31 | SUNRPC: pipefs per-net operations helper introduced | Stanislav Kinsbursky | 3 | -0/+38 |
| 2012-01-31 | SUNRPC: put pipefs superblock link on network namespace | Stanislav Kinsbursky | 2 | -0/+6 |
| 2012-01-31 | SUNRPC: pipefs dentry lookup helper introduced | Stanislav Kinsbursky | 1 | -0/+16 |
| 2012-01-31 | SUNRPC: send notification events on pipefs sb creation and destruction | Stanislav Kinsbursky | 1 | -0/+32 |
| 2012-01-31 | SUNRPC: hold current network namespace while pipefs superblock is active | Stanislav Kinsbursky | 1 | -1/+13 |
| 2012-01-31 | SUNRPC: create RPC pipefs superblock per network namespace context | Stanislav Kinsbursky | 1 | -1/+2 |
| 2012-01-31 | SUNRPC: remove non-exclusive pipe creation from RPC pipefs | Stanislav Kinsbursky | 1 | -38/+6 |
| 2012-01-23 | SUNRPC: Fix machine creds in generic_create_cred and generic_match | Trond Myklebust | 1 | -1/+16 |
| 2012-01-14 | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -35/+64 |
| 2012-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2012-01-12 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 1 | -1/+1 |