summaryrefslogtreecommitdiff
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust2020-04-231-9/+8
* NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-04-231-0/+2
* NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust2020-04-231-0/+2
* NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust2020-04-171-0/+1
* nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-04-023-1/+3
* NFS: Fix memory leaksWenwen Wang2020-02-241-2/+2
* NFSv4.1 make cachethis=no for writesOlga Kornievskaia2020-02-191-1/+1
* NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski2020-02-141-0/+5
* NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust2020-02-145-9/+16
* NFS: Revalidate the file size on a fatal write errorTrond Myklebust2020-02-141-0/+8
* nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven2020-02-141-1/+1
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-111-11/+19
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-111-2/+15
* NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust2020-01-271-1/+1
* NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust2020-01-271-13/+19
* NFS: Add missing encode / decode sequence_maxsz to v4.2 operationsAnna Schumaker2020-01-271-0/+10
* NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust2020-01-272-10/+24
* NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2020-01-272-8/+13
* fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman2020-01-271-1/+1
* NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust2020-01-171-1/+3
* NFSv2: Fix a typo in encode_sattr()Trond Myklebust2020-01-171-1/+1
* NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia2019-11-241-3/+3
* NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-123-5/+13
* NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust2019-11-061-1/+1
* NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-11-061-0/+1
* nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu2019-11-061-2/+3
* NFSv4: Ensure that the state manager exits the loop on SIGKILLTrond Myklebust2019-11-061-1/+1
* NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-171-35/+43
* pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust2019-10-111-2/+7
* fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai2019-10-111-1/+1
* NFSv2: Fix write regressionTrond Myklebust2019-09-211-1/+3
* NFSv2: Fix eof handlingTrond Myklebust2019-09-211-1/+2
* NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust2019-09-211-1/+1
* NFSv4: Fix return value in nfs_finish_open()Trond Myklebust2019-09-211-1/+1
* NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-09-211-6/+6
* NFSv4: Fix delegation state recoveryTrond Myklebust2019-09-163-15/+14
* NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2019-09-062-9/+19
* NFS: Pass error information to the pgio error cleanup routineTrond Myklebust2019-09-064-7/+15
* NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust2019-09-061-7/+9
* NFS: Clean up list moves of struct nfs_pageTrond Myklebust2019-09-062-10/+5
* NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust2019-08-293-2/+8
* NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust2019-08-293-7/+28
* NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust2019-08-161-1/+1
* NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington2019-08-041-2/+2
* NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2019-08-041-40/+39
* NFS: Refactor nfs_lookup_revalidate()Trond Myklebust2019-08-041-96/+126
* NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust2019-08-041-3/+12
* pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust2019-07-261-1/+1
* pNFS: Fix a typo in pnfs_update_layoutTrond Myklebust2019-07-261-1/+1
* pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust2019-07-261-1/+1