| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-12 | 1 | -4/+1 |
|\ |
|
| * | Fix nfsd truncation of readdir results | Doug Nazar | 2008-11-09 | 1 | -4/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-07 | 1 | -0/+1 |
|\| |
|
| * | nfsd: fix failure to set eof in readdir in some situations | J. Bruce Fields | 2008-10-30 | 1 | -0/+1 |
* | | fs: replace NIPQUAD() | Harvey Harrison | 2008-10-31 | 2 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-10-23 | 5 | -116/+201 |
|\ |
|
| * | [PATCH] Optimise NFS readdir hack slightly. | David Woodhouse | 2008-10-23 | 1 | -2/+3 |
| * | [PATCH] prepare vfs_readdir() callers to returning filldir result | Al Viro | 2008-10-23 | 1 | -2/+9 |
| * | [PATCH] Copy XFS readdir hack into nfsd code. | David Woodhouse | 2008-10-23 | 1 | -15/+93 |
| * | [PATCH] Factor out nfsd_do_readdir() into its own function | David Woodhouse | 2008-10-23 | 1 | -16/+24 |
| * | [PATCH] switch nfsd to kern_path() | Al Viro | 2008-10-23 | 4 | -58/+56 |
| * | [PATCH] sanitize svc_export_parse() | Al Viro | 2008-10-23 | 1 | -42/+35 |
* | | nfsd: clean up expkey_parse error cases | J. Bruce Fields | 2008-10-22 | 1 | -14/+11 |
* | | nfsd: Drop reference in expkey_parse error cases | Krishna Kumar | 2008-10-22 | 1 | -2/+6 |
* | | nfsd: Fix memory leak in nfsd_getxattr | Krishna Kumar | 2008-10-22 | 1 | -1/+5 |
* | | NFSD: Fix BUG during NFSD shutdown processing | Chuck Lever | 2008-10-22 | 1 | -0/+4 |
|/ |
|
* | NLM: Remove unused argument from svc_addsock() function | Chuck Lever | 2008-10-04 | 1 | -1/+1 |
* | NLM: Remove "proto" argument from lockd_up() | Chuck Lever | 2008-10-04 | 2 | -15/+9 |
* | nfsd: common grace period control | J. Bruce Fields | 2008-10-03 | 3 | -24/+19 |
* | nfsd: use nfs client rpc callback program | Benny Halevy | 2008-09-30 | 1 | -0/+1 |
* | nfsd: do_probe_callback should not clear rpc stats | Benny Halevy | 2008-09-30 | 1 | -3/+0 |
* | knfsd: allocate readahead cache in individual chunks | Jeff Layton | 2008-09-29 | 1 | -24/+35 |
* | nfsd: nfs4xdr decode_stateid helper function | Benny Halevy | 2008-09-29 | 1 | -44/+55 |
* | nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateid | Benny Halevy | 2008-09-29 | 1 | -1/+3 |
* | nfsd: don't declare p in ENCODE_SEQID_OP_HEAD | Benny Halevy | 2008-09-29 | 1 | -1/+1 |
* | nfsd: nfs4xdr encode_stateid helper function | Benny Halevy | 2008-09-29 | 1 | -44/+32 |
* | nfsd: fix nfsd4_encode_open buffer space reservation | Benny Halevy | 2008-09-29 | 1 | -1/+1 |
* | nfsd: properly xdr-encode deleg stateid returned from open | Benny Halevy | 2008-09-29 | 1 | -2/+6 |
* | nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recall | Benny Halevy | 2008-09-29 | 1 | -1/+2 |
* | nfsd: permit unauthenticated stat of export root | J. Bruce Fields | 2008-09-29 | 4 | -17/+31 |
* | SUNRPC: Add address family field to svc_serv data structure | Chuck Lever | 2008-09-29 | 1 | -0/+1 |
* | nfsd: fix buffer overrun decoding NFSv4 acl | J. Bruce Fields | 2008-09-01 | 1 | -1/+1 |
* | nfsd: fix compound state allocation error handling | Andy Adamson | 2008-09-01 | 1 | -6/+6 |
* | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-08-13 | 1 | -3/+3 |
|\ |
|
| * | fs/nfsd/export.c: Adjust error handling code involving auth_domain_put | Julia Lawall | 2008-07-30 | 1 | -3/+3 |
* | | [NFSD] uninline nfsd4_op_name() | Adrian Bunk | 2008-08-08 | 1 | -3/+2 |
* | | [PATCH] get rid of indirect users of namei.h | Al Viro | 2008-07-27 | 1 | -0/+1 |
* | | [PATCH] kill nameidata passing to permission(), rename to inode_permission() | Al Viro | 2008-07-27 | 2 | -3/+3 |
* | | [patch 5/5] vfs: remove mode parameter from vfs_symlink() | Miklos Szeredi | 2008-07-27 | 1 | -8/+2 |
* | | lockd: dont return EAGAIN for a permanent error | Miklos Szeredi | 2008-07-25 | 1 | -4/+9 |
|/ |
|
* | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-07-21 | 12 | -441/+544 |
|\ |
|
| * | nfsd: nfs4xdr.c do-while is not a compound statement | Harvey Harrison | 2008-07-18 | 1 | -2/+2 |
| * | nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.c | J. Bruce Fields | 2008-07-18 | 1 | -74/+74 |
| * | lockd: Pass "struct sockaddr *" to new failover-by-IP function | Chuck Lever | 2008-07-15 | 1 | -5/+10 |
| * | nfsd: take file and mnt write in nfs4_upgrade_open | Benny Halevy | 2008-07-07 | 1 | -0/+4 |
| * | nfsd: document open share bit tracking | J. Bruce Fields | 2008-07-07 | 1 | -0/+18 |
| * | nfsd: tabulate nfs4 xdr encoding functions | Benny Halevy | 2008-07-04 | 1 | -114/+91 |
| * | Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ... | J. Bruce Fields | 2008-07-03 | 1 | -1/+1 |
| |\ |
|
| * | | nfsd: dprint operation names | Benny Halevy | 2008-07-03 | 1 | -2/+50 |
| * | | nfsd: nfs4 minorversion decoder vectors | Benny Halevy | 2008-07-02 | 1 | -3/+14 |