summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-04-24Merge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2026-04-23Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-23Merge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-04-23Merge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
2026-04-24eventpoll: drop vestigial epi->dying flagChristian Brauner
2026-04-24eventpoll: drop dead bool return from ep_remove_epi()Christian Brauner
2026-04-24eventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner
2026-04-24eventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner
2026-04-24eventpoll: move epi_fget() upChristian Brauner
2026-04-24eventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner
2026-04-24eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner
2026-04-24eventpoll: kill __ep_remove()Christian Brauner
2026-04-24eventpoll: split __ep_remove()Christian Brauner
2026-04-24eventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner
2026-04-24fs: Handle multiply claimed blocks more gracefully with mmbJan Kara
2026-04-24fs: aio: reject partial mremap to avoid Null-pointer-dereference errorZizhi Wo
2026-04-24fuse: reject oversized dirents in page cacheSamuel Page
2026-04-24writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara
2026-04-24fs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference errorZizhi Wo
2026-04-22smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher
2026-04-22Merge tag 'tracefs-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-04-22smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers
2026-04-22smb: client: Make generate_key() return voidEric Biggers
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers
2026-04-22smb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers
2026-04-22smb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya
2026-04-22smb: client: compress: add code docs to lz77.cEnzo Matsumiya
2026-04-22smb: client: compress: LZ77 optimizationsEnzo Matsumiya
2026-04-22smb: client: compress: increase LZ77_MATCH_MAX_DISTEnzo Matsumiya
2026-04-22smb: client: compress: fix counting in LZ77 match findingEnzo Matsumiya
2026-04-22smb: client: compress: fix buffer overrun in lz77_compress()Enzo Matsumiya
2026-04-22smb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_daclMichael Bommarito
2026-04-22smb: client: fix (remove) drop_dir_cache module parameterEnzo Matsumiya
2026-04-22smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito
2026-04-22smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito
2026-04-22smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito
2026-04-22smb: server: stop sending fake security descriptorsMarios Makassikis
2026-04-22ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim
2026-04-22ksmbd: fix CreateOptions sanitization clobbering the whole fieldDaeMyung Kang
2026-04-22ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang
2026-04-22ksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCountAkif Sait
2026-04-22ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang
2026-04-22ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang
2026-04-22ksmbd: Use AES-CMAC library for SMB3 signature calculationEric Biggers
2026-04-22ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang
2026-04-22NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_addressSean Chang