summaryrefslogtreecommitdiffstats
path: root/fs/lockd
Commit message (Expand)AuthorAgeFilesLines
* NLM: Remove "proto" argument from lockd_up()Chuck Lever2008-10-042-4/+3
* NLM: Always start both UDP and TCP listenersChuck Lever2008-10-041-18/+19
* lockd: Remove unused fields in the nlm_reboot structureChuck Lever2008-10-032-4/+0
* lockd: Add helper to sanity check incoming NOTIFY requestsChuck Lever2008-10-032-8/+4
* lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever2008-10-033-5/+4
* lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addressesChuck Lever2008-10-031-9/+38
* lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever2008-10-032-14/+23
* lockd: Support non-AF_INET addresses in nlm_lookup_host()Chuck Lever2008-10-031-17/+20
* NLM: Convert nlm_lookup_host() to use a single argumentChuck Lever2008-10-031-30/+56
* lockd: reject reclaims outside the grace periodJ. Bruce Fields2008-10-031-0/+4
* lockd: move grace period checks to common codeJ. Bruce Fields2008-10-033-27/+17
* nfsd: common grace period controlJ. Bruce Fields2008-10-035-28/+77
* lockd: Update nsm_find() to support non-AF_INET addressesChuck Lever2008-09-291-8/+12
* lockd: Combine __nsm_find() and nsm_find().Chuck Lever2008-09-291-21/+11
* lockd: Support AF_INET6 when hashing addresses in nlm_lookup_hostChuck Lever2008-09-291-6/+43
* lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever2008-09-293-5/+6
* NSM: Use sockaddr_storage for sm_addr fieldChuck Lever2008-09-292-3/+4
* lockd: Use sockaddr_storage for h_saddr fieldChuck Lever2008-09-292-7/+7
* lockd: Use sockaddr_storage + length for h_addr fieldChuck Lever2008-09-292-6/+7
* lockd: Add address family-agnostic helper for zeroing the port numberChuck Lever2008-09-291-1/+13
* lockd: Specify address family for source addressChuck Lever2008-09-291-5/+9
* lockd: address-family independent printable addressesChuck Lever2008-09-291-17/+61
* NLM: Clean up before introducing new debugging messagesChuck Lever2008-09-291-8/+11
* lockd: don't depend on lockd main loop to end graceJ. Bruce Fields2008-09-291-11/+13
* locks: allow lockd to process blocked locks during grace periodJ. Bruce Fields2008-09-291-9/+3
* SUNRPC: Add address family field to svc_serv data structureChuck Lever2008-09-291-1/+1
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-08-122-4/+4
|\
| * lockd: trivial sparse endian annotationsHarvey Harrison2008-07-232-4/+4
* | locks: add special return value for asynchronous locksMiklos Szeredi2008-07-251-9/+4
* | lockd: dont return EAGAIN for a permanent errorMiklos Szeredi2008-07-251-1/+9
|/
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-205-60/+52
|\
| * lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever2008-07-151-9/+23
| * lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields2008-07-151-3/+2
| * lockd: minor svclock.c style fixesJ. Bruce Fields2008-07-151-5/+5
| * lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton2008-07-153-10/+4
| * lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton2008-07-153-11/+5
| * lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton2008-07-152-4/+2
| * lockd: close potential race with rapid lockd_up/lockd_down cycleJeff Layton2008-06-231-20/+13
* | SUNRPC: Remove the BKL from the callback functionsTrond Myklebust2008-07-154-1/+16
* | nfs: set correct fl_len in nlmclnt_test()Felix Blyakher2008-07-151-1/+1
|/
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-2/+2
* locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields2008-04-251-1/+1
* lockd: unlock lockd locks held for a certain filesystemWendy Cheng2008-04-251-5/+32
* lockd: unlock lockd locks associated with a given server ipWendy Cheng2008-04-251-5/+31
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-04-244-102/+227
|\
| * NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust2008-04-191-9/+14
| * NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust2008-04-191-9/+34
| * NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust2008-04-191-1/+10
| * NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust2008-04-191-41/+1
| * NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust2008-04-191-10/+54