| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 2006-10-02 | 1 | -2/+2 |
* | [PATCH] knfsd: make rpc threads pools numa aware | Greg Banks | 2006-10-02 | 2 | -2/+260 |
* | [PATCH] knfsd: add svc_set_num_threads | Greg Banks | 2006-10-02 | 2 | -3/+138 |
* | [PATCH] knfsd: split svc_serv into pools | Greg Banks | 2006-10-02 | 2 | -52/+129 |
* | [PATCH] knfsd: test and set SK_BUSY atomically | Greg Banks | 2006-10-02 | 1 | -10/+10 |
* | [PATCH] knfsd: convert sk_reserved to atomic_t | Greg Banks | 2006-10-02 | 1 | -7/+5 |
* | [PATCH] knfsd: use new lock for svc_sock deferred list | Greg Banks | 2006-10-02 | 1 | -6/+6 |
* | [PATCH] knfsd: convert sk_inuse to atomic_t | Greg Banks | 2006-10-02 | 1 | -18/+11 |
* | [PATCH] knfsd: move tempsock aging to a timer | Greg Banks | 2006-10-02 | 2 | -26/+73 |
* | [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process | NeilBrown | 2006-10-02 | 2 | -2/+4 |
* | [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' | NeilBrown | 2006-10-02 | 1 | -4/+45 |
* | [PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports | NeilBrown | 2006-10-02 | 1 | -0/+40 |
* | [PATCH] knfsd: add a callback for when last rpc thread finishes | NeilBrown | 2006-10-02 | 1 | -1/+6 |
* | [PATCH] knfsd: remove an unused variable from auth_unix_lookup() | Greg Banks | 2006-10-02 | 1 | -4/+1 |
* | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 2006-10-01 | 1 | -3/+3 |
* | [SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.c | Eric Sesterhenn | 2006-09-28 | 1 | -8/+6 |
* | [SUNRPC]: more sunrpc endianness annotations | Al Viro | 2006-09-28 | 2 | -8/+8 |
* | [SUNRPC]: trivial endianness annotations | Alexey Dobriyan | 2006-09-28 | 16 | -100/+103 |
* | [SUNRPC]: svc_{get,put}nl() | Alexey Dobriyan | 2006-09-28 | 4 | -60/+60 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -1/+0 |
* | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 2 | -6/+5 |
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2006-09-23 | 9 | -351/+460 |
|\ |
|
| * | NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers | Steve Dickson | 2006-09-22 | 1 | -1/+1 |
| * | SUNRPC: Fix Oops in pmap_getport_done | Trond Myklebust | 2006-09-22 | 1 | -24/+22 |
| * | SUNRPC: Add refcounting to the struct rpc_xprt | Trond Myklebust | 2006-09-22 | 2 | -8/+28 |
| * | SUNRPC: Clean up soft task error handling | Trond Myklebust | 2006-09-22 | 2 | -27/+15 |
| * | SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errors | Trond Myklebust | 2006-09-22 | 1 | -0/+8 |
| * | 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 |