summaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)AuthorFilesLines
2008-08-12Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+4
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi1-9/+4
2008-07-25lockd: dont return EAGAIN for a permanent errorMiklos Szeredi1-1/+9
2008-07-23lockd: trivial sparse endian annotationsHarvey Harrison2-4/+4
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-60/+52
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust4-1/+16
2008-07-15nfs: set correct fl_len in nlmclnt_test()Felix Blyakher1-1/+1
2008-07-15lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever1-9/+23
2008-07-15lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields1-3/+2
2008-07-15lockd: minor svclock.c style fixesJ. Bruce Fields1-5/+5
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton3-10/+4
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton3-11/+5
2008-07-15lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton2-4/+2
2008-06-23lockd: close potential race with rapid lockd_up/lockd_down cycleJeff Layton1-20/+13
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-2/+2
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-1/+1
2008-04-25lockd: unlock lockd locks held for a certain filesystemWendy Cheng1-5/+32
2008-04-25lockd: unlock lockd locks associated with a given server ipWendy Cheng1-5/+31
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-102/+227
2008-04-23NLM: don't let lockd exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-23lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields1-2/+1
2008-04-23lockd: convert nsm_mutex to a spinlockJ. Bruce Fields1-15/+19
2008-04-23lockd: clean up __nsm_find()J. Bruce Fields1-16/+16
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