summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* fs: remove mandatory file locking supportJeff Layton2021-08-231-4/+0
* Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-07-0916-224/+347
|\
| * Merge part 2 of branch 'sysfs-devel'Trond Myklebust2021-07-083-8/+44
| |\
| | * NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia2021-07-083-8/+44
| * | NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3Trond Myklebust2021-07-081-1/+1
| * | NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust2021-07-081-26/+26
| * | NFSv4/pnfs: Clean up layout get on openTrond Myklebust2021-07-082-17/+17
| * | NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust2021-07-081-5/+5
| * | NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust2021-07-081-15/+15
| * | NFS: Fix fscache read from NFS after cache errorDave Wysochanski2021-07-082-7/+16
| * | NFS: Ensure nfs_readpage returns promptly when internal error occursDave Wysochanski2021-07-081-3/+3
| * | Merge branch 'leases-devel'Trond Myklebust2021-06-296-23/+125
| |\ \
| | * | NFSv4: setlease should return EAGAIN if locks are not availableTrond Myklebust2021-06-291-2/+2
| | * | NFS: nfs_find_open_context() may only select open filesTrond Myklebust2021-06-291-0/+4
| | * | NFSv4: Add support for application leases underpinned by a delegationTrond Myklebust2021-06-133-2/+46
| | * | NFSv4: Add lease breakpoints in case of a delegation recall or returnTrond Myklebust2021-06-131-6/+17
| | * | NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust2021-06-133-15/+58
| | |/
| * | NFS: Remove unnecessary inode parameter from nfs_pageio_complete_read()Dave Wysochanski2021-06-281-6/+5
| * | nfs: update has_sec_mnt_opts after cloning lsm options from parentScott Mayhew2021-06-281-4/+8
| * | NFS: Avoid duplicate resets of attribute cache timeoutsTrond Myklebust2021-06-261-6/+1
| * | NFSv4: Fix handling of non-atomic change attrbute updatesTrond Myklebust2021-06-261-18/+15
| * | NFS: Fix up inode attribute revalidation timeoutsTrond Myklebust2021-06-261-34/+16
| * | nfs: fix acl memory leak of posix_acl_create()Gao Xiang2021-06-211-2/+2
| * | NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECTTrond Myklebust2021-06-131-10/+7
| * | NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust2021-06-131-40/+42
| |/
* | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-031-4/+0
|\ \
| * | take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... spaceAl Viro2021-04-071-4/+0
* | | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-032-5/+5
|\ \ \ | |_|/ |/| |
| * | treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-302-5/+5
* | | NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust2021-06-031-2/+7
* | | NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2021-06-032-1/+12
* | | NFS: FMODE_READ and friends are C macros, not enum typesChuck Lever2021-06-031-4/+0
* | | NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter2021-06-031-1/+1
* | | NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker2021-06-031-1/+1
* | | NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriateScott Mayhew2021-06-031-4/+4
* | | NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo2021-06-011-0/+8
|/ /
* | nfs: Remove trailing semicolon in macrosHuilong Deng2021-05-272-2/+2
* | NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu2021-05-271-1/+1
* | NFS: Clean up reset of the mirror accounting variablesTrond Myklebust2021-05-261-8/+1
* | NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust2021-05-261-7/+5
* | NFS: Fix an Oopsable condition in __nfs_pageio_add_request()Trond Myklebust2021-05-261-4/+5
* | NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker2021-05-201-8/+7
* | pNFS/NFSv4: Remove redundant initialization of 'rd_size'Yang Li2021-05-201-1/+1
* | NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter2021-05-201-1/+1
* | fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao2021-05-201-2/+2
* | Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-0729-396/+732
|\ \
| * | NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.Dai Ngo2021-04-262-8/+0
| * | NFSv4.1: Simplify layout return in pnfs_layout_process()Trond Myklebust2021-04-181-3/+1
| * | NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust2021-04-181-1/+1
| * | NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust2021-04-161-0/+5