aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)Author
2008-08-12Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi
2008-07-25lockd: dont return EAGAIN for a permanent errorMiklos Szeredi
2008-07-23lockd: trivial sparse endian annotationsHarvey Harrison
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust
2008-07-15nfs: set correct fl_len in nlmclnt_test()Felix Blyakher
2008-07-15lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever
2008-07-15lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields
2008-07-15lockd: minor svclock.c style fixesJ. Bruce Fields
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton
2008-07-15lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton
2008-06-23lockd: close potential race with rapid lockd_up/lockd_down cycleJeff Layton
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields
2008-04-25lockd: unlock lockd locks held for a certain filesystemWendy Cheng
2008-04-25lockd: unlock lockd locks associated with a given server ipWendy Cheng
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2008-04-23NLM: don't let lockd exit on unexpected svc_recv errors (try #2)Jeff Layton
2008-04-23lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields
2008-04-23lockd: convert nsm_mutex to a spinlockJ. Bruce Fields
2008-04-23lockd: clean up __nsm_find()J. Bruce Fields
2008-04-23lockd: fix race in nlm_release()J. Bruce Fields
2008-04-23lockd: fix sparse warning in svcshare.cHarvey Harrison
2008-04-23NLM: Convert lockd to use kthreadsJeff Layton
2008-04-23knfsd: Remove NLM_HOST_MAX and associated logic.NeilBrown
2008-04-19NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust
2008-04-19NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust
2008-04-19NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust
2008-04-19NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust
2008-04-19NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust
2008-04-19NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust
2008-04-19NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust
2008-03-19lockd: introduce new function to encode private argument in SM_MON requestsChuck Lever
2008-03-19lockd: Fix up incorrect RPC buffer size calculations.Chuck Lever
2008-03-19lockd: document use of mon_id argument in SM_MON requestsChuck Lever
2008-03-19lockd: refactor SM_MON my_id argument encoderChuck Lever
2008-03-19lockd: refactor SM_MON mon_name argument encoderChuck Lever
2008-03-19lockd: Ensure NSM strings aren't longer than protocol allowsChuck Lever
2008-03-19NLM: NLM protocol version numbers are u32Chuck Lever
2008-03-19NLM: LOCKD fails to load if CONFIG_SYSCTL is not setChuck Lever
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov
2008-02-10NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton
2008-02-10NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton
2008-02-10NLM: have server-side RPC clients default to soft RPC tasksJeff Layton
2008-02-10NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clientsJeff Layton
2008-02-01NLM: tear down RPC clients in nlm_shutdown_hostsJeff Layton
2008-02-01lockd: minor log message fixJ. Bruce Fields
2008-02-01knfsd: Support adding transports by writing portlist fileTom Tucker