aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2005-08-19[PATCH] NFSv4: unbalanced BKL in nfs_atomic_lookup()Gravatar Steve Dickson 1-0/+1
2005-08-19Fix nasty ncpfs symlink handling bug.Gravatar Linus Torvalds 1-29/+8
2005-08-18[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiGravatar Chuck Lever 4-3/+44
2005-08-18[PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flagsGravatar Chuck Lever 2-28/+45
2005-08-18[PATCH] NFS: split nfsi->flags into two fieldsGravatar Chuck Lever 5-41/+47
2005-08-16[PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL createsGravatar Trond Myklebust 4-15/+38
2005-06-28[PATCH] really remove xattr_acl.hGravatar Christoph Hellwig 1-7/+7
2005-06-23[PATCH] Remove f_error field from struct fileGravatar Christoph Lameter 1-5/+0
2005-06-22[PATCH] NFS: Add debugging code to NFSv4 readdirGravatar Trond Myklebust 2-0/+23
2005-06-22[PATCH] NFSv4: Map a couple of NFSv4 errors to EINVAL.Gravatar Manoj Naik 1-0/+2
2005-06-22[PATCH] NFSv4: add support for rdattr_error in NFSv4 readdir requests.Gravatar Manoj Naik 1-7/+17
2005-06-22[PATCH] NFSv4: Clean up nfs4 lock state accountingGravatar Trond Myklebust 3-144/+112
2005-06-22[PATCH] NFS: Replace nfs_page insertion sort with a radix sortGravatar Trond Myklebust 3-70/+89
2005-06-22[PATCH] NFS: Make searching and waiting on busy writeback requests more effic...Gravatar Trond Myklebust 3-14/+37
2005-06-22[PATCH] NFS: Write optimization for short files and small O_SYNC writes.Gravatar Trond Myklebust 1-3/+11
2005-06-22[PATCH] NFS: Ensure that fstat() always returns the correct mtimeGravatar Trond Myklebust 2-14/+38
2005-06-22[PATCH] NFS: Cleanup of caching code, and slight optimization of writes.Gravatar Trond Myklebust 2-18/+38
2005-06-22[PATCH] NFS: Fix the file size revalidationGravatar Trond Myklebust 3-54/+21
2005-06-22[PATCH] NFSv4: Fix up races in nfs4_proc_setattr()Gravatar Trond Myklebust 1-36/+19
2005-06-22[PATCH] NFSv4: Ensure that propagate NFSv4 state errors to the reclaim codeGravatar Trond Myklebust 1-11/+40
2005-06-22[PATCH] NFS: Clean up readdir changes.Gravatar Trond Myklebust 2-38/+48
2005-06-22[PATCH] NFS: Hide NFS server-generated readdir cookies from userlandGravatar Olivier Galibert 2-24/+92
2005-06-22[PATCH] NFSv4: Fix an Oops in the callback code.Gravatar Trond Myklebust 1-1/+0
2005-06-22[PATCH] NFSv4: Fix build warningGravatar Reuben Farrelly 1-1/+0
2005-06-22[PATCH] NFSv4: empty array fixGravatar Andrew Morton 1-1/+1
2005-06-22[PATCH] NFSv4: fs/nfs/nfs4proc.c: small simplificationGravatar Adrian Bunk 1-1/+1
2005-06-22[PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugsGravatar Andreas Gruenbacher 1-1/+1
2005-06-22[PATCH] NFS: Fix up v3 ACL caching codeGravatar Trond Myklebust 2-5/+10
2005-06-22[PATCH] NFS: Cache the NFSv3 acls.Gravatar Andreas Gruenbacher 2-15/+86
2005-06-22[PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present.Gravatar Andreas Gruenbacher 3-6/+64
2005-06-22[PATCH] NFS: Add support for NFSv3 ACLsGravatar Andreas Gruenbacher 8-6/+530
2005-06-22[PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsGravatar J. Bruce Fields 2-11/+19
2005-06-22[PATCH] NFSv4: client-side caching NFSv4 ACLsGravatar J. Bruce Fields 2-13/+123
2005-06-22[PATCH] NFSv4: ACL support for the NFSv4 client: writeGravatar J. Bruce Fields 1-1/+33
2005-06-22[PATCH] NFSv4: Client-side xdr for writing NFSv4 aclsGravatar J. Bruce Fields 1-1/+70
2005-06-22[PATCH] NFSv4: ACL support for the NFSv4 client: readGravatar J. Bruce Fields 1-4/+65
2005-06-22[PATCH] NFSv4: Client-side xdr for reading NFSv4 aclsGravatar J. Bruce Fields 1-0/+100
2005-06-22[PATCH] NFSv4: fix fattr size calculationsGravatar J. Bruce Fields 1-7/+11
2005-06-22[PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4Gravatar J. Bruce Fields 3-1/+48
2005-06-22[PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached aclsGravatar Trond Myklebust 1-7/+26
2005-06-22[PATCH] NFS: Allow NFS versions to support different sets of inode operations.Gravatar J. Bruce Fields 4-1/+4
2005-06-22[PATCH] NFS: cleanup: shrink struct nfs_open_contextGravatar Trond Myklebust 2-8/+28
2005-06-22[PATCH] NFS: Remove unused NFS inode field readdir_timestamp.Gravatar Trond Myklebust 1-5/+3
2005-06-22[PATCH] NFS: Header file cleanup...Gravatar Trond Myklebust 12-19/+264
2005-06-22[PATCH] NFS: Kill annoying mount version mismatch printksGravatar Trond Myklebust 1-74/+105
2005-06-22[PATCH] RPC: Make rpc_create_client() destroy the transport on failure.Gravatar Trond Myklebust 2-5/+1
2005-06-13[PATCH] NFS: Ensure that we revalidate the cached file length for llseek(SEEK...Gravatar Trond Myklebust 1-1/+41
2005-06-07[PATCH] NFS: Fix lookup intent handlingGravatar Trond Myklebust 1-14/+35
2005-05-05[PATCH] make some things staticGravatar Adrian Bunk 2-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 27-0/+21138