summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio()Trond Myklebust2020-03-281-12/+3
* pNFS/flexfiles: Specify the layout segment range in LAYOUTGETTrond Myklebust2020-03-271-4/+4
* pNFS/flexfiles: remove requirement for whole file layoutsTrond Myklebust2020-03-271-21/+0
* pNFS/flexfiles: Check the layout segment range before doing I/OTrond Myklebust2020-03-273-3/+13
* pNFS/flexfile: Don't merge layout segments if the mirrors don't matchTrond Myklebust2020-03-271-0/+19
* NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid layout segment handlingTrond Myklebust2020-03-271-16/+12
* NFS/pNFS: Simplify bucket layout segment reference countingTrond Myklebust2020-03-271-19/+20
* NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust2020-03-275-71/+97
* NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust2020-03-275-172/+1
* NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()Trond Myklebust2020-03-273-31/+54
* pNFS: Enable per-layout segment commit structuresTrond Myklebust2020-03-274-6/+117
* pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust2020-03-276-4/+120
* NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()Trond Myklebust2020-03-271-3/+16
* NFS: Fix O_DIRECT commit verifier handlingTrond Myklebust2020-03-273-124/+22
* NFS: commit errors should be fatalTrond Myklebust2020-03-271-2/+30
* NFS/pNFS: Allow O_DIRECT to release the DS commitinfoTrond Myklebust2020-03-272-0/+17
* pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist()Trond Myklebust2020-03-271-0/+16
* pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs()Trond Myklebust2020-03-271-8/+33
* NFSv4/pNFS: Scan the full list of commit arrays when committingTrond Myklebust2020-03-271-12/+40
* NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust2020-03-274-1/+17
* pNFS: Add a helper to allocate the array of bucketsTrond Myklebust2020-03-262-0/+34
* 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
* 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
* 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
* 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
* 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
* Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-151-0/+1
|\