summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Add a helper to allocate the array of bucketsTrond Myklebust2020-03-263-3/+46
* NFS/pNFS: Refactor pnfs_generic_commit_pagelist()Trond Myklebust2020-03-262-101/+76
* pNFS/flexfiles: Simplify allocation of the mirror arrayTrond Myklebust2020-03-262-17/+6
* SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia2020-03-261-1/+2
* NFS: Don't specify NFS version in "UDP not supported" errorPetr Vorel2020-03-251-2/+2
* nfsroot: set tcp as the default transport protocolLiwei Song2020-03-251-1/+1
* NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-03-221-0/+2
* nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust2020-03-172-5/+2
* SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever2020-03-161-6/+8
* SUNRPC: Remove xdr_buf_read_mic()Chuck Lever2020-03-162-56/+0
* sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever2020-03-161-19/+58
* nfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-162-2/+2
* NFSv4.2: error out when relink swapfileMurphy Zhou2020-03-161-0/+3
* NFS:remove redundant call to nfs_do_accessZhouyi Zhou2020-03-161-8/+1
* SUNRPC: remove redundant assignments to variable statusColin Ian King2020-03-161-1/+1
* NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust2020-03-167-18/+186
* NFSv4: Clean up nfs_delegation_reap_expired()Trond Myklebust2020-03-161-43/+40
* NFSv4: Clean up nfs_delegation_reap_unclaimed()Trond Myklebust2020-03-161-39/+37
* NFSv4: Clean up nfs_client_return_marked_delegations()Trond Myklebust2020-03-161-69/+60
* NFS: Add a helper nfs_client_for_each_server()Trond Myklebust2020-03-162-1/+38
* NFSv4/pnfs: Clean up nfs_layout_find_inode()Trond Myklebust2020-03-161-31/+21
* NFSv4: Ensure layout headers are RCU safeTrond Myklebust2020-03-165-11/+13
* NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust2020-03-161-0/+2
* pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the serverTrond Myklebust2020-03-161-9/+11
* NFS: Limit the size of the access cache by defaultTrond Myklebust2020-03-161-1/+1
* NFS: Avoid referencing the cred twice in async rename/unlinkTrond Myklebust2020-03-161-2/+2
* NFSv4: Avoid unnecessary credential references in layoutgetTrond Myklebust2020-03-162-3/+2
* NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/OTrond Myklebust2020-03-161-5/+5
* NFS: Assume cred is pinned by open context in I/O requestsTrond Myklebust2020-03-162-2/+2
* SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust2020-03-161-0/+3
* SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2020-03-163-3/+6
* NFS: alloc_nfs_open_context() must use the file cred when availableTrond Myklebust2020-03-161-5/+5
* NFS: Ensure we time out if a delegreturn does not completeTrond Myklebust2020-03-161-1/+2
* NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout credTrond Myklebust2020-03-163-5/+18
* NFSv4: nfs_update_inplace_delegation() should update delegation credTrond Myklebust2020-03-161-1/+19
* NFS: Use the 64-bit server readdir cookies when possibleTrond Myklebust2020-03-161-17/+44
* Linux 5.6-rc6v5.6-rc6Linus Torvalds2020-03-151-1/+1
* Merge tag 'irq-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-152-1/+31
|\
| * Merge tag 'irqchip-fixes-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2020-03-152-1/+31
| |\
| | * irqchip/gic-v3: Workaround Cavium erratum 38539 when reading GICD_TYPER2Marc Zyngier2020-03-142-1/+31
* | | Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-154-45/+67
|\ \ \
| * | | futex: Unbreak futex hashingThomas Gleixner2020-03-091-2/+2
| * | | futex: Fix inode life-time issuePeter Zijlstra2020-03-064-43/+65
* | | | Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-152-6/+26
|\ \ \ \
| * | | | x86/vector: Remove warning on managed interrupt migrationPeter Xu2020-03-131-6/+8
| * | | | x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky2020-03-111-0/+18
* | | | | Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-1530-134/+139
|\ \ \ \ \
| * | | | | perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips2020-03-121-10/+7
| * | | | | Merge tag 'perf-urgent-for-mingo-5.6-20200306' of git://git.kernel.org/pub/sc...Ingo Molnar2020-03-0724-84/+98
| |\ \ \ \ \
| | * | | | | tools: Fix off-by 1 relative directory includesIan Rogers2020-03-0612-72/+72