aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-12-14ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2
2025-12-14ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
2025-12-14ksmbd: remove redundant DACL check in smb_check_perm_daclAlexey Velichayshiy1-3/+0
2025-12-14ksmbd: convert comma to semicolonChen Ni1-1/+1
2025-12-14smb: server: defer the initial recv completion logic to smb_direct_negotiate_recv_work()Stefan Metzmacher1-28/+142
2025-12-14smb: server: initialize recv_io->cqe.done = recv_done just onceStefan Metzmacher1-1/+4
2025-12-14smb: smbdirect: introduce smbdirect_socket.connect.{lock,work}Stefan Metzmacher1-0/+12
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-6/+26
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds15-35/+107
2025-12-12btrfs: fix changeset leak on mmap write after failure to reserve metadataFilipe Manana1-1/+2
2025-12-12btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
2025-12-12Merge tag 'v6.19-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-548/+10
2025-12-12Merge tag 'v6.19-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-607/+581
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds19-81/+328
2025-12-11smb/client: remove DeviceType Flags and Device Characteristics definitionsZhangGuoDong1-34/+0
2025-12-11smb: move File Attributes definitions into common/fscc.hChenXiaoSong2-35/+45
2025-12-11smb: update struct duplicate_extents_to_file_exChenXiaoSong1-1/+2
2025-12-10ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov1-1/+0
2025-12-10ocfs2: invalidate inode if i_mode is zero after block readAhmet Eray Karadag1-0/+8
2025-12-10ocfs2: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-2/+6
2025-12-10ocfs2: convert remaining read-only checks to ocfs2_emergency_stateAhmet Eray Karadag6-11/+10
2025-12-10ocfs2: add ocfs2_emergency_state helper and apply to setattrAhmet Eray Karadag2-0/+24
2025-12-10ocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh1-0/+10
2025-12-10ocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_listDeepanshu Kartikey1-2/+28
2025-12-10fs/fat: remove unnecessary wrapper fat_max_cache()Lalit Shankar Chowdhury1-6/+1
2025-12-10ocfs2: replace deprecated strcpy with strscpyThorsten Blum6-11/+16
2025-12-10ocfs2: check tl_used after reading it from trancate log inodeEdward Adam Davis1-2/+4
2025-12-10ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AESEric Biggers1-3/+0
2025-12-10ceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko1-1/+1
2025-12-10ceph: add trace points to the MDS clientMax Kellermann3-2/+25
2025-12-09smb: move file_notify_information to common/fscc.hChenXiaoSong2-11/+11
2025-12-09smb: move SMB2 Notify Action Flags into common/smb2pdu.hChenXiaoSong2-9/+2
2025-12-09smb: move notify completion filter flags into common/smb2pdu.hChenXiaoSong2-14/+1
2025-12-09smb/client: add parentheses to NT error code definitions containing bitwise OR operatorChenXiaoSong1-506/+506
2025-12-09smb: add documentation references for smb2 change notify definitionsChenXiaoSong2-2/+10
2025-12-09smb/client: add 4 NT error code definitionsChenXiaoSong2-0/+9
2025-12-09smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
2025-12-09smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
2025-12-09smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
2025-12-09smb/server: add comment to FileSystemName of FileFsAttributeInformationChenXiaoSong1-0/+7
2025-12-09smb/server: remove unused nterr.hChenXiaoSong3-545/+0
2025-12-09smb/server: rename include guard in smb_common.hChenXiaoSong1-3/+3
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-8/+19
2025-12-10Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-autoLinus Torvalds1-10/+9
2025-12-09Merge tag 'v6.19-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds46-1510/+1739
2025-12-09btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
2025-12-09Revert "btrfs: add ASSERTs on prealloc in qgroup functions"Qu Wenruo1-23/+4
2025-12-09Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds20-375/+514
2025-12-09Merge tag 'ubifs-for-linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds5-27/+13
2025-12-08fs/proc: replace "__auto_type" with "const auto"H. Peter Anvin1-10/+9