aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2006-09-22NFS: nfs_lookup - don't hash dentry when optimising away the lookupGravatar Trond Myklebust 1-3/+11
2006-09-22Fix a referral error OopsGravatar andros@citi.umich.edu 1-0/+2
2006-09-22NFS: NFS_ROOT should use the new rpc_create APIGravatar Chuck Lever 1-16/+13
2006-09-22NFS: Fix up compiler warnings on 64-bit platforms in client.cGravatar David Howells 1-6/+14
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentGravatar Trond Myklebust 1-5/+1
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Gravatar Trond Myklebust 3-18/+27
2006-09-22Add a real API for dealing with blk_congestion_wait()Gravatar Trond Myklebust 1-0/+1
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsGravatar Chuck Lever 7-35/+49
2006-09-22NFS: copy symlinks into page cache before sending NFS SYMLINK requestGravatar Chuck Lever 1-18/+68
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathGravatar Chuck Lever 4-45/+57
2006-09-22NFS: remove a no-longer-needed error check in nfs_symlink()Gravatar Chuck Lever 1-6/+2
2006-09-22NFS: Convert NFS client to use new rpc_create() APIGravatar Chuck Lever 1-16/+11
2006-09-22SUNRPC: remove extraneous header inclusionsGravatar Chuck Lever 1-1/+0
2006-09-22NFS: Fix nfs_alloc_client()Gravatar Trond Myklebust 1-5/+5
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagGravatar Trond Myklebust 1-2/+4
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockGravatar David Howells 1-0/+5
2006-09-22NFS: Fix error handlingGravatar David Howells 1-0/+3
2006-09-22NFS: Add server and volume lists to /procGravatar David Howells 3-0/+303
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDGravatar David Howells 17-944/+1646
2006-09-22NFS: Start rpciod in server common managementGravatar David Howells 1-25/+6
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientGravatar David Howells 5-176/+177
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientGravatar David Howells 5-32/+41
2006-09-22NFS: Make better use of inode* dereferencing macrosGravatar David Howells 2-6/+6
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4Gravatar David Howells 1-1/+20
2006-09-22NFS: Add extra const qualifiersGravatar David Howells 6-13/+14
2006-09-22NFS: Use the dentry superblock directly in nfs_statfs()Gravatar David Howells 1-7/+6
2006-09-22NFS: Generalise the nfs_client structureGravatar David Howells 10-222/+364
2006-09-22NFS: Add a server capabilities NFS RPC opGravatar David Howells 1-0/+1
2006-09-22NFS: Add a lookupfh NFS RPC opGravatar David Howells 1-0/+47
2006-09-22NFS: Return an error when starting the idmapping pipeGravatar David Howells 2-5/+10
2006-09-22NFS: Rename nfs_server::nfs4_stateGravatar David Howells 6-33/+33
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientGravatar David Howells 11-97/+97
2006-09-22NFS: Fix NFS4 callback up/down prototypesGravatar David Howells 2-5/+7
2006-09-22NFS: Disambiguate nfs_stat_to_errno()Gravatar David Howells 1-7/+7
2006-09-22NFS: Fix up split of fs/nfs/inode.cGravatar David Howells 4-42/+39
2006-09-22NFS: Add an ACCESS cache memory shrinkerGravatar Trond Myklebust 3-0/+52
2006-09-22NFS: Add a global LRU list for the ACCESS cacheGravatar Trond Myklebust 2-1/+36
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientGravatar Trond Myklebust 2-26/+120
2006-09-19NFS: Fix nfs_page use after free issues in fs/nfs/write.cGravatar Trond Myklebust 1-2/+2
2006-09-19NFSv4: Fix incorrect semaphore release in _nfs4_do_open()Gravatar Trond Myklebust 1-3/+3
2006-09-19NFS: Fix Oopsable condition in nfs_readpage_sync()Gravatar Trond Myklebust 1-2/+4
2006-09-08[PATCH] NFS: large non-page-aligned direct I/O clobbers memoryGravatar Trond Myklebust 3-69/+42
2006-08-24NFSv4: Add v4 exception handling for the ACL functions.Gravatar Trond Myklebust 1-2/+27
2006-08-24NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeGravatar David Howells 1-10/+11
2006-08-24NFS: Fix issue with EIO on NFS readGravatar Trond Myklebust 1-8/+15
2006-08-24SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsGravatar Trond Myklebust 1-1/+0
2006-08-24SUNRPC: make rpc_unlink() take a dentry argument instead of a pathGravatar Trond Myklebust 1-2/+1
2006-08-24NFS: Fix a potential deadlock in nfs_release_pageGravatar Nikita Danilov 1-1/+7
2006-08-03NFS: make 2 functions staticGravatar Adrian Bunk 2-2/+2
2006-08-03NFS: Release dcache_lock in an error path of nfs_pathGravatar Josh Triplett 1-1/+3