summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-01riscv: print hartid on bringupYunhui Cui
2025-04-01cifs: Fix querying and creating MF symlinks over SMB1Pali Rohár
2025-04-01cifs: Fix access_flags_to_smbopen_modePali Rohár
2025-04-01cifs: Fix negotiate retry functionalityPali Rohár
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár
2025-04-01cifs: Add a new xattr system.smb3_ntsd_owner for getting or setting ownerPali Rohár
2025-04-01cifs: Add a new xattr system.smb3_ntsd_sacl for getting or setting SACLsPali Rohár
2025-04-01bcachefs: fix ref leak in btree_node_read_all_replicasKent Overstreet
2025-04-01ksmbd: validate zero num_subauth before sub_auth is accessedNorbert Szetei
2025-04-01ksmbd: fix overflow in dacloffset bounds checkNorbert Szetei
2025-04-01ksmbd: fix session use-after-free in multichannel connectionNamjae Jeon
2025-03-31smb: client: Update IO sizes after reconnectionWang Zhaolong
2025-03-31smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong
2025-03-31smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong
2025-03-31cifs: remove unreachable code in cifs_get_tcp_session()Roman Smirnov
2025-03-31cifs: fix integer overflow in match_server()Roman Smirnov
2025-03-31Merge tag 'rust-fixes-6.15-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-31Merge tag 'bcachefs-2025-03-31' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-31Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-31Merge tag 'exfat-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-31Merge tag 'v6.15rc-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-03-31Merge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet
2025-03-31bnxt_en: bring back rtnl lock in bnxt_shutdownStanislav Fomichev
2025-03-31eth: gve: add missing netdev locks on reset and shutdown pathsJakub Kicinski
2025-03-31Merge branch 'mptcp-misc-fixes-for-6-15-rc0'Jakub Kicinski
2025-03-31selftests: mptcp: ignore mptcp_diag binaryMatthieu Baerts (NGI0)
2025-03-31selftests: mptcp: close fd_in before returning in main_loopGeliang Tang
2025-03-31selftests: mptcp: fix incorrect fd checks in main_loopCong Liu
2025-03-31mptcp: fix NULL pointer in can_accept_new_subflowGang Yan
2025-03-31octeontx2-af: Free NIX_AF_INT_VEC_GEN irqGeetha sowjanya
2025-03-31octeontx2-af: Fix mbox INTR handler when num VFs > 64Geetha sowjanya
2025-03-31net: fix use-after-free in the netdev_nl_sock_priv_destroy()Taehee Yoo
2025-03-31Merge branch 'selftests-drv-net-replace-the-rpath-helper-with-path-objects'Jakub Kicinski
2025-03-31selftests: net: use Path helpers in pingJakub Kicinski
2025-03-31selftests: net: use the dummy bpf from net/libJakub Kicinski
2025-03-31selftests: drv-net: replace the rpath helper with Path objectsJakub Kicinski
2025-03-31net: lapbether: use netdev_lockdep_set_classes() helperEric Dumazet
2025-03-31selftest/cgroup: Add a remote partition transition test to test_cpuset_prs.shWaiman Long
2025-03-31selftest/cgroup: Clean up and restructure test_cpuset_prs.shWaiman Long
2025-03-31selftest/cgroup: Update test_cpuset_prs.sh to use | as effective CPUs and sta...Waiman Long
2025-03-31cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename itWaiman Long
2025-03-31cgroup/cpuset: Code cleanup and comment updateWaiman Long
2025-03-31cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long
2025-03-31cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() ...Waiman Long
2025-03-31cgroup/cpuset: Fix error handling in remote_partition_disable()Waiman Long
2025-03-31cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_...Waiman Long
2025-04-01btrfs: remove folio order ASSERT()s in super block writeback pathQu Wenruo