summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] struct path: convert sunrpcJosef Sipek2006-12-083-10/+10
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-075-6/+70
|\
| * [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-071-1/+2
| * [PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra2006-12-072-0/+62
| * [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
| * [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-072-4/+4
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-075-24/+29
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-057-20/+14
| |\
| * | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-225-21/+25
| * | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-223-6/+7
* | | SUNRPC: Remove pprintk() from net/sunrpc/xprt.cChuck Lever2006-12-061-2/+0
* | | SUNRPC: relocate the creation of socket-specific tunablesChuck Lever2006-12-062-53/+104
* | | SUNRPC: create stubs for xprtsock init and cleanupChuck Lever2006-12-062-0/+22
* | | SUNRPC: Rename skb_reader_t and friendsChuck Lever2006-12-062-10/+10
* | | SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever2006-12-062-27/+11
* | | SUNRPC: Make address format buffers more genericChuck Lever2006-12-062-20/+9
* | | SUNRPC: move saved socket callback functions to a private data structureChuck Lever2006-12-061-9/+16
* | | SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever2006-12-061-8/+16
* | | SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever2006-12-061-18/+33
* | | SUNRPC: Move TCP state flags into xprtsock.cChuck Lever2006-12-061-20/+29
* | | SUNRPC: Move TCP receive state variables into private data structureChuck Lever2006-12-061-68/+86
* | | SUNRPC: Remove sock and inet fields from rpc_xprtChuck Lever2006-12-061-23/+39
* | | SUNRPC: Allocate a private data area for socket-specific rpc_xprt fieldsChuck Lever2006-12-061-2/+8
* | | rpcgss: krb5: miscellaneous cleanupJ. Bruce Fields2006-12-063-20/+15
* | | rpcgss: krb5: ignore seedJ. Bruce Fields2006-12-061-5/+6
* | | rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields2006-12-063-30/+5
* | | rpcgss: krb5: clean up some goto's, etc.J. Bruce Fields2006-12-063-75/+48
* | | rpcgss: simplify make_checksumJ. Bruce Fields2006-12-064-16/+5
* | | rpcgss: krb5: kill checksum_type, miscellaneous small cleanupJ. Bruce Fields2006-12-063-20/+4
* | | rpcgss: krb5: expect a constant signalg valueJ. Bruce Fields2006-12-062-60/+27
* | | gss: krb5: remove signalg and sealalgJ. Bruce Fields2006-12-063-47/+22
* | | rpc: spkm3 updateOlga Kornievskaia2006-12-065-162/+166
* | | rpc: move process_xdr_bufOlga Kornievskaia2006-12-062-69/+72
* | | rpc: gss: fix a kmap_atomic race in krb5 codeJ. Bruce Fields2006-12-061-2/+2
* | | rpc: gss: eliminate print_hexl()'sJ. Bruce Fields2006-12-065-64/+2
* | | SUNRPC: another pmap wakeup fixChuck Lever2006-12-061-5/+6
* | | SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever2006-12-062-45/+59
* | | SUNRPC: Clean up xs_send_pages()Trond Myklebust2006-12-061-75/+65
* | | SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overrunsTrond Myklebust2006-12-061-33/+26
* | | SUNRPC: Add __(read|write)_bytes_from_xdr_bufTrond Myklebust2006-12-061-29/+37
* | | SUNRPC: Clean up argument types in xdr.cTrond Myklebust2006-12-061-43/+43
* | | SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust2006-12-062-5/+11
* | | SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2006-12-062-6/+12
* | | SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust2006-12-061-10/+13
* | | SUNRPC: Handle the cases where rpc_alloc_iostats() failsTrond Myklebust2006-12-061-1/+10
* | | SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2006-12-061-10/+20
* | | Fix a second potential rpc_wakeup race...Trond Myklebust2006-12-064-44/+58
* | | Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race conditionChristophe Saout2006-12-061-4/+6
| |/ |/|
* | [SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo2006-12-025-13/+6
OpenPOWER on IntegriCloud