summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2019-11-12NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust3-5/+13
2019-11-06NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust1-1/+1
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-11-06NFSv4: Ensure that the state manager exits the loop on SIGKILLTrond Myklebust1-1/+1
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-16NFSv4: Fix delegation state recoveryTrond Myklebust3-15/+14
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-29NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust3-2/+8
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
2019-08-04NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington1-2/+2
2019-08-04NFSv4: Fix lookup revalidate of regular filesTrond Myklebust1-40/+39
2019-08-04NFS: Refactor nfs_lookup_revalidate()Trond Myklebust1-96/+126
2019-08-04NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust1-3/+12
2019-07-26pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust1-1/+1
2019-07-26pNFS: Fix a typo in pnfs_update_layoutTrond Myklebust1-1/+1
2019-07-26pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust1-1/+1
2019-07-26NFSv4: Handle the special Linux file open access modeTrond Myklebust2-1/+2
2019-07-14NFS4: Only set creation opendata if O_CREATBenjamin Coddington1-9/+11
2019-07-03NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust1-1/+1
2019-06-11NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu1-3/+5
2019-06-11NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu1-17/+7
2019-05-31NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington1-1/+1
2019-05-31NFS: make nfs_match_client killableRoberto Bergantinos Corpas1-1/+6
2019-05-31NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2-4/+3
2019-05-31NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia1-7/+1
2019-05-25PNFS fallback to MDS if no deviceid foundOlga Kornievskaia1-1/+1
2019-05-25NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu1-0/+4
2019-05-04NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust1-1/+1
2019-05-02NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa1-1/+2
2019-04-03NFSv4.1 don't free interrupted slot on openOlga Kornievskaia1-1/+2
2019-03-23NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust1-4/+8
2019-03-23NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust1-1/+1
2019-03-23NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust1-1/+0
2019-03-23NFS: Fix I/O request leakagesTrond Myklebust1-5/+21
2019-03-23keys: Fix dependency loop between construction record and auth keyDavid Howells1-14/+17
2019-03-23NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington1-5/+6
2019-03-14nfs: Fix NULL pointer dereference of dev_nameYao Liu1-0/+5
2019-02-12NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl1-2/+1