| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PATCH] knfsd: make nlmclnt_next_cookie SMP safe | Olaf Kirch | 2006-10-04 | 1 | -5/+5 |
* | [PATCH] knfsd: lockd: optionally use hostnames for identifying peers | Olaf Kirch | 2006-10-04 | 3 | -4/+24 |
* | [PATCH] knfsd: simplify nlmsvc_invalidate_all | NeilBrown | 2006-10-04 | 2 | -36/+1 |
* | [PATCH] knfsd: lockd: Add nlm_destroy_host | Olaf Kirch | 2006-10-04 | 1 | -16/+29 |
* | [PATCH] knfsd: lockd: make nlm_traverse_* more flexible | Olaf Kirch | 2006-10-04 | 3 | -65/+93 |
* | [PATCH] knfsd: change nlm_file to use a hlist | Olaf Kirch | 2006-10-04 | 1 | -26/+16 |
* | [PATCH] knfsd: lockd: Change list of blocked list to list_node | Olaf Kirch | 2006-10-04 | 2 | -65/+59 |
* | [PATCH] knfsd: lockd: make the hash chains use a hlist_node | Olaf Kirch | 2006-10-04 | 1 | -32/+39 |
* | [PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handle | Olaf Kirch | 2006-10-04 | 1 | -12/+18 |
* | [PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handle | Olaf Kirch | 2006-10-04 | 4 | -55/+67 |
* | [PATCH] knfsd: misc minor fixes, indentation changes | Olaf Kirch | 2006-10-04 | 2 | -12/+11 |
* | [PATCH] knfsd: lockd: introduce nsm_handle | Olaf Kirch | 2006-10-04 | 3 | -16/+122 |
* | [PATCH] knfsd: when looking up a lockd host, pass hostname & length | Olaf Kirch | 2006-10-04 | 5 | -18/+39 |
* | [PATCH] knfsd: consolidate common code for statd->lockd notification | Olaf Kirch | 2006-10-04 | 3 | -34/+32 |
* | [PATCH] knfsd: hide use of lockd's h_monitored flag | Olaf Kirch | 2006-10-04 | 5 | -13/+21 |
* | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 2006-10-02 | 4 | -5/+5 |
* | [PATCH] knfsd: Correctly handle error condition from lockd_up | NeilBrown | 2006-10-02 | 2 | -8/+6 |
* | [PATCH] knfsd: Move makesock failed warning into make_socks. | NeilBrown | 2006-10-02 | 1 | -10/+8 |
* | [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process | NeilBrown | 2006-10-02 | 1 | -4/+3 |
* | [PATCH] knfsd: be more selective in which sockets lockd listens on | NeilBrown | 2006-10-02 | 2 | -8/+41 |
* | [PATCH] knfsd: add a callback for when last rpc thread finishes | NeilBrown | 2006-10-02 | 1 | -1/+1 |
* | [PATCH] add newline to nfs dprintk | Martin Bligh | 2006-09-27 | 1 | -1/+1 |
* | [PATCH] fs: Removing useless casts | Panagiotis Issaris | 2006-09-27 | 1 | -1/+1 |
* | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 2006-09-27 | 2 | -4/+3 |
* | LOCKD: Convert to use new rpc_create() API | Chuck Lever | 2006-09-22 | 2 | -47/+44 |
* | SUNRPC: Clean-up after previous patches. | Chuck Lever | 2006-09-22 | 1 | -1/+0 |
* | LOCKD: Teach lockd to use the new rpc_peeraddr() API | Chuck Lever | 2006-09-22 | 1 | -5/+5 |
* | LOCKD: Fix a deadlock in nlm_traverse_files() | Trond Myklebust | 2006-08-24 | 1 | -6/+9 |
* | NLM/lockd: remove b_done | J. Bruce Fields | 2006-08-03 | 1 | -9/+3 |
* | NLM,NFSv4: Wait on local locks before we put RPC calls on the wire | Trond Myklebust | 2006-07-05 | 1 | -1/+7 |
* | NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock | Trond Myklebust | 2006-07-05 | 1 | -8/+10 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 6 | -6/+0 |
* | NLM: Fix reclaim races | Trond Myklebust | 2006-06-09 | 3 | -15/+39 |
* | NLM: sem to mutex conversion | Trond Myklebust | 2006-06-09 | 1 | -4/+4 |
* | NFS: make 2 functions static | Adrian Bunk | 2006-04-19 | 1 | -1/+1 |
* | [PATCH] sem2mutex: fs/ | Ingo Molnar | 2006-03-26 | 3 | -25/+28 |
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2006-03-25 | 11 | -653/+505 |
|\ |
|
| * | LOCKD: Make nlmsvc_traverse_shares return void | J. Bruce Fields | 2006-03-20 | 2 | -6/+2 |
| * | LOCKD: nlmsvc_traverse_blocks return is unused | J. Bruce Fields | 2006-03-20 | 2 | -4/+4 |
| * | lockd: blocks should hold a reference to the nlm_file | Trond Myklebust | 2006-03-20 | 1 | -35/+46 |
| * | lockd: Fix a typo in nlmsvc_grant_release() | Trond Myklebust | 2006-03-20 | 1 | -1/+3 |
| * | lockd: Add helper for *_RES callbacks | Trond Myklebust | 2006-03-20 | 3 | -192/+128 |
| * | NLM: Add nlmclnt_release_call | Trond Myklebust | 2006-03-20 | 4 | -199/+129 |
| * | NLM: Fix nlmclnt_test to not copy private part of locks | Trond Myklebust | 2006-03-20 | 1 | -1/+3 |
| * | NLM: Simplify client locks | Trond Myklebust | 2006-03-20 | 2 | -50/+32 |
| * | NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errors | Trond Myklebust | 2006-03-20 | 1 | -0/+1 |
| * | lockd: Fix Oopses due to list manipulation errors. | Trond Myklebust | 2006-03-20 | 3 | -14/+15 |
| * | lockd: stop abusing file_lock_list | Christoph Hellwig | 2006-03-20 | 3 | -50/+17 |
| * | lockd: Make lockd use rpc_new_client() instead of rpc_create_client | Trond Myklebust | 2006-03-20 | 1 | -1/+2 |
| * | lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host() | Trond Myklebust | 2006-03-20 | 3 | -6/+3 |