summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2008-10-102-1/+22
* RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey2008-10-101-2/+2
* RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-102-4/+10
* RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey2008-10-101-5/+4
* RPC/RDMA: return a consistent error, when connect fails.Tom Talpey2008-10-101-1/+1
* RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey2008-10-103-2/+33
* RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey2008-10-101-11/+9
* RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey2008-10-101-0/+1
* RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey2008-10-103-4/+15
* RPC/RDMA: fix connection IRD/ORD settingTom Tucker2008-10-101-37/+14
* RPC/RDMA: support FRMR client memory registration.Tom Talpey2008-10-102-6/+167
* RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey2008-10-101-15/+80
* RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey2008-10-101-1/+7
* RPC/RDMA: refactor the inline memory registration code.Tom Talpey2008-10-101-158/+207
* sunrpc: fix oops in rpc_create when the mount namespace is unsharedCedric Le Goater2008-10-071-2/+2
* SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust2008-10-071-1/+3
* SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust2008-10-071-7/+29
* sunrpc: do not pin sunrpc module in the memoryDenis V. Lunev2008-10-071-8/+4
* sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov2008-09-011-14/+4
* svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-132-7/+6
* Merge branch 'linus' into cpus4096Ingo Molnar2008-07-282-2/+3
|\
| * SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
| * dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+2
* | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-261-2/+1
|/
* Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-2111-390/+332
|\
| * Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-2010-387/+331
| |\
| | * Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields2008-07-037-438/+414
| | |\
| | | * svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-021-109/+12
| | | * svcrdma: Create a kmem cache for the WR contextsTom Tucker2008-07-021-4/+19
| | | * svcrdma: Add flush_scheduled_work to module exit functionTom Tucker2008-07-021-0/+1
| | | * svcrdma: Limit ORD based on client's advertised IRDTom Tucker2008-07-021-4/+12
| | | * svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker2008-07-021-4/+0
| | | * svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-023-0/+9
| | | * svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker2008-07-021-6/+14
| | | * svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker2008-07-021-45/+38
| | | * svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2008-07-022-88/+80
| | | * svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-022-0/+45
| | * | gss_krb5: Use random value to initialize confounderKevin Coffman2008-06-231-4/+18
| | * | gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman2008-06-232-12/+2
| | * | gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman2008-06-233-46/+46
| | * | sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton2008-06-231-3/+2
| | * | knfsd: convert knfsd to kthread APIJeff Layton2008-06-231-66/+34
| | * | knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...Neil Brown2008-06-231-6/+9
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-1811-208/+415
| |\ \ \
| * | | | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
| | |_|/ | |/| |
* | | | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-181-1/+2
* | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1810-190/+400
|\ \ \ \ | | |/ / | |/| |
| * | | SUNRPC: Remove the BKL from the callback functionsTrond Myklebust2008-07-151-8/+1
| * | | SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever2008-07-151-4/+174
| * | | SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever2008-07-151-18/+30
OpenPOWER on IntegriCloud