summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-234-0/+159
* SUNRPC: Clean-up after previous patches.Chuck Lever2006-09-233-5/+0
* SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever2006-09-234-8/+15
* SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() APIChuck Lever2006-09-231-4/+2
* SUNRPC: Create API for displaying remote peer addressChuck Lever2006-09-232-0/+14
* SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever2006-09-232-8/+82
* SUNRPC: remove extraneous header inclusionsChuck Lever2006-09-235-6/+0
* SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API.Chuck Lever2006-09-231-2/+3
* LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever2006-09-231-5/+5
* SUNRPC: create API for getting remote peer addressChuck Lever2006-09-232-0/+22
* SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-235-5/+7
* SUNRPC: Support for RPC child tasks no longer neededChuck Lever2006-09-232-87/+0
* SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.cChuck Lever2006-09-231-28/+42
* SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-235-81/+123
* SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-235-11/+36
* NFS: Fix nfs_alloc_client()Trond Myklebust2006-09-231-5/+5
* NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust2006-09-231-2/+4
* NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells2006-09-231-0/+5
* NFS: Fix error handlingDavid Howells2006-09-231-0/+3
* NFS: Add server and volume lists to /procDavid Howells2006-09-233-0/+303
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-2318-956/+1655
* NFS: Start rpciod in server common managementDavid Howells2006-09-231-25/+6
* NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells2006-09-236-179/+179
* NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2006-09-237-34/+43
* NFS: Make better use of inode* dereferencing macrosDavid Howells2006-09-232-6/+6
* NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells2006-09-232-2/+21
* NFS: Add extra const qualifiersDavid Howells2006-09-238-17/+18
* NFS: Use the dentry superblock directly in nfs_statfs()David Howells2006-09-231-7/+6
* NFS: Generalise the nfs_client structureDavid Howells2006-09-2312-222/+425
* NFS: Add a server capabilities NFS RPC opDavid Howells2006-09-232-0/+2
* NFS: Add a lookupfh NFS RPC opDavid Howells2006-09-232-0/+50
* NFS: Return an error when starting the idmapping pipeDavid Howells2006-09-233-6/+11
* NFS: Rename nfs_server::nfs4_stateDavid Howells2006-09-237-34/+34
* NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-2313-105/+105
* NFS: Fix NFS4 callback up/down prototypesDavid Howells2006-09-232-5/+7
* NFS: Disambiguate nfs_stat_to_errno()David Howells2006-09-231-7/+7
* NFS: Fix up split of fs/nfs/inode.cDavid Howells2006-09-234-42/+39
* NFS: Add dentry materialisation opDavid Howells2006-09-232-14/+151
* NFS: Add an ACCESS cache memory shrinkerTrond Myklebust2006-09-233-0/+52
* NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust2006-09-233-1/+40
* NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust2006-09-233-27/+124
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-09-239-14/+76
|\
| * [CIFS] statfs for cifs unix extensions no longer experimentalSteve French2006-09-221-2/+0
| * [CIFS] New POSIX locking code not setting rc properly to zero on successfulSteve French2006-09-211-1/+2
| * [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)Steve French2006-09-217-11/+74
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-09-239-64/+207
|\ \
| * | [AGPGART] Rework AGPv3 modesetting fallback.Dave Jones2006-09-111-15/+24
| * | [AGPGART] Add suspend callback for i965Dave Jones2006-09-111-0/+2
| * | [AGPGART] Fix number of aperture sizes in 830 gart structs.Dave Jones2006-09-061-2/+2
| * | [AGPGART] Intel 965 Express support.Eric Anholt2006-09-061-11/+152