summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorLines
2019-11-01NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust-1/+1
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust-5/+13
2019-10-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever-0/+1
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust-42/+0
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust-35/+43
2019-10-02nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu-2/+3
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-177/+365
2019-09-24pNFS/filelayout: enable LAYOUTGET on OPENOlga Kornievskaia-0/+1
2019-09-24NFS: Optimise the default readahead sizeTrond Myklebust-9/+8
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKUTrond Myklebust-5/+48
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust-21/+72
2019-09-20NFSv4: Fix OPEN_DOWNGRADE error handlingTrond Myklebust-1/+3
2019-09-20pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidTrond Myklebust-7/+17
2019-09-20NFSv4: Add a helper to increment stateid seqidsTrond Myklebust-0/+9
2019-09-20NFSv4: Handle RPC level errors in LAYOUTRETURNTrond Myklebust-0/+24
2019-09-20NFSv4: Handle NFS4ERR_DELAY correctly in return-on-closeTrond Myklebust-0/+4
2019-09-20NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust-56/+50
2019-09-20pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust-2/+7
2019-09-20NFS: remove unused check for negative dentryBenjamin Coddington-5/+1
2019-09-20NFSv3: use nfs_add_or_obtain() to create and reference inodesBenjamin Coddington-9/+36
2019-09-20NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington-14/+27
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds-1/+19
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-2/+0
2019-09-02NFS: Fix inode fileid checks in attribute revalidation codeTrond Myklebust-8/+10
2019-08-30kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.hAl Viro-2/+0
2019-08-30fs: nfs: Initialize filesystem timestamp rangesDeepa Dinamani-1/+19
2019-08-27NFS: remove set but not used variable 'mapping'YueHaibing-2/+0
2019-08-27NFSv2: Fix write regressionTrond Myklebust-1/+3
2019-08-27NFSv2: Fix eof handlingTrond Myklebust-1/+2
2019-08-26NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust-8/+13
2019-08-26NFS: Fix spurious EIO read errorsTrond Myklebust-21/+36
2019-08-26pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust-2/+9
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust-17/+0
2019-08-26pNFS/flexfiles: Turn off soft RPC callsTrond Myklebust-5/+10
2019-08-22NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()Anna Schumaker-10/+1
2019-08-22NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()Anna Schumaker-2/+16
2019-08-22NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()Anna Schumaker-11/+2
2019-08-22NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()Anna Schumaker-8/+21
2019-08-22NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()Anna Schumaker-8/+2
2019-08-22NFS: Add an nfs4_call_sync_custom() functionAnna Schumaker-10/+15
2019-08-21NFSv4: Fix a memory leak bugWenwen Wang-2/+4
2019-08-20fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai-1/+1
2019-08-19NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()Trond Myklebust-0/+3
2019-08-19NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust-1/+1
2019-08-19NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust-9/+19
2019-08-19NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust-7/+9
2019-08-19NFSv4: Fix return value in nfs_finish_open()Trond Myklebust-1/+1
2019-08-19NFSv4: Fix return values for nfs4_file_open()Trond Myklebust-6/+6
2019-08-19NFS: Don't refresh attributes with mounted-on-file informationTrond Myklebust-14/+19
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust-2/+7