linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-11 03:48:47 to 2020-05-13 12:38:46 UTC [more...]

[PATCH 0/9] blk-mq: support batching dispatch from scheduler
 2020-05-13 12:38 UTC  (16+ messages)
` [PATCH 1/9] blk-mq: pass request queue into get/put budget callback
` [PATCH 2/9] blk-mq: pass hctx to blk_mq_dispatch_rq_list
` [PATCH 3/9] blk-mq: don't predicate last flag in blk_mq_dispatch_rq_list
` [PATCH 4/9] blk-mq: move getting driver tag and bugget into one helper
` [PATCH 5/9] blk-mq: move .queue_rq code "
` [PATCH 6/9] blk-mq: move code for handling partial dispatch "
` [PATCH 7/9] blk-mq: remove dead check from blk_mq_dispatch_rq_list
` [PATCH 8/9] blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
` [PATCH 9/9] blk-mq: support batching dispatch in case of io scheduler

small blkdev_issue_flush cleanups
 2020-05-13 12:36 UTC  (3+ messages)
` [PATCH 1/2] block: remove the error_sector argument to blkdev_issue_flush
` [PATCH 2/2] block: remove the disk and queue NULL checks in blkdev_issue_flush

avoid a few q_usage_counter roundtrips
 2020-05-13 12:23 UTC  (7+ messages)
` [PATCH 1/4] block: move the call to blk_queue_enter_live out of blk_mq_get_request
` [PATCH 2/4] block: remove a pointless queue enter pair in blk_mq_alloc_request
` [PATCH 3/4] block: remove a pointless queue enter pair in blk_mq_alloc_request_hctx
` [PATCH 4/4] block: allow blk_mq_make_request to consume the q_usage_counter reference

[PATCH V11 00/12] blk-mq: improvement CPU hotplug
 2020-05-13 12:21 UTC  (25+ messages)
` [PATCH V11 01/12] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone
` [PATCH V11 02/12] block: add helper for copying request
` [PATCH V11 03/12] blk-mq: mark blk_mq_get_driver_tag as static
` [PATCH V11 04/12] blk-mq: assign rq->tag in blk_mq_get_driver_tag
` [PATCH V11 05/12] blk-mq: add blk_mq_all_tag_iter
` [PATCH V11 06/12] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH V11 07/12] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH V11 08/12] block: add blk_end_flush_machinery
` [PATCH V11 09/12] blk-mq: add blk_mq_hctx_handle_dead_cpu for handling cpu dead
` [PATCH V11 10/12] block: add request allocation flag of BLK_MQ_REQ_FORCE
  ` [PATCH V12 "
` [PATCH V11 11/12] blk-mq: re-submit IO in case that hctx is inactive
` [PATCH V11 12/12] block: deactivate hctx when the hctx is actually inactive

small block accounting cleanups
 2020-05-13 12:10 UTC  (9+ messages)
` [PATCH 1/4] block: mark blk_account_io_completion static
` [PATCH 2/4] block: move the blk-mq calls out of part_in_flight{,_rw}
` [PATCH 3/4] block: don't call part_{inc,dec}_in_flight for blk-mq devices
` [PATCH 4/4] block: merge part_{inc,dev}_in_flight into their only callers

[PATCH 0/2] nbd: export dead connection timeout
 2020-05-13 12:03 UTC  (2+ messages)

[PATCH v4 00/10] Add a new LOOP_CONFIGURE ioctl
 2020-05-13 10:22 UTC  (7+ messages)
` [PATCH v4 10/10] loop: Add "

remove kernel_setsockopt and kernel_getsockopt
 2020-05-13  6:26 UTC  (34+ messages)
` [PATCH 01/33] net: add sock_set_reuseaddr
` [PATCH 02/33] net: add sock_set_linger
` [PATCH 03/33] net: add sock_set_priority
` [PATCH 04/33] net: add sock_set_sndtimeo
` [PATCH 05/33] net: add sock_bindtoindex
` [PATCH 06/33] net: add sock_set_timestamps
` [PATCH 07/33] net: add sock_set_keepalive
` [PATCH 08/33] net: add sock_set_rcvbuf
` [PATCH 09/33] net: add sock_set_reuseport
` [PATCH 10/33] tcp: add tcp_sock_set_cork
` [PATCH 11/33] tcp: tcp_sock_set_nodelay
` [PATCH 12/33] tcp: add tcp_sock_set_quickack
` [PATCH 13/33] tcp: add tcp_sock_set_syncnt
` [PATCH 14/33] tcp: add tcp_sock_set_user_timeout
` [PATCH 15/33] tcp: add tcp_sock_set_keepidle
` [PATCH 16/33] tcp: add tcp_sock_set_keepintvl
` [PATCH 17/33] tcp: add tcp_sock_set_keepcnt
` [PATCH 18/33] ipv4: add ip_sock_set_tos
` [PATCH 19/33] ipv4: add ip_sock_set_freebind
` [PATCH 20/33] ipv4: add ip_sock_set_recverr
` [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
` [PATCH 22/33] ipv6: add ip6_sock_set_v6only
` [PATCH 23/33] ipv6: add ip6_sock_set_recverr
` [PATCH 24/33] ipv6: add ip6_sock_set_addr_preferences
` [PATCH 25/33] ipv6: add ip6_sock_set_recvpktinfo
` [PATCH 26/33] sctp: lift copying in addrs into sctp_setsockopt
` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
` [PATCH 28/33] sctp: add sctp_sock_set_nodelay
` [PATCH 29/33] rxrpc_sock_set_min_security_level
` [PATCH 30/33] tipc: call tsk_set_importance from tipc_topsrv_create_listener
` [PATCH 31/33] net: remove kernel_setsockopt
` [PATCH 32/33] sctp: add sctp_sock_get_primary_addr
` [PATCH 33/33] net: remove kernel_getsockopt

[PATCH] block: reset mapping if failed to update hardware queue count
 2020-05-13  3:14 UTC  (3+ messages)

[loop]efcfec579: BUG:blk_update_request: I/O error, dev loop6, sector 49674 op 0x9:(WRITE_ZEROES)
 2020-05-13  2:42 UTC 

[PATCH v11 00/10] Introduce Zone Append for writing to zoned block devices
 2020-05-13  2:37 UTC  (18+ messages)
` [PATCH v11 01/10] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v11 02/10] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v11 03/10] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v11 04/10] block: introduce blk_req_zone_write_trylock
` [PATCH v11 05/10] block: Modify revalidate zones
` [PATCH v11 06/10] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v11 07/10] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v11 08/10] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v11 09/10] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v11 10/10] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

[PATCH V2] block: add blk_io_schedule() for avoiding task hung in sync dio
 2020-05-13  2:33 UTC  (3+ messages)

[PATCH V3 0/4] block: fix partition use-after-free and optimization
 2020-05-13  2:32 UTC  (3+ messages)

BUG:loop:blk_update_request: I/O error, dev loop6, sector 49674 op 0x9:(WRITE_ZEROES)
 2020-05-13  2:22 UTC 

[PATCH v6 0/5] Fix potential kernel panic when increase hardware queue
 2020-05-13  0:43 UTC  (6+ messages)

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-05-12 20:46 UTC  (4+ messages)

[GIT PULL] Floppy cleanups for next
 2020-05-12 17:36 UTC  (5+ messages)
` [GIT PULL RESEND] "

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-12 13:35 UTC  (3+ messages)

[bug report] lightnvm: pblk: return NVM_ error on failed submission
 2020-05-12 11:29 UTC  (3+ messages)

remove a few uses of ->queuedata
 2020-05-12  8:08 UTC  (5+ messages)

[RFC PATCH v2 0/7] Add MMC packed request support
 2020-05-12  7:55 UTC  (15+ messages)
` [RFC PATCH v2 1/7] block: Extand commit_rqs() to do batch processing

null_handle_cmd() doesn't initialize data when reading
 2020-05-12  3:23 UTC  (14+ messages)

[PATCH V10 00/11] blk-mq: improvement CPU hotplug
 2020-05-12  2:08 UTC  (20+ messages)
` [PATCH V10 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH V10 11/11] block: deactivate hctx when the hctx is actually inactive

[GIT PULL v2] Block fixes for 5.7-rc5
 2020-05-11 15:02 UTC  (3+ messages)

[PATCH v4 0/5] block: fix blktrace debugfs use after free
 2020-05-11 14:03 UTC  (12+ messages)
` [PATCH v4 1/5] block: revert back to synchronous request_queue removal
` [PATCH v4 3/5] blktrace: fix debugfs use after free
` [PATCH v4 4/5] blktrace: break out of blktrace setup on concurrent calls

[PATCH v15 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-05-11 13:51 UTC  (26+ messages)
` [PATCH v15 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v15 02/25] RDMA/rtrs: public interface header to establish RDMA connections
` [PATCH v15 03/25] RDMA/rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v15 04/25] RDMA/rtrs: core: lib functions shared between client and server modules
` [PATCH v15 05/25] RDMA/rtrs: client: private header with client structs and functions
` [PATCH v15 06/25] RDMA/rtrs: client: main functionality
` [PATCH v15 07/25] RDMA/rtrs: client: statistics functions
` [PATCH v15 08/25] RDMA/rtrs: client: sysfs interface functions
` [PATCH v15 09/25] RDMA/rtrs: server: private header with server structs and functions
` [PATCH v15 10/25] RDMA/rtrs: server: main functionality
` [PATCH v15 11/25] RDMA/rtrs: server: statistics functions
` [PATCH v15 12/25] RDMA/rtrs: server: sysfs interface functions
` [PATCH v15 13/25] RDMA/rtrs: include client and server modules into kernel compilation
` [PATCH v15 14/25] RDMA/rtrs: a bit of documentation
` [PATCH v15 15/25] block/rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v15 16/25] block/rnbd: client: private header with client structs and functions
` [PATCH v15 17/25] block/rnbd: client: main functionality
` [PATCH v15 18/25] block/rnbd: client: sysfs interface functions
` [PATCH v15 19/25] block/rnbd: server: private header with server structs and functions
` [PATCH v15 20/25] block/rnbd: server: main functionality
` [PATCH v15 21/25] block/rnbd: server: functionality for IO submitting to block dev
` [PATCH v15 22/25] block/rnbd: server: sysfs interface functions
` [PATCH v15 23/25] block/rnbd: include client and server modules into kernel compilation
` [PATCH v15 24/25] block/rnbd: a bit of documentation
` [PATCH v15 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[RFC PATCH v2] bcache: export zoned information for backing device
 2020-05-11 11:20 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).