| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: Do secinfo as part of lookup | Bryan Schumaker | 2012-04-27 | 1 | -2/+0 |
* | NFS: Fix SECINFO_NO_NAME | Bryan Schumaker | 2012-04-27 | 1 | -5/+19 |
* | Avoid beyond bounds copy while caching ACL | Sachin Prabhu | 2012-04-27 | 1 | -1/+1 |
* | Avoid reading past buffer when calling GETACL | Sachin Prabhu | 2012-04-27 | 1 | -7/+11 |
* | NFSv4: Ensure we do not reuse open owner names | Trond Myklebust | 2012-04-20 | 1 | -4/+5 |
* | NFS: Fix a compile error when !defined NFS_DEBUG | Trond Myklebust | 2012-03-14 | 1 | -1/+1 |
* | NFSv4: Clean up nfs4_select_rw_stateid() | Trond Myklebust | 2012-03-08 | 1 | -4/+9 |
* | NFSv4: Add a helper encode_uint64 | Trond Myklebust | 2012-03-06 | 1 | -10/+11 |
* | NFSv4: More xdr cleanups | Trond Myklebust | 2012-03-06 | 1 | -114/+50 |
* | NFSv4: Cleanup - convert more functions to use encode_op_hdr | Trond Myklebust | 2012-03-06 | 1 | -9/+2 |
* | NFS: Fix nfs4_verifier memory alignment | Chuck Lever | 2012-03-06 | 1 | -20/+20 |
* | NFSv4: Add a encode op helper | Trond Myklebust | 2012-03-06 | 1 | -129/+32 |
* | NFSv4: Add a helper for encoding NFSv4 sequence ids | Trond Myklebust | 2012-03-06 | 1 | -19/+28 |
* | NFSv4: Minor clean ups for encode_string() | Trond Myklebust | 2012-03-06 | 1 | -22/+18 |
* | NFSv4: Simplify the struct nfs4_stateid | Trond Myklebust | 2012-03-06 | 1 | -3/+3 |
* | NFSv4: Rename nfs4_copy_stateid() | Trond Myklebust | 2012-03-06 | 1 | -1/+1 |
* | NFSv4: Add a helper for encoding stateids | Trond Myklebust | 2012-03-06 | 1 | -51/+62 |
* | NFSv4: Add a helper for encoding opaque data | Trond Myklebust | 2012-03-06 | 1 | -5/+9 |
* | NFSv4: Rename encode_stateid() to encode_open_stateid() | Trond Myklebust | 2012-03-06 | 1 | -3/+3 |
* | Merge commit 'nfs-for-3.3-4' into nfs-for-next | Trond Myklebust | 2012-03-03 | 1 | -1/+4 |
|\ |
|
| * | NFSv4: Fix an Oops in the NFSv4 getacl code | Trond Myklebust | 2012-02-03 | 1 | -1/+4 |
* | | NFS: Reduce debugging noise from encode_compound_hdr | Chuck Lever | 2012-03-02 | 1 | -1/+0 |
* | | NFS: Request fh_expire_type attribute in "server caps" operation | Chuck Lever | 2012-03-02 | 1 | -0/+26 |
* | | NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS | Chuck Lever | 2012-03-02 | 1 | -1/+1 |
* | | NFS: Simplify arguments of encode_renew() | Chuck Lever | 2012-03-02 | 1 | -3/+4 |
* | | NFS: Clean up debugging in decode_pathname() | Chuck Lever | 2012-03-02 | 1 | -8/+8 |
* | | NFSv4: parse and display server implementation ids | Weston Andros Adamson | 2012-03-01 | 1 | -5/+37 |
* | | NFSv4: Send implementation id with exchange_id | Weston Andros Adamson | 2012-03-01 | 1 | -2/+39 |
* | | NFS: start printks w/ NFS: even if __func__ shown | Weston Andros Adamson | 2012-02-06 | 1 | -5/+5 |
* | | NFS: printks in fs/nfs/ should start with NFS: | Weston Andros Adamson | 2012-02-06 | 1 | -1/+1 |
* | | NFS: Pass a stateid to test_stateid() and free_stateid() | Bryan Schumaker | 2012-02-06 | 1 | -1/+2 |
* | | NFSv4: Don't decode fs_locations if we didn't ask for them... | Trond Myklebust | 2012-01-31 | 1 | -9/+14 |
* | | SUNRPC: constify the rpc_program | Trond Myklebust | 2012-01-31 | 1 | -1/+1 |
|/ |
|
* | NFSv4: Save the owner/group name string when doing open | Trond Myklebust | 2012-01-07 | 1 | -59/+47 |
* | NFSv4: include bitmap in nfsv4 get acl data | Andy Adamson | 2012-01-05 | 1 | -8/+23 |
* | NFS: Clean up nfs4_xdr_dec_secinfo() | Chuck Lever | 2011-10-31 | 1 | -2/+0 |
* | pnfs: cleanup_layoutcommit | Andy Adamson | 2011-07-31 | 1 | -0/+1 |
* | pnfs: ask for layout_blksize and save it in nfs_server | Fred Isaman | 2011-07-31 | 1 | -17/+82 |
* | pnfs: GETDEVICELIST | Andy Adamson | 2011-07-31 | 1 | -0/+131 |
* | pnfs: use lwb as layoutcommit length | Peng Tao | 2011-07-31 | 1 | -1/+1 |
* | NFS: added FREE_STATEID call | Bryan Schumaker | 2011-07-12 | 1 | -0/+80 |
* | NFS: Added TEST_STATEID call | Bryan Schumaker | 2011-07-12 | 1 | -0/+91 |
* | NFS: Add SECINFO_NO_NAME procedure | Bryan Schumaker | 2011-07-12 | 1 | -0/+68 |
* | NFS: use scope from exchange_id to skip reclaim | Weston Andros Adamson | 2011-07-12 | 1 | -1/+7 |
* | NFSv4.1: update nfs4_fattr_bitmap_maxsz | Andy Adamson | 2011-07-11 | 1 | -1/+1 |
* | NFS: Fix decode_secinfo_maxsz | Bryan Schumaker | 2011-06-21 | 1 | -1/+1 |
* | NFSv4: Fix a readdir regression | Trond Myklebust | 2011-06-16 | 1 | -7/+7 |
* | NFSv4.1: deprecate headerpadsz in CREATE_SESSION | Benny Halevy | 2011-06-15 | 1 | -4/+6 |
* | pnfs: encode_layoutcommit | Benny Halevy | 2011-05-29 | 1 | -3/+13 |
* | pnfs: encode_layoutreturn | Andy Adamson | 2011-05-29 | 1 | -2/+7 |