Age | Commit message (Expand) | Author | Files | Lines |
2009-04-30 | nfsd4: set shorter timeout | J. Bruce Fields | 1 | -4/+7 |
2009-04-30 | nfsd4: setclientid_confirm callback-change fixes | J. Bruce Fields | 1 | -2/+0 |
2009-04-29 | nfsd: quiet compile warning | J. Bruce Fields | 1 | -1/+1 |
2009-04-29 | nfsd: support ext4 i_version | J. Bruce Fields | 2 | -21/+43 |
2009-04-29 | nfsd4: delete obsolete xdr comments | J. Bruce Fields | 1 | -27/+0 |
2009-04-29 | nfsd: eliminate ENCODE_HEAD macro | J. Bruce Fields | 1 | -24/+22 |
2009-04-28 | NFSD: Stricter buffer size checking in fs/nfsd/nfsctl.c | Chuck Lever | 1 | -5/+9 |
2009-04-28 | NFSD: Stricter buffer size checking in write_versions() | Chuck Lever | 1 | -7/+25 |
2009-04-28 | NFSD: Stricter buffer size checking in write_recoverydir() | Chuck Lever | 1 | -2/+3 |
2009-04-28 | SUNRPC: pass buffer size to svc_sock_names() | Chuck Lever | 1 | -1/+2 |
2009-04-28 | SUNRPC: pass buffer size to svc_addsock() | Chuck Lever | 1 | -1/+1 |
2009-04-28 | NFSD: Prevent a buffer overflow in svc_xprt_names() | Chuck Lever | 1 | -1/+1 |
2009-04-28 | NFSD: move lockd_up() before svc_addsock() | Chuck Lever | 1 | -9/+10 |
2009-04-28 | NFSD: Finish refactoring __write_ports() | Chuck Lever | 1 | -7/+13 |
2009-04-28 | NFSD: Note an additional requirement when passing TCP sockets to portlist | Chuck Lever | 1 | -1/+3 |
2009-04-28 | NFSD: Refactor socket creation out of __write_ports() | Chuck Lever | 1 | -30/+34 |
2009-04-28 | NFSD: Refactor portlist socket closing into a helper | Chuck Lever | 1 | -12/+24 |
2009-04-28 | NFSD: Refactor transport addition out of __write_ports() | Chuck Lever | 1 | -23/+33 |
2009-04-28 | NFSD: Refactor transport removal out of __write_ports() | Chuck Lever | 1 | -24/+29 |
2009-04-25 | nfsd4: distinguish expired from stale stateids | Bian Naimeng | 1 | -13/+49 |
2009-04-24 | rpcgss: remove redundant test on unsigned | Roel Kluin | 1 | -9/+4 |
2009-04-21 | Fix i_mutex vs. readdir handling in nfsd | David Woodhouse | 2 | -43/+28 |
2009-04-21 | Safer nfsd_cross_mnt() | Al Viro | 1 | -2/+7 |
2009-04-07 | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 11 | -374/+1999 |
2009-04-06 | nfsd41: define NFSD_DRC_SIZE_SHIFT in set_max_drc | Benny Halevy | 1 | -0/+2 |
2009-04-04 | nfsd41: CREATE_EXCLUSIVE4_1 | Benny Halevy | 2 | -0/+32 |
2009-04-04 | nfsd41: SUPPATTR_EXCLCREAT attribute | Benny Halevy | 1 | -1/+6 |
2009-04-04 | nfsd41: support for 3-word long attribute bitmask | Andy Adamson | 2 | -18/+56 |
2009-04-04 | nfsd: dynamically skip encoded fattr bitmap in _nfsd4_verify | Benny Halevy | 1 | -1/+2 |
2009-04-04 | nfsd41: pass writable attrs mask to nfsd4_decode_fattr | Benny Halevy | 1 | -6/+15 |
2009-04-04 | nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versions | Benny Halevy | 3 | -4/+48 |
2009-04-04 | nfsd41: add OPEN4_SHARE_ACCESS_WANT nfs4_stateid bmap | Andy Adamson | 1 | -1/+2 |
2009-04-04 | nfsd41: access_valid | Andy Adamson | 2 | -5/+16 |
2009-04-04 | nfsd41: clientid handling | Andy Adamson | 3 | -6/+29 |
2009-04-04 | nfsd41: check encode size for sessions maxresponse cached | Andy Adamson | 1 | -0/+51 |
2009-04-04 | nfsd41: stateid handling | Andy Adamson | 3 | -10/+44 |
2009-04-04 | nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_op | Benny Halevy | 2 | -14/+18 |
2009-04-04 | nfsd41: destroy_session operation | Benny Halevy | 2 | -3/+33 |
2009-04-04 | nfsd41: non-page DRC for solo sequence responses | Andy Adamson | 3 | -10/+76 |
2009-04-04 | nfsd41: Add a create session replay cache | Andy Adamson | 1 | -12/+27 |
2009-04-04 | nfsd41: create_session operation | Andy Adamson | 2 | -4/+332 |
2009-04-04 | nfsd41: clear DRC cache on free_session | Andy Adamson | 1 | -0/+7 |
2009-04-04 | nfsd41: nfsd DRC logic | Andy Adamson | 3 | -0/+24 |
2009-04-04 | nfsd41: hard page limit for DRC | Andy Adamson | 1 | -0/+23 |
2009-04-04 | nfsd41: DRC save, restore, and clear functions | Andy Adamson | 2 | -0/+146 |
2009-04-04 | nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules for minorversion !... | Andy Adamson | 2 | -8/+36 |
2009-04-04 | nfsd41: sequence operation | Benny Halevy | 2 | -5/+101 |
2009-04-04 | nfsd41: match clientid establishment method | Andy Adamson | 2 | -12/+33 |
2009-04-04 | nfsd41: exchange_id operation | Andy Adamson | 2 | -5/+284 |
2009-04-04 | nfsd41: proc stubs | Andy Adamson | 2 | -0/+54 |