summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust2019-09-203-56/+50
* pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust2019-09-201-2/+7
* NFS: remove unused check for negative dentryBenjamin Coddington2019-09-201-5/+1
* NFSv3: use nfs_add_or_obtain() to create and reference inodesBenjamin Coddington2019-09-201-9/+36
* NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington2019-09-202-14/+30
* SUNRPC: Fix congestion window race with disconnectChuck Lever2019-09-201-0/+7
* SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust2019-09-201-1/+13
* SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2019-09-203-24/+32
* SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington2019-09-201-9/+18
* SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust2019-09-172-4/+7
* SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust2019-09-171-1/+7
* SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2019-09-173-26/+35
* xprtrdma: Send Queue size grows after a reconnectChuck Lever2019-08-261-12/+14
* xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever2019-08-263-4/+9
* xprtrdma: Recycle MRs after disconnectChuck Lever2019-08-263-9/+29
* NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-10/+1
* NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-2/+16
* NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-11/+2
* NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-8/+21
* NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-8/+2
* NFS: Add an nfs4_call_sync_custom() functionAnna Schumaker2019-08-221-10/+15
* NFSv4: Fix a memory leak bugWenwen Wang2019-08-211-2/+4
* xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever2019-08-211-1/+1
* xprtrdma: Inline XDR chunk encoder functionsChuck Lever2019-08-211-9/+12
* xprtrdma: Fix bc_max_slots return valueChuck Lever2019-08-211-3/+1
* xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever2019-08-211-4/+4
* xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever2019-08-212-59/+53
* xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever2019-08-213-18/+16
* xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever2019-08-215-14/+69
* xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever2019-08-202-4/+5
* xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever2019-08-205-44/+63
* xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever2019-08-203-28/+11
* xprtrdma: Simplify rpcrdma_mr_popChuck Lever2019-08-204-21/+11
* xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever2019-08-201-1/+3
* xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever2019-08-202-19/+9
* xprtrdma: Rename CQE field in Receive trace pointsChuck Lever2019-08-202-11/+12
* xprtrdma: Boost client's max slot table size to match Linux serverChuck Lever2019-08-201-2/+2
* xprtrdma: Boost maximum transport header sizeChuck Lever2019-08-202-14/+18
* xprtrdma: Fix calculation of ri_max_segs againChuck Lever2019-08-201-2/+2
* xprtrdma: Update obsolete commentChuck Lever2019-08-201-3/+0
* xprtrdma: Refresh the documenting comment in frwr_ops.cChuck Lever2019-08-201-48/+18
* SUNRPC: Inline xdr_commit_encodeChuck Lever2019-08-201-1/+1
* SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever2019-08-202-26/+4
* fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai2019-08-201-1/+1
* Linux 5.3-rc5v5.3-rc5Linus Torvalds2019-08-181-1/+1
* Merge tag 'fixes-for-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-181-2/+3
|\
| * mtd: spi-nor: Fix the disabling of write protection at initTudor Ambarus2019-08-131-2/+3
* | Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-08-184-55/+35
|\ \
| * | btrfs: trim: Check the range passed into to prevent overflowQu Wenruo2019-08-071-3/+11
| * | Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana2019-08-074-52/+24