summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-04-296-443/+348
|\
| * ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon2023-04-245-386/+277
| * ksmbd: remove unused compression negotiate ctx packingDavid Disseldorp2023-04-241-24/+2
| * ksmbd: avoid duplicate negotiate ctx offset incrementsDavid Disseldorp2023-04-241-16/+10
| * ksmbd: set NegotiateContextCount once instead of every incDavid Disseldorp2023-04-241-5/+5
| * Merge tag 'pull-lock_rename_child' of git://git.kernel.org/pub/scm/linux/kern...Steve French2023-04-243-15/+57
| |\
| | * fs: introduce lock_rename_child() helperAl Viro2023-04-201-11/+57
| | * ksmbd: remove internal.h includeNamjae Jeon2023-04-202-4/+0
* | | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-2915-336/+450
|\ \ \
| * | | NFSD: Handle new xprtsec= export optionChuck Lever2023-04-272-3/+49
| * | | NFSD: Clean up xattr memory allocation flagsChuck Lever2023-04-271-5/+2
| * | | NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loopDai Ngo2023-04-271-2/+0
| * | | nfsd: simplify the delayed disposal list codeJeff Layton2023-04-261-42/+22
| * | | NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+5
| * | | SUNRPC: return proper error from get_expiry()NeilBrown2023-04-262-11/+10
| * | | lockd: add some client-side tracepointsJeff Layton2023-04-265-2/+131
| * | | nfs: move nfs_fhandle_hash to common include fileJeff Layton2023-04-261-15/+0
| * | | lockd: server should unlock lock if client rejects the grantJeff Layton2023-04-261-4/+17
| * | | lockd: fix races in client GRANTED_MSG wait logicJeff Layton2023-04-262-31/+39
| * | | lockd: move struct nlm_wait to lockd.hJeff Layton2023-04-261-12/+0
| * | | lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton2023-04-261-0/+1
| * | | NFSD: Convert filecache to rhltableChuck Lever2023-04-262-187/+133
| * | | nfsd: allow reaping files still under writebackJeff Layton2023-04-262-4/+17
| * | | nfsd: update comment over __nfsd_file_cache_purgeJeff Layton2023-04-261-1/+2
| * | | nfsd: don't take/put an extra reference when putting a fileJeff Layton2023-04-261-3/+1
| * | | nfsd: add some comments to nfsd_file_do_acquireJeff Layton2023-04-261-0/+5
| * | | nfsd: don't kill nfsd_files because of lease break errorJeff Layton2023-04-261-14/+15
| * | | nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton2023-04-261-1/+1
| * | | nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton2023-04-261-0/+4
| * | | nfsd: don't open-code clear_and_wake_up_bitJeff Layton2023-04-261-3/+1
* | | | Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-04-2914-485/+565
|\ \ \ \
| * | | | NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2023-04-282-7/+14
| * | | | 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
| * | | | 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-111-15/+97
| * | | | NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bitDave Wysochanski2023-04-111-91/+0
| * | | | NFS: Remove all NFSIOS_FSCACHE counters due to conversion to netfs APIDave Wysochanski2023-04-112-28/+0
| * | | | NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski2023-04-116-152/+268
| * | | | NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski2023-04-113-20/+16
| * | | | NFS: Rename readpage_async_filler to nfs_read_add_folioDave Wysochanski2023-04-111-27/+27
| * | | | 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-2916-446/+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