summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-23NFS: Add extra const qualifiersDavid Howells8-17/+18
2006-09-23NFS: Use the dentry superblock directly in nfs_statfs()David Howells1-7/+6
2006-09-23NFS: Generalise the nfs_client structureDavid Howells12-222/+425
2006-09-23NFS: Add a server capabilities NFS RPC opDavid Howells2-0/+2
2006-09-23NFS: Add a lookupfh NFS RPC opDavid Howells2-0/+50
2006-09-23NFS: Return an error when starting the idmapping pipeDavid Howells3-6/+11
2006-09-23NFS: Rename nfs_server::nfs4_stateDavid Howells7-34/+34
2006-09-23NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells13-105/+105
2006-09-23NFS: Fix NFS4 callback up/down prototypesDavid Howells2-5/+7
2006-09-23NFS: Disambiguate nfs_stat_to_errno()David Howells1-7/+7
2006-09-23NFS: Fix up split of fs/nfs/inode.cDavid Howells4-42/+39
2006-09-23NFS: Add dentry materialisation opDavid Howells2-14/+151
2006-09-23NFS: Add an ACCESS cache memory shrinkerTrond Myklebust3-0/+52
2006-09-23NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust3-1/+40
2006-09-23NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust3-27/+124
2006-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-14/+76
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds9-64/+207
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds7-101/+391
2006-09-23[PATCH] fallout from hcd-core patchAl Viro1-1/+1
2006-09-23[PATCH] fix the survivors of fbcon_vbl_handler() renamingAl Viro1-2/+2
2006-09-23[PATCH] sun4: fix sbus_setup_iommu()Al Viro1-0/+2
2006-09-23[PATCH] asm/backlight.h is ppc-onlyAl Viro1-1/+1
2006-09-23[PATCH] sanitize frv archcleanAl Viro2-5/+3
2006-09-23[PATCH] aoa is pmac-onlyAl Viro1-1/+1
2006-09-23[PATCH] memcpy_fromio() missing in istallionAl Viro1-1/+1
2006-09-23[PATCH] fix ancient breakage in ebus_init()Al Viro1-4/+3
2006-09-23[PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro3-0/+10
2006-09-23[CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdataJeremy Fitzhardinge1-1/+1
2006-09-23[CPUFREQ] Fix some more CPU hotplug locking.Dave Jones1-2/+0
2006-09-23Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds136-2695/+25617
2006-09-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2006-09-23IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar1-1/+1
2006-09-23IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2-3/+3
2006-09-23IPoIB: Remove unused include of vmalloc.hDotan Barak1-1/+0
2006-09-23IPoIB: Rejoin all multicast groups after a port eventEli Cohen1-1/+3
2006-09-23IPoIB: Create MCGs with all attributes required by RFCRoland Dreier1-5/+15
2006-09-23IB/sa: fix ib_sa_selector namesMichael S. Tsirkin1-2/+2
2006-09-23IB/iser: INFINIBAND_ISER depends on INETRoland Dreier1-1/+1
2006-09-23IB/mthca: Simplify calls to mthca_cq_clean()Roland Dreier1-3/+2
2006-09-23RDMA/cma: Document rdma_accept() error handlingOr Gerlitz1-0/+4
2006-09-23IB/mthca: Recover from catastrophic errorsJack Morgenstein3-21/+136
2006-09-23RDMA/cma: Document rdma_destroy_id() functionOr Gerlitz1-0/+8
2006-09-23IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin1-0/+2
2006-09-23IB/sa: Require SA registrationMichael S. Tsirkin7-27/+116
2006-09-23IPoIB: Refactor completion handlingRoland Dreier1-88/+100
2006-09-23IB/iser: Do not use FMR for a single dma entry sgErez Zilber3-16/+39
2006-09-23IB/iser: fix some debug printsErez Zilber1-3/+14
2006-09-23IB/iser: make FMR "page size" be 4K and not PAGE_SIZEErez Zilber3-14/+27
2006-09-23IB/iser: Limit the max size of a scsi commandErez Zilber1-0/+1
2006-09-23IB/iser: fix a check of SG alignment for RDMAErez Zilber1-1/+1