summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-09-23SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever1-1/+2
2006-09-23SUNRPC: Create API for displaying remote peer addressChuck Lever1-0/+1
2006-09-23SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever1-0/+11
2006-09-23SUNRPC: remove extraneous header inclusionsChuck Lever1-1/+0
2006-09-23SUNRPC: create API for getting remote peer addressChuck Lever1-0/+1
2006-09-23SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2-1/+2
2006-09-23SUNRPC: Support for RPC child tasks no longer neededChuck Lever1-5/+0
2006-09-23SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2-20/+17
2006-09-23SUNRPC: Create a helper to tell whether a transport is boundChuck Lever1-0/+16
2006-09-23NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-12/+9
2006-09-23NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells1-3/+2
2006-09-23NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2-2/+2
2006-09-23NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells1-1/+1
2006-09-23NFS: Add extra const qualifiersDavid Howells2-4/+4
2006-09-23NFS: Generalise the nfs_client structureDavid Howells2-0/+61
2006-09-23NFS: Add a server capabilities NFS RPC opDavid Howells1-0/+1
2006-09-23NFS: Add a lookupfh NFS RPC opDavid Howells1-0/+3
2006-09-23NFS: Return an error when starting the idmapping pipeDavid Howells1-1/+1
2006-09-23NFS: Rename nfs_server::nfs4_stateDavid Howells1-1/+1
2006-09-23NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2-8/+8
2006-09-23NFS: Add dentry materialisation opDavid Howells1-0/+1
2006-09-23NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust1-0/+4
2006-09-23NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust1-1/+4
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-0/+1
2006-09-23[PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro2-0/+8
2006-09-23IB/sa: fix ib_sa_selector namesMichael S. Tsirkin1-2/+2
2006-09-23RDMA/cma: Document rdma_accept() error handlingOr Gerlitz1-0/+4
2006-09-23RDMA/cma: Document rdma_destroy_id() functionOr Gerlitz1-0/+8
2006-09-23IB/sa: Require SA registrationMichael S. Tsirkin1-7/+34
2006-09-23RDMA: iWARP Core Changes.Tom Tucker2-5/+37
2006-09-23RDMA: iWARP Connection Manager.Tom Tucker1-0/+258
2006-09-23IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell1-2/+4
2006-09-23IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell1-0/+2
2006-09-22Merge git://git.infradead.org/~dwmw2/hdronelineLinus Torvalds29-159/+722
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-139/+851
2006-09-22Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds20-643/+893
2006-09-22Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+1
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds29-495/+289
2006-09-22Remove accidentally-added include/linux/utsrelease.hDavid Woodhouse1-1/+0
2006-09-22ioremap balanced with iounmap for drivers/mtd subsystemAmol Lad1-0/+1
2006-09-22[MTD] Unlock NOR flash automatically where necessaryHÃ¥vard Skinnemoen1-0/+1
2006-09-22[POWERPC] powerpc: fix building gdb against asm/ptrace.hArnd Bergmann1-4/+0
2006-09-22[POWERPC] Remove DISCONTIGMEM cruft from page.hMichael Ellerman1-6/+0
2006-09-22[POWERPC] Merge iSeries i/o operations with the restStephen Rothwell2-131/+77
2006-09-21[POWERPC] 40x: Fix debug status register definesJosh Boyer1-8/+8
2006-09-21[POWERPC] EEH: enable MMIO/DMA on frozen slotLinas Vepstas1-0/+11
2006-09-21[CRYPTO] api: Deprecate crypto_digest_* and crypto_alg_availableHerbert Xu1-5/+13
2006-09-21[CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu1-0/+6
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2-3/+7
2006-09-21[CRYPTO] api: Add crypto_comp and crypto_has_*Herbert Xu1-6/+84