aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22SUNRPC: Make RPC portmapper use per-transport storageChuck Lever5-81/+123
2006-09-22SUNRPC: Create a helper to tell whether a transport is boundChuck Lever5-11/+36
2006-09-22NFS: Fix nfs_alloc_client()Trond Myklebust1-5/+5
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust1-2/+4
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells1-0/+5
2006-09-22NFS: Fix error handlingDavid Howells1-0/+3
2006-09-22NFS: Add server and volume lists to /procDavid Howells3-0/+303
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells18-956/+1655
2006-09-22NFS: Start rpciod in server common managementDavid Howells1-25/+6
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells6-179/+179
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells7-34/+43
2006-09-22NFS: Make better use of inode* dereferencing macrosDavid Howells2-6/+6
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells2-2/+21
2006-09-22NFS: Add extra const qualifiersDavid Howells8-17/+18
2006-09-22NFS: Use the dentry superblock directly in nfs_statfs()David Howells1-7/+6
2006-09-22NFS: Generalise the nfs_client structureDavid Howells12-222/+425
2006-09-22NFS: Add a server capabilities NFS RPC opDavid Howells2-0/+2
2006-09-22NFS: Add a lookupfh NFS RPC opDavid Howells2-0/+50
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells3-6/+11
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells7-34/+34
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells13-105/+105
2006-09-22NFS: Fix NFS4 callback up/down prototypesDavid Howells2-5/+7
2006-09-22NFS: Disambiguate nfs_stat_to_errno()David Howells1-7/+7
2006-09-22NFS: Fix up split of fs/nfs/inode.cDavid Howells4-42/+39
2006-09-22NFS: Add dentry materialisation opDavid Howells2-14/+151
2006-09-22NFS: Add an ACCESS cache memory shrinkerTrond Myklebust3-0/+52
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust3-1/+40
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust3-27/+124
2006-09-22[PATCH] fallout from hcd-core patchAl Viro1-1/+1
2006-09-22[PATCH] fix the survivors of fbcon_vbl_handler() renamingAl Viro1-2/+2
2006-09-22[PATCH] sun4: fix sbus_setup_iommu()Al Viro1-0/+2
2006-09-22[PATCH] asm/backlight.h is ppc-onlyAl Viro1-1/+1
2006-09-22[PATCH] sanitize frv archcleanAl Viro2-5/+3
2006-09-22[PATCH] aoa is pmac-onlyAl Viro1-1/+1
2006-09-22[PATCH] memcpy_fromio() missing in istallionAl Viro1-1/+1
2006-09-22[PATCH] fix ancient breakage in ebus_init()Al Viro1-4/+3
2006-09-22[PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro3-0/+10
2006-09-22[CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdataJeremy Fitzhardinge1-1/+1
2006-09-22[CPUFREQ] Fix some more CPU hotplug locking.Dave Jones1-2/+0
2006-09-22IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar1-1/+1
2006-09-22IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2-3/+3
2006-09-22IPoIB: Remove unused include of vmalloc.hDotan Barak1-1/+0
2006-09-22IPoIB: Rejoin all multicast groups after a port eventEli Cohen1-1/+3
2006-09-22IPoIB: Create MCGs with all attributes required by RFCRoland Dreier1-5/+15
2006-09-22IB/sa: fix ib_sa_selector namesMichael S. Tsirkin1-2/+2
2006-09-22IB/iser: INFINIBAND_ISER depends on INETRoland Dreier1-1/+1
2006-09-22IB/mthca: Simplify calls to mthca_cq_clean()Roland Dreier1-3/+2
2006-09-22RDMA/cma: Document rdma_accept() error handlingOr Gerlitz1-0/+4
2006-09-22IB/mthca: Recover from catastrophic errorsJack Morgenstein3-21/+136
2006-09-22RDMA/cma: Document rdma_destroy_id() functionOr Gerlitz1-0/+8