summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix error path in bch2_mount()Kent Overstreet2023-11-141-7/+1
* bcachefs: Fix potential sleeping during mountDaniel J Blueman2023-11-141-0/+2
* bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet2023-11-141-1/+1
* bcachefs: Kill journal pre-reservationsKent Overstreet2023-11-1411-275/+19
* bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet2023-11-131-0/+28
* bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet2023-11-131-6/+42
* bcachefs: btree_trans->write_lockedKent Overstreet2023-11-132-36/+50
* bcachefs: Run btree key cache shrinker less aggressivelyKent Overstreet2023-11-132-4/+23
* bcachefs: Split out btree_key_cache_types.hKent Overstreet2023-11-132-26/+31
* bcachefs: Guard against insufficient devices to create stripesKent Overstreet2023-11-131-2/+14
* bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Kent Overstreet2023-11-131-5/+5
* bcachefs: Fix multiple -Warray-bounds warningsGustavo A. R. Silva2023-11-131-1/+1
* bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gustavo A. R. Silva2023-11-131-1/+1
* bcachefs: Use correct fgf_t type as function argumentKent Overstreet2023-11-132-2/+2
* bcachefs: make bch2_target_to_text_sb staticJiapeng Chong2023-11-131-1/+1
* 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