summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-10-03Merge tag 'configfs-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-03Merge tag 'pull-nfsctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-10-03f2fs: add missing dput() when printing the donation listJaegeuk Kim
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01cifs: client: force multichannel=off when max_channels=1Rajasi Mandal
2025-10-01smb client: fix bug with newly created file in cached dirBharath SM
2025-10-01smb: client: short-circuit negative lookups when parent dir is fully cachedHenrique Carvalho
2025-10-01smb: client: short-circuit in open_cached_dir_by_dentry() if !dentryHenrique Carvalho
2025-10-01smb: client: remove pointless cfid->has_lease checkHenrique Carvalho
2025-10-01smb: client: transport: minor indentation style fixFiona Ebner
2025-10-01smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner
2025-10-01smb: client: remove unused fid_lockHenrique Carvalho
2025-10-01smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()Henrique Carvalho
2025-10-01smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French
2025-10-01smb: client: account smb directory cache usage and per-tcon totalsBharath SM
2025-10-01smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM
2025-10-01nfsd: discard nfserr_dropitNeilBrown
2025-10-01NFSD: Add io_cache_{read,write} controls to debugfsMike Snitzer
2025-10-01NFSD: Do the grace period check in ->proc_layoutgetChuck Lever
2025-10-01nfsd: delete unnecessary NULL check in __fh_verify()Dan Carpenter
2025-10-01NFSD: Allow layoutcommit during grace periodSergey Bashirov
2025-10-01smb: client: show lease state as R/H/W (or NONE) in open_filesBharath SM
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-10-01btrfs: fix PAGE_SIZE format specifier in open_ctree()Nathan Chancellor
2025-09-30ksmbd: increase session and share hash table bitsNamjae Jeon
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon
2025-09-30ksmbd: add an error print when maximum IP connections limit is reachedNamjae Jeon
2025-09-30ksmbd: add max ip connections parameterNamjae Jeon
2025-09-30ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev
2025-09-30ksmbd: copy overlapped range within the same fileNamjae Jeon
2025-09-30ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon
2025-09-30ksmbd: make ksmbd thread names distinct by client IPNamjae Jeon
2025-09-30ksmbd: Fix race condition in RPC handle list accessYunseong Kim
2025-09-30Merge tag 'x86_cache_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-30NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN supportMike Snitzer
2025-09-30nfs/localio: add tracepoints for misaligned DIO READ and WRITE supportMike Snitzer
2025-09-30nfs/localio: add proper O_DIRECT support for READ and WRITEMike Snitzer
2025-09-30nfs/localio: refactor iocb initializationMike Snitzer
2025-09-30nfs/localio: refactor iocb and iov_iter_bvec initializationMike Snitzer
2025-09-30nfs/localio: avoid issuing misaligned IO using O_DIRECTMike Snitzer
2025-09-30nfs/localio: make trace_nfs_local_open_fh more usefulMike Snitzer