Show patches with: State = Action Required       |   38467 patches
« 1 2 ... 229 230 231384 385 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,2/2] blk-mq: use BLK_MQ_GFP_FLAGS macro instead blk-mq: Avoid memory reclaim when allocating - 1 - --- 2019-09-30 Xiubo Li New
[v4,1/2] blk-mq: Avoid memory reclaim when allocating request map blk-mq: Avoid memory reclaim when allocating - 1 - --- 2019-09-30 Xiubo Li New
[v2] io_uring: run dependent links inline if possible [v2] io_uring: run dependent links inline if possible - - - --- 2019-09-29 Jens Axboe New
io_uring: run dependent links inline if possible io_uring: run dependent links inline if possible - - - --- 2019-09-28 Jens Axboe New
[GIT,PULL] nvme fixes for kernel 5.4-rc1 [GIT,PULL] nvme fixes for kernel 5.4-rc1 - - - --- 2019-09-27 Sagi Grimberg New
[v5] block: fix null pointer dereference in blk_mq_rq_timed_out() [v5] block: fix null pointer dereference in blk_mq_rq_timed_out() - 2 - --- 2019-09-27 Yufen Yu New
[2/2] blk-mq: apply normal plugging for HDD blk-mq: two improvemens on slow MQ devices - 1 - --- 2019-09-27 Ming Lei New
[1/2] blk-mq: respect io scheduler blk-mq: two improvemens on slow MQ devices - 2 - --- 2019-09-27 Ming Lei New
[next] io_uring: ensure variable ret is initialized to zero [next] io_uring: ensure variable ret is initialized to zero - - - --- 2019-09-26 Colin King New
[3/3,for-5.4/block] iocost: bump up default latency targets for hard disks [1/3,for-5.4/block] iocost: better trace vrate changes - - - --- 2019-09-25 Tejun Heo New
[2/3,for-5.4/block] iocost: improve nr_lagging handling [1/3,for-5.4/block] iocost: better trace vrate changes - - - --- 2019-09-25 Tejun Heo New
[1/3,for-5.4/block] iocost: better trace vrate changes [1/3,for-5.4/block] iocost: better trace vrate changes - - - --- 2019-09-25 Tejun Heo New
blk-mq: move lockdep_assert_held() into elevator_exit blk-mq: move lockdep_assert_held() into elevator_exit - 2 - --- 2019-09-25 Ming Lei New
[v4] block: fix null pointer dereference in blk_mq_rq_timed_out() [v4] block: fix null pointer dereference in blk_mq_rq_timed_out() - - - --- 2019-09-25 Yufen Yu New
io_uring: compare cached_cq_tail with cq.head in_io_uring_poll io_uring: compare cached_cq_tail with cq.head in_io_uring_poll - - - --- 2019-09-24 yangerkun New
nbd: prevent memory leak nbd: prevent memory leak - 1 - --- 2019-09-23 Navid Emamdoost New
io_uring: handle non ->{read,write}_iter() file_operations io_uring: handle non ->{read,write}_iter() file_operations - - - --- 2019-09-23 Jens Axboe New
block: don't release queue's sysfs lock during switching elevator block: don't release queue's sysfs lock during switching elevator - 1 - --- 2019-09-23 Ming Lei New
block: drop device references in bsg_queue_rq() block: drop device references in bsg_queue_rq() - 1 - --- 2019-09-23 Martin Wilck New
[v2,2/2] io_uring: Optimise cq waiting with wait_threshold Optimise io_uring completion waiting - - - --- 2019-09-22 Pavel Begunkov New
[v2,1/2] sched/wait: Add wait_threshold Optimise io_uring completion waiting - - - --- 2019-09-22 Pavel Begunkov New
[1/1] block: add default clause for unsupported T10_PI types [1/1] block: add default clause for unsupported T10_PI types - - - --- 2019-09-21 Max Gurtovoy New
[RESEND] nbd: avoid losing pointer to reallocated config->socks in nbd_add_socket [RESEND] nbd: avoid losing pointer to reallocated config->socks in nbd_add_socket - - - --- 2019-09-20 Eugene Syromiatnikov New
[v3] block: fix null pointer dereference in blk_mq_rq_timed_out() [v3] block: fix null pointer dereference in blk_mq_rq_timed_out() - 1 - --- 2019-09-20 Yufen Yu New
[git,pull] device mapper changes for 5.4 [git,pull] device mapper changes for 5.4 - - - --- 2019-09-19 Mike Snitzer New
io_uring: use cond_resched() in sqthread io_uring: use cond_resched() in sqthread - - - --- 2019-09-19 Jens Axboe New
block: t10-pi: fix -Wswitch warning block: t10-pi: fix -Wswitch warning 1 1 - --- 2019-09-19 Arnd Bergmann New
[2/2] blk-mq: always call into the scheduler in blk_mq_make_request() blk-mq I/O scheduling fixes - - - --- 2019-09-19 Hannes Reinecke New
[1/2] blk-mq: fixup request re-insert in blk_mq_try_issue_list_directly() blk-mq I/O scheduling fixes - - - --- 2019-09-19 Hannes Reinecke New
nbd: fix possible sysfs duplicate warning nbd: fix possible sysfs duplicate warning - 1 - --- 2019-09-19 Xiubo Li New
io_uring: ensure poll commands clear ->sqe io_uring: ensure poll commands clear ->sqe - - - --- 2019-09-18 Jens Axboe New
compat_ioctl: fix reimplemented SG_IO handling causing -EINVAL from sg_io() compat_ioctl: fix reimplemented SG_IO handling causing -EINVAL from sg_io() - - - --- 2019-09-18 Steffen Maier New
block: Fix implicit unsigned to signed conversion block: Fix implicit unsigned to signed conversion - 1 - --- 2019-09-18 Alessio Balsini New
io_uring: fix potential crash issue due to io_get_req failure io_uring: fix potential crash issue due to io_get_req failure - - - --- 2019-09-18 Jackie Liu New
[RESEND,2/2] io_uring: fix use-after-free of shadow_req [RESEND,1/2] io_uring: use kmemdup instead of kmalloc and memcpy - - - --- 2019-09-18 Jackie Liu New
[RESEND,1/2] io_uring: use kmemdup instead of kmalloc and memcpy [RESEND,1/2] io_uring: use kmemdup instead of kmalloc and memcpy - - - --- 2019-09-18 Jackie Liu New
[V2,2/2] block: track per requests type merged count block: track per requests type merged count - - - --- 2019-09-18 Chaitanya Kulkarni New
[V2,1/2] block: add helper to check mergeable req op block: track per requests type merged count - - - --- 2019-09-18 Chaitanya Kulkarni New
[v2] io_uring: IORING_OP_TIMEOUT support [v2] io_uring: IORING_OP_TIMEOUT support - - - --- 2019-09-17 Jens Axboe New
[2/2] block, bfq: delete "bfq" prefix from cgroup filenames block, blkcg, bfq: make bfq disable iocost and delete bfq prefix from cgroup filenames - 1 - --- 2019-09-17 Paolo Valente New
[1/2] blkcg: Make bfq disable iocost when enabled block, blkcg, bfq: make bfq disable iocost and delete bfq prefix from cgroup filenames - - - --- 2019-09-17 Paolo Valente New
io_uring: IORING_OP_TIMEOUT support io_uring: IORING_OP_TIMEOUT support - - - --- 2019-09-17 Jens Axboe New
[2/2] blkcg: Make bfq disable iocost when enabled [1/2] blkcg: Export blkcg_conf_prep/finish() for bfq - - - --- 2019-09-17 Tejun Heo New
[1/2] blkcg: Export blkcg_conf_prep/finish() for bfq [1/2] blkcg: Export blkcg_conf_prep/finish() for bfq - - - --- 2019-09-17 Tejun Heo New
[RFC] blk-mq: set the default elevator type to none if nr_hw_queues > 1 [RFC] blk-mq: set the default elevator type to none if nr_hw_queues > 1 - - - --- 2019-09-17 Xiubo Li New
[v3,2/2] blk-mq: use BLK_MQ_GFP_FLAGS and memalloc_noio_save/restore instead blk-mq: Avoid memory reclaim when allocating - 1 - --- 2019-09-17 Xiubo Li New
[v3,1/2] blk-mq: Avoid memory reclaim when allocating request map blk-mq: Avoid memory reclaim when allocating - 1 - --- 2019-09-17 Xiubo Li New
rq-qos: get rid of redundant wbt_update_limits() rq-qos: get rid of redundant wbt_update_limits() - 1 - --- 2019-09-17 Yufen Yu New
[v4,2/2] nbd: fix possible page fault for nbd disk nbd: fix possible page fault for nbd disk - - - --- 2019-09-17 Xiubo Li New
[v4,1/2] nbd: rename the runtime flags as NBD_RT_ prefixed nbd: fix possible page fault for nbd disk - - - --- 2019-09-17 Xiubo Li New
[v1] io_uring: reserve word at cqring tail+4 for the user [v1] io_uring: reserve word at cqring tail+4 for the user - - - --- 2019-09-17 Avi Kivity New
[v2] block: fix null pointer dereference in blk_mq_rq_timed_out() [v2] block: fix null pointer dereference in blk_mq_rq_timed_out() - 1 - --- 2019-09-17 Yufen Yu New
[blktests,v2] nbd/003:add mount and clear_sock test for nbd [blktests,v2] nbd/003:add mount and clear_sock test for nbd - - - --- 2019-09-17 Sun Ke New
block: track per requests type merged count block: track per requests type merged count - - - --- 2019-09-17 Chaitanya Kulkarni New
[v7,2/2] block: centralize PI remapping logic to the block layer [v7,1/2] block: use symbolic constants for t10_pi type - 2 - --- 2019-09-16 Max Gurtovoy New
[v7,1/2] block: use symbolic constants for t10_pi type [v7,1/2] block: use symbolic constants for t10_pi type - 2 - --- 2019-09-16 Max Gurtovoy New
[v3,3/3] null_blk: format pr_* logs with pr_fmt null_blk: fixes around nr_devices and log improvements - 1 - --- 2019-09-16 André Almeida New
[v3,2/3] null_blk: match the type of parameter nr_devices null_blk: fixes around nr_devices and log improvements - 1 - --- 2019-09-16 André Almeida New
[v3,1/3] null_blk: do not fail the module load with zero devices null_blk: fixes around nr_devices and log improvements - 1 - --- 2019-09-16 André Almeida New
[PATCHv2,2/2] blk-mq: use BLK_MQ_GFP_FLAGS macro instead blk-mq: Avoid memory reclaim when allocating request map - 1 - --- 2019-09-16 Xiubo Li New
[PATCHv2,1/2] blk-mq: Avoid memory reclaim when allocating request map blk-mq: Avoid memory reclaim when allocating request map - 1 - --- 2019-09-16 Xiubo Li New
[RFC] blk-mq: Avoid memory reclaim when allocating request map [RFC] blk-mq: Avoid memory reclaim when allocating request map - 1 - --- 2019-09-15 Xiubo Li New
io_uring: increase IORING_MAX_ENTRIES to 32K io_uring: increase IORING_MAX_ENTRIES to 32K - - - --- 2019-09-14 Daniel Xu New
[2/2] block: centralize PI remapping logic to the block layer [v6,1/2] block: use symbolic constants for t10_pi type - 2 - --- 2019-09-14 Max Gurtovoy New
[v6,1/2] block: use symbolic constants for t10_pi type [v6,1/2] block: use symbolic constants for t10_pi type - 2 - --- 2019-09-14 Max Gurtovoy New
bfq: Fix bfq linkage error bfq: Fix bfq linkage error - - - --- 2019-09-14 Pavel Begunkov New
[RFC,2/2] io_uring: Optimise cq waiting with wait_threshold Optimise io_uring completion waiting - - - --- 2019-09-13 Pavel Begunkov New
[RFC,1/2] sched/wait: Add wait_threshold Optimise io_uring completion waiting - - - --- 2019-09-13 Pavel Begunkov New
[v2,4/4] coding-style: add explanation about pr_fmt macro null_blk: fixes around nr_devices and log improvements - 1 - --- 2019-09-13 André Almeida New
[v2,3/4] null_blk: format pr_* logs with pr_fmt null_blk: fixes around nr_devices and log improvements - 1 - --- 2019-09-13 André Almeida New
[v2,2/4] null_blk: match the type of parameter nr_devices null_blk: fixes around nr_devices and log improvements - 1 - --- 2019-09-13 André Almeida New
[v2,1/4] null_blk: do not fail the module load with zero devices null_blk: fixes around nr_devices and log improvements - 1 - --- 2019-09-13 André Almeida New
kernel (or fio) bug with IOSQE_IO_DRAIN kernel (or fio) bug with IOSQE_IO_DRAIN - - - --- 2019-09-13 Andres Freund New
[4/4] coding-style: add explanation about pr_fmt macro null_blk: fixes around nr_devices and log improvements - - - --- 2019-09-13 André Almeida New
[3/4] null_blk: format pr_* logs with pr_fmt null_blk: fixes around nr_devices and log improvements - - - --- 2019-09-13 André Almeida New
[2/4] null_blk: match the type of parameter nr_devices null_blk: fixes around nr_devices and log improvements - - - --- 2019-09-13 André Almeida New
[1/4] null_blk: do not fail the module load with zero devices null_blk: fixes around nr_devices and log improvements - - - --- 2019-09-13 André Almeida New
[GIT,PULL] second round of nvme updates for 5.4 [GIT,PULL] second round of nvme updates for 5.4 - - - --- 2019-09-12 Sagi Grimberg New
io_uring: make sqpoll wakeup possible with getevents io_uring: make sqpoll wakeup possible with getevents - 1 - --- 2019-09-12 Jens Axboe New
[v2,2/2] scsi: core: remove dummy q->dev check [v2,1/2] block: bypass blk_set_runtime_active for uninitialized q->dev - - - --- 2019-09-12 Stanley Chu New
[v2,1/2] block: bypass blk_set_runtime_active for uninitialized q->dev [v2,1/2] block: bypass blk_set_runtime_active for uninitialized q->dev - - - --- 2019-09-12 Stanley Chu New
block: fix race between switching elevator and removing queues block: fix race between switching elevator and removing queues - - - --- 2019-09-12 Ming Lei New
[blktests,v3] nvme/031: Add test to check controller deletion after setup [blktests,v3] nvme/031: Add test to check controller deletion after setup - 2 - --- 2019-09-11 Logan Gunthorpe New
[v3] nbd_genl_status: null check for nla_nest_start [v3] nbd_genl_status: null check for nla_nest_start - 1 - --- 2019-09-11 Navid Emamdoost New
io_uring: extend async work merging io_uring: extend async work merging - 1 - --- 2019-09-11 Jens Axboe New
[v5,2/2] block: centralize PI remapping logic to the block layer [v5,1/2] block: use symbolic constants for t10_pi type - 1 - --- 2019-09-11 Max Gurtovoy New
[v5,1/2] block: use symbolic constants for t10_pi type [v5,1/2] block: use symbolic constants for t10_pi type - 1 - --- 2019-09-11 Max Gurtovoy New
[3/3] null_blk: validated the number of devices [1/3] docs: block: null_blk: enhance document style - - - --- 2019-09-11 André Almeida New
[2/3] null_blk: fix module name at log message [1/3] docs: block: null_blk: enhance document style - - - --- 2019-09-11 André Almeida New
[1/3] docs: block: null_blk: enhance document style [1/3] docs: block: null_blk: enhance document style - - - --- 2019-09-11 André Almeida New
[V3,blktests] nvme: Add new test case about nvme rescan/reset/remove during IO [V3,blktests] nvme: Add new test case about nvme rescan/reset/remove during IO - 2 - --- 2019-09-11 Yi Zhang New
fat: Workaround the race with userspace's read via blockdev while mounting fat: Workaround the race with userspace's read via blockdev while mounting - - 1 --- 2019-09-11 OGAWA Hirofumi New
[v1,2/2] scsi: core: remove dummy q->dev check [v1,1/2] block: bypass blk_set_runtime_active for uninitialized q->dev - - - --- 2019-09-11 Stanley Chu New
[v1,1/2] block: bypass blk_set_runtime_active for uninitialized q->dev [v1,1/2] block: bypass blk_set_runtime_active for uninitialized q->dev - - - --- 2019-09-11 Stanley Chu New
[2/2] io_uring: limit parallelism of buffered writes io_uring: improve handling of buffered writes - - - --- 2019-09-10 Jens Axboe New
[1/2] io_uring: add io_queue_async_work() helper io_uring: improve handling of buffered writes - - - --- 2019-09-10 Jens Axboe New
[block/for-next] iocost: Fix incorrect operation order during iocg free [block/for-next] iocost: Fix incorrect operation order during iocg free - - - --- 2019-09-10 Tejun Heo New
nbd: remove the duplicated code nbd: remove the duplicated code - - - --- 2019-09-10 Xiubo Li New
io_uring: fix use-after-free of shadow_req io_uring: fix use-after-free of shadow_req - - - --- 2019-09-10 Jackie Liu New
io_uring: optimize submit_and_wait API io_uring: optimize submit_and_wait API - - - --- 2019-09-09 Jens Axboe New
« 1 2 ... 229 230 231384 385 »