summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: downgrade a bio_full call in bio_add_pageChristoph Hellwig2023-07-251-1/+1
* block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig2023-07-251-4/+5
* block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig2023-07-251-23/+22
* block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig2023-07-251-3/+6
* block: use SECTOR_SHIFT bio_add_hw_pageChristoph Hellwig2023-07-251-1/+1
* block: tidy up the bio full checks in bio_add_hw_pageChristoph Hellwig2023-07-251-6/+4
* block: refactor to use helperNitesh Shetty2023-07-211-3/+1
* blk-flush: reuse rq queuelist in flush state machineChengming Zhou2023-07-172-8/+10
* blk-flush: count inflight flush_data requestsChengming Zhou2023-07-172-7/+7
* blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou2023-07-171-1/+1
* blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou2023-07-172-10/+7
* block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2023-07-173-6/+13
* block: cleanup queue_wc_storeChristoph Hellwig2023-07-171-11/+3
* nbd: automatically load module on genl accessThomas Weißschuh2023-07-171-0/+1
* blk-wbt: Replace strlcpy with strscpyAzeem Shaikh2023-07-171-4/+4
* kyber: Replace strlcpy with strscpyAzeem Shaikh2023-07-171-4/+4
* Linux 6.5-rc2v6.5-rc2Linus Torvalds2023-07-171-1/+1
* Merge tag 'xtensa-20230716' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2023-07-163-22/+18
|\
| * xtensa: fix unaligned and load/store configuration interactionMax Filippov2023-07-112-21/+16
| * xtensa: ISS: fix call to split_if_specMax Filippov2023-07-111-1/+1
| * xtensa: ISS: add comment about etherdev freeingMax Filippov2023-07-111-0/+1
* | Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-161-0/+7
|\ \
| * | perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRNamhyung Kim2023-07-101-0/+7
| |/
* | Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-07-162-2/+2
|\ \
| * | iov_iter: Mark copy_iovec_from_user() noclonePeter Zijlstra2023-07-101-1/+1
| * | objtool: initialize all of struct elfMichal Kubecek2023-07-101-1/+1
| |/
* | Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-07-165-12/+29
|\ \
| * | sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2023-07-104-11/+28
| * | sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin2023-07-101-1/+1
| |/
* | Merge tag 'pinctrl-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-07-164-55/+63
|\ \
| * \ Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag1' of git://git.kernel.org/pub/s...Linus Walleij2023-07-132-16/+40
| |\ \
| | * | pinctrl: renesas: rzg2l: Handle non-unique subnode namesBiju Das2023-07-101-8/+20
| | * | pinctrl: renesas: rzv2m: Handle non-unique subnode namesGeert Uytterhoeven2023-07-101-8/+20
| | |/
| * | pinctrl: amd: Unify debounce handling into amd_pinconf_set()Mario Limonciello2023-07-131-16/+5
| * | pinctrl: amd: Drop pull up select configurationMario Limonciello2023-07-132-13/+4
| * | pinctrl: amd: Use amd_pinconf_set() for all config optionsMario Limonciello2023-07-131-13/+15
| * | pinctrl: amd: Only use special debounce behavior for GPIO 0Mario Limonciello2023-07-131-3/+5
| |/
* | Merge tag '6.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-07-167-31/+43
|\ \
| * | cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N2023-07-141-4/+15
| * | cifs: is_network_name_deleted should return a boolShyam Prasad N2023-07-143-7/+14
| * | smb: client: fix missed ses refcountingPaulo Alcantara2023-07-132-17/+11
| * | smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva2023-07-131-1/+1
| * | cifs: if deferred close is disabled then close files immediatelyBharath SM2023-07-101-2/+2
| |/
* | Merge tag 'powerpc-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-07-166-46/+51
|\ \
| * | powerpc/mm/book3s64/hash/4k: Add pmd_same callback for 4K page sizeAneesh Kumar K.V2023-07-103-11/+5
| * | powerpc/64e: Fix obtool warnings in exceptions-64e.SMichael Ellerman2023-07-101-13/+18
| * | powerpc/security: Fix Speculation_Store_Bypass reporting on Power10Michael Ellerman2023-07-101-18/+19
| * | powerpc/64s: Fix native_hpte_remove() to be irq-safeMichael Ellerman2023-07-101-4/+9
| |/
* | Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-07-166-10/+11
|\ \
| * | sparc: mark __arch_xchg() as __always_inlineArnd Bergmann2023-07-132-2/+2