| Commit message (Expand) | Author | Age |
* | [PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugs | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] NFS: Fix up v3 ACL caching code | Trond Myklebust | 2005-06-22 |
* | [PATCH] NFS: Cache the NFSv3 acls. | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present. | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] NFS: Add support for NFSv3 ACLs | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] NFSD: Add server support for NFSv3 ACLs. | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a sing... | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping table | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] RPC: Encode and decode arbitrary XDR arrays | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] RPC: fix accounting bug in the case of a truncated RPC message | Trond Myklebust | 2005-06-22 |
* | [PATCH] RPC: Lazy RPC receive buffer allocation | Olaf Kirch | 2005-06-22 |
* | [PATCH] RPC: Allow multiple RPC client programs to share the same transport | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] RPC: Return -EPFNOSUPPORT for RPC programs that are unavailable | Andreas Gruenbacher | 2005-06-22 |
* | [PATCH] RPC: [PATCH] improve rpcauthauth_create error returns | J. Bruce Fields | 2005-06-22 |
* | [PATCH] RPC: Don't fall back from krb5p to krb5i | J. Bruce Fields | 2005-06-22 |
* | [PATCH] NFSv4: client-side caching NFSv4 ACLs | J. Bruce Fields | 2005-06-22 |
* | [PATCH] NFSv4: ACL support for the NFSv4 client: write | J. Bruce Fields | 2005-06-22 |
* | [PATCH] NFSv4: Client-side xdr for writing NFSv4 acls | J. Bruce Fields | 2005-06-22 |
* | [PATCH] NFSv4: ACL support for the NFSv4 client: read | J. Bruce Fields | 2005-06-22 |
* | [PATCH] NFSv4: Client-side xdr for reading NFSv4 acls | J. Bruce Fields | 2005-06-22 |
* | [PATCH] NFSv4: fix fattr size calculations | J. Bruce Fields | 2005-06-22 |
* | [PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4 | J. Bruce Fields | 2005-06-22 |
* | [PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached acls | Trond Myklebust | 2005-06-22 |
* | [PATCH] NFS: Allow NFS versions to support different sets of inode operations. | J. Bruce Fields | 2005-06-22 |
* | [PATCH] NFS: cleanup: shrink struct nfs_open_context | Trond Myklebust | 2005-06-22 |
* | [PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit() | Trond Myklebust | 2005-06-22 |
* | [PATCH] NFS: Remove unused NFS inode field readdir_timestamp. | Trond Myklebust | 2005-06-22 |
* | [PATCH] NFS: Header file cleanup... | Trond Myklebust | 2005-06-22 |
* | [PATCH] NFS: Kill annoying mount version mismatch printks | Trond Myklebust | 2005-06-22 |
* | [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su... | Trond Myklebust | 2005-06-22 |
* | [PATCH] RPC: Make rpc_create_client() destroy the transport on failure. | Trond Myklebust | 2005-06-22 |
* | [PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_header | Trond Myklebust | 2005-06-22 |
* | [PATCH] RPC: Fix a race with rpc_restart_call() | Trond Myklebust | 2005-06-22 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 | Linus Torvalds | 2005-06-22 |
|\ |
|
| * | [PATCH] I2C: fix ds1374 build | Andrew Morton | 2005-06-22 |
| * | [PATCH] I2C: w83781d: remove non-i2c sensor chips | Jean Delvare | 2005-06-22 |
| * | [PATCH] I2C: fix up ds1374.c driver so it will build. | Greg KH | 2005-06-22 |
| * | [PATCH] I2C: Add support for Maxim/Dallas DS1374 Real-Time Clock Chip (2/2) | Randy Vinson | 2005-06-22 |
| * | [PATCH] I2C: Add support for Maxim/Dallas DS1374 Real-Time Clock Chip (1/2) | Randy Vinson | 2005-06-22 |
| * | [PATCH] I2C: add new pca9539 driver | bgardner@wabtec.com | 2005-06-22 |
| * | [PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h | Jean Delvare | 2005-06-22 |
| * | [PATCH] max6875: new i2c device driver | BGardner@Wabtec.com | 2005-06-22 |
| * | [PATCH] I2C: drivers/i2c/chips/it87.c: use dynamic sysfs callbacks | Jean Delvare | 2005-06-22 |
| * | [PATCH] I2C: lm63 uses new sysfs callbacks | Jean Delvare | 2005-06-22 |
| * | [PATCH] I2C: lm83 uses new sysfs callbacks | Jean Delvare | 2005-06-22 |
| * | [PATCH] I2C: lm90 uses new sysfs callbacks | Jean Delvare | 2005-06-22 |
| * | [PATCH] I2C: add adm9240 driver documentation | Grant Coady | 2005-06-22 |
| * | [PATCH] I2C: pcf8574 driver cleanup | Jean Delvare | 2005-06-22 |
| * | [PATCH] I2C: KConfig update - some EXPERIMENTAL removal | R.Marek@sh.cvut.cz | 2005-06-22 |
| * | [PATCH] I2C: documentation update 3/3 | R.Marek@sh.cvut.cz | 2005-06-22 |