| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status | Trond Myklebust | 2006-09-22 | 1 | -10/+6 |
| * | SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument | Trond Myklebust | 2006-09-22 | 2 | -20/+25 |
| * | SUNRPC: export new RPC client functions with _GPL | Chuck Lever | 2006-09-22 | 1 | -5/+5 |
| * | SUNRPC: Eliminate xprt_create_proto and rpc_create_client | Chuck Lever | 2006-09-22 | 4 | -125/+1 |
| * | SUNRPC: Convert RPC portmapper to use new rpc_create() API | Chuck Lever | 2006-09-22 | 1 | -18/+15 |
| * | SUNRPC: use sockaddr + size when creating remote transport endpoints | Chuck Lever | 2006-09-22 | 2 | -0/+136 |
| * | SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address | Chuck Lever | 2006-09-22 | 3 | -7/+13 |
| * | SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API | Chuck Lever | 2006-09-22 | 1 | -4/+2 |
| * | SUNRPC: Create API for displaying remote peer address | Chuck Lever | 2006-09-22 | 1 | -0/+13 |
| * | SUNRPC: add xprt switch API for printing formatted remote peer addresses | Chuck Lever | 2006-09-22 | 1 | -8/+71 |
| * | SUNRPC: remove extraneous header inclusions | Chuck Lever | 2006-09-22 | 3 | -4/+0 |
| * | SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API. | Chuck Lever | 2006-09-22 | 1 | -2/+3 |
| * | SUNRPC: create API for getting remote peer address | Chuck Lever | 2006-09-22 | 1 | -0/+21 |
| * | SUNRPC: Introduce transport switch callout for pluggable rpcbind | Chuck Lever | 2006-09-22 | 3 | -4/+5 |
| * | SUNRPC: Support for RPC child tasks no longer needed | Chuck Lever | 2006-09-22 | 1 | -82/+0 |
| * | SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.c | Chuck Lever | 2006-09-22 | 1 | -28/+42 |
| * | SUNRPC: Make RPC portmapper use per-transport storage | Chuck Lever | 2006-09-22 | 3 | -61/+106 |
| * | SUNRPC: Create a helper to tell whether a transport is bound | Chuck Lever | 2006-09-22 | 4 | -11/+20 |
* | | [SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages(). | Sridhar Samudrala | 2006-09-22 | 1 | -6/+1 |
* | | [SUNRPC]: Update to use in-kernel sockets API. | Sridhar Samudrala | 2006-09-22 | 2 | -28/+18 |
* | | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 2006-09-22 | 1 | -1/+1 |
|/ |
|
* | [CRYPTO] users: Use crypto_hash interface instead of crypto_digest | Herbert Xu | 2006-09-21 | 1 | -14/+24 |
* | [SUNRPC] GSS: Use block ciphers where applicable | Herbert Xu | 2006-09-21 | 5 | -54/+64 |
* | NFS: Check lengths more thoroughly in NFS4 readdir XDR decode | David Howells | 2006-08-24 | 1 | -0/+11 |
* | SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs | Trond Myklebust | 2006-08-24 | 2 | -10/+6 |
* | SUNRPC: rpc_unlink() must check for unhashed dentries | Trond Myklebust | 2006-08-24 | 1 | -7/+10 |
* | NFS: clean up rpc_rmdir | Trond Myklebust | 2006-08-24 | 2 | -16/+8 |
* | SUNRPC: make rpc_unlink() take a dentry argument instead of a path | Trond Myklebust | 2006-08-24 | 2 | -15/+7 |
* | [PATCH] knfsd: fix race related problem when adding items to and svcrpc auth ... | Neil Brown | 2006-08-06 | 1 | -1/+5 |
* | SUNRPC: Fix obvious refcounting bugs in rpc_pipefs. | Trond Myklebust | 2006-08-03 | 1 | -2/+4 |
* | RPC: Ensure that we disconnect TCP socket when client requests error out | Trond Myklebust | 2006-08-03 | 3 | -42/+60 |
* | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 2006-07-21 | 11 | -34/+15 |
* | This fixes a panic doing the first READDIR or READDIRPLUS call when: | Trond Myklebust | 2006-07-05 | 1 | -2/+1 |
* | [PATCH] lockdep: annotate sunrpc code | Arjan van de Ven | 2006-07-03 | 1 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-30 | 4 | -4/+0 |
|\ |
|
| * | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 4 | -4/+0 |
* | | [PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacy | J. Bruce Fields | 2006-06-30 | 2 | -7/+148 |
* | | [PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case | J. Bruce Fields | 2006-06-30 | 1 | -0/+2 |
* | | [PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity code | J. Bruce Fields | 2006-06-30 | 1 | -51/+64 |
* | | [PATCH] knfsd: svcrpc: gss: simplify rsc_parse() | J. Bruce Fields | 2006-06-30 | 2 | -11/+7 |
|/ |
|
* | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 2006-06-27 | 1 | -1/+1 |
* | spelling fixes | Andreas Mohr | 2006-06-26 | 2 | -2/+2 |
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-06-24 | 1 | -3/+3 |
|\ |
|
| * | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -3/+3 |
* | | NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mounts | Trond Myklebust | 2006-06-09 | 2 | -0/+3 |
* | | RPC: Allow struc xdr_stream to read the page section of an xdr_buf | Trond Myklebust | 2006-06-09 | 1 | -2/+26 |
* | | VFS: Unexport do_kern_mount() and clean up simple_pin_fs() | Trond Myklebust | 2006-06-09 | 1 | -1/+1 |
* | | SUNRPC: NFS_ROOT always uses the same XIDs | Chuck Lever | 2006-06-09 | 1 | -2/+2 |
* | | SUNRPC: select privileged port numbers at random | Chuck Lever | 2006-06-09 | 1 | -2/+9 |
|/ |
|
* | [PATCH] knfsd: Fix two problems that can cause rmmod nfsd to die | NeilBrown | 2006-05-23 | 1 | -0/+1 |