ACPI: Populate /sys/firmware/acpi/tables/
[safe/jmp/linux-2.6] / net / sunrpc /
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 J. Bruce FieldsSUNRPC: move bkl locking and xdr proc invocation into...
2007-07-19 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-07-19 Josef 'Jeff' Sipeksunrpc: use vfs_path_lookup
2007-07-19 YOSHIFUJI Hideaki[NET] SUNRPC: Fix whitespace errors.
2007-07-17 J. Bruce Fieldsknfsd: nfsd4: secinfo handling without secinfo= option
2007-07-17 Usha Ketineniknfsd: rpc: add gss krb5 and spkm3 oid values
2007-07-17 J. Bruce Fieldsknfsd: nfsd: set rq_client to ip-address-determined...
2007-07-17 Andy Adamsonknfsd: nfsd4: store pseudoflavor in request
2007-07-17 Rusty Russellmm: clean up and kernelify shrinker registration
2007-07-16 Andrew Mortonauthgss build fix
2007-07-13 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-11 J. Bruce Fieldssunrpc: drop BKL around wrap and unwrap
2007-07-11 Frank van MaarseveenSUNRPC client: add interface for binding to a local...
2007-07-11 Frank van MaarseveenSUNRPC server: record the destination address of a...
2007-07-11 Frank van MaarseveenSUNRPC: cleanup transport creation argument passing
2007-07-11 Chuck LeverSUNRPC: Add a convenient default for the hostname when...
2007-07-11 Chuck LeverSUNRPC: Rename rpcb_getport to be consistent with new...
2007-07-11 Chuck LeverSUNRPC: Rename rpcb_getport_external routine
2007-07-11 Chuck LeverSUNRPC: Allow rpcbind requests to be interrupted by...
2007-07-11 Trond MyklebustSUNRPC: Suppress some noisy and unnecessary printk...
2007-07-11 Trond MyklebustSUNRPC: Ensure RPCSEC_GSS destroys the security context...
2007-07-11 Trond MyklebustSUNRPC: Ensure that the struct gss_auth lifetime exceed...
2007-07-11 Trond MyklebustSUNRPC: Remove the tk_auth macro...
2007-07-11 Trond MyklebustSUNRPC: Allow rpc_auth to run clean up before the rpc_c...
2007-07-11 Trond MyklebustSUNRPC: Convert gss_ctx_lock to an RCU lock
2007-07-11 Trond MyklebustSUNRPC: Convert the credential garbage collector into...
2007-07-11 Trond MyklebustSUNRPC: Give credential cache a local spinlock
2007-07-11 Trond MyklebustSUNRPC: Convert the credcache lookup code to use RCU
2007-07-11 Trond MyklebustSUNRPC: cleanup rpc credential cache garbage collection
2007-07-11 Trond MyklebustSUNRPC: Enforce atomic updates of rpc_cred->cr_flags
2007-07-11 Trond MyklebustSUNRPC: replace casts in auth_unix.c with container_of()
2007-07-11 Trond MyklebustSUNRPC: Clean up rpc credential initialisation
2007-07-11 Trond MyklebustSUNRPC: Mark auth and cred operation tables as constant.
2007-07-11 Trond MyklebustSUNRPC: Rename rpcauth_destroy() to rpcauth_release()
2007-07-11 Trond MyklebustSUNRPC: Add the helper function 'rpc_call_null()'
2007-07-11 Trond MyklebustSUNRPC: Make rpc_ping() static
2007-07-11 Trond MyklebustSUNRPC: Fix races in rpcauth_create
2007-07-11 Trond MyklebustSUNRPC: Fix a memory leak in gss_create()
2007-07-11 Trond MyklebustSUNRPC: Fix a typo in unx_create()
2007-07-11 Trond MyklebustSUNRPC: Fix a memory leak in the auth credcache code
2007-07-11 Trond MyklebustSUNRPC: Add a field to track the number of kernel users...
2007-07-11 Trond MyklebustSUNRPC: Clean up rpc_pipefs.
2007-07-11 Trond MyklebustSUNRPC: Enable non-exclusive create in rpc_mkpipe()
2007-07-11 Trond MyklebustSUNRPC: Add a downcall queue to struct rpc_inode
2007-07-11 Trond MyklebustSUNRPC: Always match an upcall message in gss_pipe_down...
2007-07-11 Trond MyklebustSUNRPC: Remove the gss_auth spinlock
2007-07-11 Trond MyklebustSUNRPC: Add a backpointer from the struct rpc_cred...
2007-07-11 Trond MyklebustSUNRPC: fix hang due to eventd deadlock...
2007-07-11 Trond MyklebustSUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task
2007-07-11 Trond MyklebustSUNRPC: Move rpc_register_client and friends into net...
2007-07-11 Trond MyklebustSUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()
2007-07-11 Trond MyklebustSUNRPC: Make create_client() take a reference to the...
2007-07-11 Trond MyklebustSUNRPC: Optimise rpciod_up()
2007-07-11 Trond MyklebustSUNRPC: Don't create an rpc_pipefs directory before...
2007-07-11 Trond MyklebustSUNRPC: Remove rpc_clnt->cl_count
2007-07-11 Trond MyklebustSUNRPC: Make rpc_clone take a reference instead of...
2007-07-11 Trond MyklebustSUNRPC: Kill rpc_clnt->cl_oneshot
2007-07-11 Trond MyklebustSUNRPC: Kill rpc_clnt->cl_dead
2007-07-11 Trond MyklebustSUNRPC: Convert rpc_clnt->cl_users to a kref
2007-07-11 Trond MyklebustSUNRPC: Clean up tk_pid allocation and make it lockless
2007-07-11 Trond MyklebustSUNRPC: Add a per-rpc_clnt spinlock
2007-07-11 Trond MyklebustSUNRPC: Move rpc_task->tk_task list into struct rpc_clnt
2007-07-11 Trond MyklebustNFSv4: Clean up nfs4_call_async()
2007-07-10 Jens Axboesendfile: convert nfsd to splice_direct_to_actor()
2007-05-17 Trond MyklebustMerge branch 'master' of /home/trondmy/repositories...
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-14 Trond MyklebustSUNRPC: Fix sparse warnings
2007-05-14 Christoph HellwigSUNRPC: remove dead variable 'rpciod_running'
2007-05-09 Peter Zijlstrasunrpc: fix crash in rpc_malloc()
2007-05-09 Chuck LeverSUNRPC: Fix pointer arithmetic bug recently introduced...
2007-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-05-09 NeilBrownknfsd: simplify a 'while' condition in svcsock.c
2007-05-09 Wei Yongjunknfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get...
2007-05-09 Frank Filzknfsd: fix resource leak resulting in module refcount...
2007-05-09 NeilBrownknfsd: rpc: fix server-side wrapping of krb5i replies
2007-05-09 Akinobu Mitasunrpc: fix error path in module_init
2007-05-09 Jeff LaytonRPC: add wrapper for svc_reserve to account for checksum
2007-05-09 NeilBrownknfsd: rename sk_defer_lock to sk_lock
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-08 Geert UytterhoevenFix sunrpc warning noise
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-02 J. Bruce Fields... spkm3: initialize hash
2007-05-02 J. Bruce Fields... spkm3: remove bad kfree, unnecessary export
2007-05-02 J. Bruce Fields... spkm3: fix spkm3's use of hmac
2007-05-01 Chuck LeverSUNRPC: RPC client should retry with different versions...
2007-05-01 Chuck LeverSUNRPC: remove old portmapper
2007-05-01 Chuck LeverSUNRPC: switch the RPC server to use the new rpcbind...
2007-05-01 Chuck LeverSUNRPC: switch socket-based RPC transports to use rpcbind
2007-05-01 Chuck LeverSUNRPC: introduce rpcbind: replacement for in-kernel...
2007-05-01 Chuck LeverSUNRPC: Eliminate side effects from rpc_malloc
2007-05-01 Chuck LeverSUNRPC: RPC buffer size estimates are too large
2007-04-26 Martin Peschke[SUNRPC]: cleanup: use seq_release_private() where...
2007-04-26 Herbert Xu[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-04-21 Trond MyklebustRPC: Fix the TCP resend semantics for NFSv4
2007-04-17 NeilBrownknfsd: use a spinlock to protect sk_info_authunix
2007-04-12 David S. Miller[SUNRPC]: Make sure on-stack cmsg buffer is properly...
2007-04-05 Adrian Bunk[PATCH] net/sunrpc/svcsock.c: fix a check
next