| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev... | NeilBrown | 2007-01-30 | 1 | -4/+8 |
* | [PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned reads | NeilBrown | 2007-01-26 | 1 | -0/+2 |
* | [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets | Peter Zijlstra | 2006-12-07 | 1 | -0/+31 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] fix "sunrpc: fix refcounting problems in rpc servers" | Andrew Morton | 2006-10-30 | 1 | -2/+3 |
* | [PATCH] sunrpc: fix refcounting problems in rpc servers | Neil Brown | 2006-10-30 | 1 | -16/+14 |
* | [PATCH] knfsd: fix race that can disable NFS server | NeilBrown | 2006-10-20 | 1 | -1/+1 |
* | [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpc | NeilBrown | 2006-10-06 | 1 | -14/+14 |
* | [PATCH] knfsd: knfsd: cache ipmap per TCP socket | Greg Banks | 2006-10-04 | 1 | -0/+2 |
* | [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom | NeilBrown | 2006-10-04 | 1 | -1/+2 |
* | [PATCH] knfsd: Replace two page lists in struct svc_rqst with one | NeilBrown | 2006-10-04 | 1 | -20/+21 |
* | [PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socket | NeilBrown | 2006-10-04 | 1 | -0/+3 |
* | [PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port... | NeilBrown | 2006-10-04 | 1 | -0/+2 |
* | [PATCH] knfsd: make rpc threads pools numa aware | Greg Banks | 2006-10-02 | 1 | -1/+6 |
* | [PATCH] knfsd: split svc_serv into pools | Greg Banks | 2006-10-02 | 1 | -45/+80 |
* | [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 | 1 | -26/+70 |
* | [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process | NeilBrown | 2006-10-02 | 1 | -1/+2 |
* | [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 |
* | [SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.c | Eric Sesterhenn | 2006-09-28 | 1 | -8/+6 |
* | [SUNRPC]: trivial endianness annotations | Alexey Dobriyan | 2006-09-28 | 1 | -1/+1 |
* | [SUNRPC]: Update to use in-kernel sockets API. | Sridhar Samudrala | 2006-09-22 | 1 | -24/+14 |
* | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 2006-07-21 | 1 | -2/+1 |
* | [NET]: sem2mutex part 2 | Ingo Molnar | 2006-03-20 | 1 | -4/+4 |
* | [PATCH] svcrpc: save and restore the daddr field when request deferred | J. Bruce Fields | 2006-01-18 | 1 | -0/+2 |
* | [PATCH] Keep nfsd from exiting when seeing recv() errors | Olaf Kirch | 2006-01-06 | 1 | -1/+1 |
* | [NET]: move struct proto_ops to const | Eric Dumazet | 2006-01-03 | 1 | -1/+1 |
* | [PATCH] knfsd: make sure nfsd doesn't hog a cpu forever | NeilBrown | 2005-11-15 | 1 | -0/+1 |
* | [NET]: Detect hardware rx checksum faults correctly | Herbert Xu | 2005-11-10 | 1 | -6/+3 |
* | Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6 | Trond Myklebust | 2005-10-27 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] svcsock timestamp fix | Andrew Morton | 2005-10-26 | 1 | -1/+1 |
* | | [PATCH] RPC: extract socket logic common to both client and server | Chuck Lever | 2005-09-23 | 1 | -3/+0 |
|/ |
|
* | [PATCH] Code cleanups in calbacks in svcsock | Neil Brown | 2005-09-13 | 1 | -44/+39 |
* | [NET]: fix-up schedule_timeout() usage | Nishanth Aravamudan | 2005-09-12 | 1 | -2/+1 |
* | [NET]: Store skb->timestamp as offset to a base timestamp | Patrick McHardy | 2005-08-29 | 1 | -4/+7 |
* | [SUNRPC]: svcsock.c needs linux/tcp.h | Andrew Morton | 2005-08-29 | 1 | -0/+1 |
* | [TCP]: Move the tcp sock states to net/tcp_states.h | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -2/+1 |
* | [SUNRPC]: Fix nsec --> usec conversion. | David S. Miller | 2005-08-09 | 1 | -1/+1 |
* | [PATCH] Cleanup patch for process freezing | Christoph Lameter | 2005-06-25 | 1 | -3/+3 |
* | Linux-2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+1585 |