summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-12-15VFS: Prepare atomic_open() for dentry_create()Benjamin Coddington-7/+6
2025-12-15VFS: move dentry_create() from fs/open.c to fs/namei.cBenjamin Coddington-39/+38
2025-12-15fs: send fsnotify_xattr()/IN_ATTRIB from vfs_fileattr_set()/chattr(1)Ahelenia ZiemiaƄska-0/+2
2025-12-15fsnotify: do not generate ACCESS/MODIFY events on child for special filesAmir Goldstein-1/+8
2025-12-14ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon-2/+2
2025-12-14ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon-1/+3
2025-12-14ksmbd: remove redundant DACL check in smb_check_perm_daclAlexey Velichayshiy-3/+0
2025-12-14ksmbd: convert comma to semicolonChen Ni-1/+1
2025-12-14smb: server: defer the initial recv completion logic to smb_direct_negotiate_...Stefan Metzmacher-28/+142
2025-12-14smb: server: initialize recv_io->cqe.done = recv_done just onceStefan Metzmacher-1/+4
2025-12-14smb: smbdirect: introduce smbdirect_socket.connect.{lock,work}Stefan Metzmacher-0/+12
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-6/+26
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-35/+107
2025-12-12btrfs: fix changeset leak on mmap write after failure to reserve metadataFilipe Manana-1/+2
2025-12-12btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey-0/+1
2025-12-12Merge tag 'v6.19-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-548/+10
2025-12-12Merge tag 'v6.19-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds-607/+581
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-81/+328
2025-12-11smb/client: remove DeviceType Flags and Device Characteristics definitionsZhangGuoDong-34/+0
2025-12-11smb: move File Attributes definitions into common/fscc.hChenXiaoSong-35/+45
2025-12-11smb: update struct duplicate_extents_to_file_exChenXiaoSong-1/+2
2025-12-10ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov-1/+0
2025-12-10ocfs2: invalidate inode if i_mode is zero after block readAhmet Eray Karadag-0/+8
2025-12-10ocfs2: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-2/+6
2025-12-10ocfs2: convert remaining read-only checks to ocfs2_emergency_stateAhmet Eray Karadag-11/+10
2025-12-10ocfs2: add ocfs2_emergency_state helper and apply to setattrAhmet Eray Karadag-0/+24
2025-12-10ocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh-0/+10
2025-12-10ocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_listDeepanshu Kartikey-2/+28
2025-12-10fs/fat: remove unnecessary wrapper fat_max_cache()Lalit Shankar Chowdhury-6/+1
2025-12-10ocfs2: replace deprecated strcpy with strscpyThorsten Blum-11/+16
2025-12-10ocfs2: check tl_used after reading it from trancate log inodeEdward Adam Davis-2/+4
2025-12-10ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AESEric Biggers-3/+0
2025-12-10ceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko-1/+1
2025-12-10ceph: add trace points to the MDS clientMax Kellermann-2/+25
2025-12-09smb: move file_notify_information to common/fscc.hChenXiaoSong-11/+11
2025-12-09smb: move SMB2 Notify Action Flags into common/smb2pdu.hChenXiaoSong-9/+2
2025-12-09smb: move notify completion filter flags into common/smb2pdu.hChenXiaoSong-14/+1
2025-12-09smb/client: add parentheses to NT error code definitions containing bitwise O...ChenXiaoSong-506/+506
2025-12-09smb: add documentation references for smb2 change notify definitionsChenXiaoSong-2/+10
2025-12-09smb/client: add 4 NT error code definitionsChenXiaoSong-0/+9
2025-12-09smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong-1/+1
2025-12-09smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong-1/+1
2025-12-09smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong-1/+1
2025-12-09smb/server: add comment to FileSystemName of FileFsAttributeInformationChenXiaoSong-0/+7
2025-12-09smb/server: remove unused nterr.hChenXiaoSong-545/+0
2025-12-09smb/server: rename include guard in smb_common.hChenXiaoSong-3/+3
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-8/+19
2025-12-10Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds-10/+9
2025-12-09Merge tag 'v6.19-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds-1511/+1740
2025-12-09btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo-0/+1