summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-10ocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh
2025-12-10liveupdate: luo_core: fix redundant bound check in luo_ioctl()Pasha Tatashin
2025-12-10ocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_listDeepanshu Kartikey
2025-12-10fs/fat: remove unnecessary wrapper fat_max_cache()Lalit Shankar Chowdhury
2025-12-10ocfs2: replace deprecated strcpy with strscpyThorsten Blum
2025-12-10ocfs2: check tl_used after reading it from trancate log inodeEdward Adam Davis
2025-12-10liveupdate: luo_file: don't use invalid list iteratorDan Carpenter
2025-12-11Merge tag 'slab-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-11Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-12-11Merge tag 'dma-mapping-6.19-2025-12-10' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-12-10Revert "drm/amd/display: Fix pbn to kbps Conversion"Mario Limonciello
2025-12-10drm/amd: Fix unbind/rebind for VCN 4.0.5Mario Limonciello (AMD)
2025-12-11Merge tag 'alpha-for-v6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2025-12-10blk-mq-dma: always initialize dma stateKeith Busch
2025-12-10dm pcache: fix segment info indexingLi Chen
2025-12-10dm pcache: fix cache info indexingLi Chen
2025-12-10dm-pcache: advance slot index before writing slotDongsheng Yang
2025-12-10dm raid: add documentation for takeover/reshape raid1 -> raid5 table line exa...Heinz Mauelshagen
2025-12-10dm log-writes: Add missing set_freezable() for freezable kthreadHaotian Zhang
2025-12-10dm-raid: fix possible NULL dereference with undefined raid typeAlexey Simakov
2025-12-10dm-snapshot: fix 'scheduling while atomic' on real-time kernelsMikulas Patocka
2025-12-10dm: ignore discard return valueChaitanya Kulkarni
2025-12-10MAINTAINERS: add Benjamin Marzinski as a device mapper maintainerMikulas Patocka
2025-12-10dm-mpath: Simplify the setup_scsi_dh codeBenjamin Marzinski
2025-12-10dm vdo: fix kerneldoc warningsMatthew Sakai
2025-12-10dm-bufio: align write boundary on physical block sizeMikulas Patocka
2025-12-10dm-crypt: enable DM_TARGET_ATOMIC_WRITESMikulas Patocka
2025-12-10dm: test for REQ_ATOMIC in dm_accept_partial_bio()Mikulas Patocka
2025-12-10dm-verity: remove useless mempoolMikulas Patocka
2025-12-10dm-verity: disable recursive forward error correctionMikulas Patocka
2025-12-10crypto: arm64/ghash - Fix incorrect output from ghash-neonEric Biggers
2025-12-10ALSA: hda: intel-dsp-config: Prefer legacy driver as fallbackTakashi Iwai
2025-12-10mm/slub: reset KASAN tag in defer_free() before accessing freed memoryDeepanshu Kartikey
2025-12-10Merge branches 'fixes' and 'misc' into for-nextRussell King (Oracle)
2025-12-10ARM: fix branch predictor hardeningRussell King (Oracle)
2025-12-10ARM: fix hash_name() faultRussell King (Oracle)
2025-12-10ARM: allow __do_kernel_fault() to report execution of memory faultsRussell King (Oracle)
2025-12-10selftests: netfilter: prefer xfail in case race wasn't triggeredFlorian Westphal
2025-12-10netfilter: always set route tuple out ifindexLorenzo Bianconi
2025-12-10ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu
2025-12-10netfilter: nf_conncount: fix leaked ct in error pathsFernando Fernandez Mancera
2025-12-10rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AESIlya Dryomov
2025-12-10ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AESEric Biggers
2025-12-10libceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov
2025-12-10libceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko
2025-12-10ceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko
2025-12-10ceph: add trace points to the MDS clientMax Kellermann
2025-12-10libceph: fix log output race condition in OSD clientSimon Buttgereit
2025-12-10blk-mq: delete task running check in blk_hctx_poll()Fengnan Chang