summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-04-2924-566/+648
|\
| * NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2023-04-283-7/+15
| * NFS: Cleanup unused rpc_clnt variableBenjamin Coddington2023-04-211-4/+0
| * NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to staticTom Rix2023-04-211-1/+1
| * SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-04-193-6/+1
| * NFS: Convert readdir page array functions to use a folioAnna Schumaker2023-04-121-102/+99
| * NFS: Convert the readdir array-of-pages into an array-of-foliosAnna Schumaker2023-04-121-64/+65
| * NFSv3: handle out-of-order write replies.NeilBrown2023-04-112-15/+144
| * NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bitDave Wysochanski2023-04-112-92/+0
| * NFS: Remove all NFSIOS_FSCACHE counters due to conversion to netfs APIDave Wysochanski2023-04-113-40/+0
| * NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski2023-04-118-152/+274
| * NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski2023-04-114-34/+26
| * NFS: Rename readpage_async_filler to nfs_read_add_folioDave Wysochanski2023-04-111-27/+27
| * sunrpc: simplify one-level sysctl registration for debug_tableLuis Chamberlain2023-04-111-10/+1
| * sunrpc: move sunrpc_table and proc routines aboveLuis Chamberlain2023-04-111-19/+16
| * sunrpc: simplify one-level sysctl registration for xs_tunables_tableLuis Chamberlain2023-04-111-11/+2
| * sunrpc: simplify one-level sysctl registration for xr_tunables_tableLuis Chamberlain2023-04-111-10/+1
| * nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain2023-04-111-19/+1
| * nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain2023-04-111-19/+2
| * lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain2023-04-111-19/+1
| * NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust2023-04-101-0/+4
* | Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-04-2917-457/+528
|\ \
| * | fs/ntfs3: Fix root inode checkingKonstantin Komarov2023-03-271-1/+10
| * | fs/ntfs3: Print details about mount failsKonstantin Komarov2023-03-273-92/+122
| * | fs/ntfs3: Add missed "nocase" in ntfs_show_optionsKonstantin Komarov2023-03-271-19/+21
| * | fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-2715-178/+186
| * | fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov2023-03-274-22/+15
| * | fs/ntfs3: Remove field sbi->used.bitmap.set_tailKonstantin Komarov2023-03-272-3/+0
| * | fs/ntfs3: Undo critial modificatins to keep directory consistencyKonstantin Komarov2023-03-271-10/+20
| * | fs/ntfs3: Undo endian changesKonstantin Komarov2023-03-271-6/+5
| * | fs/ntfs3: Optimization in ntfs_set_state()Konstantin Komarov2023-03-271-2/+7
| * | fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov2023-03-274-49/+58
| * | fs/ntfs3: Remove noacsrulesKonstantin Komarov2023-03-277-49/+1
| * | fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov2023-03-272-8/+3
| * | fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()Jia-Ju Bai2023-03-271-1/+1
| * | fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov2023-03-275-8/+8
| * | fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov2023-03-273-4/+10
| * | fs/ntfs3: Check for extremely large size of $AttrDefKonstantin Komarov2023-03-271-1/+9
| * | fs/ntfs3: Improved checking of attribute's name lengthKonstantin Komarov2023-03-271-1/+7
| * | fs/ntfs3: Add null pointer checksKonstantin Komarov2023-03-272-7/+12
| * | fs/ntfs3: fix spelling mistake "attibute" -> "attribute"Yu Zhe2023-03-271-1/+1
| * | fs/ntfs3: Add length check in indx_get_rootEdward Lo2023-03-271-1/+10
| * | fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng2023-03-273-1/+6
| * | fs/ntfs3: Validate MFT flags before replaying logsEdward Lo2023-03-271-0/+6
| * | fs/ntfs3: Fix NULL dereference in ni_write_inodeAbdun Nihaal2023-03-271-0/+3
| * | fs/ntfs3: Enhance the attribute size checkEdward Lo2023-03-271-7/+2
| * | fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng2023-03-271-0/+4
| * | fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin2023-03-271-0/+1
| * | fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng2023-03-271-0/+10
| * | fs/ntfs3: Add check for kmemdupJiasheng Jiang2023-03-271-0/+4