summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2022-09-28NFSv4: Fixes for nfs4_inode_return_delegation()Trond Myklebust
2022-09-23NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust
2022-09-15NFS: Fix another fsync() issue after a server rebootTrond Myklebust
2022-09-15NFS: Save some space in the inodeTrond Myklebust
2022-09-15NFS: Further optimisations for 'ls -l'Trond Myklebust
2022-08-31NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia
2022-08-31NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust
2022-08-25NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust
2022-08-25NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei
2022-08-25NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust
2022-08-25NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust
2022-08-25NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust
2022-08-17pNFS/flexfiles: Report RDMA connection errors to the serverTrond Myklebust
2022-08-17Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"Trond Myklebust
2022-06-22pNFS: Avoid a live lock condition in pnfs_update_layout()Trond Myklebust
2022-06-22pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust
2022-06-14NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust
2022-06-09NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia
2022-06-09NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-06-09NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker
2022-06-09NFS: Always initialise fattr->label in nfs_fattr_alloc()Trond Myklebust
2022-06-09NFS: Further fixes to the writeback error handlingTrond Myklebust
2022-06-09NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust
2022-06-09NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust
2022-06-09NFS: Do not report flush errors in nfs_write_end()Trond Myklebust
2022-06-09NFS: Don't report ENOSPC write errors twiceTrond Myklebust
2022-06-09NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSTrond Myklebust
2022-06-09NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust
2022-06-06NFS: Memory allocation failures are not server fatal errorsTrond Myklebust
2022-05-18nfs: fix broken handling of the softreval mount optionDan Aloni
2022-05-12NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust
2022-04-13NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong
2022-04-13Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong
2022-04-13NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust
2022-04-13NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust
2022-04-13NFS: swap-out must always use STABLE writes.NeilBrown
2022-04-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown
2022-04-13NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust
2022-04-13NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong
2022-04-08NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust
2022-04-08NFS: Don't loop forever in nfs_do_recoalesce()Trond Myklebust
2022-04-08NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia
2022-04-08NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov
2022-04-08NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust
2022-04-08NFS: Use of mapping_set_error() results in spurious errorsTrond Myklebust
2022-04-08NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust
2022-02-23NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust
2022-02-23NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust
2022-02-23NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust
2022-02-16NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org