aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)Author
2009-09-23headers: utsname.h reduxAlexey Dobriyan
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-09-22const: make lock_manager_operations constAlexey Dobriyan
2009-09-22const: make file_lock_operations constAlexey Dobriyan
2009-08-21sunrpc: add routine for comparing addressesJeff Layton
2009-08-09lockd: Replace nsm_display_address() with rpc_ntop()Chuck Lever
2009-08-09lockd: Replace nlm_clear_port()Chuck Lever
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds
2009-06-17lockd: Don't bother with RPC ping for NSM upcallsChuck Lever
2009-06-17lockd: Update NSM state from SM_MON repliesChuck Lever
2009-06-17NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust
2009-06-15Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields
2009-05-06lockd: fix list corruption on lockd restartJ. Bruce Fields
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-04-01NSM: Fix unaligned accesses in nsm_init_private()Mans Rullgard
2009-03-28lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever
2009-03-28NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever
2009-03-18lockd: clean up blocking lock cases of nlsmvc_lock()Miklos Szeredi
2009-03-10NLM: Fix GRANT callback address comparison when IPv6 is enabledChuck Lever
2009-02-09lockd: fix regression in lockd's handling of blocked locksJ. Bruce Fields
2009-01-07NLM: Clean up flow of control in make_socks() functionChuck Lever
2009-01-07NLM: Refactor make_socks() functionChuck Lever
2009-01-06lockd: Enable NLM use of AF_INET6Chuck Lever
2009-01-06NSM: Move nsm_create()Chuck Lever
2009-01-06NSM: Move nsm_use_hostnames to mon.cChuck Lever
2009-01-06NSM: Move nsm_addr() to fs/lockd/mon.cChuck Lever
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever
2009-01-06NSM: Replace IP address as our nlm_reboot lookup keyChuck Lever
2009-01-06NSM: More clean up of nsm_get_handle()Chuck Lever
2009-01-06NSM: Refactor nsm_handle creation into a helper functionChuck Lever
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever
2009-01-06NLM: Call nsm_reboot_lookup() instead of nsm_find()Chuck Lever
2009-01-06NSM: Add nsm_lookup() functionChuck Lever
2009-01-06NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever
2009-01-06NSM: Encode the new "priv" cookie for NSMPROC_MON requestsChuck Lever
2009-01-06NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is createdChuck Lever
2009-01-06NSM: Remove !nsm check from nsm_release()Chuck Lever
2009-01-06NSM: Remove NULL pointer check from nsm_find()Chuck Lever
2009-01-06NSM: Add dprintk() calls in nsm_find and nsm_releaseChuck Lever
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever
2009-01-06NSM: move to xdr_stream-based XDR encoders and decodersChuck Lever
2009-01-06NSM: Move NSM program and procedure numbers to fs/lockd/mon.cChuck Lever
2009-01-06NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever
2009-01-06NSM: Check result of SM_UNMON upcallChuck Lever
2009-01-06NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever