summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2022-04-15NFS: swap-out must always use STABLE writes.NeilBrown1-4/+6
2022-04-15NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2-16/+30
2022-04-15NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust1-0/+12
2022-04-15NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust3-18/+22
2022-04-15NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia1-0/+1
2022-04-15NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov1-4/+0
2022-04-15NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2-16/+7
2022-02-23NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust1-6/+3
2022-02-23NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-16NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2-3/+4
2022-02-16NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2-2/+3
2022-02-16NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust3-11/+11
2022-02-16nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang1-1/+4
2022-02-16NFSv4 only print the label when its queriedOlga Kornievskaia1-3/+4
2022-02-16NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust1-1/+1
2022-02-01NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust1-0/+2
2022-02-01NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust1-0/+2
2022-02-01NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust1-0/+5
2022-02-01NFSv4: Handle case where the lookup of a directory failsTrond Myklebust1-0/+13
2021-12-08NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington1-2/+3
2021-12-01NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust1-2/+1
2021-11-17NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust1-7/+8
2021-11-17NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust1-15/+2
2021-11-17pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2-4/+4
2021-07-20NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust1-26/+26
2021-07-20nfs: fix acl memory leak of posix_acl_create()Gao Xiang1-2/+2
2021-07-20NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust1-40/+42
2021-07-20NFS: nfs_find_open_context() may only select open filesTrond Myklebust1-0/+4
2021-06-16NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo1-0/+8
2021-06-16NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust1-2/+7
2021-06-16NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker1-1/+1
2021-06-16NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2-1/+12
2021-06-16NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter1-1/+1
2021-06-03NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu1-1/+1
2021-06-03NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust1-7/+5
2021-06-03NFS: Fix an Oopsable condition in __nfs_pageio_add_request()Trond Myklebust1-4/+5
2021-06-03NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter1-1/+1
2021-06-03fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao1-2/+2
2021-06-03NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker1-8/+7
2021-05-19NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia1-1/+4
2021-05-19pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic1-1/+1
2021-05-19NFS: Deal correctly with attribute generation counter overflowTrond Myklebust1-4/+4
2021-05-19NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust1-7/+9
2021-05-11NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust1-1/+1
2021-05-11NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust1-0/+5
2021-03-30nfs: we don't support removing system.nfs4_aclJ. Bruce Fields1-0/+3
2021-03-30NFS: Correct size calculation for create reply lengthFrank Sorenson1-1/+2
2021-03-30nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler1-1/+1
2021-03-17NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek1-1/+1
2021-03-17NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust1-12/+8