Show patches with: none      |   38842 patches
« 1 2 ... 189 190 191388 389 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v8,17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,16/18] hpsa: enable host_tagset and switch to MQ blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - 1 - --- 2020-08-19 John Garry New
[v8,15/18] scsi: scsi_debug: Support host tagset blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,14/18] scsi: hisi_sas: Switch v3 hw to MQ blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,13/18] scsi: core: Show nr_hw_queues in sysfs blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,12/18] scsi: Add host and host template flag 'host_tagset' blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - 1 --- 2020-08-19 John Garry New
[v8,11/18] null_blk: Support shared tag bitmap blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,10/18] blk-mq, elevator: Count requests per hctx to improve performance blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,09/18] blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - 1 --- 2020-08-19 John Garry New
[v8,08/18] blk-mq: Record nr_active_requests per queue for when using shared sbitmap blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - 1 --- 2020-08-19 John Garry New
[v8,07/18] blk-mq: Relocate hctx_may_queue() blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,06/18] blk-mq: Facilitate a shared sbitmap per tagset blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - 1 --- 2020-08-19 John Garry New
[v8,05/18] blk-mq: Use pointers for blk_mq_tags bitmap tags blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - 1 1 --- 2020-08-19 John Garry New
[v8,04/18] blk-mq: Pass flags for tag init/free blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,03/18] blk-mq: Free tags in blk_mq_init_tags() upon error blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,02/18] blk-mq: Rename blk_mq_update_tag_set_depth() blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - - - --- 2020-08-19 John Garry New
[v8,01/18] blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs - 1 - --- 2020-08-19 John Garry New
[blktests] common/multipath-over-rdma: fix warning ignored null byte in input [blktests] common/multipath-over-rdma: fix warning ignored null byte in input - - - --- 2020-08-19 Yi Zhang New
[v3] block: Make request_queue.rpm_status an enum [v3] block: Make request_queue.rpm_status an enum 1 - - --- 2020-08-19 Geert Uytterhoeven New
[v2] MAINTAINERS: Add missing header files to BLOCK LAYER section [v2] MAINTAINERS: Add missing header files to BLOCK LAYER section - 1 - --- 2020-08-19 Geert Uytterhoeven New
rbd: Convert to use the preferred fallthrough macro rbd: Convert to use the preferred fallthrough macro - - - --- 2020-08-19 Miaohe Lin New
block: Convert to use the preferred fallthrough macro block: Convert to use the preferred fallthrough macro - - - --- 2020-08-19 Miaohe Lin New
raw: deprecate the raw driver raw: deprecate the raw driver - - - --- 2020-08-19 Christoph Hellwig New
[v2,3/3] bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct block: improve iostat for md/bcache partitions - 2 - --- 2020-08-18 Song Liu New
[v2,2/3] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct block: improve iostat for md/bcache partitions - 1 - --- 2020-08-18 Song Liu New
[v2,1/3] block: introduce part_[begin|end]_io_acct block: improve iostat for md/bcache partitions - 1 - --- 2020-08-18 Song Liu New
[v4,2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits Untitled series #334737 - 2 - --- 2020-08-18 Ritika Srivastava New
[v7,6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage() Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v7,5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map() Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v7,4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage() Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v7,3/6] tcp: use sendpage_ok() to detect misused .sendpage Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v7,2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage() Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v7,1/6] net: introduce helper sendpage_ok() in include/linux/net.h Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v6,6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage() Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v6,5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map() Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v6,4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage() Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v6,3/6] tcp: use sendpage_ok() to detect misused .sendpage Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v6,2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage() Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[v6,1/6] net: introduce helper sendpage_ok() in include/linux/net.h Introduce sendpage_ok() to detect misused sendpage in network related drivers - - - --- 2020-08-18 Coly Li New
[RESEND] blk-mq: insert request not through ->queue_rq into sw/scheduler queue [RESEND] blk-mq: insert request not through ->queue_rq into sw/scheduler queue - - - --- 2020-08-18 Ming Lei New
[4/4] bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct [1/4] block: expose disk_map_sector_rcu() and hd_struct_put in genhd.h - 1 - --- 2020-08-18 Song Liu New
[3/4] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct [1/4] block: expose disk_map_sector_rcu() and hd_struct_put in genhd.h - - - --- 2020-08-18 Song Liu New
[2/4] block: introduce part_[begin|end]_io_acct [1/4] block: expose disk_map_sector_rcu() and hd_struct_put in genhd.h - - - --- 2020-08-18 Song Liu New
[1/4] block: expose disk_map_sector_rcu() and hd_struct_put in genhd.h [1/4] block: expose disk_map_sector_rcu() and hd_struct_put in genhd.h - - - --- 2020-08-18 Song Liu New
block/rnbd: Ensure err is always initialized in process_rdma block/rnbd: Ensure err is always initialized in process_rdma 1 - - --- 2020-08-18 Nathan Chancellor New
[v2,3/3] block: Remove blk_mq_attempt_merge() function Some clean-ups for bio merge - 1 - --- 2020-08-18 Baolin Wang New
[v2,2/3] block: Add a new helper to attempt to merge a bio Some clean-ups for bio merge - - - --- 2020-08-18 Baolin Wang New
[v2,1/3] block: Move bio merge related functions into blk-merge.c Some clean-ups for bio merge - 1 - --- 2020-08-18 Baolin Wang New
block: rnbd: rnbd-srv: silence uninitialized variable warning block: rnbd: rnbd-srv: silence uninitialized variable warning - - - --- 2020-08-18 Brooke Basile New
[v3,2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits Untitled series #334075 - 1 - --- 2020-08-17 Ritika Srivastava New
block: Fix page_is_mergeable() for compound pages block: Fix page_is_mergeable() for compound pages - 1 - --- 2020-08-17 Matthew Wilcox New
[V4] scsi: core: only re-run queue in scsi_end_request() if device queue is busy [V4] scsi: core: only re-run queue in scsi_end_request() if device queue is busy - 3 2 --- 2020-08-17 Ming Lei New
[RESEND] block: loop: set discard granularity and alignment for block device backed loop [RESEND] block: loop: set discard granularity and alignment for block device backed loop 1 1 - --- 2020-08-17 Ming Lei New
[RESEND] blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART [RESEND] blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART - 1 - --- 2020-08-17 Ming Lei New
[V2] block: allow for_each_bvec to support zero len bvec [V2] block: allow for_each_bvec to support zero len bvec - - 1 --- 2020-08-17 Ming Lei New
[V3,3/3] block: rename blk_discard_mergable as blk_discard_support_multi_range block: fix discard merge for single max discard segment - - - --- 2020-08-17 Ming Lei New
[V3,2/3] block: virtio_blk: fix handling single range discard request block: fix discard merge for single max discard segment - 1 - --- 2020-08-17 Ming Lei New
[V3,1/3] block: respect queue limit of max discard segment block: fix discard merge for single max discard segment - 1 - --- 2020-08-17 Ming Lei New
platform: goldfish: convert tasklets to use new tasklet_setup() API platform: goldfish: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
net: atm: convert tasklets callbacks to use from_tasklet() net: atm: convert tasklets callbacks to use from_tasklet() - - - --- 2020-08-17 Allen Pais New
[1/2] misc: ibmvmc: convert tasklets to use new tasklet_setup() API [1/2] misc: ibmvmc: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
[1/2] memstick: jmb38x: convert tasklets to use new tasklet_setup() API [1/2] memstick: jmb38x: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
[1/2] mailbox: bcm: convert tasklets to use new tasklet_setup() API [1/2] mailbox: bcm: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
input: serio: convert tasklets to use new tasklet_setup() API input: serio: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
[1/2] hsi: nokia-modem: convert tasklets to use new tasklet_setup() API [1/2] hsi: nokia-modem: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
firewire: ohci: convert tasklets to use new tasklet_setup() API firewire: ohci: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
drm: i915: convert tasklets to use new tasklet_setup() API drm: i915: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
drivers: vme: convert tasklets to use new tasklet_setup() API drivers: vme: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
drivers: s390: convert tasklets to use new tasklet_setup() API drivers: s390: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
drivers: rapidio: convert tasklets to use new tasklet_setup() API drivers: rapidio: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
drivers: ntb: convert tasklets to use new tasklet_setup() API drivers: ntb: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
drivers: atm: convert tasklets to use new tasklet_setup() API drivers: atm: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
driver: hv: convert tasklets to use new tasklet_setup() API driver: hv: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
char: ipmi: convert tasklets to use new tasklet_setup() API char: ipmi: convert tasklets to use new tasklet_setup() API - 1 - --- 2020-08-17 Allen Pais New
block: convert tasklets to use new tasklet_setup() API block: convert tasklets to use new tasklet_setup() API - - - --- 2020-08-17 Allen Pais New
arch: um: convert tasklets to use new tasklet_setup() API arch: um: convert tasklets to use new tasklet_setup() API 1 - - --- 2020-08-17 Allen Pais New
[RESEND,5/5] block: Remove __blk_mq_sched_bio_merge() helper Some clean-ups for bio merge - - - --- 2020-08-17 Baolin Wang New
[RESEND,4/5] block: Remove blk_mq_attempt_merge() function Some clean-ups for bio merge - - - --- 2020-08-17 Baolin Wang New
[RESEND,3/5] block: Add a new helper to attempt to merge a bio Some clean-ups for bio merge - - - --- 2020-08-17 Baolin Wang New
[RESEND,2/5] block: Remove redundant blk_mq_sched_allow_merge() validation Some clean-ups for bio merge - - - --- 2020-08-17 Baolin Wang New
[RESEND,1/5] block: Move bio merge related functions into blk-merge.c Some clean-ups for bio merge - 1 - --- 2020-08-17 Baolin Wang New
bsg-lib: convert comma to semicolon bsg-lib: convert comma to semicolon - - - --- 2020-08-17 Xu Wang New
[V2,5/6] rbd: Use generic debugging facility ceph: Use more generic logging - - - --- 2020-08-17 Joe Perches New
[v2] block: blk-mq.c: fix @at_head kernel-doc warning [v2] block: blk-mq.c: fix @at_head kernel-doc warning - - - --- 2020-08-16 Randy Dunlap New
block: blk-mq.c: fix @at_head kernel-doc warning block: blk-mq.c: fix @at_head kernel-doc warning - - - --- 2020-08-16 Randy Dunlap New
[v5,3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage() [v5,1/3] net: introduce helper sendpage_ok() in include/linux/net.h - - - --- 2020-08-16 Coly Li New
[v5,2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage() [v5,1/3] net: introduce helper sendpage_ok() in include/linux/net.h - - - --- 2020-08-16 Coly Li New
[v5,1/3] net: introduce helper sendpage_ok() in include/linux/net.h [v5,1/3] net: introduce helper sendpage_ok() in include/linux/net.h - - - --- 2020-08-16 Coly Li New
[v5,3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage() [v5,1/3] net: introduce helper sendpage_ok() in include/linux/net.h - - - --- 2020-08-16 Coly Li New
[v5,2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage() [v5,1/3] net: introduce helper sendpage_ok() in include/linux/net.h - - - --- 2020-08-16 Coly Li New
[v5,1/3] net: introduce helper sendpage_ok() in include/linux/net.h [v5,1/3] net: introduce helper sendpage_ok() in include/linux/net.h - - - --- 2020-08-16 Coly Li New
[GIT,PULL] Final block fixes for 5.9-rc1 [GIT,PULL] Final block fixes for 5.9-rc1 - - - --- 2020-08-15 Jens Axboe New
[v1,14/14] bcache: move struct cache_sb out of uapi bcache.h bcache: remove multiple caches code framework - - - --- 2020-08-15 Coly Li New
[v1,13/14] bcache: remove embedded struct cache_sb from struct cache_set bcache: remove multiple caches code framework - - - --- 2020-08-15 Coly Li New
[v1,12/14] bcache: check and set sync status on cache's in-memory super block bcache: remove multiple caches code framework - - - --- 2020-08-15 Coly Li New
[v1,11/14] bcache: remove can_attach_cache() bcache: remove multiple caches code framework - - - --- 2020-08-15 Coly Li New
[v1,10/14] bcache: don't check seq numbers in register_cache_set() bcache: remove multiple caches code framework - - - --- 2020-08-15 Coly Li New
[v1,09/14] bcache: avoid data copy between cache_set->sb and cache->sb bcache: remove multiple caches code framework - - - --- 2020-08-15 Coly Li New
[v1,08/14] bcache: only use bucket_bytes() on struct cache bcache: remove multiple caches code framework - - - --- 2020-08-15 Coly Li New
[v1,07/14] bcache: remove useless bucket_pages() bcache: remove multiple caches code framework - - - --- 2020-08-15 Coly Li New
« 1 2 ... 189 190 191388 389 »