aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-12blk-throttle: calling throtl_dequeue/enqueue_tg in pairsYu Kuai1-2/+2
2022-09-12blk-throttle: use 'READ/WRITE' instead of '0/1'Yu Kuai1-3/+3
2022-09-12blk-throttle: fix io hung due to configuration updatesYu Kuai2-6/+61
2022-09-12blk-throttle: factor out code to calculate ios/bytes_allowedYu Kuai1-24/+35
2022-09-12blk-throttle: prevent overflow while calculating wait timeYu Kuai1-5/+3
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai5-19/+9
2022-09-12sbitmap: fix batched wait_cnt accountingKeith Busch3-16/+26
2022-09-08sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batchUros Bizjak1-5/+5
2022-09-08nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida1-2/+4
2022-09-08sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()Jan Kara1-3/+15
2022-09-05rnbd-srv: remove redundant setting of blk_open_flagsGuoqing Jiang1-1/+0
2022-09-05rnbd-srv: make process_msg_close returns voidGuoqing Jiang1-4/+3
2022-09-05rnbd-srv: add comment in rnbd_srv_rdma_evGuoqing Jiang1-0/+5
2022-09-05block: remove unneeded return value of bio_check_ro()Miaohe Lin1-7/+3
2022-09-05blk-mq: remove unneeded needs_restart checkMiaohe Lin1-1/+1
2022-09-05block/blk-map: Remove set but unused variable 'added'Jiapeng Chong1-2/+1
2022-09-04blk-throttle: clean up codes that can't be reachedYu Kuai1-34/+56
2022-09-04Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe3-20/+16
2022-09-02block: enable per-cpu bio caching for the fs bio setJens Axboe1-1/+2
2022-09-01sbitmap: fix batched wait_cnt accountingKeith Busch3-16/+20
2022-08-26sbitmap: remove unnecessary code in __sbitmap_queue_get_batchLiu Song1-3/+2
2022-08-24block/rnbd-clt: Remove the unneeded result variableye xingchen1-3/+1
2022-08-23sbitmap: fix possible io hung due to lost wakeupYu Kuai1-22/+33
2022-08-22block: use on-stack page vec for <= UIO_FASTIOVJens Axboe1-3/+11
2022-08-22block: enable bio caching use for passthru IOJens Axboe1-8/+25
2022-08-22block: shrink rq_map_data a bitJens Axboe2-5/+5
2022-08-22block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Yu Kuai3-10/+12
2022-08-22block, bfq: remove useless checking in bfq_put_queue()Yu Kuai1-4/+2
2022-08-22block, bfq: remove unused functionsYu Kuai2-10/+8
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche30-94/+55
2022-08-22null_blk: Modify the behavior of null_map_queues()Bart Van Assche1-1/+3
2022-08-22block/rnbd-srv: Add event tracing supportSantosh Pradhan4-7/+241
2022-08-22block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com4-12/+96
2022-08-21Linux 6.0-rc2Linus Torvalds1-1/+1
2022-08-21Merge tag 'irq-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-32/+34
2022-08-21Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds5-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)1-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)1-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)1-8/+13
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong1-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)1-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn1-1/+1
2022-08-21Merge tag 'i2c-for-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-11/+18
2022-08-21Merge tag '6.0-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-52/+45
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers10-89/+7
2022-08-21i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König1-9/+11