summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2012-01-31SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky2-4/+2
2012-01-31SUNRPC: cleanup PipeFS redundant RPC inode usageStanislav Kinsbursky1-47/+46
2012-01-31SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky2-119/+135
2012-01-31SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky2-48/+47
2012-01-31SUNRPC: added debug messages to RPC pipefsStanislav Kinsbursky1-0/+8
2012-01-31SUNRPC: pipefs per-net operations helper introducedStanislav Kinsbursky3-0/+38
2012-01-31SUNRPC: put pipefs superblock link on network namespaceStanislav Kinsbursky2-0/+6
2012-01-31SUNRPC: pipefs dentry lookup helper introducedStanislav Kinsbursky1-0/+16
2012-01-31SUNRPC: send notification events on pipefs sb creation and destructionStanislav Kinsbursky1-0/+32
2012-01-31SUNRPC: hold current network namespace while pipefs superblock is activeStanislav Kinsbursky1-1/+13
2012-01-31SUNRPC: create RPC pipefs superblock per network namespace contextStanislav Kinsbursky1-1/+2
2012-01-31SUNRPC: remove non-exclusive pipe creation from RPC pipefsStanislav Kinsbursky1-38/+6
2012-01-23SUNRPC: Fix machine creds in generic_create_cred and generic_matchTrond Myklebust1-1/+16
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-35/+64
2012-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-20/+29
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-3/+2
2012-01-05svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdownJ. Bruce Fields1-1/+0
2012-01-05svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields1-0/+3
2012-01-05NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson1-1/+2
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust2-19/+27
2012-01-03sunrpc: propagate umode_tAl Viro2-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+27
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki3-15/+28
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet4-13/+13
2011-12-07NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky1-0/+2
2011-12-06SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky3-7/+9
2011-12-06svcrpc: update outdated BKL commentJ. Bruce Fields1-2/+2
2011-12-06svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2-20/+38
2011-12-06svcrpc: destroy server sockets all at onceJ. Bruce Fields2-7/+11
2011-12-06svcrpc: make svc_delete_xprt staticJ. Bruce Fields1-1/+2
2011-12-06Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezerJeff Layton1-1/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2011-12-01SUNRPC: Ensure we always bump the backlog queue in xprt_free_slotTrond Myklebust1-6/+4
2011-12-01SUNRPC: Fix the execution time statistics in the face of RPC restartsTrond Myklebust1-7/+23
2011-11-22SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan2-5/+5
2011-11-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+3
2011-11-10SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky1-1/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-0/+6
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust5-31/+50
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-3/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker4-0/+4
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker2-0/+2
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-29/+31
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-26/+46
2011-10-25SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky2-15/+0