summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington2022-11-251-2/+4
* nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu2022-11-101-0/+1
* NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust2022-11-101-0/+1
* NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust2022-11-101-0/+1
* NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust2022-09-281-9/+18
* NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-251-5/+6
* NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-08-251-0/+3
* NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust2022-08-251-22/+24
* NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust2022-08-251-1/+0
* NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust2022-08-251-3/+2
* pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust2022-06-221-0/+6
* NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust2022-06-141-0/+4
* NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust2022-06-141-0/+2
* NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust2022-06-141-8/+1
* NFS: Do not report flush errors in nfs_write_end()Trond Myklebust2022-06-141-5/+2
* NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust2022-06-141-1/+1
* NFS: Memory allocation failures are not server fatal errorsTrond Myklebust2022-06-061-0/+1
* NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust2022-05-121-1/+11
* NFS: swap-out must always use STABLE writes.NeilBrown2022-04-151-4/+6
* NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2022-04-152-16/+30
* NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust2022-04-151-0/+12
* NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust2022-04-153-18/+22
* NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia2022-04-151-0/+1
* NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov2022-04-151-4/+0
* NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2022-04-152-16/+7
* NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-231-6/+3
* NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust2022-02-231-2/+2
* NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2022-02-162-3/+4
* NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-02-162-2/+3
* NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust2022-02-163-11/+11
* nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang2022-02-161-1/+4
* NFSv4 only print the label when its queriedOlga Kornievskaia2022-02-161-3/+4
* NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust2022-02-161-1/+1
* NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-02-011-0/+2
* NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-02-011-0/+2
* NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-02-011-0/+5
* NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-02-011-0/+13
* NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington2021-12-081-2/+3
* NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust2021-12-011-2/+1
* NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust2021-11-171-7/+8
* NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust2021-11-171-15/+2
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-11-172-4/+4
* NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust2021-07-201-26/+26
* nfs: fix acl memory leak of posix_acl_create()Gao Xiang2021-07-201-2/+2
* NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust2021-07-201-40/+42
* NFS: nfs_find_open_context() may only select open filesTrond Myklebust2021-07-201-0/+4
* NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo2021-06-161-0/+8
* NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust2021-06-161-2/+7
* NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker2021-06-161-1/+1
* NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2021-06-162-1/+12