| Commit message (Expand) | Author | Age | Files | Lines |
* | NFSv4: Simplify the struct nfs4_stateid | Trond Myklebust | 2012-03-06 | 6 | -18/+17 |
* | NFSv4: Add helpers for basic copying of stateids | Trond Myklebust | 2012-03-06 | 5 | -36/+38 |
* | NFSv4: Rename nfs4_copy_stateid() | Trond Myklebust | 2012-03-06 | 4 | -4/+4 |
* | 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 |
* | NFSv4: Further clean-ups of delegation stateid validation | Trond Myklebust | 2012-03-06 | 4 | -28/+27 |
* | NFSv4.1: Fix matching of the stateids when returning a delegation | Trond Myklebust | 2012-03-06 | 2 | -6/+6 |
* | NFS: Properly handle the case where the delegation is revoked | Trond Myklebust | 2012-03-06 | 5 | -4/+57 |
* | NFS: Fix a typo in _nfs_display_fhandle | Trond Myklebust | 2012-03-06 | 1 | -1/+1 |
* | NFS: Fix a compile issue when !CONFIG_NFS_V4_1 | Trond Myklebust | 2012-03-05 | 1 | -9/+19 |
* | Merge commit 'nfs-for-3.3-4' into nfs-for-next | Trond Myklebust | 2012-03-03 | 10 | -166/+117 |
|\ |
|
| * | NFSv4: fix server_scope memory leak | Weston Andros Adamson | 2012-02-17 | 1 | -6/+9 |
| * | NFSv4.1: Fix a NFSv4.1 session initialisation regression | Trond Myklebust | 2012-02-17 | 1 | -65/+42 |
| * | NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEID | Trond Myklebust | 2012-02-09 | 1 | -0/+2 |
| * | NFSv4: Fix an Oops in the NFSv4 getacl code | Trond Myklebust | 2012-02-04 | 2 | -5/+8 |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-02-03 | 5 | -10/+19 |
| |\ |
|
| | * | ceph: create a new session lock to avoid lock inversion | Alex Elder | 2012-02-02 | 4 | -9/+14 |
| | * | ceph: fix length validation in parse_reply_info() | Xi Wang | 2012-02-02 | 1 | -0/+2 |
| | * | ceph: change "ceph.layout" xattr to be "ceph.file.layout" | Alex Elder | 2012-02-02 | 1 | -1/+3 |
| * | | Fix race in process_vm_rw_core | Christopher Yeoh | 2012-02-02 | 1 | -20/+0 |
| * | | proc: make sure mem_open() doesn't pin the target's memory | Oleg Nesterov | 2012-02-01 | 1 | -1/+13 |
| * | | proc: unify mem_read() and mem_write() | Oleg Nesterov | 2012-02-01 | 1 | -58/+32 |
| * | | proc: mem_release() should check mm != NULL | Oleg Nesterov | 2012-02-01 | 1 | -2/+2 |
| * | | mtd: fix merge conflict resolution breakage | Artem Bityutskiy | 2012-02-01 | 1 | -6/+0 |
* | | | 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 | 2 | -0/+27 |
* | | | NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS | Chuck Lever | 2012-03-02 | 2 | -4/+4 |
* | | | NFS: Simplify arguments of encode_renew() | Chuck Lever | 2012-03-02 | 1 | -3/+4 |
* | | | NFS: Add a client-side function to display NFS file handles | Chuck Lever | 2012-03-02 | 1 | -0/+45 |
* | | | NFS: Make clientaddr= optional | Chuck Lever | 2012-03-02 | 2 | -6/+15 |
* | | | SUNRPC: Move clnt->cl_server into struct rpc_xprt | Trond Myklebust | 2012-03-02 | 2 | -3/+3 |
* | | | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust | 2012-03-02 | 6 | -21/+49 |
* | | | NFS: Add debugging messages to NFSv4's CLOSE procedure | Chuck Lever | 2012-03-02 | 1 | -3/+8 |
* | | | NFS: Clean up debugging in decode_pathname() | Chuck Lever | 2012-03-02 | 1 | -8/+8 |
* | | | NFS: Make nfs_cache_array.size a signed integer | Chuck Lever | 2012-03-02 | 1 | -1/+1 |
* | | | NFS: Consolidate the parsing of the '-ov4.x' and '-overs=4.x' mount options | Trond Myklebust | 2012-03-02 | 1 | -28/+3 |
* | | | NFS: Ensure we display the minor version correctly in /proc/mounts etc. | Trond Myklebust | 2012-03-02 | 1 | -2/+10 |
* | | | NFS: Extend the -overs= mount option to allow 4.x minorversions | Trond Myklebust | 2012-03-02 | 1 | -22/+62 |
* | | | NFSv4: parse and display server implementation ids | Weston Andros Adamson | 2012-03-01 | 4 | -5/+67 |
* | | | NFSv4: fix server_scope memory leak | Weston Andros Adamson | 2012-03-01 | 1 | -6/+9 |
* | | | NFSv4: Send implementation id with exchange_id | Weston Andros Adamson | 2012-03-01 | 2 | -2/+51 |
* | | | NFS: Store the legacy idmapper result in the keyring | Bryan Schumaker | 2012-03-01 | 1 | -388/+166 |
* | | | NFSv4.1: Get rid of NFS4CLNT_LAYOUTRECALL | Trond Myklebust | 2012-03-01 | 2 | -6/+1 |
* | | | NFSv4.1: Get rid of redundant NFS4CLNT_LAYOUTRECALL tests | Trond Myklebust | 2012-03-01 | 1 | -5/+2 |
* | | | NFS: release per-net clients lock before calling PipeFS dentries creation | Stanislav Kinsbursky | 2012-02-27 | 1 | -6/+24 |
* | | | NFSv4.1: Don't call nfs4_deviceid_purge_client() unless we're NFSv4.1 | Trond Myklebust | 2012-02-26 | 2 | -6/+4 |
* | | | NFS: Ensure struct nfs_client holds a reference to the net namespace | Trond Myklebust | 2012-02-19 | 1 | -1/+2 |
* | | | NFS: Ensure that the nfs_client 'net' field is always set | Trond Myklebust | 2012-02-19 | 1 | -2/+1 |
* | | | NFS: include filelayout DS rpc stats in mountstats | Weston Andros Adamson | 2012-02-17 | 1 | -0/+19 |