summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2021-02-23pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust1-1/+7
2021-01-23NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust1-5/+7
2021-01-23pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust1-0/+6
2021-01-23NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski1-1/+1
2020-12-29NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown1-1/+1
2020-12-29NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia1-2/+8
2020-11-05NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia1-3/+6
2020-11-05NFS: fix nfs_path in case of a rename retryAshish Sangwan1-4/+8
2020-10-14nfs: Fix security label length not being resetJeffrey Mitchell1-0/+3
2020-10-01NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust2-24/+53
2020-09-23NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia1-1/+6
2020-08-21nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-07-29SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2-10/+4
2020-06-30NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2-4/+10
2020-06-30pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust1-4/+7
2020-06-25NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia1-1/+1
2020-05-05nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher1-7/+15
2020-04-24NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust1-9/+8
2020-04-24NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro1-0/+2
2020-04-24NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust1-0/+2
2020-04-24NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust1-0/+1
2020-02-15NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski1-0/+5
2020-02-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust5-9/+16
2020-02-15nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven1-1/+1
2020-02-15NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-15NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-01-27NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust1-1/+1
2020-01-27NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust1-13/+19
2020-01-27NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust2-10/+24
2020-01-27NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2-8/+13
2020-01-27fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman1-1/+1
2020-01-17NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust1-1/+3
2019-11-24NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia1-3/+3
2019-11-12NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust3-5/+13
2019-11-06NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever1-0/+1
2019-11-06nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu1-2/+3
2019-10-17NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust1-35/+43
2019-10-11pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust1-2/+7
2019-10-11fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai1-1/+1
2019-09-21NFSv2: Fix write regressionTrond Myklebust1-1/+3
2019-09-21NFSv2: Fix eof handlingTrond Myklebust1-1/+2
2019-09-21NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust1-1/+1
2019-09-21NFSv4: Fix return value in nfs_finish_open()Trond Myklebust1-1/+1
2019-09-21NFSv4: Fix return values for nfs4_file_open()Trond Myklebust1-6/+6
2019-09-06NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2-9/+19
2019-09-06NFS: Pass error information to the pgio error cleanup routineTrond Myklebust4-7/+15
2019-09-06NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust1-7/+9
2019-09-06NFS: Clean up list moves of struct nfs_pageTrond Myklebust2-10/+5
2019-08-29NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust3-7/+28
2019-08-16NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust1-1/+1