summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov2022-04-151-4/+0
* 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-081-0/+2
* NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-02-081-0/+2
* NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-02-081-0/+5
* NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-02-081-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
* NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust2021-11-261-15/+2
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-11-262-4/+4
* SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2021-09-221-1/+1
* 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
* NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter2021-06-161-1/+1
* NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu2021-06-031-1/+1
* NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust2021-06-031-7/+5
* NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter2021-06-031-1/+1
* NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker2021-06-031-8/+7
* NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia2021-05-221-1/+4
* pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic2021-05-221-1/+1
* NFS: Deal correctly with attribute generation counter overflowTrond Myklebust2021-05-221-4/+4
* NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust2021-05-221-7/+9
* NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust2021-05-221-1/+1
* NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust2021-05-221-0/+5
* nfs: we don't support removing system.nfs4_aclJ. Bruce Fields2021-03-301-0/+3
* NFS: Correct size calculation for create reply lengthFrank Sorenson2021-03-301-1/+2
* nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler2021-03-301-1/+1
* NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek2021-03-171-1/+1
* pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust2021-02-131-1/+7
* pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust2021-02-031-0/+1
* NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust2021-01-191-5/+7