summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-31dm-raid: do not include dm-core.hPavel Tikhomirov1-2/+1
2025-07-31vdo: omit need_resched() before cond_resched()Mikulas Patocka1-2/+1
2025-07-31md: dm-zoned-target: Initialize return variable r to avoid uninitialized usePurva Yeshi1-1/+1
2025-07-31dm-verity: remove support for asynchronous hashesEric Biggers3-173/+38
2025-06-30dm-mpath: don't print the "loaded" message if registering failsMikulas Patocka4-4/+12
2025-06-30dm-mpath: make dm_unregister_path_selector return voidMikulas Patocka7-26/+9
2025-06-27dm: ima: avoid extra calls to strlen()Dmitry Antipov1-23/+19
2025-06-27dm: Simplify dm_io_complete()Damien Le Moal1-9/+2
2025-06-27dm: Remove unnecessary return in dm_zone_endio()Damien Le Moal1-2/+0
2025-06-23dm raid: add support for resync w/o metadata devicesHeinz Mauelshagen1-0/+4
2025-06-23dm-flakey: Fix corrupt_bio_byte setup checksKent Overstreet1-3/+6
2025-06-23dm-table: fix checking for rq stackable devicesBenjamin Marzinski1-5/+5
2025-06-22Linux 6.16-rc3v6.16-rc3Linus Torvalds1-1/+1
2025-06-22Merge tag 'i2c-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds45-103/+125
2025-06-22Merge tag 'x86_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-18/+32
2025-06-22Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-26/+11
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-53/+124
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-6/+20
2025-06-22Merge tag 'edac_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+14
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-283/+376
2025-06-22Merge tag 'v6.16-rc2-smb3-client-fixes-v2' of git://git.samba.org/sfrench/cif...Linus Torvalds10-13/+27
2025-06-21i2c: k1: check for transfer errorAlex Elder1-1/+1
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-17/+6
2025-06-21Merge tag 'erofs-for-6.16-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-24/+7
2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM2-2/+2
2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM1-1/+1
2025-06-21smb: Use loff_t for directory position in cached_direntsBharath SM1-1/+1
2025-06-21smb: Log an error when close_all_cached_dirs failsPaul Aurich1-2/+12
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells1-2/+6
2025-06-21smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher1-2/+3
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-21Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-06-21Merge tag 'acpi-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+7
2025-06-21Merge tag 'pci-v6.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+4
2025-06-21Merge tag 'rcu/fixes-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
2025-06-21Merge tag 'perf-tools-fixes-for-v6.16-1-2025-06-20' of git://git.kernel.org/p...Linus Torvalds30-53/+329
2025-06-21Merge tag 'mtd/fixes-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-132/+63
2025-06-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+6
2025-06-20irqchip/ath79-misc: Fix missing prototypes warningsShiji Yang1-18/+2
2025-06-20rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)1-0/+4
2025-06-20KVM: TDX: Exit to userspace for GetTdVmCallInfoBinbin Wu3-4/+54
2025-06-20KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>Binbin Wu3-1/+97
2025-06-20KVM: TDX: Add new TDVMCALL status code for unsupported subfuncsBinbin Wu2-4/+7
2025-06-20Merge tag 'gpio-fixes-for-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-22/+39
2025-06-20Merge tag 'kvm-riscv-fixes-6.16-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini1-4/+4
2025-06-20Merge tag 'kvmarm-fixes-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini9-271/+215
2025-06-20Merge tag 'sound-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds19-37/+207
2025-06-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-4/+7
2025-06-20erofs: remove a superfluous check for encoded extentsGao Xiang1-6/+0
2025-06-20io_uring/net: always use current transfer count for buffer putJens Axboe1-1/+1