| Commit message (Expand) | Author | Age | Files | Lines |
* | Move magic numbers into magic.h | Nick Black | 2009-09-23 | 2 | -5/+2 |
* | poll/select: avoid arithmetic overflow in __estimate_accuracy() | Guillaume Knispel | 2009-09-23 | 1 | -4/+10 |
* | smbfs: read buffer overflow | Roel Kluin | 2009-09-23 | 1 | -1/+1 |
* | Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2009-09-22 | 15 | -612/+783 |
|\ |
|
| * | nfsd4: nfsv4 clients should cross mountpoints | Steve Dickson | 2009-09-21 | 1 | -1/+8 |
| * | nfsd41: Refactor create_client() | Ricardo Labiaga | 2009-09-15 | 1 | -44/+45 |
| * | nfsd41: modify nfsd4.1 backchannel to use new xprt class | Alexandros Batsakis | 2009-09-15 | 1 | -2/+6 |
| * | nfsd41: Backchannel: Implement cb_recall over NFSv4.1 | Ricardo Labiaga | 2009-09-15 | 1 | -5/+48 |
| * | nfsd41: Backchannel: cb_sequence callback | Benny Halevy | 2009-09-15 | 1 | -0/+72 |
| * | nfsd41: Backchannel: Setup sequence information | Ricardo Labiaga | 2009-09-15 | 2 | -0/+63 |
| * | nfsd41: Backchannel: Server backchannel RPC wait queue | Ricardo Labiaga | 2009-09-15 | 1 | -0/+2 |
| * | nfsd41: Backchannel: Add sequence arguments to callback RPC arguments | Ricardo Labiaga | 2009-09-15 | 1 | -0/+5 |
| * | nfsd41: Backchannel: callback infrastructure | Andy Adamson | 2009-09-15 | 2 | -2/+29 |
| * | nfsd4: use common rpc_cred for all callbacks | J. Bruce Fields | 2009-09-15 | 2 | -28/+11 |
| * | nfsd4: allow nfs4 state startup to fail | J. Bruce Fields | 2009-09-15 | 2 | -6/+15 |
| * | nfsd4: fix null dereference creating nfsv4 callback client | J. Bruce Fields | 2009-09-15 | 1 | -2/+2 |
| * | nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definition | Benny Halevy | 2009-09-13 | 1 | -1/+1 |
| * | nfsd: fix leak on error in nfsv3 readdir | J. Bruce Fields | 2009-09-04 | 1 | -2/+3 |
| * | nfsd: clean up readdirplus encoding | J. Bruce Fields | 2009-09-04 | 1 | -38/+34 |
| * | nfsd4: filehandle leak or error exit from fh_compose() | J. Bruce Fields | 2009-09-04 | 1 | -1/+3 |
| * | NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path() | Trond Myklebust | 2009-09-03 | 2 | -5/+12 |
| * | nfsd: move fsid_type choice out of fh_compose | J. Bruce Fields | 2009-09-02 | 1 | -36/+41 |
| * | nfsd: move some of fh_compose into helper functions | J. Bruce Fields | 2009-09-02 | 1 | -38/+45 |
| * | nfsd41: replace page based DRC with buffer based DRC | Andy Adamson | 2009-09-01 | 3 | -165/+67 |
| * | nfsd41: replace nfserr_resource in pure nfs41 responses | Andy Adamson | 2009-09-01 | 1 | -3/+3 |
| * | nfsd41: use session maxreqs for sequence target and highest slotid | Andy Adamson | 2009-09-01 | 1 | -1/+5 |
| * | nfsd41: bound forechannel drc size by memory usage | Andy Adamson | 2009-09-01 | 1 | -18/+48 |
| * | NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attribute | Trond Myklebust | 2009-09-01 | 2 | -13/+1 |
| * | nfsd41: expand solo sequence check | Andy Adamson | 2009-08-28 | 1 | -9/+0 |
| * | nfsd4: remove ACE4_IDENTIFIER_GROUP flag from GROUP@ entry | Frank Filz | 2009-08-27 | 1 | -1/+1 |
| * | nfsd41: renew_client must be called under the state lock | Benny Halevy | 2009-08-27 | 1 | -5/+8 |
| * | knfsd: Replace lock_kernel with a mutex in nfsd pool stats. | Ryusei Yamaguchi | 2009-08-25 | 2 | -3/+23 |
| * | nfsd: Fix unnecessary deny bits in NFSv4 ACL | Frank Filz | 2009-08-24 | 1 | -1/+1 |
| * | nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on... | Jeff Layton | 2009-08-21 | 1 | -2/+5 |
| * | nfsd: add support for NFSv4 callbacks over IPv6 | Jeff Layton | 2009-08-21 | 1 | -4/+11 |
| * | nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storage | Jeff Layton | 2009-08-21 | 2 | -81/+11 |
| * | nfsd: make nfs4_client->cl_addr a struct sockaddr_storage | Jeff Layton | 2009-08-21 | 1 | -13/+19 |
| * | sunrpc: add routine for comparing addresses | Jeff Layton | 2009-08-21 | 4 | -5/+5 |
| * | Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs... | J. Bruce Fields | 2009-08-21 | 232 | -3895/+6761 |
| |\ |
|
| * | | nfsd41: encode replay sequence from the slot values | Andy Adamson | 2009-07-28 | 2 | -36/+37 |
| * | | nfsd41: rename nfsd4_enc_uncached_replay | Andy Adamson | 2009-07-28 | 1 | -2/+2 |
| * | | nfsd41: Use separate DRC for setclientid | Andy Adamson | 2009-07-28 | 3 | -29/+40 |
| * | | nfsd41: change check_slot_seqid parameters | Andy Adamson | 2009-07-28 | 1 | -11/+13 |
| * | | nfsd41: remove redundant forechannel max requests check | Andy Adamson | 2009-07-28 | 1 | -4/+0 |
| * | | nfsd41: hange from page to memory based drc limits | Andy Adamson | 2009-07-28 | 2 | -22/+19 |
| * | | nfsd41: reserve less memory for DRC | Andy Adamson | 2009-07-28 | 1 | -2/+1 |
| * | | nfsd41: minor set_forechannel_maxreqs cleanup | Andy Adamson | 2009-07-28 | 1 | -8/+7 |
| * | | nfsd41: reclaim DRC memory on session free | Andy Adamson | 2009-07-28 | 1 | -0/+3 |
| * | | nfsd: minor write_pool_threads exit cleanup | J. Bruce Fields | 2009-07-28 | 1 | -5/+1 |
| * | | Fix memory leak in write_pool_threads | Eric Sesterhenn | 2009-07-28 | 1 | -0/+1 |