summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [PATCH] ARM: Fix sa1111.c build error caused by klist changesRussell King2005-06-221-6/+7
* | | Merge rsync://client.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2005-06-2268-1004/+4135
|\ \ \
| * | | [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-225-144/+118
| * | | [PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust2005-06-223-50/+96
| * | | [PATCH] NLM: cleanup for blocked locks.Trond Myklebust2005-06-221-12/+6
| * | | [PATCH] VFS: Ensure that all the on-stack struct file_lock call fl_release_pr...Trond Myklebust2005-06-221-0/+6
| * | | [PATCH] NFS: Replace nfs_page insertion sort with a radix sortTrond Myklebust2005-06-225-74/+107
| * | | [PATCH] NFS: Make searching and waiting on busy writeback requests more effic...Trond Myklebust2005-06-224-18/+45
| * | | [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-223-14/+39
| * | | [PATCH] NFS: Cleanup of caching code, and slight optimization of writes.Trond Myklebust2005-06-223-18/+39
| * | | [PATCH] NFS: Fix the file size revalidationTrond Myklebust2005-06-224-55/+21
| * | | [PATCH] NFSv4: Fix up races in nfs4_proc_setattr()Trond Myklebust2005-06-221-36/+19
| * | | [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-223-39/+48
| * | | [PATCH] NFS: Hide NFS server-generated readdir cookies from userlandOlivier Galibert2005-06-223-24/+95
| * | | [PATCH] RPC: kick off socket connect operations fasterChuck Lever2005-06-221-1/+8
| * | | [PATCH] RPC: TCP reconnects are too slowChuck Lever2005-06-221-2/+1
| * | | [PATCH] RPC: Clean up socket autodisconnectTrond Myklebust2005-06-221-2/+2
| * | | [PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flagTrond Myklebust2005-06-221-34/+37
| * | | [PATCH] NFSv4: Fix an Oops in the callback code.Trond Myklebust2005-06-221-1/+0
| * | | [PATCH] NFSv4: Fix build warningReuben Farrelly2005-06-221-1/+0
| * | | [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-222-1/+2
| * | | [PATCH] NFS: Fix up v3 ACL caching codeTrond Myklebust2005-06-222-5/+10
| * | | [PATCH] NFS: Cache the NFSv3 acls.Andreas Gruenbacher2005-06-223-15/+97
| * | | [PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present.Andreas Gruenbacher2005-06-224-6/+73
| * | | [PATCH] NFS: Add support for NFSv3 ACLsAndreas Gruenbacher2005-06-2213-6/+601
| * | | [PATCH] NFSD: Add server support for NFSv3 ACLs.Andreas Gruenbacher2005-06-2216-1/+1166
| * | | [PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a sing...Andreas Gruenbacher2005-06-222-18/+20
| * | | [PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping tableAndreas Gruenbacher2005-06-221-0/+1
| * | | [PATCH] RPC: Encode and decode arbitrary XDR arraysAndreas Gruenbacher2005-06-223-4/+275
| * | | [PATCH] RPC: fix accounting bug in the case of a truncated RPC messageTrond Myklebust2005-06-223-17/+42
| * | | [PATCH] RPC: Lazy RPC receive buffer allocationOlaf Kirch2005-06-223-8/+36
| * | | [PATCH] RPC: Allow multiple RPC client programs to share the same transportAndreas Gruenbacher2005-06-224-0/+46
| * | | [PATCH] RPC: Return -EPFNOSUPPORT for RPC programs that are unavailableAndreas Gruenbacher2005-06-221-10/+14
| * | | [PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields2005-06-225-20/+35
| * | | [PATCH] RPC: Don't fall back from krb5p to krb5iJ. Bruce Fields2005-06-221-3/+2
| * | | [PATCH] NFSv4: client-side caching NFSv4 ACLsJ. Bruce Fields2005-06-223-14/+124
| * | | [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-223-1/+78
| * | | [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-223-0/+108
| * | | [PATCH] NFSv4: fix fattr size calculationsJ. Bruce Fields2005-06-221-7/+11
| * | | [PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4J. Bruce Fields2005-06-223-1/+48
| * | | [PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached aclsTrond Myklebust2005-06-223-7/+28
OpenPOWER on IntegriCloud