summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv2: Fix write regressionTrond Myklebust2019-09-211-1/+3
* NFSv2: Fix eof handlingTrond Myklebust2019-09-211-1/+2
* NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust2019-09-211-1/+1
* NFSv4: Fix return value in nfs_finish_open()Trond Myklebust2019-09-211-1/+1
* NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-09-211-6/+6
* NFSv4: Fix delegation state recoveryTrond Myklebust2019-09-163-15/+14
* NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2019-09-062-9/+19
* NFS: Pass error information to the pgio error cleanup routineTrond Myklebust2019-09-064-7/+15
* NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust2019-09-061-7/+9
* NFS: Clean up list moves of struct nfs_pageTrond Myklebust2019-09-062-10/+5
* NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust2019-08-293-2/+8
* NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust2019-08-293-7/+28
* NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust2019-08-161-1/+1
* NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington2019-08-041-2/+2
* NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2019-08-041-40/+39
* NFS: Refactor nfs_lookup_revalidate()Trond Myklebust2019-08-041-96/+126
* NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust2019-08-041-3/+12
* pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust2019-07-261-1/+1
* pNFS: Fix a typo in pnfs_update_layoutTrond Myklebust2019-07-261-1/+1
* pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust2019-07-261-1/+1
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-262-1/+2
* NFS4: Only set creation opendata if O_CREATBenjamin Coddington2019-07-141-9/+11
* NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-07-031-1/+1
* NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu2019-06-111-3/+5
* NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu2019-06-111-17/+7
* NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington2019-05-311-1/+1
* NFS: make nfs_match_client killableRoberto Bergantinos Corpas2019-05-311-1/+6
* NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2019-05-312-4/+3
* NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia2019-05-311-7/+1
* PNFS fallback to MDS if no deviceid foundOlga Kornievskaia2019-05-251-1/+1
* NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-05-251-0/+4
* NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust2019-05-041-1/+1
* NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-05-021-1/+2
* NFSv4.1 don't free interrupted slot on openOlga Kornievskaia2019-04-031-1/+2
* NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust2019-03-231-4/+8
* NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust2019-03-231-1/+1
* NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust2019-03-231-1/+0
* NFS: Fix I/O request leakagesTrond Myklebust2019-03-231-5/+21
* keys: Fix dependency loop between construction record and auth keyDavid Howells2019-03-231-14/+17
* NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington2019-03-231-5/+6
* nfs: Fix NULL pointer dereference of dev_nameYao Liu2019-03-131-0/+5
* NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl2019-02-121-2/+1
* NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust2019-02-061-4/+5
* nfs: don't dirty kernel pages read by direct-ioDave Kleikamp2018-12-211-1/+8
* flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan2018-12-171-2/+4
* flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-12-133-12/+32
* NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-12-132-20/+21
* NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-12-132-5/+13
* NFSv4: Fix an Oops during delegation callbacksTrond Myklebust2018-12-012-4/+11
* NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust2018-11-211-3/+5