summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * [PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_in...Trond Myklebust2005-10-171-2/+0Star
| * [PATCH] NFS: Fix cache consistency racesTrond Myklebust2005-10-173-6/+8
* | Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"Trond Myklebust2005-09-231-3/+7
* | NFS: Make /proc/mounts display the protocol used by NFSv4Trond Myklebust2005-09-231-1/+14
* | [PATCH] RPC,NFS: new rpc_pipefs patchChristoph Hellwig2005-09-231-7/+3Star
* | [PATCH] RPC: parametrize various transport connect timeoutsChuck Lever2005-09-231-5/+5
* | [PATCH] NFS: use a constant value for TCP retransmit timeoutsChuck Lever2005-09-231-38/+35Star
* | NFS: Don't expose internal READDIR errors to userspaceTrond Myklebust2005-09-231-2/+0Star
* | NFS: Drop inode after renameTrond Myklebust2005-09-231-1/+2
|/
* [PATCH] NFS: fix client oops when debugging is onNick Wilson2005-09-231-3/+2Star
* [PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-102-10/+5Star
* [PATCH] update filesystems for new delete_inode behaviorMark Fasheh2005-09-091-0/+2
* [PATCH] NFSv4: unbalanced BKL in nfs_atomic_lookup()Steve Dickson2005-08-201-0/+1
* Fix nasty ncpfs symlink handling bug.Linus Torvalds2005-08-201-29/+8Star
* [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever2005-08-184-3/+44
* [PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flagsChuck Lever2005-08-182-28/+45
* [PATCH] NFS: split nfsi->flags into two fieldsChuck Lever2005-08-185-41/+47
* [PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL createsTrond Myklebust2005-08-164-15/+38
* [PATCH] really remove xattr_acl.hChristoph Hellwig2005-06-291-7/+7
* [PATCH] Remove f_error field from struct fileChristoph Lameter2005-06-231-5/+0Star
* [PATCH] NFS: Add debugging code to NFSv4 readdirTrond Myklebust2005-06-222-0/+23
* [PATCH] NFSv4: Map a couple of NFSv4 errors to EINVAL.Manoj Naik2005-06-221-0/+2
* [PATCH] NFSv4: add support for rdattr_error in NFSv4 readdir requests.Manoj Naik2005-06-221-7/+17
* [PATCH] NFSv4: Clean up nfs4 lock state accountingTrond Myklebust2005-06-223-144/+112Star
* [PATCH] NFS: Replace nfs_page insertion sort with a radix sortTrond Myklebust2005-06-223-70/+89
* [PATCH] NFS: Make searching and waiting on busy writeback requests more effic...Trond Myklebust2005-06-223-14/+37
* [PATCH] NFS: Write optimization for short files and small O_SYNC writes.Trond Myklebust2005-06-221-3/+11
* [PATCH] NFS: Ensure that fstat() always returns the correct mtimeTrond Myklebust2005-06-222-14/+38
* [PATCH] NFS: Cleanup of caching code, and slight optimization of writes.Trond Myklebust2005-06-222-18/+38
* [PATCH] NFS: Fix the file size revalidationTrond Myklebust2005-06-223-54/+21Star
* [PATCH] NFSv4: Fix up races in nfs4_proc_setattr()Trond Myklebust2005-06-221-36/+19Star
* [PATCH] NFSv4: Ensure that propagate NFSv4 state errors to the reclaim codeTrond Myklebust2005-06-221-11/+40
* [PATCH] NFS: Clean up readdir changes.Trond Myklebust2005-06-222-38/+48
* [PATCH] NFS: Hide NFS server-generated readdir cookies from userlandOlivier Galibert2005-06-222-24/+92
* [PATCH] NFSv4: Fix an Oops in the callback code.Trond Myklebust2005-06-221-1/+0Star
* [PATCH] NFSv4: Fix build warningReuben Farrelly2005-06-221-1/+0Star
* [PATCH] NFSv4: empty array fixAndrew Morton2005-06-221-1/+1
* [PATCH] NFSv4: fs/nfs/nfs4proc.c: small simplificationAdrian Bunk2005-06-221-1/+1
* [PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugsAndreas Gruenbacher2005-06-221-1/+1
* [PATCH] NFS: Fix up v3 ACL caching codeTrond Myklebust2005-06-222-5/+10
* [PATCH] NFS: Cache the NFSv3 acls.Andreas Gruenbacher2005-06-222-15/+86
* [PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present.Andreas Gruenbacher2005-06-223-6/+64
* [PATCH] NFS: Add support for NFSv3 ACLsAndreas Gruenbacher2005-06-228-6/+530
* [PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields2005-06-222-11/+19
* [PATCH] NFSv4: client-side caching NFSv4 ACLsJ. Bruce Fields2005-06-222-13/+123
* [PATCH] NFSv4: ACL support for the NFSv4 client: writeJ. Bruce Fields2005-06-221-1/+33
* [PATCH] NFSv4: Client-side xdr for writing NFSv4 aclsJ. Bruce Fields2005-06-221-1/+70
* [PATCH] NFSv4: ACL support for the NFSv4 client: readJ. Bruce Fields2005-06-221-4/+65
* [PATCH] NFSv4: Client-side xdr for reading NFSv4 aclsJ. Bruce Fields2005-06-221-0/+100
* [PATCH] NFSv4: fix fattr size calculationsJ. Bruce Fields2005-06-221-7/+11