summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)Author
2021-07-20NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust
2021-07-20NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust
2021-07-20NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust
2021-07-20NFS: Fix fscache read from NFS after cache errorDave Wysochanski
2021-07-20NFS: Ensure nfs_readpage returns promptly when internal error occursDave Wysochanski
2021-07-20nfs: update has_sec_mnt_opts after cloning lsm options from parentScott Mayhew
2021-07-20nfs: fix acl memory leak of posix_acl_create()Gao Xiang
2021-07-20NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECTTrond Myklebust
2021-07-20NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust
2021-07-20NFS: nfs_find_open_context() may only select open filesTrond Myklebust
2021-07-20NFSv4: Fix handling of non-atomic change attrbute updatesTrond Myklebust
2021-07-20NFS: Fix up inode attribute revalidation timeoutsTrond Myklebust
2021-07-20NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust
2021-06-03NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust
2021-06-03NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust
2021-06-03NFS: FMODE_READ and friends are C macros, not enum typesChuck Lever
2021-06-03NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter
2021-06-03NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker
2021-06-03NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriateScott Mayhew
2021-06-01NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo
2021-05-27nfs: Remove trailing semicolon in macrosHuilong Deng
2021-05-27NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu
2021-05-26NFS: Clean up reset of the mirror accounting variablesTrond Myklebust
2021-05-26NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust
2021-05-26NFS: Fix an Oopsable condition in __nfs_pageio_add_request()Trond Myklebust
2021-05-20NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker
2021-05-20pNFS/NFSv4: Remove redundant initialization of 'rd_size'Yang Li
2021-05-20NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter
2021-05-20fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-26NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo
2021-04-18NFSv4.1: Simplify layout return in pnfs_layout_process()Trond Myklebust
2021-04-18NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust
2021-04-16NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust
2021-04-16NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmountingTrond Myklebust
2021-04-14NFSv42: Don't force attribute revalidation of the copy offload sourceTrond Myklebust
2021-04-14NFSv42: Copy offload should update the file size when appropriateTrond Myklebust
2021-04-14NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia
2021-04-14pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic
2021-04-14NFSv4: Catch and trace server filehandle encoding errorsTrond Myklebust
2021-04-14NFSv4: Convert nfs_xdr_status tracepoint to an event classTrond Myklebust
2021-04-14NFSv4: Add tracing for COMPOUND errorsTrond Myklebust
2021-04-14NFS: Split attribute support out from the server capabilitiesTrond Myklebust
2021-04-14NFS: Don't store NFS_INO_REVAL_FORCEDTrond Myklebust
2021-04-14NFSv4: link must update the inode nlink.Trond Myklebust
2021-04-14NFSv4: nfs4_inc/dec_nlink_locked should also invalidate ctimeTrond Myklebust
2021-04-13NFS: Another inode revalidation improvementTrond Myklebust