aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)Author
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-31fs: replace NIPQUAD()Harvey Harrison
2008-10-30NLM: Set address family before calling nlm_host_rebooted()Chuck Lever
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever
2008-10-04NLM: Always start both UDP and TCP listenersChuck Lever
2008-10-03lockd: Remove unused fields in the nlm_reboot structureChuck Lever
2008-10-03lockd: Add helper to sanity check incoming NOTIFY requestsChuck Lever
2008-10-03lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever
2008-10-03lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addressesChuck Lever
2008-10-03lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever
2008-10-03lockd: Support non-AF_INET addresses in nlm_lookup_host()Chuck Lever
2008-10-03NLM: Convert nlm_lookup_host() to use a single argumentChuck Lever
2008-10-03lockd: reject reclaims outside the grace periodJ. Bruce Fields
2008-10-03lockd: move grace period checks to common codeJ. Bruce Fields
2008-10-03nfsd: common grace period controlJ. Bruce Fields
2008-09-29lockd: Update nsm_find() to support non-AF_INET addressesChuck Lever
2008-09-29lockd: Combine __nsm_find() and nsm_find().Chuck Lever
2008-09-29lockd: Support AF_INET6 when hashing addresses in nlm_lookup_hostChuck Lever
2008-09-29lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever
2008-09-29NSM: Use sockaddr_storage for sm_addr fieldChuck Lever
2008-09-29lockd: Use sockaddr_storage for h_saddr fieldChuck Lever
2008-09-29lockd: Use sockaddr_storage + length for h_addr fieldChuck Lever
2008-09-29lockd: Add address family-agnostic helper for zeroing the port numberChuck Lever
2008-09-29lockd: Specify address family for source addressChuck Lever
2008-09-29lockd: address-family independent printable addressesChuck Lever
2008-09-29NLM: Clean up before introducing new debugging messagesChuck Lever
2008-09-29lockd: don't depend on lockd main loop to end graceJ. Bruce Fields
2008-09-29locks: allow lockd to process blocked locks during grace periodJ. Bruce Fields
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever
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