summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-29Linux 6.12-rc1v6.12-rc1Linus Torvalds
2024-09-29x86: kvm: fix build errorLinus Torvalds
2024-09-29Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2024-09-29Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds
2024-09-29Merge tag 'dma-mapping-6.12-2024-09-29' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-09-29Merge tag 'bcachefs-2024-09-28' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-09-29Merge tag 'x86-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-29Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-29Merge tag 'cocci-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2024-09-29Merge tag 'linux_kselftest-next-6.12-rc1-fixes' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar
2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall
2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li
2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-09-28Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-09-28Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-28Merge tag 'fbdev-for-6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-28Merge tag 'drm-next-2024-09-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-09-28Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-09-28Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-09-28Merge tag '6.12rc-more-smb3-client-fixes' of git://git.samba.org/sfrench/cifs...Linus Torvalds
2024-09-27bcachefs: check_subvol_path() now prints subvol root inodeKent Overstreet
2024-09-27bcachefs: remove_backpointer() now checks if dirent points to inodeKent Overstreet
2024-09-27bcachefs: dirent_points_to_inode() now warns on mismatchKent Overstreet
2024-09-27bcachefs: Fix lost wake upAlan Huang
2024-09-27bcachefs: Check for logged ops when cleanKent Overstreet
2024-09-27bcachefs: BCH_FS_clean_recoveryKent Overstreet
2024-09-27bcachefs: Convert disk accounting BUG_ON() to WARN_ON()Kent Overstreet
2024-09-27bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet
2024-09-27bcachefs: Check for accounting keys with bversion=0Kent Overstreet
2024-09-27bcachefs: rename version -> bversionKent Overstreet
2024-09-27bcachefs: Don't delete unlinked inodes before logged op resumeKent Overstreet
2024-09-27bcachefs: Fix BCH_SB_ERRS() so we can reorderKent Overstreet
2024-09-27bcachefs: Fix fsck warnings from bkey validationKent Overstreet
2024-09-27bcachefs: Move transaction commit path validation to as late as possibleKent Overstreet
2024-09-27bcachefs: Fix disk accounting attempting to mark invalid replicas entryKent Overstreet
2024-09-27bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()Kent Overstreet
2024-09-27bcachefs: Fix accounting read + device removalKent Overstreet
2024-09-27bcachefs: bch_accounting_modeKent Overstreet
2024-09-27bcachefs: fix transaction restart handling in check_extents(), check_dirents()Kent Overstreet