nfsd: simplify fh_verify access checks
[safe/jmp/linux-2.6] / net / sunrpc /
2009-11-23 J. Bruce FieldsMerge commit 'v2.6.32-rc8' into HEAD
2009-11-23 J. Bruce FieldsRevert "knfsd: avoid overloading the CPU scheduler...
2009-11-13 Chuck LeverSUNRPC: Address buffer overrun in rpc_uaddr2sockaddr()
2009-11-03 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-10-30 Eric Dumazetnet: fix sk_forward_alloc corruption
2009-10-27 J. Bruce Fieldsnfsd4: don't try to map gid's in generic rpc code
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-09-24 Jaswinder Singh... net: fix htmldocs sunrpc, clnt.c
2009-09-24 Jaswinder Singh... net: fix htmldocs sunrpc, clnt.c
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-09-24 Alexey Dobriyanheaders: utsname.h redux
2009-09-23 Randy Dunlapsunrpc/rpc_pipe: fix kernel-doc notation
2009-09-23 Neil BrownNFS/RPC: fix problems with reestablish_timeout and...
2009-09-22 Linus TorvaldsMerge branch 'for-2.6.32' of git://linux-nfs.org/~bfiel...
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-18 NeilBrownsunrpc/cache: avoid variable over-loading in cache_defe...
2009-09-18 NeilBrownsunrpc/cache: use list_del_init for the list_head entri...
2009-09-16 Trond MyklebustSUNRPC: Defer the auth_gss upcall when the RPC call...
2009-09-13 Alexandros Batsakisnfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
2009-09-11 NeilBrownsunrpc/cache: simplify cache_fresh_locked and cache_fre...
2009-09-11 NeilBrownsunrpc/cache: change cache_defer_req to return -ve...
2009-09-11 Rahul Iyernfsd41: sunrpc: Added rpc server-side backchannel handling
2009-09-11 Trond MyklebustMerge branch 'nfs-for-2.6.32'
2009-09-10 Benny Halevynfsd41: sunrpc: move struct rpc_buffer def into sunrpc.h
2009-08-29 Trond MyklebustSUNRPC: Fix rpc_task_force_reencode
2009-08-27 Wei Yongjunsunrpc: move the close processing after do recvfrom...
2009-08-25 Wei Yongjunsunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown...
2009-08-25 Ryusei Yamaguchiknfsd: Replace lock_kernel with a mutex in nfsd pool...
2009-08-24 Alexandros Batsakisnfsd41: sunrpc: svc_tcp_recv_record()
2009-08-21 J. Bruce FieldsMerge branch 'nfs-for-2.6.32' of git://git.linux-nfs...
2009-08-21 Trond MyklebustSUNRPC: Ensure that sunrpc gets initialised before...
2009-08-19 Trond MyklebustSUNRPC: cache must take a reference to the cache detail...
2009-08-19 Trond MyklebustNFS: Add a dns resolver for use with NFSv4 referrals...
2009-08-19 Trond MyklebustSUNRPC: Fix a typo in cache_pipefs_files
2009-08-19 Trond MyklebustMerge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs...
2009-08-14 Benny Halevysunrpc: ntoh -> be*_to_cpu
2009-08-14 Benny Halevysunrpc: hton -> cpu_to_be*
2009-08-10 Trond MyklebustMerge branch 'sunrpc_cache-for-2.6.32' into nfs-for...
2009-08-10 Trond MyklebustMerge branch 'patches_cel-for-2.6.32' into nfs-for...
2009-08-09 Trond MyklebustSUNRPC: Add an rpc_pipefs front end for the sunrpc...
2009-08-09 Trond MyklebustSUNRPC: Move procfs-specific stuff out of the generic...
2009-08-09 Trond MyklebustSUNRPC: Allow the cache_detail to specify alternative...
2009-08-09 Trond MyklebustSUNRPC: Remove the global temporary write buffer in...
2009-08-09 Trond MyklebustSUNRPC: Ensure we initialise the cache_detail before...
2009-08-09 Trond MyklebustNFSD: Clean up the idmapper warning...
2009-08-09 Trond MyklebustSUNRPC: One more clean up for rpc_create_client_dir()
2009-08-09 Trond MyklebustSUNRPC: clean up rpc_setup_pipedir()
2009-08-09 Trond MyklebustSUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with...
2009-08-09 Trond MyklebustSUNRPC: Clean up rpc_create_client_dir()
2009-08-09 Trond MyklebustSUNRPC: Rename rpc_mkdir to rpc_create_client_dir()
2009-08-09 Trond MyklebustSUNRPC: rpc_pipefs cleanup
2009-08-09 Trond MyklebustSUNRPC: Clean up rpc_populate/depopulate
2009-08-09 Trond MyklebustSUNRPC: Clean up rpc_lookup_create
2009-08-09 Trond MyklebustSUNRPC: Clean up rpc_unlink()
2009-08-09 Trond MyklebustSUNRPC: Clean up file creation code in rpc_pipefs
2009-08-09 Trond MyklebustSUNRPC: Clean up rpc_pipefs lookup code...
2009-08-09 Trond MyklebustSUNRPC: Allow rpc_pipefs_ops to have null values for...
2009-08-09 Trond MyklebustSUNRPC: Constify rpc_pipe_ops...
2009-08-09 Chuck LeverSUNRPC: Add documenting comments in net/sunrpc/timer.c
2009-08-09 Chuck LeverSUNRPC: Update xprt address strings after an rpcbind...
2009-08-09 Chuck LeverSUNRPC: Kill RPC_DISPLAY_ALL
2009-08-09 Chuck LeverSUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddr
2009-08-09 Chuck LeverSUNRPC: Eliminate PROC macro from rpcb_clnt
2009-08-09 Chuck LeverSUNRPC: Clean up: Remove unused XDR decoder functions...
2009-08-09 Chuck LeverSUNRPC: Introduce new xdr_stream-based decoders to...
2009-08-09 Chuck LeverSUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSET
2009-08-09 Chuck LeverSUNRPC: Clean up: Remove unused XDR encoder functions...
2009-08-09 Chuck LeverSUNRPC: Introduce new xdr_stream-based encoders to...
2009-08-09 Chuck LeverSUNRPC: Use rpc_ntop() for constructing transport addre...
2009-08-09 Chuck LeverSUNRPC: Remove duplicate universal address generation
2009-08-09 Chuck LeverSUNRPC: Provide functions for managing universal addresses
2009-08-09 Chuck LeverSUNRPC: Move XDR data type size macros
2009-08-09 Trond MyklebustSUNRPC: convert some sysctls into module parameters
2009-08-04 NeilBrownsunrpc: fix memory leak in unix_gid cache.
2009-08-04 NeilBrownsunrpc/cache: recheck cache validity after cache_defer_req
2009-08-04 NeilBrownsunrpc/cache: make sure deferred requests eventually...
2009-08-04 NeilBrownsunrpc/cache: rename queue_loose to cache_dequeue
2009-07-14 Chuck LeverSUNRPC: handle IPv6 PKTINFO when extracting destination...
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-03 Wei Yongjunsvcrdma: fix error handling of rdma_alloc_frmr()
2009-06-26 Jesper Dangaard... sunrpc: Use rcu_barrier() on unload.
2009-06-22 Linus TorvaldsMerge branch 'for-2.6.31' of git://fieldses.org/git...
2009-06-20 Ricardo Labiaganfs41: sunrpc: xprt_alloc_bc_request() should not use...
2009-06-19 Trond MyklebustSUNRPC: Fix the TCP server's send buffer accounting
2009-06-19 Trond MyklebustMerge branch 'devel-for-2.6.31' into for-2.6.31
2009-06-18 Trond MyklebustMerge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41...
2009-06-17 Ricardo Labiaganfs41: Rename rq_received to rq_reply_bytes_recvd
2009-06-17 Rahul Iyernfs41: Get the rpc_xprt * from the rpc_rqst instead...
2009-06-17 Benny Halevynfs41: create a svc_xprt for nfs41 callback thread...
2009-06-17 Andy Adamsonnfs41: sunrpc: add a struct svc_xprt pointer to struct...
2009-06-17 Benny Halevynfs41: sunrpc: provide functions to create and destroy...
2009-06-17 Ricardo Labiaganfs41: Backchannel bc_svc_process()
2009-06-17 Ricardo Labiaganfs41: Refactor svc_process()
2009-06-17 Ricardo Labiaganfs41: Backchannel callback service helper routines
2009-06-17 Ricardo Labiaganfs41: Add backchannel processing support to RPC state...
2009-06-17 Trond MyklebustSUNRPC: Fix a missing "break" option in xs_tcp_setup_so...
2009-06-17 Ricardo Labiaganfs41: New xs_tcp_read_data()
2009-06-17 Ricardo Labiaganfs41: New backchannel helper routines
2009-06-17 Ricardo Labiaganfs41: Initialize new rpc_xprt callback related fields
2009-06-17 Ricardo Labiaganfs41: Process the RPC call direction
next