summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-1311-33/+53
|\
| * btrfs: fix qgroup record leaks when using simple quotasFilipe Manana2023-11-092-3/+3
| * btrfs: fix race between accounting qgroup extents and removing a qgroupFilipe Manana2023-11-091-1/+7
| * btrfs: fix error pointer dereference after failure to allocate fs devicesFilipe Manana2023-11-031-3/+3
| * btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo2023-11-031-3/+7
| * btrfs: get correct owning_root when dropping snapshotJosef Bacik2023-11-033-10/+20
| * btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota2023-11-031-0/+7
| * btrfs: zoned: drop no longer valid write pointer checkNaohiro Aota2023-11-031-7/+0
| * btrfs: directly return 0 on no error code in btrfs_insert_raid_extent()Dan Carpenter2023-11-031-1/+1
| * btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana2023-11-031-5/+5
* | 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