summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust2022-09-231-9/+18
* NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia2022-08-311-0/+6
* NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust2022-08-311-4/+6
* 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
* Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"Trond Myklebust2022-08-211-1/+0
* pNFS: Avoid a live lock condition in pnfs_update_layout()Trond Myklebust2022-06-223-6/+11
* 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-091-0/+2
* NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust2022-06-091-8/+1
* NFS: Do not report flush errors in nfs_write_end()Trond Myklebust2022-06-091-5/+2
* NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSTrond Myklebust2022-06-091-4/+5
* NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust2022-06-091-1/+1
* NFS: Memory allocation failures are not server fatal errorsTrond Myklebust2022-06-061-0/+1
* nfs: fix broken handling of the softreval mount optionDan Aloni2022-05-181-1/+1
* NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust2022-05-121-1/+11
* NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong2022-04-133-12/+14
* Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2022-04-132-2/+1
* NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust2022-04-132-7/+13
* NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust2022-04-133-17/+22
* NFS: swap-out must always use STABLE writes.NeilBrown2022-04-131-4/+6
* NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2022-04-132-16/+30
* NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust2022-04-131-0/+12
* NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong2022-04-131-3/+6
* NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust2022-04-083-18/+22
* NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia2022-04-081-0/+1
* NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov2022-04-081-4/+0
* NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2022-04-082-16/+7
* NFS: Use of mapping_set_error() results in spurious errorsTrond Myklebust2022-04-081-1/+4
* NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cacheTrond Myklebust2022-02-231-0/+14
* 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 handle port presence in fs_location server stringOlga Kornievskaia2022-02-162-7/+12
* 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: change nfs_access_get_cached to only report the maskNeilBrown2022-02-162-20/+18
* 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