summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust2017-11-173-12/+13
* NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust2017-11-175-2/+65
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-11-171-1/+1
* NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust2017-11-171-15/+26
* NFSv4: Add a tracepoint to document open stateid updatesTrond Myklebust2017-11-172-0/+5
* NFSv4: Fix OPEN / CLOSE raceTrond Myklebust2017-11-173-35/+123
* sunrpc: Add rpc_request static trace pointChuck Lever2017-11-172-2/+31
* sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-11-171-2/+1
* SUNRPC: Fix parsing failure in trace points with XIDsChuck Lever2017-11-171-24/+25
* net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-11-173-0/+16
* NFS: Fix bool initialization/comparisonThomas Meyer2017-11-174-8/+8
* NFS: Avoid RCU usage in tracepointsAnna Schumaker2017-11-171-18/+6
* xprtrdma: Update copyright noticesChuck Lever2017-11-175-0/+5
* xprtrdma: Remove include for linux/prefetch.hChuck Lever2017-11-171-1/+0
* rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever2017-11-173-68/+3
* xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeChuck Lever2017-11-171-1/+1
* fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova2017-11-177-32/+33
* fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova2017-11-172-7/+8
* fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova2017-11-173-8/+8
* fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_tElena Reshetova2017-11-172-4/+4
* fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova2017-11-172-5/+6
* fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova2017-11-172-7/+7
* fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova2017-11-172-8/+8
* fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova2017-11-172-6/+7
* NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2017-11-172-47/+103
* xprtrdma: Remove atomic send completion countingChuck Lever2017-11-173-33/+0
* xprtrdma: RPC completion should wait for Send completionChuck Lever2017-11-174-4/+34
* xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever2017-11-173-13/+22
* xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever2017-11-174-4/+8
* xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever2017-11-174-32/+247
* xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever2017-11-171-7/+5
* xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever2017-11-173-24/+38
* xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()Chuck Lever2017-11-171-14/+24
* xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()Chuck Lever2017-11-171-1/+1
* xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever2017-11-173-27/+14
* xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever2017-11-173-23/+36
* xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever2017-11-172-57/+69
* xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever2017-11-172-19/+20
* xprtrdma: Throw away reply when version is unrecognizedChuck Lever2017-11-171-9/+8
* xprtrdma: Remove ro_unmap_safeChuck Lever2017-10-163-40/+0
* xprtrdma: Use ro_unmap_sync in xprt_rdma_send_requestChuck Lever2017-10-161-1/+2
* xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever2017-10-161-1/+1
* NFS: remove special-case revalidate in nfs_opendir()NeilBrown2017-10-161-7/+0
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-10-161-2/+2
* NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker2017-10-163-37/+10
* NFS: Create NFS_ACCESS_* flagsAnna Schumaker2017-10-162-8/+18
* Linux 4.14-rc5v4.14-rc5Linus Torvalds2017-10-151-1/+1
* Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-158-81/+115
|\
| * binder: fix use-after-free in binder_transaction()Todd Kjos2017-10-041-27/+66
| * Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan2017-10-044-25/+23