aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd/clntproc.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-17lockd: Update NSM state from SM_MON repliesGravatar Chuck Lever 1-1/+1
2009-06-17NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerGravatar Trond Myklebust 1-0/+2
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hGravatar Chuck Lever 1-1/+0
2009-01-06NLM: Remove redundant printk() in nlmclnt_lock()Gravatar Chuck Lever 1-4/+2
2008-07-25lockd: dont return EAGAIN for a permanent errorGravatar Miklos Szeredi 1-1/+9
2008-07-15SUNRPC: Remove the BKL from the callback functionsGravatar Trond Myklebust 1-0/+6
2008-07-15nfs: set correct fl_len in nlmclnt_test()Gravatar Felix Blyakher 1-1/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-04-19NLM/lockd: Ensure client locking calls use correct credentialsGravatar Trond Myklebust 1-9/+14
2008-04-19NLM/lockd: Fix a race when cancelling a blocking lockGravatar Trond Myklebust 1-9/+34
2008-04-19NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callGravatar Trond Myklebust 1-1/+10
2008-04-19NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelGravatar Trond Myklebust 1-41/+1
2008-04-19NLM/lockd: convert __nlm_async_call to use rpc_run_task()Gravatar Trond Myklebust 1-10/+54
2008-04-19NLM/lockd: Add a reference counter to struct nlm_rqstGravatar Trond Myklebust 1-0/+3
2008-04-19NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Gravatar Trond Myklebust 1-6/+10
2008-01-30NLM: Fix a bogus 'return' in nlmclnt_rpc_releaseGravatar Trond Myklebust 1-1/+1
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Gravatar Chuck Lever 1-23/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-03NLM: Fix double free in __nlm_async_callGravatar Trond Myklebust 1-6/+3
2006-12-13[PATCH] lockd endianness annotationsGravatar Al Viro 1-19/+20
2006-12-08[PATCH] struct path: convert lockdGravatar Josef Sipek 1-1/+1
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusGravatar Trond Myklebust 1-0/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hGravatar Nigel Cunningham 1-0/+1
2006-12-06NLM: fix print format for tk_pidGravatar Chuck Lever 1-1/+1
2006-10-04[PATCH] knfsd: make nlmclnt_next_cookie SMP safeGravatar Olaf Kirch 1-5/+5
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthGravatar Olaf Kirch 1-1/+4
2006-10-04[PATCH] knfsd: hide use of lockd's h_monitored flagGravatar Olaf Kirch 1-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesGravatar Serge E. Hallyn 1-2/+2
2006-09-27[PATCH] fs: Removing useless castsGravatar Panagiotis Issaris 1-1/+1
2006-09-22LOCKD: Teach lockd to use the new rpc_peeraddr() APIGravatar Chuck Lever 1-5/+5
2006-07-05NLM,NFSv4: Wait on local locks before we put RPC calls on the wireGravatar Trond Myklebust 1-1/+7
2006-07-05NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lockGravatar Trond Myklebust 1-8/+10
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-09NLM: Fix reclaim racesGravatar Trond Myklebust 1-1/+13
2006-03-20lockd: Add helper for *_RES callbacksGravatar Trond Myklebust 1-7/+20
2006-03-20NLM: Add nlmclnt_release_callGravatar Trond Myklebust 1-121/+74
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksGravatar Trond Myklebust 1-1/+3
2006-03-20NLM: Simplify client locksGravatar Trond Myklebust 1-23/+16
2006-03-20NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errorsGravatar Trond Myklebust 1-0/+1
2006-03-20lockd: Fix Oopses due to list manipulation errors.Gravatar Trond Myklebust 1-9/+6
2006-03-20lockd: stop abusing file_lock_listGravatar Christoph Hellwig 1-5/+6
2006-03-20lockd: Clean up of the server-side GRANTED codeGravatar Trond Myklebust 1-43/+0
2006-03-20lockd: Don't expose the process pid to the NLM serverGravatar Trond Myklebust 1-2/+5
2006-03-20NLM: nlm_alloc_call should not immediately fail on signalGravatar Trond Myklebust 1-4/+5
2006-03-14[PATCH] NLM: Ensure we do not Oops in the case of an unlockGravatar Trond Myklebust 1-2/+7
2006-02-01NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverGravatar Trond Myklebust 1-0/+4
2006-02-01NLM: Fix arguments to NLM_CANCEL callGravatar Trond Myklebust 1-3/+4
2006-01-06SUNRPC: get rid of cl_chattyGravatar Chuck Lever 1-2/+1
2006-01-06RPC: Clean up RPC task structureGravatar Trond Myklebust 1-17/+21
2005-11-07[PATCH] kfree cleanup: fsGravatar Jesper Juhl 1-2/+1