summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-1116-88/+491
|\
| * cifs: update internal module version number for cifs.koSteve French2023-11-101-2/+2
| * cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-106-10/+145
| * cifs: handle when server starts supporting multichannelShyam Prasad N2023-11-103-2/+34
| * Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French2023-11-101-0/+1
| * smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2023-11-102-0/+31
| * smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara2023-11-093-7/+29
| * smb3: fix caching of ctime on setxattrSteve French2023-11-091-1/+4
| * smb3: minor cleanup of session handling codeSteve French2023-11-091-6/+12
| * cifs: reconnect work should have reference on server structShyam Prasad N2023-11-092-16/+34
| * cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-093-8/+8
| * cifs: account for primary channel in the interface listShyam Prasad N2023-11-092-0/+34
| * cifs: distribute channels across interfaces based on speedShyam Prasad N2023-11-093-14/+88
| * cifs: handle cases where a channel is closedShyam Prasad N2023-11-096-7/+43
| * smb3: more minor cleanups for session handling routinesSteve French2023-11-091-10/+15
| * smb3: minor RDMA cleanupSteve French2023-11-091-2/+2
| * cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells2023-11-081-3/+9
* | Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds2023-11-103-6/+41
|\ \
| * | ksmbd: handle malformed smb1 messageNamjae Jeon2023-11-071-0/+11
| * | ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon2023-11-071-3/+4
| * | ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon2023-11-071-3/+26
| |/
* | Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-1023-1462/+2082
|\ \
| * | ceph: allow idmapped mountsChristian Brauner2023-11-031-1/+1
| * | ceph: allow idmapped atomic_open inode opChristian Brauner2023-11-031-2/+9
| * | ceph: allow idmapped set_acl inode opChristian Brauner2023-11-031-1/+1
| * | ceph: allow idmapped setattr inode opChristian Brauner2023-11-031-8/+12
| * | ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn2023-11-034-8/+8
| * | ceph: allow idmapped permission inode opChristian Brauner2023-11-031-1/+1
| * | ceph: allow idmapped getattr inode opChristian Brauner2023-11-031-1/+1
| * | ceph: pass an idmapping to mknod/symlink/mkdirChristian Brauner2023-11-031-0/+4
| * | ceph: add enable_unsafe_idmap module parameterAlexander Mikhalitsyn2023-11-033-7/+28
| * | ceph: handle idmapped mounts in create_request_message()Christian Brauner2023-11-032-5/+56
| * | ceph: stash idmapping in mdsc requestChristian Brauner2023-11-032-0/+6
| * | fs: export mnt_idmap_get/mnt_idmap_putAlexander Mikhalitsyn2023-11-031-0/+2
| * | libceph, ceph: move mdsmap.h to fs/cephXiubo Li2023-11-033-2/+77
| * | ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-0319-1312/+1747
| * | ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-0314-95/+95
| * | ceph: pass the mdsc to several helpersXiubo Li2023-11-039-36/+51
* | | Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-11-0812-39/+93
|\ \ \
| * | | nfs: Convert nfs_symlink() to use a folioMatthew Wilcox (Oracle)2023-11-014-22/+20
| * | | NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia2023-11-011-2/+3
| * | | NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunkingOlga Kornievskaia2023-11-011-1/+6
| * | | nfs41: drop dependency between flexfiles layout driver and NFSv3 modulesMkrtchyan, Tigran2023-11-011-1/+1
| * | | NFSv4: fairly test all delegations on a SEQ4_ revocationBenjamin Coddington2023-11-012-1/+7
| * | | NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust2023-10-224-11/+22
| * | | NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAYTrond Myklebust2023-10-223-1/+34
* | | | Merge tag 'exfat-for-6.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-082-2/+3
|\ \ \ \
| * | | | exfat: fix ctime is not updatedYuezhang Mo2023-11-031-0/+1
| * | | | exfat: fix setting uninitialized time to ctime/atimeYuezhang Mo2023-11-031-2/+2
* | | | | Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-0831-950/+1433
|\ \ \ \ \