| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-24 | LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zero | Trond Myklebust | 1 | -8/+6 |
| 2012-10-24 | LOCKD: fix races in nsm_client_get | Trond Myklebust | 1 | -17/+26 |
| 2012-10-17 | NLM: nlm_lookup_file() may return NLMv4-specific error codes | Trond Myklebust | 2 | -2/+3 |
| 2012-10-13 | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -15/+2 |
| 2012-10-10 | Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -17/+74 |
| 2012-10-09 | nfs: disintegrate UAPI for nfs | J. Bruce Fields | 1 | -2/+1 |
| 2012-10-01 | lockd: create and use per-net NSM RPC clients on MON/UNMON requests | Stanislav Kinsbursky | 1 | -17/+20 |
| 2012-10-01 | lockd: use rpc client's cl_nodename for id encoding | Stanislav Kinsbursky | 1 | -1/+3 |
| 2012-10-01 | lockd: per-net NSM client creation and destruction helpers introduced | Stanislav Kinsbursky | 3 | -2/+54 |
| 2012-09-22 | close the race in nlmsvc_free_block() | Al Viro | 1 | -2/+1 |
| 2012-08-21 | svcrpc: remove handling of unknown errors from svc_recv | J. Bruce Fields | 1 | -15/+2 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -8/+9 |
| 2012-07-29 | lockd: handle lockowner allocation failure in nlmclnt_proc() | Al Viro | 1 | -0/+5 |
| 2012-07-29 | lockd: shift grabbing a reference to nlm_host into nlm_alloc_call() | Al Viro | 4 | -8/+4 |
| 2012-07-27 | Lockd: move grace period management from lockd() to per-net functions | Stanislav Kinsbursky | 1 | -6/+3 |
| 2012-07-27 | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky | 5 | -31/+35 |
| 2012-07-27 | LockD: manage grace list per network namespace | Stanislav Kinsbursky | 3 | -3/+13 |
| 2012-07-27 | SUNRPC: service request network namespace helper introduced | Stanislav Kinsbursky | 1 | -1/+1 |
| 2012-07-27 | LockD: make lockd manager allocated per network namespace | Stanislav Kinsbursky | 2 | -8/+12 |
| 2012-07-27 | LockD: manage grace period per network namespace | Stanislav Kinsbursky | 2 | -6/+13 |
| 2012-07-27 | Lockd: add more debug to host shutdown functions | Stanislav Kinsbursky | 1 | -2/+2 |
| 2012-07-27 | Lockd: host complaining function introduced | Stanislav Kinsbursky | 1 | -27/+30 |
| 2012-07-27 | LockD: manage used host count per networks namespace | Stanislav Kinsbursky | 2 | -0/+19 |
| 2012-07-27 | LockD: manage garbage collection timeout per networks namespace | Stanislav Kinsbursky | 2 | -3/+10 |
| 2012-07-27 | LockD: make garbage collector network namespace aware. | Stanislav Kinsbursky | 1 | -9/+13 |
| 2012-07-27 | LockD: mark host per network namespace on garbage collect | Stanislav Kinsbursky | 2 | -7/+15 |
| 2012-06-01 | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -55/+90 |
| 2012-05-31 | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -9/+11 |
| 2012-05-31 | LockD: add debug message to start and stop functions | Stanislav Kinsbursky | 1 | -0/+5 |
| 2012-05-31 | LockD: service start function introduced | Stanislav Kinsbursky | 1 | -25/+42 |
| 2012-05-31 | LockD: move global usage counter manipulation from error path | Stanislav Kinsbursky | 1 | -3/+2 |
| 2012-05-31 | LockD: service creation function introduced | Stanislav Kinsbursky | 1 | -11/+27 |
| 2012-05-31 | LockD: use existing per-net data function on service creation | Stanislav Kinsbursky | 1 | -16/+7 |
| 2012-05-31 | LockD: pass service to per-net up and down functions | Stanislav Kinsbursky | 1 | -7/+5 |
| 2012-05-31 | SUNRPC: move per-net operations from svc_destroy() | Stanislav Kinsbursky | 1 | -12/+15 |
| 2012-05-31 | SUNRPC: new svc_bind() routine introduced | Stanislav Kinsbursky | 1 | -0/+6 |
| 2012-04-13 | lockd: fix the endianness bug | Al Viro | 2 | -2/+2 |
| 2012-04-11 | Lockd: pass network namespace to creation and destruction routines | Stanislav Kinsbursky | 2 | -9/+11 |
| 2012-03-26 | Merge nfs containerization work from Trond's tree | J. Bruce Fields | 8 | -70/+194 |
| 2012-03-21 | SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined | Trond Myklebust | 1 | -30/+29 |
| 2012-02-17 | lockd: fix arg parsing for grace_period and timeout. | NeilBrown | 1 | -1/+1 |
| 2012-02-15 | Lockd: shutdown NLM hosts in network namespace context | Stanislav Kinsbursky | 2 | -8/+22 |
| 2012-02-15 | LockD: make NSM network namespace aware | Stanislav Kinsbursky | 1 | -6/+7 |
| 2012-02-15 | LockD: make nlm hosts network namespace aware | Stanislav Kinsbursky | 2 | -3/+16 |
| 2012-02-15 | Lockd: per-net up and down routines introduced | Stanislav Kinsbursky | 1 | -2/+45 |
| 2012-02-15 | Lockd: pernet usage counter introduced | Stanislav Kinsbursky | 2 | -3/+54 |
| 2012-02-15 | Lockd: create permanent lockd sockets in current network namespace | Stanislav Kinsbursky | 1 | -10/+13 |
| 2012-01-31 | SUNRPC: constify the rpc_program | Trond Myklebust | 3 | -9/+9 |
| 2012-01-31 | SUNRPC: search for service transports in network namespace context | Stanislav Kinsbursky | 1 | -1/+1 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2012-01-06 | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb | Al Viro | 1 | -1/+1 |
| 2011-09-14 | SUNRPC: Replace svc_addr_u by sockaddr_storage | Mi Jinlong | 1 | -23/+2 |
| 2011-08-19 | sunrpc: use better NUMA affinities | Eric Dumazet | 1 | -1/+1 |
| 2011-07-27 | Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -3/+6 |
| 2011-07-20 | locks: rename lock-manager ops | J. Bruce Fields | 1 | -4/+4 |
| 2011-07-12 | lockd: properly convert be32 values in debug messages | Vasily Averin | 1 | -3/+6 |
| 2011-06-15 | NLM: Don't hang forever on NLM unlock requests | Trond Myklebust | 1 | -1/+7 |
| 2011-01-25 | NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!" | Chuck Lever | 1 | -4/+5 |
| 2011-01-04 | lockd: double unlock in next_host_state() | Dan Carpenter | 1 | -1/+0 |
| 2010-12-16 | lockd: Remove src_sap and src_len from nlm_lookup_host_info struct | Chuck Lever | 1 | -8/+7 |
| 2010-12-16 | lockd: Remove nlm_lookup_host() | Chuck Lever | 1 | -69/+0 |
| 2010-12-16 | lockd: Make nrhosts an unsigned long | Chuck Lever | 1 | -3/+3 |
| 2010-12-16 | lockd: Rename nlm_hosts | Chuck Lever | 1 | -8/+8 |
| 2010-12-16 | lockd: Clean up nlmsvc_lookup_host() | Chuck Lever | 3 | -36/+89 |
| 2010-12-16 | lockd: Create client-side nlm_host cache | Chuck Lever | 3 | -14/+77 |
| 2010-12-16 | lockd: Split nlm_release_call() | Chuck Lever | 4 | -12/+20 |
| 2010-12-16 | lockd: Add nlm_destroy_host_locked() | Chuck Lever | 1 | -8/+11 |
| 2010-12-16 | lockd: Add nlm_alloc_host() | Chuck Lever | 1 | -45/+65 |
| 2010-12-16 | lockd: reorganize nlm_host_rebooted | J. Bruce Fields | 1 | -24/+34 |
| 2010-12-16 | lockd: define host_for_each{_safe} macros | J. Bruce Fields | 1 | -52/+55 |
| 2010-12-16 | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 3 | -37/+33 |
| 2010-12-16 | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 3 | -123/+87 |
| 2010-12-16 | NSM: Avoid return code checking in NSM XDR encoder functions | Chuck Lever | 1 | -43/+25 |
| 2010-12-16 | lockd: Move nlmdbg_cookie2a() to svclock.c | Chuck Lever | 2 | -29/+30 |
| 2010-12-16 | lockd: Introduce new-style XDR functions for NLMv4 | Chuck Lever | 3 | -256/+622 |
| 2010-12-16 | lockd: Introduce new-style XDR functions for NLMv3 | Chuck Lever | 3 | -260/+645 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 5 | -5/+0 |
| 2010-11-15 | NLM: Fix a regression in lockd | Trond Myklebust | 1 | -7/+4 |
| 2010-10-27 | lockd: fix nlmsvc_notify_blocked locking | J. Bruce Fields | 1 | -2/+4 |
| 2010-10-27 | lockd: push lock_flocks down | Arnd Bergmann | 2 | -12/+8 |
| 2010-10-26 | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 6 | -15/+24 |
| 2010-10-01 | sunrpc: Add net to rpc_create_args | Pavel Emelyanov | 2 | -0/+2 |
| 2010-10-01 | sunrpc: Add net argument to svc_create_xprt | Pavel Emelyanov | 1 | -1/+1 |
| 2010-09-22 | lockd: Mostly remove BKL from the server | Bryan Schumaker | 3 | -14/+21 |
| 2010-09-22 | lockd: Remove BKL from the client | Bryan Schumaker | 2 | -14/+14 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 8 | -3/+5 |
| 2010-02-08 | lockd: don't clear sm_monitored on nsm_reboot_lookup | Jeff Layton | 1 | -9/+3 |
| 2010-02-08 | lockd: release reference to nsm_handle in nlm_host_rebooted | Jeff Layton | 1 | -1/+1 |
| 2010-01-26 | SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() | Chuck Lever | 1 | -2/+0 |
| 2009-12-16 | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -8/+0 |
| 2009-12-14 | lockd: Remove un-used nfsd headers #includes | Boaz Harrosh | 2 | -8/+0 |
| 2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 1 | -6/+6 |
| 2009-11-12 | sysctl fs: Remove dead binary sysctl support | Eric W. Biederman | 1 | -11/+3 |
| 2009-09-23 | headers: utsname.h redux | Alexey Dobriyan | 2 | -2/+0 |
| 2009-09-22 | Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 4 | -5/+5 |
| 2009-09-22 | const: make lock_manager_operations const | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-22 | const: make file_lock_operations const | Alexey Dobriyan | 1 | -1/+1 |
| 2009-08-21 | sunrpc: add routine for comparing addresses | Jeff Layton | 4 | -5/+5 |
| 2009-08-09 | lockd: Replace nsm_display_address() with rpc_ntop() | Chuck Lever | 1 | -39/+5 |
| 2009-08-09 | lockd: Replace nlm_clear_port() | Chuck Lever | 1 | -13/+1 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 3 | -0/+3 |
| 2009-06-22 | Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd | Linus Torvalds | 1 | -0/+2 |
| 2009-06-17 | lockd: Don't bother with RPC ping for NSM upcalls | Chuck Lever | 1 | -0/+1 |
| 2009-06-17 | lockd: Update NSM state from SM_MON replies | Chuck Lever | 2 | -7/+13 |
| 2009-06-17 | NFSv4/NLM: Push file locking BKL dependencies down into the NLM layer | Trond Myklebust | 1 | -0/+2 |
| 2009-06-15 | Merge commit 'v2.6.30' into for-2.6.31 | J. Bruce Fields | 1 | -4/+11 |
| 2009-05-06 | lockd: fix list corruption on lockd restart | J. Bruce Fields | 1 | -4/+11 |
| 2009-04-24 | lockd: call locks_release_private to cleanup per-filesystem state | Felix Blyakher | 1 | -0/+2 |
| 2009-04-06 | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -5/+8 |
| 2009-04-01 | NSM: Fix unaligned accesses in nsm_init_private() | Mans Rullgard | 1 | -2/+6 |
| 2009-03-28 | lockd: Start PF_INET6 listener only if IPv6 support is available | Chuck Lever | 2 | -59/+22 |
| 2009-03-28 | NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks | Chuck Lever | 1 | -12/+1 |
| 2009-03-28 | SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() | Chuck Lever | 1 | -1/+1 |
| 2009-03-28 | SUNRPC: Change svc_create_xprt() to take a @family argument | Chuck Lever | 1 | -1/+2 |
| 2009-03-18 | lockd: clean up blocking lock cases of nlsmvc_lock() | Miklos Szeredi | 1 | -5/+8 |
| 2009-03-10 | NLM: Fix GRANT callback address comparison when IPv6 is enabled | Chuck Lever | 1 | -1/+50 |
| 2009-02-09 | lockd: fix regression in lockd's handling of blocked locks | J. Bruce Fields | 1 | -1/+5 |
| 2009-01-07 | NLM: Clean up flow of control in make_socks() function | Chuck Lever | 1 | -8/+14 |
| 2009-01-07 | NLM: Refactor make_socks() function | Chuck Lever | 1 | -15/+16 |
| 2009-01-06 | lockd: Enable NLM use of AF_INET6 | Chuck Lever | 1 | -1/+12 |
| 2009-01-06 | NSM: Move nsm_create() | Chuck Lever | 1 | -31/+20 |
| 2009-01-06 | NSM: Move nsm_use_hostnames to mon.c | Chuck Lever | 2 | -2/+2 |
| 2009-01-06 | NSM: Move nsm_addr() to fs/lockd/mon.c | Chuck Lever | 1 | -0/+5 |
| 2009-01-06 | NSM: Remove include/linux/lockd/sm_inter.h | Chuck Lever | 9 | -12/+0 |
| 2009-01-06 | NSM: Replace IP address as our nlm_reboot lookup key | Chuck Lever | 1 | -9/+19 |
| 2009-01-06 | NSM: More clean up of nsm_get_handle() | Chuck Lever | 1 | -27/+35 |
| 2009-01-06 | NSM: Refactor nsm_handle creation into a helper function | Chuck Lever | 1 | -12/+26 |
| 2009-01-06 | NLM: Remove "create" argument from nsm_find() | Chuck Lever | 2 | -16/+11 |
| 2009-01-06 | NLM: Call nsm_reboot_lookup() instead of nsm_find() | Chuck Lever | 1 | -18/+2 |
| 2009-01-06 | NSM: Add nsm_lookup() function | Chuck Lever | 1 | -0/+64 |
| 2009-01-06 | NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaque | Chuck Lever | 3 | -5/+6 |
| 2009-01-06 | NLM: Change nlm_host_rebooted() to take a single nlm_reboot argument | Chuck Lever | 3 | -34/+19 |
| 2009-01-06 | NSM: Encode the new "priv" cookie for NSMPROC_MON requests | Chuck Lever | 1 | -9/+3 |
| 2009-01-06 | NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created | Chuck Lever | 1 | -0/+16 |
| 2009-01-06 | NSM: Remove !nsm check from nsm_release() | Chuck Lever | 1 | -2/+0 |
| 2009-01-06 | NSM: Remove NULL pointer check from nsm_find() | Chuck Lever | 1 | -3/+0 |
| 2009-01-06 | NSM: Add dprintk() calls in nsm_find and nsm_release | Chuck Lever | 1 | -0/+7 |
| 2009-01-06 | NSM: Move nsm_find() to fs/lockd/mon.c | Chuck Lever | 2 | -128/+133 |
| 2009-01-06 | NSM: move to xdr_stream-based XDR encoders and decoders | Chuck Lever | 1 | -52/+78 |
| 2009-01-06 | NSM: Move NSM program and procedure numbers to fs/lockd/mon.c | Chuck Lever | 1 | -15/+27 |
| 2009-01-06 | NSM: Move NSM-related XDR data structures to lockd's xdr.h | Chuck Lever | 1 | -0/+14 |
| 2009-01-06 | NSM: Check result of SM_UNMON upcall | Chuck Lever | 1 | -0/+2 |
| 2009-01-06 | NLM: Move the public declaration of nsm_unmonitor() to lockd.h | Chuck Lever | 1 | -6/+9 |
| 2009-01-06 | NSM: Release nsmhandle in nlm_destroy_host | Chuck Lever | 2 | -10/+3 |
| 2009-01-06 | NLM: Move the public declaration of nsm_monitor() to lockd.h | Chuck Lever | 1 | -4/+11 |
| 2009-01-06 | NSM: Make sure to return an error if the SM_MON call result is not zero | Chuck Lever | 1 | -2/+3 |
| 2009-01-06 | NSM: Remove BUG_ON() in nsm_monitor() | Chuck Lever | 1 | -1/+0 |
| 2009-01-06 | NLM: Remove redundant printk() in nlmclnt_lock() | Chuck Lever | 1 | -4/+2 |
| 2009-01-06 | NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor() | Chuck Lever | 1 | -4/+4 |
| 2009-01-06 | NSM: Support IPv6 version of mon_name | Chuck Lever | 1 | -19/+8 |
| 2009-01-06 | NSM: convert printk(KERN_DEBUG) to a dprintk() | Chuck Lever | 1 | -2/+4 |
| 2009-01-06 | NSM: Use C99 structure initializer to initialize nsm_args | Chuck Lever | 1 | -7/+7 |
| 2009-01-06 | NLM: Add helper to handle IPv4 addresses | Chuck Lever | 1 | -3/+8 |
| 2009-01-06 | NLM: Support IPv6 scope IDs in nlm_display_address() | Chuck Lever | 1 | -6/+15 |
| 2009-01-06 | NLM: Remove AF_UNSPEC arm in nlm_display_address() | Chuck Lever | 1 | -3/+0 |
| 2009-01-06 | NLM: Remove address eye-catcher buffers from nlm_host | Chuck Lever | 1 | -7/+3 |
| 2009-01-06 | lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3) | Jeff Layton | 1 | -0/+8 |
| 2008-12-30 | Merge branch 'devel' into next | Trond Myklebust | 3 | -11/+28 |
| 2008-12-23 | NLM: allow lockd requests from an unprivileged port | Chuck Lever | 2 | -2/+10 |
| 2008-12-23 | lockd: convert reclaimer thread to kthread interface | Jeff Layton | 1 | -6/+15 |
| 2008-12-23 | LOCKD: Make lockd_up() and lockd_down() exported GPL-only | Trond Myklebust | 1 | -3/+3 |
| 2008-12-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -1/+3 |
| 2008-11-24 | NLM: client-side nlm_lookup_host() should avoid matching on srcaddr | Chuck Lever | 1 | -1/+2 |
| 2008-11-24 | nfsd: clean up grace period on early exit | J. Bruce Fields | 1 | -0/+1 |
| 2008-11-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -0/+2 |
| 2008-10-31 | fs: replace NIPQUAD() | Harvey Harrison | 2 | -4/+4 |
| 2008-10-30 | NLM: Set address family before calling nlm_host_rebooted() | Chuck Lever | 2 | -0/+2 |
| 2008-10-29 | net: replace %p6 with %pI6 | Harvey Harrison | 1 | -1/+1 |
| 2008-10-28 | misc: replace NIP6_FMT with %p6 format specifier | Harvey Harrison | 1 | -1/+1 |
| 2008-10-04 | NLM: Remove "proto" argument from lockd_up() | Chuck Lever | 2 | -4/+3 |
| 2008-10-04 | NLM: Always start both UDP and TCP listeners | Chuck Lever | 1 | -18/+19 |
| 2008-10-03 | lockd: Remove unused fields in the nlm_reboot structure | Chuck Lever | 2 | -4/+0 |
| 2008-10-03 | lockd: Add helper to sanity check incoming NOTIFY requests | Chuck Lever | 2 | -8/+4 |
| 2008-10-03 | lockd: change nlmclnt_grant() to take a "struct sockaddr *" | Chuck Lever | 3 | -5/+4 |
| 2008-10-03 | lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addresses | Chuck Lever | 1 | -9/+38 |
| 2008-10-03 | lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INET | Chuck Lever | 2 | -14/+23 |
| 2008-10-03 | lockd: Support non-AF_INET addresses in nlm_lookup_host() | Chuck Lever | 1 | -17/+20 |
| 2008-10-03 | NLM: Convert nlm_lookup_host() to use a single argument | Chuck Lever | 1 | -30/+56 |
| 2008-10-03 | lockd: reject reclaims outside the grace period | J. Bruce Fields | 1 | -0/+4 |
| 2008-10-03 | lockd: move grace period checks to common code | J. Bruce Fields | 3 | -27/+17 |
| 2008-10-03 | nfsd: common grace period control | J. Bruce Fields | 5 | -28/+77 |
| 2008-09-29 | lockd: Update nsm_find() to support non-AF_INET addresses | Chuck Lever | 1 | -8/+12 |
| 2008-09-29 | lockd: Combine __nsm_find() and nsm_find(). | Chuck Lever | 1 | -21/+11 |
| 2008-09-29 | lockd: Support AF_INET6 when hashing addresses in nlm_lookup_host | Chuck Lever | 1 | -6/+43 |
| 2008-09-29 | lockd: Teach nlm_cmp_addr() to support AF_INET6 addresses | Chuck Lever | 3 | -5/+6 |
| 2008-09-29 | NSM: Use sockaddr_storage for sm_addr field | Chuck Lever | 2 | -3/+4 |
| 2008-09-29 | lockd: Use sockaddr_storage for h_saddr field | Chuck Lever | 2 | -7/+7 |
| 2008-09-29 | lockd: Use sockaddr_storage + length for h_addr field | Chuck Lever | 2 | -6/+7 |
| 2008-09-29 | lockd: Add address family-agnostic helper for zeroing the port number | Chuck Lever | 1 | -1/+13 |
| 2008-09-29 | lockd: Specify address family for source address | Chuck Lever | 1 | -5/+9 |
| 2008-09-29 | lockd: address-family independent printable addresses | Chuck Lever | 1 | -17/+61 |
| 2008-09-29 | NLM: Clean up before introducing new debugging messages | Chuck Lever | 1 | -8/+11 |
| 2008-09-29 | lockd: don't depend on lockd main loop to end grace | J. Bruce Fields | 1 | -11/+13 |
| 2008-09-29 | locks: allow lockd to process blocked locks during grace period | J. Bruce Fields | 1 | -9/+3 |
| 2008-09-29 | SUNRPC: Add address family field to svc_serv data structure | Chuck Lever | 1 | -1/+1 |
| 2008-08-12 | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -4/+4 |
| 2008-07-25 | locks: add special return value for asynchronous locks | Miklos Szeredi | 1 | -9/+4 |
| 2008-07-25 | lockd: dont return EAGAIN for a permanent error | Miklos Szeredi | 1 | -1/+9 |
| 2008-07-23 | lockd: trivial sparse endian annotations | Harvey Harrison | 2 | -4/+4 |
| 2008-07-20 | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -60/+52 |