aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-23lockd: fix race in nlm_release()J. Bruce Fields1-6/+4
2008-04-23lockd: fix sparse warning in svcshare.cHarvey Harrison1-1/+2
2008-04-23NLM: Convert lockd to use kthreadsJeff Layton2-75/+60
2008-04-23knfsd: Remove NLM_HOST_MAX and associated logic.NeilBrown1-6/+3
2008-04-19NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust1-9/+14
2008-04-19NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust1-9/+34
2008-04-19NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust1-1/+10
2008-04-19NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust1-41/+1
2008-04-19NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust1-10/+54
2008-04-19NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust1-0/+3
2008-04-19NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust1-6/+10
2008-03-19lockd: introduce new function to encode private argument in SM_MON requestsChuck Lever1-6/+24
2008-03-19lockd: Fix up incorrect RPC buffer size calculations.Chuck Lever1-31/+8
2008-03-19lockd: document use of mon_id argument in SM_MON requestsChuck Lever1-0/+13
2008-03-19lockd: refactor SM_MON my_id argument encoderChuck Lever1-0/+19
2008-03-19lockd: refactor SM_MON mon_name argument encoderChuck Lever1-0/+25
2008-03-19lockd: Ensure NSM strings aren't longer than protocol allowsChuck Lever1-0/+9
2008-03-19NLM: NLM protocol version numbers are u32Chuck Lever1-9/+11
2008-03-19NLM: LOCKD fails to load if CONFIG_SYSCTL is not setChuck Lever1-0/+12
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-1/+1
2008-02-10NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton1-0/+11
2008-02-10NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton1-4/+13
2008-02-10NLM: have server-side RPC clients default to soft RPC tasksJeff Layton1-2/+9
2008-02-10NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clientsJeff Layton1-0/+1
2008-02-01NLM: tear down RPC clients in nlm_shutdown_hostsJeff Layton1-1/+6
2008-02-01lockd: minor log message fixJ. Bruce Fields1-1/+1
2008-02-01knfsd: Support adding transports by writing portlist fileTom Tucker1-5/+13
2008-02-01svc: Add svc API that queries for a transport instanceTom Tucker1-14/+2
2008-02-01svc: Make close transport independentTom Tucker1-3/+3
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker1-9/+8
2008-02-01Leak in nlmsvc_testlock for async GETFL caseOleg Drokin1-1/+1
2008-02-01lockd: fix a leak in nlmsvc_testlock asynchronous request handlingOleg Drokin1-7/+11
2008-02-01lockd: fix reference count leaks in async locking caseOleg Drokin2-17/+25
2008-02-01NLM: Fix sign of length of NLM variable length stringsChuck Lever1-8/+11
2008-01-30NLM: Fix a bogus 'return' in nlmclnt_rpc_releaseTrond Myklebust1-1/+1
2008-01-30NLM: Introduce an arguments structure for nlmclnt_init()Chuck Lever1-14/+8
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever1-23/+10
2008-01-30NLM: Introduce external nlm_host set-up and tear-down functionsChuck Lever1-0/+48
2008-01-30lockd: Eliminate harmless mixed sign comparison in nlmdbg_cookie2a()Chuck Lever1-2/+1
2007-10-09NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\1-1/+2
2007-10-09LOCKD: Convert printk's to dprintk's in lockd XDR routinesChuck Lever2-8/+8
2007-10-09NLM: Fix a memory leak in nlmsvc_testlockTrond Myklebust1-1/+3
2007-09-26NLM: Fix a circular lock dependency in lockdTrond Myklebust1-11/+18
2007-07-26lockd and nfsd endianness annotation fixesAl Viro1-3/+3
2007-07-17knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4Marc Eshel1-7/+20
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+2
2007-07-10NLM: fix source address of callback to clientFrank van Maarseveen1-8/+19
2007-07-10SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust1-6/+0
2007-07-10SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust1-1/+1
2007-07-10SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust1-9/+3