summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-07svc: Clean up deferred requests on transport destructionTom Tucker1-7/+18
2009-01-07nfsd: fix double-locks of directory mutexJ. Bruce Fields1-3/+31
2009-01-07svc: Move kfree of deferral record to common codeTom Tucker2-5/+3
2009-01-07CRED: Fix NFSD regressionDavid Howells1-2/+2
2009-01-07NLM: Clean up flow of control in make_socks() functionChuck Lever1-8/+14
2009-01-07NLM: Refactor make_socks() functionChuck Lever1-15/+16
2009-01-07nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKTJ. Bruce Fields1-10/+20
2009-01-06SUNRPC: Ensure the server closes sockets in a timely fashionTrond Myklebust1-1/+20
2009-01-06NFSD: Add documenting comments for nfsctl interfaceChuck Lever1-16/+437
2009-01-06NFSD: Replace open-coded integer with macroChuck Lever1-2/+2
2009-01-06NFSD: Fix a handful of coding style issues in write_filehandle()Chuck Lever1-3/+6
2009-01-06NFSD: clean up failover sysctl function namingChuck Lever1-7/+6
2009-01-06lockd: Enable NLM use of AF_INET6Chuck Lever1-1/+12
2009-01-06NLM: Rewrite IPv4 privileged requester's checkChuck Lever1-2/+5
2009-01-06NLM: nlm_privileged_requester() doesn't recognize mapped loopback addressChuck Lever1-2/+8
2009-01-06NSM: Move nsm_create()Chuck Lever1-31/+20
2009-01-06NSM: Move nsm_use_hostnames to mon.cChuck Lever2-2/+2
2009-01-06NSM: Move nsm_addr() to fs/lockd/mon.cChuck Lever2-10/+5
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever12-28/+2
2009-01-06NSM: Replace IP address as our nlm_reboot lookup keyChuck Lever1-9/+19
2009-01-06NSM: More clean up of nsm_get_handle()Chuck Lever1-27/+35
2009-01-06NSM: Refactor nsm_handle creation into a helper functionChuck Lever1-12/+26
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever3-19/+14
2009-01-06NLM: Call nsm_reboot_lookup() instead of nsm_find()Chuck Lever1-18/+2
2009-01-06NSM: Add nsm_lookup() functionChuck Lever2-0/+65
2009-01-06NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever4-9/+10
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever4-36/+20
2009-01-06NSM: Encode the new "priv" cookie for NSMPROC_MON requestsChuck Lever1-9/+3
2009-01-06NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is createdChuck Lever4-1/+23
2009-01-06NSM: Remove !nsm check from nsm_release()Chuck Lever1-2/+0
2009-01-06NSM: Remove NULL pointer check from nsm_find()Chuck Lever1-3/+0
2009-01-06NSM: Add dprintk() calls in nsm_find and nsm_releaseChuck Lever1-0/+7
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever3-128/+139
2009-01-06NSM: move to xdr_stream-based XDR encoders and decodersChuck Lever1-52/+78
2009-01-06NSM: Move NSM program and procedure numbers to fs/lockd/mon.cChuck Lever2-24/+27
2009-01-06NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever2-20/+14
2009-01-06NSM: Check result of SM_UNMON upcallChuck Lever1-0/+2
2009-01-06NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever3-7/+10
2009-01-06NSM: Release nsmhandle in nlm_destroy_hostChuck Lever3-11/+3
2009-01-06NLM: Move the public declaration of nsm_monitor() to lockd.hChuck Lever3-5/+15
2009-01-06NSM: Make sure to return an error if the SM_MON call result is not zeroChuck Lever1-2/+3
2009-01-06NSM: Remove BUG_ON() in nsm_monitor()Chuck Lever1-1/+0
2009-01-06NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever1-4/+2
2009-01-06NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor()Chuck Lever1-4/+4
2009-01-06NSM: Support IPv6 version of mon_nameChuck Lever2-19/+9
2009-01-06NSM: Use modern style for sm_name field in nsm_handleChuck Lever1-1/+1
2009-01-06NSM: convert printk(KERN_DEBUG) to a dprintk()Chuck Lever1-2/+4
2009-01-06NSM: Use C99 structure initializer to initialize nsm_argsChuck Lever1-7/+7
2009-01-06NLM: Add helper to handle IPv4 addressesChuck Lever1-3/+8
2009-01-06NLM: Support IPv6 scope IDs in nlm_display_address()Chuck Lever2-7/+24