Age | Commit message (Expand) | Author | Files | Lines |
2005-06-23 | [PATCH] RPC: [PATCH] improve rpcauthauth_create error returns | J. Bruce Fields | 2 | -11/+19 |
2005-06-23 | [PATCH] NFSv4: client-side caching NFSv4 ACLs | J. Bruce Fields | 2 | -13/+123 |
2005-06-23 | [PATCH] NFSv4: ACL support for the NFSv4 client: write | J. Bruce Fields | 1 | -1/+33 |
2005-06-23 | [PATCH] NFSv4: Client-side xdr for writing NFSv4 acls | J. Bruce Fields | 1 | -1/+70 |
2005-06-23 | [PATCH] NFSv4: ACL support for the NFSv4 client: read | J. Bruce Fields | 1 | -4/+65 |
2005-06-23 | [PATCH] NFSv4: Client-side xdr for reading NFSv4 acls | J. Bruce Fields | 1 | -0/+100 |
2005-06-23 | [PATCH] NFSv4: fix fattr size calculations | J. Bruce Fields | 1 | -7/+11 |
2005-06-23 | [PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4 | J. Bruce Fields | 3 | -1/+48 |
2005-06-23 | [PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached acls | Trond Myklebust | 1 | -7/+26 |
2005-06-23 | [PATCH] NFS: Allow NFS versions to support different sets of inode operations. | J. Bruce Fields | 4 | -1/+4 |
2005-06-23 | [PATCH] NFS: cleanup: shrink struct nfs_open_context | Trond Myklebust | 2 | -8/+28 |
2005-06-23 | [PATCH] NFS: Remove unused NFS inode field readdir_timestamp. | Trond Myklebust | 1 | -5/+3 |
2005-06-23 | [PATCH] NFS: Header file cleanup... | Trond Myklebust | 12 | -19/+264 |
2005-06-23 | [PATCH] NFS: Kill annoying mount version mismatch printks | Trond Myklebust | 1 | -74/+105 |
2005-06-23 | [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su... | Trond Myklebust | 2 | -3/+3 |
2005-06-23 | [PATCH] RPC: Make rpc_create_client() destroy the transport on failure. | Trond Myklebust | 5 | -14/+5 |
2005-06-22 | Merge rsync://oss.sgi.com/git/xfs-2.6 | Linus Torvalds | 73 | -1107/+957 |
2005-06-22 | [PATCH] isofs: show hidden files, add granularity for assoc/hidden files flags | Jeremy White | 4 | -18/+36 |
2005-06-22 | [PATCH] rock: handle directory overflows | Andrew Morton | 1 | -2/+74 |
2005-06-22 | [PATCH] rock: rename union members | Andrew Morton | 1 | -24/+24 |
2005-06-22 | [PATCH] rock.c: handle corrupted directories | Andrew Morton | 1 | -0/+13 |
2005-06-22 | [PATCH] isofs: remove debug stuff | Andrew Morton | 1 | -77/+32 |
2005-06-22 | [PATCH] rock: lindent rock.h | Andrew Morton | 1 | -90/+93 |
2005-06-22 | [PATCH] rock: comment tidies | Andrew Morton | 1 | -11/+21 |
2005-06-22 | [PATCH] rock: remove MAYBE_CONTINUE | Andrew Morton | 1 | -107/+130 |
2005-06-22 | [PATCH] rock: remove SETUP_ROCK_RIDGE | Andrew Morton | 1 | -17/+22 |
2005-06-22 | [PATCH] rock: remove CHECK_CE | Andrew Morton | 1 | -8/+9 |
2005-06-22 | [PATCH] rock: remove CONTINUE_DECLS | Andrew Morton | 1 | -12/+12 |
2005-06-22 | [PATCH] rock: remove CHECK_SP | Andrew Morton | 1 | -9/+21 |
2005-06-22 | [PATCH] rock: manual tidies | Andrew Morton | 1 | -286/+285 |
2005-06-22 | [PATCH] rock: lindent it | Andrew Morton | 1 | -291/+356 |
2005-06-22 | [PATCH] autofs4: bad lookup fix | Ian Kent | 1 | -1/+8 |
2005-06-22 | [PATCH] autofs4: post expire race fix | Ian Kent | 1 | -0/+7 |
2005-06-22 | [PATCH] autofs4: avoid panic on bind mount of autofs owned directory | Ian Kent | 3 | -5/+19 |
2005-06-22 | [PATCH] VFS: memory leak in do_kern_mount() | Gerald Schaefer | 1 | -0/+1 |
2005-06-22 | [PATCH] vm: try_to_free_pages unused argument | Darren Hart | 1 | -1/+1 |
2005-06-22 | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 3 | -0/+5 |
2005-06-22 | [PATCH] mm: add /proc/zoneinfo | Nikita Danilov | 1 | -0/+14 |
2005-06-22 | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 1 | -3/+3 |
2005-06-22 | [XFS] Handle inode semaphores properly for dmapi queues | Dean Roehrich | 2 | -13/+20 |
2005-06-22 | [PATCH] devfs: remove devfs from Kconfig preventing it from being built | Greg KH | 1 | -50/+0 |
2005-06-22 | Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 22 | -201/+100 |
2005-06-21 | [XFS] Remove some debugging code from quota syscalls. | Nathan Scott | 1 | -3/+0 |
2005-06-21 | [XFS] Merge a few minor fixes to the quota warning code. | Nathan Scott | 3 | -4/+32 |
2005-06-21 | [XFS] Merge fixes into realtime quota code, since one/two reported, still | Nathan Scott | 8 | -141/+143 |
2005-06-21 | [XFS] Makes more sense to use the fsxattr interface instead of adding new | Nathan Scott | 3 | -30/+10 |
2005-06-21 | [XFS] (mostly) remove xfs_inval_cached_pages Since the last round of | Christoph Hellwig | 4 | -32/+17 |
2005-06-21 | [XFS] simplify ASSERT | Christoph Hellwig | 2 | -7/+1 |
2005-06-21 | [XFS] consolidate extent item freeing | Christoph Hellwig | 3 | -103/+35 |
2005-06-21 | [XFS] quiesce the filesystem proper when freezing | Christoph Hellwig | 3 | -27/+40 |