summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-19Merge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-18smb: client: fix query directory replay double-freeHenrique Carvalho
2026-06-18smb: client: fix change notify replay double-freeHenrique Carvalho
2026-06-18smb: client: fix query_info() replay double-freeHenrique Carvalho
2026-06-18smb: client: fix double-free in SMB2_close() replayHenrique Carvalho
2026-06-18smb: client: fix double-free in SMB2_ioctl() replayHenrique Carvalho
2026-06-18smb: client: fix double-free in SMB2_open() replayHenrique Carvalho
2026-06-18smb: client: fix double-free in SMB2_flush() replayZhao Zhang
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-18Merge tag 'v7.2-rc-part1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-06-18Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2026-06-18Merge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-06-18Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-17ocfs2: fix circular locking dependency in ocfs2_dio_end_io_writeAleksandr Nogikh
2026-06-17ocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_creditsIan Bridges
2026-06-17ocfs2: avoid moving extents to occupied clustersKyle Zeng
2026-06-17ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_recIan Bridges
2026-06-17fat: reject BPB volumes whose data area starts beyond total sectorsSamuel Moelius
2026-06-17NFS: Use common error handling code in nfs_alloc_server()Markus Elfring
2026-06-17NFS: Prevent resource leak in nfs_alloc_server()Markus Elfring
2026-06-17Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-17erofs: introduce erofs_map_chunks()Gao Xiang
2026-06-17erofs: call erofs_exit_ishare() before rcu_barrier()Gao Xiang
2026-06-17erofs: clean up erofs_ishare_fill_inode()Gao Xiang
2026-06-16ksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi
2026-06-16ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon
2026-06-16ksmbd: use opener credentials for ADS I/ONamjae Jeon
2026-06-16ksmbd: require source read access for duplicate extentsNamjae Jeon
2026-06-16ksmbd: run set info with opener credentialsNamjae Jeon
2026-06-16ksmbd: use opener credentials for delete-on-closeNamjae Jeon
2026-06-16ksmbd: serialize QUERY_DIRECTORY requests per fileNamjae Jeon
2026-06-16ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILEGil Portnoy
2026-06-16ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATIONGil Portnoy
2026-06-16ksmbd: reject non-VALID session in compound request branchGil Portnoy
2026-06-16ksmbd: compress SMB2 READ responsesNamjae Jeon
2026-06-16ksmbd: negotiate and decode SMB2 compressionNamjae Jeon
2026-06-16cifs: negotiate chained SMB2 compression capabilitiesNamjae Jeon
2026-06-16smb: add common SMB2 compression transform helpersNamjae Jeon
2026-06-16smb: move LZ77 compression into common codeNamjae Jeon
2026-06-16ksmbd: add per-handle permission check to FILE_LINK_INFORMATIONGil Portnoy
2026-06-16ksmbd: add a permission check for FSCTL_SET_ZERO_DATAGil Portnoy
2026-06-16ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITYGil Portnoy
2026-06-16ksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCELGil Portnoy
2026-06-16smb: server: remove code guarded by nonexistent config optionEthan Nelson-Moore
2026-06-16smb/server: fix incorrect file size in get_file_compression_info()ChenXiaoSong
2026-06-16smb/server: get compression format in get_file_compression_info()ChenXiaoSong