summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-28Merge tag 'for-6.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-63/+120
2025-01-28Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds300-4540/+12432
2025-01-28Merge tag 'staging-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds43-2909/+1851
2025-01-28Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds142-1483/+3833
2025-01-28add a string-to-qstr constructorAl Viro10-23/+13
2025-01-289p: fix ->rename_sem exclusionAl Viro6-1/+49
2025-01-28orangefs_d_revalidate(): use stable parent inode and name passed by callerAl Viro1-11/+8
2025-01-28ocfs2_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro1-8/+3
2025-01-28nfs: fix ->d_revalidate() UAF on ->d_name accessesAl Viro6-24/+25
2025-01-28nfs{,4}_lookup_validate(): use stable parent inode passed by callerAl Viro1-30/+13
2025-01-28gfs2_drevalidate(): use stable parent inode and name passed by callerAl Viro1-16/+8
2025-01-28fuse_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro1-10/+7
2025-01-28vfat_revalidate{,_ci}(): use stable parent inode passed by callerAl Viro1-9/+4
2025-01-28exfat_d_revalidate(): use stable parent inode passed by callerAl Viro1-7/+1
2025-01-28fscrypt_d_revalidate(): use stable parent inode passed by callerAl Viro1-16/+5
2025-01-28ceph_d_revalidate(): propagate stable name down into request encodingAl Viro3-3/+10
2025-01-28ceph_d_revalidate(): use stable parent inode passed by callerAl Viro1-18/+4
2025-01-28afs_d_revalidate(): use stable name and parent inode passed by callerAl Viro1-26/+8
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro30-51/+136
2025-01-28generic_ci_d_compare(): use shortname_storageAl Viro1-7/+8
2025-01-28ext4 fast_commit: make use of name_snapshot primitivesAl Viro2-26/+6
2025-01-28dissolve external_name.u into separate membersAl Viro1-13/+17
2025-01-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski9-27/+59
2025-01-28perf annotate: Use an array for the disassembler preferenceIan Rogers3-78/+96
2025-01-28Merge tag 'pwm/for-6.14-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+29
2025-01-28Merge tag 'for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds54-710/+2723
2025-01-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds20-193/+735
2025-01-28Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski9-38/+100
2025-01-28Merge branch 'mptcp-fixes-addressing-syzbot-reports'Jakub Kicinski4-24/+26
2025-01-28mptcp: handle fastopen disconnect correctlyPaolo Abeni1-1/+3
2025-01-28mptcp: pm: only set fullmesh for subflow endpMatthieu Baerts (NGI0)1-1/+2
2025-01-28mptcp: consolidate suboption statusPaolo Abeni2-22/+21
2025-01-28net: davicom: fix UAF in dm9000_drv_removeChenyuan Yang1-1/+2
2025-01-28net: phy: c45-tjaxx: add delay between MDIO write and read in soft_resetMilos Reljin1-0/+2
2025-01-28tools/power turbostat: Fix forked child affinity regressionLen Brown1-2/+52
2025-01-28vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida1-0/+5
2025-01-28rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells2-14/+14
2025-01-28selftests: net/{lib,openvswitch}: extend CFLAGS to keep options from environmentJan Stancek2-2/+2
2025-01-28selftests: mptcp: extend CFLAGS to keep options from environmentJan Stancek1-1/+1
2025-01-28sched_ext: Fix lock imbalance in dispatch_to_local_dsq()Andrea Righi1-4/+10
2025-01-28net: page_pool: don't try to stash the napi idJakub Kicinski5-8/+14
2025-01-28netdevsim: don't assume core pre-populates HDS params on GETJakub Kicinski1-1/+1
2025-01-28MAINTAINERS: add Paul Fertser as a NC-SI reviewerJakub Kicinski1-0/+1
2025-01-28Merge branch 'eth-fix-calling-napi_enable-in-atomic-context'Jakub Kicinski17-65/+132
2025-01-28wifi: mt76: move napi_enable() from under BHJakub Kicinski12-36/+69
2025-01-28eth: via-rhine: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+10
2025-01-28eth: niu: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+9
2025-01-28eth: 8139too: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+3
2025-01-28eth: forcedeth: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+3
2025-01-28eth: forcedeth: remove local wrappers for napi enable/disableJakub Kicinski1-22/+8