Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
[safe/jmp/linux-2.6] / fs / lockd /
2008-02-21 Pavel EmelyanovWrap buffers used for rpc debug printks into RPC_IFDEBUG
2008-02-10 Jeff LaytonNLM: don't requeue block if it was invalidated while...
2008-02-10 Jeff LaytonNLM: don't reattempt GRANT_MSG when there is already...
2008-02-10 Jeff LaytonNLM: have server-side RPC clients default to soft RPC...
2008-02-10 Jeff LaytonNLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clients
2008-02-01 Jeff LaytonNLM: tear down RPC clients in nlm_shutdown_hosts
2008-02-01 J. Bruce Fieldslockd: minor log message fix
2008-02-01 Tom Tuckerknfsd: Support adding transports by writing portlist...
2008-02-01 Tom Tuckersvc: Add svc API that queries for a transport instance
2008-02-01 Tom Tuckersvc: Make close transport independent
2008-02-01 Tom Tuckersvc: Change services to use new svc_create_xprt service
2008-02-01 Oleg DrokinLeak in nlmsvc_testlock for async GETFL case
2008-02-01 Oleg Drokinlockd: fix a leak in nlmsvc_testlock asynchronous reque...
2008-02-01 Oleg Drokinlockd: fix reference count leaks in async locking case
2008-02-01 Chuck LeverNLM: Fix sign of length of NLM variable length strings
2008-01-30 Trond MyklebustNLM: Fix a bogus 'return' in nlmclnt_rpc_release
2008-01-30 Chuck LeverNLM: Introduce an arguments structure for nlmclnt_init()
2008-01-30 Chuck LeverNLM/NFS: Use cached nlm_host when calling nlmclnt_proc()
2008-01-30 Chuck LeverNLM: Introduce external nlm_host set-up and tear-down...
2008-01-30 Chuck Leverlockd: Eliminate harmless mixed sign comparison in...
2007-10-09 \"Talpey, Thomas\NFS/SUNRPC: use transport protocol naming
2007-10-09 Chuck LeverLOCKD: Convert printk's to dprintk's in lockd XDR routines
2007-10-09 Trond MyklebustNLM: Fix a memory leak in nlmsvc_testlock
2007-09-26 Trond MyklebustNLM: Fix a circular lock dependency in lockd
2007-07-26 Al Virolockd and nfsd endianness annotation fixes
2007-07-17 Marc Eshelknfsd: lockd: nfsd4: use same grace period for lockd...
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-11 Frank van MaarseveenNLM: fix source address of callback to client
2007-07-11 Trond MyklebustSUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()
2007-07-11 Trond MyklebustSUNRPC: Kill rpc_clnt->cl_oneshot
2007-07-11 Trond MyklebustSUNRPC: Convert rpc_clnt->cl_users to a kref
2007-05-14 Trond MyklebustNLM: Fix sparse warnings
2007-05-14 Oleg NesterovNLM: don't use CLONE_SIGHAND in nlmclnt_recovery
2007-05-14 Trond MyklebustNLM: Fix locking client timeouts...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-07 Linus TorvaldsMerge branch 'server-cluster-locking-api' of git:/...
2007-05-07 Marc Eshellockd: add code to handle deferred lock requests
2007-05-07 Marc Eshellockd: always preallocate block in nlmsvc_lock()
2007-05-07 Marc Eshellockd: handle test_lock deferrals
2007-05-07 Marc Eshellockd: pass cookie in nlmsvc_testlock
2007-05-07 Marc Eshellockd: handle fl_grant callbacks
2007-05-07 Marc Eshellockd: save lock state on deferral
2007-05-06 Marc Eshellocks: allow {vfs,posix}_lock_file to return conflictin...
2007-05-06 Marc Eshellocks: give posix_test_lock same interface as ->lock
2007-05-01 Chuck LeverSUNRPC: RPC buffer size estimates are too large
2007-05-01 Chuck LeverNLM: Shrink the maximum request size of NLM4 requests
2007-02-17 Robert P. J. DayReplace remaining references to "driverfs" with "sysfs".
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-13 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2007-02-12 Chuck Lever[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for...
2007-02-12 Chuck Lever[PATCH] knfsd: SUNRPC: Add a function to format the...
2007-02-12 Chuck Lever[PATCH] knfsd: SUNRPC: allow creating an RPC service...
2007-02-03 Trond MyklebustNLM: Fix double free in __nlm_async_call
2007-01-30 Adrian Bunk[PATCH] fs/lockd/clntlock.c: add missing newlines to...
2006-12-13 Robert P. J. Day[PATCH] getting rid of all casts of k[cmz]alloc() calls
2006-12-13 Al Viro[PATCH] lockd endianness annotations
2006-12-08 Josef Sipek[PATCH] struct path: convert lockd
2006-12-07 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-12-07 Adrian Bunk[PATCH] fs/lockd/host.c: make 2 functions static
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-12-06 Chuck LeverNLM: fix print format for tk_pid
2006-11-06 Eric W. Biederman[PATCH] sysctl: implement CTL_UNNUMBERED
2006-10-20 Al Viro[PATCH] lockd endianness annotations
2006-10-20 Al Viro[PATCH] fix svc_procfunc declaration
2006-10-17 NeilBrown[PATCH] knfsd: Allow lockd to drop replies as appropriate
2006-10-17 NeilBrown[PATCH] knfsd: Fix bug in recent lockd patches that...
2006-10-04 NeilBrown[PATCH] knfsd: lockd: fix refount on nsm
2006-10-04 Neil Brown[PATCH] Convert lockd to use the newer mutex instead...
2006-10-04 Olaf Kirch[PATCH] knfsd: lockd: fix use of h_nextrebind
2006-10-04 Olaf Kirch[PATCH] knfsd: export nsm_local_state to user space...
2006-10-04 Olaf Kirch[PATCH] knfsd: match GRANTED_RES replies using cookies
2006-10-04 Olaf Kirch[PATCH] knfsd: make nlmclnt_next_cookie SMP safe
2006-10-04 Olaf Kirch[PATCH] knfsd: lockd: optionally use hostnames for...
2006-10-04 NeilBrown[PATCH] knfsd: simplify nlmsvc_invalidate_all
2006-10-04 Olaf Kirch[PATCH] knfsd: lockd: Add nlm_destroy_host
2006-10-04 Olaf Kirch[PATCH] knfsd: lockd: make nlm_traverse_* more flexible
2006-10-04 Olaf Kirch[PATCH] knfsd: change nlm_file to use a hlist
2006-10-04 Olaf Kirch[PATCH] knfsd: lockd: Change list of blocked list to...
2006-10-04 Olaf Kirch[PATCH] knfsd: lockd: make the hash chains use a hlist_node
2006-10-04 Olaf Kirch[PATCH] knfsd: lockd: make the nsm upcalls use the...
2006-10-04 Olaf Kirch[PATCH] knfsd: lockd: Make nlm_host_rebooted use the...
2006-10-04 Olaf Kirch[PATCH] knfsd: misc minor fixes, indentation changes
2006-10-04 Olaf Kirch[PATCH] knfsd: lockd: introduce nsm_handle
2006-10-04 Olaf Kirch[PATCH] knfsd: when looking up a lockd host, pass hostn...
2006-10-04 Olaf Kirch[PATCH] knfsd: consolidate common code for statd->lockd...
2006-10-04 Olaf Kirch[PATCH] knfsd: hide use of lockd's h_monitored flag
2006-10-02 Serge E. Hallyn[PATCH] namespaces: utsname: switch to using uts namespaces
2006-10-02 NeilBrown[PATCH] knfsd: Correctly handle error condition from...
2006-10-02 NeilBrown[PATCH] knfsd: Move makesock failed warning into make_s...
2006-10-02 NeilBrown[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_p...
2006-10-02 NeilBrown[PATCH] knfsd: be more selective in which sockets lockd...
2006-10-02 NeilBrown[PATCH] knfsd: add a callback for when last rpc thread...
2006-09-27 Martin Bligh[PATCH] add newline to nfs dprintk
2006-09-27 Panagiotis Issaris[PATCH] fs: Removing useless casts
2006-09-27 Panagiotis Issaris[PATCH] fs: Conversions from kmalloc+memset to k(z...
2006-09-23 Chuck LeverLOCKD: Convert to use new rpc_create() API
2006-09-23 Chuck LeverSUNRPC: Clean-up after previous patches.
2006-09-23 Chuck LeverLOCKD: Teach lockd to use the new rpc_peeraddr() API
2006-08-24 Trond MyklebustLOCKD: Fix a deadlock in nlm_traverse_files()
next