summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2020-04-23NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro1-0/+2
2020-04-23NFSv4.2: error out when relink swapfileMurphy Zhou1-0/+3
2020-04-23NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust1-0/+2
2020-04-23NFS: alloc_nfs_open_context() must use the file cred when availableTrond Myklebust1-5/+5
2020-04-17NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust1-0/+1
2020-04-17NFS: Fix use-after-free issues in nfs_pageio_add_request()Trond Myklebust1-24/+24
2020-04-01nfs: add minor version to nfs_server_key for fscacheScott Mayhew3-1/+3
2020-03-05NFSv4: Fix races between open and dentry revalidationTrond Myklebust2-3/+16
2020-02-24NFS: Fix memory leaksWenwen Wang1-2/+2
2020-02-19NFSv4.1 make cachethis=no for writesOlga Kornievskaia1-1/+1
2020-02-15NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski4-14/+11
2020-02-15NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski1-0/+5
2020-02-15NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust1-1/+1
2020-02-15NFS: Fix fix of show_nfs_errorsTrond Myklebust1-15/+16
2020-02-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust5-9/+16
2020-02-15NFS: Revalidate the file size on a fatal write errorTrond Myklebust1-0/+8
2020-02-15nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven1-1/+1
2020-02-11NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-11NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-01-17NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust1-1/+3
2020-01-17NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()Trond Myklebust1-9/+25
2020-01-17NFSv2: Fix a typo in encode_sattr()Trond Myklebust1-1/+1
2019-11-01NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust1-1/+1
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust3-5/+13
2019-10-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever1-0/+1
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust1-42/+0
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust1-35/+43
2019-10-02nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu1-2/+3
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds11-177/+365
2019-09-24pNFS/filelayout: enable LAYOUTGET on OPENOlga Kornievskaia1-0/+1
2019-09-24NFS: Optimise the default readahead sizeTrond Myklebust2-9/+8
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKUTrond Myklebust1-5/+48
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust3-21/+72
2019-09-20NFSv4: Fix OPEN_DOWNGRADE error handlingTrond Myklebust1-1/+3
2019-09-20pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidTrond Myklebust3-7/+17
2019-09-20NFSv4: Add a helper to increment stateid seqidsTrond Myklebust1-0/+9
2019-09-20NFSv4: Handle RPC level errors in LAYOUTRETURNTrond Myklebust2-0/+24
2019-09-20NFSv4: Handle NFS4ERR_DELAY correctly in return-on-closeTrond Myklebust1-0/+4
2019-09-20NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust3-56/+50
2019-09-20pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust1-2/+7
2019-09-20NFS: remove unused check for negative dentryBenjamin Coddington1-5/+1
2019-09-20NFSv3: use nfs_add_or_obtain() to create and reference inodesBenjamin Coddington1-9/+36
2019-09-20NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington1-14/+27
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-1/+19
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+0
2019-09-02NFS: Fix inode fileid checks in attribute revalidation codeTrond Myklebust1-8/+10
2019-08-31kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.hAl Viro1-2/+0
2019-08-30fs: nfs: Initialize filesystem timestamp rangesDeepa Dinamani1-1/+19
2019-08-27NFS: remove set but not used variable 'mapping'YueHaibing1-2/+0
2019-08-27NFSv2: Fix write regressionTrond Myklebust1-1/+3