aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Linux 6.8-rc6v6.8-rc6Gravatar Linus Torvalds 1-1/+1
2024-02-25Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 7-22/+25
2024-02-25bcachefs: fix bch2_save_backtrace()Gravatar Kent Overstreet 1-1/+1
2024-02-25Merge tag 'docs-6.8-fixes3' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-6/+10
2024-02-25Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 12-26/+75
2024-02-25Merge tag 'tty-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-34/+38
2024-02-25Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 13-46/+112
2024-02-25Merge tag 'irq_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-10/+10
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-14/+14
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 22-63/+88
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 3-4/+9
2024-02-25ext4_get_link(): fix breakage in RCU modeGravatar Al Viro 1-3/+5
2024-02-25cifs_get_link(): bail out in unsafe caseGravatar Al Viro 1-0/+3
2024-02-25fuse: fix UAF in rcu pathwalksGravatar Al Viro 3-6/+13
2024-02-25procfs: make freeing proc_fs_info rcu-delayedGravatar Al Viro 2-1/+2
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Gravatar Al Viro 2-13/+8
2024-02-25nfs: fix UAF on pathwalk running into umountGravatar Al Viro 2-3/+12
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkGravatar Al Viro 1-2/+2
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceGravatar Al Viro 1-2/+6
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoGravatar Al Viro 2-3/+10
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperGravatar Al Viro 3-19/+16
2024-02-25affs: free affs_sb_info with kfree_rcu()Gravatar Al Viro 2-1/+2
2024-02-25rcu pathwalk: prevent bogus hard errors from may_lookup()Gravatar Al Viro 1-1/+5
2024-02-25fs/super.c: don't drop ->s_user_ns until we free struct super_block itselfGravatar Al Viro 1-9/+4
2024-02-24bcachefs: Fix check_snapshot() memcpyGravatar Kent Overstreet 1-1/+1
2024-02-24bcachefs: Fix bch2_journal_flush_device_pins()Gravatar Kent Overstreet 1-3/+5
2024-02-24bcachefs: fix iov_iter count underflow on sub-block dio readGravatar Brian Foster 1-0/+2
2024-02-24bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeGravatar Kent Overstreet 1-1/+3
2024-02-24bcachefs: Kill __GFP_NOFAIL in buffered read pathGravatar Kent Overstreet 1-13/+8
2024-02-24bcachefs: fix backpointer_to_text() when dev does not existGravatar Kent Overstreet 1-3/+5
2024-02-24Merge tag 'powerpc-6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 5-10/+73
2024-02-24Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 9-93/+225
2024-02-24Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 19-334/+289
2024-02-24Merge tag 'for-6.8/dm-fix-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-8/+6
2024-02-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 9-13/+72
2024-02-24Merge tag 'i2c-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+5
2024-02-24Merge tag 'loongarch-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-98/+113
2024-02-24dm-integrity, dm-verity: reduce stack usage for recheckGravatar Arnd Bergmann 2-8/+6
2024-02-23i2c: imx: when being a target, mark the last read as processedGravatar Corey Minyard 1-0/+5
2024-02-23Merge tag 'parisc-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-18/+9
2024-02-23Merge tag 'arm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 69-134/+126
2024-02-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 5-13/+30
2024-02-23Merge tag 's390-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 6-20/+10
2024-02-23Merge tag 'mm-hotfixes-stable-2024-02-22-15-02' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 17-25/+147
2024-02-23Merge tag 'for-6.8/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-38/+256
2024-02-23Merge tag 'drm-fixes-2024-02-23' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 40-190/+183
2024-02-23Merge tag 'ata-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Gravatar Linus Torvalds 3-76/+122
2024-02-23Merge tag 'gpio-fixes-for-v6.8-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2024-02-23Merge tag 'hwmon-for-v6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+12
2024-02-23iommu/sva: Restore SVA handle sharingGravatar Jason Gunthorpe 2-0/+20