summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2020-07-172-10/+4
* NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker2020-07-131-2/+18
* NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-262-4/+10
* pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust2020-06-261-4/+7
* nfs: Fix memory leak of export_pathTom Rix2020-06-261-0/+1
* Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-119-10/+125
|\
| * NFS: Fix direct WRITE throughput regressionChuck Lever2020-06-111-0/+2
| * nfs: set invalid blocks after NFSv4 writesZheng Bin2020-06-111-3/+11
| * NFS: remove redundant initialization of variable resultColin Ian King2020-06-111-1/+1
| * NFS: Add a tracepoint in nfs_set_pgio_error()Chuck Lever2020-06-112-0/+46
| * NFS: Trace short NFS READsChuck Lever2020-06-112-0/+49
| * NFS: nfs_xdr_status should record the procedure nameChuck Lever2020-06-111-2/+13
| * NFS: remove duplicate headersChen Zhou2020-05-271-1/+0
| * NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia2020-05-271-1/+1
| * NFS: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-271-1/+1
| * NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupXu Wang2020-05-271-1/+1
* | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-1/+1
* | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-022-5/+9
|/
* NFSv3: fix rpc receive buffer size for MOUNT callOlga Kornievskaia2020-05-141-1/+2
* NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfsTrond Myklebust2020-05-133-5/+7
* NFS: Don't use RPC_TASK_CRED_NOREF with delegreturnTrond Myklebust2020-05-111-1/+1
* Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/ke...Trond Myklebust2020-05-112-22/+18
|\
| * NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski2020-05-081-18/+16
| * NFS: Fix fscache super_cookie allocationDave Wysochanski2020-05-082-3/+0
| * NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski2020-05-081-1/+2
* | nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields2020-05-111-1/+1
* | NFS: Fix a race in __nfs_list_for_each_server()Trond Myklebust2020-04-301-1/+1
* | NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia2020-04-281-0/+8
* | NFSv4: Remove unreachable error condition due to rpc_run_task()Xiyu Yang2020-04-251-2/+1
* | nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher2020-04-201-7/+15
* | NFS/pnfs: Fix a credential use-after-free issue in pnfs_roc()Trond Myklebust2020-04-191-5/+2
* | NFS/pnfs: Ensure that _pnfs_return_layout() waits for layoutreturn completionTrond Myklebust2020-04-191-1/+3
|/
* NFS: Fix an ABBA spinlock issue in pnfs_update_layout()Trond Myklebust2020-04-131-1/+2
* Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-121-0/+1
|\
| * pNFS: Fix RCU lock leakageTrond Myklebust2020-04-111-0/+1
* | Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-0729-1134/+1717
|\|
| * NFS: Clean up process of marking inode stale.Trond Myklebust2020-04-064-8/+18
| * NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()Trond Myklebust2020-04-032-19/+34
| * NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()Trond Myklebust2020-04-031-1/+1
| * NFS: Beware when dereferencing the delegation credTrond Myklebust2020-04-032-1/+11
| * NFS: Add a module parameter to set nfs_mountpoint_expiry_timeoutTrond Myklebust2020-04-021-0/+50
| * NFS: finish_automount() requires us to hold 2 refs to the mount recordTrond Myklebust2020-04-021-5/+7
| * NFS: Fix a few constant_table array definitionsScott Mayhew2020-04-021-1/+4
| * NFS: Try to join page groups before an O_DIRECT retransmissionTrond Myklebust2020-04-012-1/+21
| * NFS: Refactor nfs_lock_and_join_requests()Trond Myklebust2020-04-012-68/+122
| * NFS: Reverse the submission order of requests in __nfs_pageio_add_request()Trond Myklebust2020-04-011-69/+64
| * NFS: Clean up nfs_lock_and_join_requests()Trond Myklebust2020-04-012-71/+94
| * NFS: Remove the redundant function nfs_pgio_has_mirroring()Trond Myklebust2020-04-012-11/+2
| * NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust2020-04-011-9/+8
| * NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()Trond Myklebust2020-04-011-0/+1