summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-18f2fs: add page-order information for large folio reads in iostatDaniel Lee
2026-04-18ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani
2026-04-18ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani
2026-04-18ksmbd: fix use-after-free in smb2_open during durable reconnectAkif
2026-04-18ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito
2026-04-18smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang
2026-04-18ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito
2026-04-18ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito
2026-04-18smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito
2026-04-18userfaultfd: allow registration of ranges below mmap_min_addrDenis M. Karpov
2026-04-18writeback: prevent memory cgroup release in writeback moduleMuchun Song
2026-04-18buffer: prevent memory cgroup release in folio_alloc_buffers()Muchun Song
2026-04-18ntfs: fix potential 32-bit truncation in ntfs_write_cb()Dan Carpenter
2026-04-18ntfs: fix uninitialized variable in ntfs_map_runlist_nolockNamjae Jeon
2026-04-18ntfs: delete dead codeDan Carpenter
2026-04-18ntfs: add missing error code in ntfs_mft_record_alloc()Dan Carpenter
2026-04-18ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()Namjae Jeon
2026-04-18ntfs: fix uninitialized pointer in ntfs_write_mft_blockNamjae Jeon
2026-04-18ntfs: fix uninitialized variable in ntfs_write_simple_iomap_begin_non_residentNamjae Jeon
2026-04-18ntfs: remove noop_direct_IO from address_space_operationsHyunchul Lee
2026-04-18ntfs: limit memory allocation in ntfs_attr_readallHyunchul Lee
2026-04-18ntfs: not zero out range beyond init in punch_holeHyunchul Lee
2026-04-18ntfs: zero out stale data in straddle block beyond initialized_sizeHyunchul Lee
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-17Merge tag 'for-linus-7.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-17Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-04-16smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-04-16Merge tag 'v7.1-rc1-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
2026-04-16Merge tag 'v7.1-rc-part1-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-04-16fanotify: fix false positive on permission eventsMiklos Szeredi
2026-04-16fs/ntfs3: fix Smatch warningsKonstantin Komarov
2026-04-16fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman
2026-04-15smb: smbdirect: let smbdirect_connection_deregister_mr_io unlock while waitingStefan Metzmacher
2026-04-15smb: smbdirect: fix the logic in smbdirect_socket_destroy_sync() without an e...Stefan Metzmacher
2026-04-15smb: smbdirect: fix copyright header of smbdirect.hStefan Metzmacher
2026-04-15smb: smbdirect: change smbdirect_socket_parameters.{initiator_depth,responder...Stefan Metzmacher
2026-04-15smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logicStefan Metzmacher
2026-04-15smb: server: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher
2026-04-15smb: client: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce global workqueuesStefan Metzmacher
2026-04-15smb: smbdirect: prepare use of dedicated workqueues for different stepsStefan Metzmacher
2026-04-15smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()Stefan Metzmacher
2026-04-15smb: smbdirect: wrap rdma_disconnect() in rdma_[un]lock_handler()Stefan Metzmacher
2026-04-15smb: server: make use of smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher
2026-04-15smb: server: make use of smbdirect.koStefan Metzmacher
2026-04-15smb: server: remove unused ksmbd_transport_ops.prepare()Stefan Metzmacher
2026-04-15smb: server: make use of smbdirect_socket_{listen,accept}()Stefan Metzmacher