| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PATCH] NFSD: Add server support for NFSv3 ACLs. | Andreas Gruenbacher | 2005-06-22 | 11 | -1/+1051 |
* | [PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping table | Andreas Gruenbacher | 2005-06-22 | 1 | -0/+1 |
* | [PATCH] RPC: [PATCH] improve rpcauthauth_create error returns | J. Bruce Fields | 2005-06-22 | 2 | -11/+19 |
* | [PATCH] NFSv4: client-side caching NFSv4 ACLs | J. Bruce Fields | 2005-06-22 | 2 | -13/+123 |
* | [PATCH] NFSv4: ACL support for the NFSv4 client: write | J. Bruce Fields | 2005-06-22 | 1 | -1/+33 |
* | [PATCH] NFSv4: Client-side xdr for writing NFSv4 acls | J. Bruce Fields | 2005-06-22 | 1 | -1/+70 |
* | [PATCH] NFSv4: ACL support for the NFSv4 client: read | J. Bruce Fields | 2005-06-22 | 1 | -4/+65 |
* | [PATCH] NFSv4: Client-side xdr for reading NFSv4 acls | J. Bruce Fields | 2005-06-22 | 1 | -0/+100 |
* | [PATCH] NFSv4: fix fattr size calculations | J. Bruce Fields | 2005-06-22 | 1 | -7/+11 |
* | [PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4 | J. Bruce Fields | 2005-06-22 | 3 | -1/+48 |
* | [PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached acls | Trond Myklebust | 2005-06-22 | 1 | -7/+26 |
* | [PATCH] NFS: Allow NFS versions to support different sets of inode operations. | J. Bruce Fields | 2005-06-22 | 4 | -1/+4 |
* | [PATCH] NFS: cleanup: shrink struct nfs_open_context | Trond Myklebust | 2005-06-22 | 2 | -8/+28 |
* | [PATCH] NFS: Remove unused NFS inode field readdir_timestamp. | Trond Myklebust | 2005-06-22 | 1 | -5/+3 |
* | [PATCH] NFS: Header file cleanup... | Trond Myklebust | 2005-06-22 | 12 | -19/+264 |
* | [PATCH] NFS: Kill annoying mount version mismatch printks | Trond Myklebust | 2005-06-22 | 1 | -74/+105 |
* | [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su... | Trond Myklebust | 2005-06-22 | 2 | -3/+3 |
* | [PATCH] RPC: Make rpc_create_client() destroy the transport on failure. | Trond Myklebust | 2005-06-22 | 5 | -14/+5 |
* | Merge rsync://oss.sgi.com/git/xfs-2.6 | Linus Torvalds | 2005-06-21 | 73 | -1107/+957 |
|\ |
|
| * | [XFS] Handle inode semaphores properly for dmapi queues | Dean Roehrich | 2005-06-22 | 2 | -13/+20 |
| * | [XFS] Remove some debugging code from quota syscalls. | Nathan Scott | 2005-06-21 | 1 | -3/+0 |
| * | [XFS] Merge a few minor fixes to the quota warning code. | Nathan Scott | 2005-06-21 | 3 | -4/+32 |
| * | [XFS] Merge fixes into realtime quota code, since one/two reported, still | Nathan Scott | 2005-06-21 | 8 | -141/+143 |
| * | [XFS] Makes more sense to use the fsxattr interface instead of adding new | Nathan Scott | 2005-06-21 | 3 | -30/+10 |
| * | [XFS] (mostly) remove xfs_inval_cached_pages Since the last round of | Christoph Hellwig | 2005-06-21 | 4 | -32/+17 |
| * | [XFS] simplify ASSERT | Christoph Hellwig | 2005-06-21 | 2 | -7/+1 |
| * | [XFS] consolidate extent item freeing | Christoph Hellwig | 2005-06-21 | 3 | -103/+35 |
| * | [XFS] quiesce the filesystem proper when freezing | Christoph Hellwig | 2005-06-21 | 3 | -27/+40 |
| * | [XFS] add XFS_INOBT_IS_FREE_DISK | Christoph Hellwig | 2005-06-21 | 2 | -2/+11 |
| * | [XFS] Fix up some warning fallout from functions made static | Eric Sandeen | 2005-06-21 | 2 | -2/+2 |
| * | [XFS] Add support for project quota inheritance, a merge of Glens changes. | Nathan Scott | 2005-06-21 | 2 | -24/+37 |
| * | [XFS] Add support for project quota, based on Dan Knappes earlier work. | Nathan Scott | 2005-06-21 | 18 | -203/+348 |
| * | [XFS] remove xfs_incore_relse | Christoph Hellwig | 2005-06-21 | 3 | -20/+0 |
| * | [XFS] simplify XFS_PURGE_INODE | Christoph Hellwig | 2005-06-21 | 1 | -7/+1 |
| * | [XFS] rewrite xfs_iflush_all | Christoph Hellwig | 2005-06-21 | 3 | -94/+25 |
| * | [XFS] mark various symbols static Patch from Adrian Bunk | Christoph Hellwig | 2005-06-21 | 39 | -143/+135 |
| * | [XFS] Remove dead code. Patch from Adrian Bunk | Christoph Hellwig | 2005-06-21 | 10 | -214/+0 |
| * | [XFS] Fix pagebuf slab initialization | Christoph Hellwig | 2005-06-21 | 1 | -1/+1 |
| * | [XFS] fix some more compiler warnings in the vnode tracing code | Christoph Hellwig | 2005-06-21 | 1 | -2/+2 |
| * | [XFS] rename various pagebuf symbols to xfsbuf | Christoph Hellwig | 2005-06-21 | 1 | -66/+77 |
| * | [XFS] coordinate mmap calls with xfs_dm_punch_hole | Dean Roehrich | 2005-06-21 | 2 | -3/+28 |
| * | [XFS] Add a get/set interface for XFS project identifiers. | Nathan Scott | 2005-06-21 | 5 | -2/+28 |
* | | [PATCH] isofs: show hidden files, add granularity for assoc/hidden files flags | Jeremy White | 2005-06-21 | 4 | -18/+36 |
* | | [PATCH] rock: handle directory overflows | Andrew Morton | 2005-06-21 | 1 | -2/+74 |
* | | [PATCH] rock: rename union members | Andrew Morton | 2005-06-21 | 1 | -24/+24 |
* | | [PATCH] rock.c: handle corrupted directories | Andrew Morton | 2005-06-21 | 1 | -0/+13 |
* | | [PATCH] isofs: remove debug stuff | Andrew Morton | 2005-06-21 | 1 | -77/+32 |
* | | [PATCH] rock: lindent rock.h | Andrew Morton | 2005-06-21 | 1 | -90/+93 |
* | | [PATCH] rock: comment tidies | Andrew Morton | 2005-06-21 | 1 | -11/+21 |
* | | [PATCH] rock: remove MAYBE_CONTINUE | Andrew Morton | 2005-06-21 | 1 | -107/+130 |