summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
* NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust2021-01-191-0/+1
* pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust2021-01-191-0/+6
* NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski2021-01-191-1/+1
* NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust2021-01-063-3/+37
* NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown2020-12-301-1/+1
* NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia2020-12-301-2/+8
* NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia2020-11-051-3/+6
* NFS: fix nfs_path in case of a rename retryAshish Sangwan2020-11-051-4/+8
* nfs: Fix security label length not being resetJeffrey Mitchell2020-10-071-0/+3
* NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust2020-10-012-24/+53
* NFS: Zero-stateid SETATTR should first return delegationChuck Lever2020-09-231-1/+3
* NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia2020-09-231-1/+6
* nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2020-08-212-3/+5
* NFS: Don't return layout segments that are in useTrond Myklebust2020-08-191-19/+15
* NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust2020-08-191-11/+1
* SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2020-07-292-10/+4
* NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-302-4/+10
* pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust2020-06-301-4/+7
* NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia2020-06-251-1/+1
* NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski2020-05-201-18/+16
* nfs: fscache: use timespec64 in inode auxdataArnd Bergmann2020-05-203-11/+21
* NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski2020-05-201-1/+2
* nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher2020-05-061-7/+15
* 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