aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-throttle: fix that io throttle can only work for single bioYu Kuai2022-09-125-19/+9
* sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-123-16/+26
* sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batchUros Bizjak2022-09-081-5/+5
* nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida2022-09-081-2/+4
* sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()Jan Kara2022-09-081-3/+15
* rnbd-srv: remove redundant setting of blk_open_flagsGuoqing Jiang2022-09-051-1/+0
* rnbd-srv: make process_msg_close returns voidGuoqing Jiang2022-09-051-4/+3
* rnbd-srv: add comment in rnbd_srv_rdma_evGuoqing Jiang2022-09-051-0/+5
* block: remove unneeded return value of bio_check_ro()Miaohe Lin2022-09-051-7/+3
* blk-mq: remove unneeded needs_restart checkMiaohe Lin2022-09-051-1/+1
* block/blk-map: Remove set but unused variable 'added'Jiapeng Chong2022-09-051-2/+1
* blk-throttle: clean up codes that can't be reachedYu Kuai2022-09-041-34/+56
* Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe2022-09-043-20/+16
* block: enable per-cpu bio caching for the fs bio setJens Axboe2022-09-021-1/+2
* sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-013-16/+20
* sbitmap: remove unnecessary code in __sbitmap_queue_get_batchLiu Song2022-08-261-3/+2
* block/rnbd-clt: Remove the unneeded result variableye xingchen2022-08-241-3/+1
* sbitmap: fix possible io hung due to lost wakeupYu Kuai2022-08-231-22/+33
* block: use on-stack page vec for <= UIO_FASTIOVJens Axboe2022-08-221-3/+11
* block: enable bio caching use for passthru IOJens Axboe2022-08-221-8/+25
* block: shrink rq_map_data a bitJens Axboe2022-08-222-5/+5
* block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Yu Kuai2022-08-223-10/+12
* block, bfq: remove useless checking in bfq_put_queue()Yu Kuai2022-08-221-4/+2
* block, bfq: remove unused functionsYu Kuai2022-08-222-10/+8
* block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-2230-94/+55
* null_blk: Modify the behavior of null_map_queues()Bart Van Assche2022-08-221-1/+3
* block/rnbd-srv: Add event tracing supportSantosh Pradhan2022-08-224-7/+241
* block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com2022-08-224-12/+96
* Linux 6.0-rc2Linus Torvalds2022-08-211-1/+1
* Merge tag 'irq-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-217-32/+34
|\
| * Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2022-08-187-32/+34
| |\
| | * irqchip/loongson-liointc: Fix an error handling path in liointc_init()Christophe JAILLET2022-08-121-1/+1
| | * irqchip/loongarch: Fix irq_domain_alloc_fwnode() abuseMarc Zyngier2022-08-095-5/+6
| | * irqchip/loongson-pch-pic: Move find_pch_pic() into CONFIG_ACPIHuacai Chen2022-08-082-20/+19
| | * irqchip/loongson-eiointc: Fix a build warningHuacai Chen2022-08-041-1/+1
| | * irqchip/loongson-eiointc: Fix irq affinity settingHuacai Chen2022-08-041-2/+6
| | * iommu/hyper-v: Use helper instead of directly accessing affinityMichael Kelley2022-08-041-3/+1
* | | Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-211-1/+1
|\ \ \
| * | | x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* | | | Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-215-21/+119
|\ \ \ \
| * | | | tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
| * | | | tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-211-2/+3
| * | | | tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-211-6/+64
| * | | | tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-211-0/+21
| * | | | tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-211-2/+3
| * | | | tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-211-8/+13
| * | | | ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10
| * | | | tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-211-3/+4
| * | | | tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn2022-08-211-1/+1
* | | | | Merge tag 'i2c-for-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-212-11/+18
|\ \ \ \ \