summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-04-041-5/+6
|\ \
| * | nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-161-5/+6
| |/
* | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-313-38/+38
|\ \
| * | NFS: Ensure security label is set for root inodeScott Mayhew2020-03-303-38/+38
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-1/+1
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-03-241-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | nfs: Fix nfs_access_get_cached_rcu() sparse errorMadhuparna Bhowmik2020-02-201-1/+1
| | |/
* | | Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds2020-03-301-1/+1
|\ \ \ | |/ / |/| |
| * | Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund2020-03-021-1/+1
| |/
* | nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-02-253-1/+3
* | NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew2020-02-251-0/+2
* | NFS: Don't hard-code the fs_type when submountingScott Mayhew2020-02-251-1/+1
* | NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew2020-02-211-0/+7
* | NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust2020-02-131-3/+8
* | NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust2020-02-132-7/+27
* | NFSv4.1 make cachethis=no for writesOlga Kornievskaia2020-02-131-1/+1
* | NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-123-3/+109
* | NFSv4: Fix races between open and dentry revalidationTrond Myklebust2020-02-102-3/+16
* | NFS: Fix up directory verifier racesTrond Myklebust2020-02-101-7/+14
|/