summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-06NLM: fix print format for tk_pidChuck Lever3-3/+3
2006-12-06SUNRPC: relocate the creation of socket-specific tunablesChuck Lever2-53/+104
2006-12-06SUNRPC: create stubs for xprtsock init and cleanupChuck Lever2-0/+22
2006-12-06SUNRPC: Rename skb_reader_t and friendsChuck Lever3-15/+15
2006-12-06SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever3-27/+12
2006-12-06SUNRPC: Make address format buffers more genericChuck Lever3-21/+9
2006-12-06SUNRPC: move saved socket callback functions to a private data structureChuck Lever2-15/+16
2006-12-06SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever2-11/+16
2006-12-06SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever2-20/+33
2006-12-06SUNRPC: Move TCP state flags into xprtsock.cChuck Lever2-25/+29
2006-12-06SUNRPC: Move TCP receive state variables into private data structureChuck Lever2-77/+86
2006-12-06SUNRPC: Remove sock and inet fields from rpc_xprtChuck Lever2-25/+41
2006-12-06SUNRPC: Allocate a private data area for socket-specific rpc_xprt fieldsChuck Lever1-2/+8
2006-12-06rpcgss: krb5: miscellaneous cleanupJ. Bruce Fields3-20/+15
2006-12-06rpcgss: krb5: ignore seedJ. Bruce Fields2-7/+6
2006-12-06rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields4-31/+5
2006-12-06rpcgss: krb5: clean up some goto's, etc.J. Bruce Fields3-75/+48
2006-12-06rpcgss: simplify make_checksumJ. Bruce Fields5-17/+6
2006-12-06rpcgss: krb5: kill checksum_type, miscellaneous small cleanupJ. Bruce Fields3-20/+4
2006-12-06rpcgss: krb5: expect a constant signalg valueJ. Bruce Fields2-60/+27
2006-12-06gss: krb5: remove signalg and sealalgJ. Bruce Fields4-48/+22
2006-12-06rpc: spkm3 updateOlga Kornievskaia6-182/+180
2006-12-06rpc: move process_xdr_bufOlga Kornievskaia3-69/+74
2006-12-06rpc: gss: fix a kmap_atomic race in krb5 codeJ. Bruce Fields1-2/+2
2006-12-06rpc: gss: eliminate print_hexl()'sJ. Bruce Fields6-66/+2
2006-12-06SUNRPC: another pmap wakeup fixChuck Lever1-5/+6
2006-12-06NFS: Clean up calls to mark_inode_dirty() part 2Trond Myklebust1-2/+2
2006-12-06NFS: Fix up writeback_control->nr_to_write accountingTrond Myklebust1-9/+1
2006-12-06NFS: Fix up the dirty page accountingTrond Myklebust2-2/+0
2006-12-06NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all()Trond Myklebust1-0/+3
2006-12-06NFS: Fix nfs_release_pageTrond Myklebust1-6/+7
2006-12-06NFS: Ensure we only call set_page_writeback() under the page lockTrond Myklebust3-15/+30
2006-12-06NFS: Make nfs_updatepage() mark the page as dirty.Trond Myklebust2-17/+57
2006-12-06NFS: Ensure that nfs_wb_page() calls writepage when necessary.Trond Myklebust2-4/+31
2006-12-06NFS: Add nfs_set_page_dirty()Trond Myklebust4-14/+39
2006-12-06NFS: Remove nfs_writepage_sync()Trond Myklebust6-258/+10
2006-12-06NFS: More cleanups of fs/nfs/write.cTrond Myklebust1-44/+24
2006-12-06NFS: Remove call to igrab() from nfs_writepage()Trond Myklebust1-15/+1
2006-12-06NFS: Cleanup: add common helper nfs_page_length()Trond Myklebust3-63/+31
2006-12-06NFS: Store pointer to the nfs_page in page->privateTrond Myklebust1-33/+33
2006-12-06NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust4-39/+92
2006-12-06NFS: Clean up nfs_scan_dirty()Trond Myklebust4-66/+71
2006-12-06NFS: Clean up nfs_flush_inode()Trond Myklebust1-10/+10
2006-12-06SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever3-47/+61
2006-12-06SUNRPC: minor optimization of "xid" field in rpc_xprtChuck Lever1-6/+1
2006-12-06SUNRPC: Clean up xs_send_pages()Trond Myklebust1-75/+65
2006-12-06SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overrunsTrond Myklebust1-33/+26
2006-12-06SUNRPC: Add __(read|write)_bytes_from_xdr_bufTrond Myklebust1-29/+37
2006-12-06SUNRPC: Clean up argument types in xdr.cTrond Myklebust2-49/+49
2006-12-06NFS: Remove use of the Big Kernel Lock around nfs calls to readlinkFrank Filz1-2/+0