aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever2-4/+3
2008-10-04NLM: Always start both UDP and TCP listenersChuck Lever1-18/+19
2008-10-03lockd: Remove unused fields in the nlm_reboot structureChuck Lever2-4/+0
2008-10-03lockd: Add helper to sanity check incoming NOTIFY requestsChuck Lever2-8/+4
2008-10-03lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever3-5/+4
2008-10-03lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addressesChuck Lever1-9/+38
2008-10-03lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever2-14/+23
2008-10-03lockd: Support non-AF_INET addresses in nlm_lookup_host()Chuck Lever1-17/+20
2008-10-03NLM: Convert nlm_lookup_host() to use a single argumentChuck Lever1-30/+56
2008-10-03lockd: reject reclaims outside the grace periodJ. Bruce Fields1-0/+4
2008-10-03lockd: move grace period checks to common codeJ. Bruce Fields3-27/+17
2008-10-03nfsd: common grace period controlJ. Bruce Fields5-28/+77
2008-09-29lockd: Update nsm_find() to support non-AF_INET addressesChuck Lever1-8/+12
2008-09-29lockd: Combine __nsm_find() and nsm_find().Chuck Lever1-21/+11
2008-09-29lockd: Support AF_INET6 when hashing addresses in nlm_lookup_hostChuck Lever1-6/+43
2008-09-29lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever3-5/+6
2008-09-29NSM: Use sockaddr_storage for sm_addr fieldChuck Lever2-3/+4
2008-09-29lockd: Use sockaddr_storage for h_saddr fieldChuck Lever2-7/+7
2008-09-29lockd: Use sockaddr_storage + length for h_addr fieldChuck Lever2-6/+7
2008-09-29lockd: Add address family-agnostic helper for zeroing the port numberChuck Lever1-1/+13
2008-09-29lockd: Specify address family for source addressChuck Lever1-5/+9
2008-09-29lockd: address-family independent printable addressesChuck Lever1-17/+61
2008-09-29NLM: Clean up before introducing new debugging messagesChuck Lever1-8/+11
2008-09-29lockd: don't depend on lockd main loop to end graceJ. Bruce Fields1-11/+13
2008-09-29locks: allow lockd to process blocked locks during grace periodJ. Bruce Fields1-9/+3
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-1/+1
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