linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-12 03:23:56 to 2020-05-13 21:36:39 UTC [more...]

[RFC PATCH v2 0/7] Add persistent durable identifier to storage log messages
 2020-05-13 21:36 UTC  (7+ messages)
` [RFC PATCH v2 1/7] struct device: Add function callback durable_name
` [RFC PATCH v2 2/7] create_syslog_header: Add durable name
` [RFC PATCH v2 3/7] print_req_error: Use dev_printk
` [RFC PATCH v2 4/7] buffer_io_error: "
` [RFC PATCH v2 5/7] ata_dev_printk: "
` [RFC PATCH v2 6/7] scsi: Add durable_name for dev_printk

remove kernel_setsockopt and kernel_getsockopt
 2020-05-13 21:00 UTC  (46+ 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

remove a few uses of ->queuedata
 2020-05-13 18:45 UTC  (9+ messages)
` [PATCH 12/15] md: stop using ->queuedata

[PATCH v12 00/12] Inline Encryption Support
 2020-05-13 18:19 UTC  (20+ messages)
` [PATCH v12 01/12] Documentation: Document the blk-crypto framework
` [PATCH v12 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v12 03/12] block: Inline encryption support for blk-mq
` [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v12 05/12] block: blk-crypto-fallback for Inline Encryption
` [PATCH v12 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v12 07/12] scsi: ufs: UFS crypto API
` [PATCH v12 08/12] scsi: ufs: Add inline encryption support to UFS

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

[PATCH] blkparse: Print PID information for TN_MESSAGE events
 2020-05-13 16:04 UTC 

[PATCH] blktrace: Report pid with note messages
 2020-05-13 16:02 UTC 

[PATCH V11 00/12] blk-mq: improvement CPU hotplug
 2020-05-13 15:03 UTC  (26+ 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

[PATCH 0/9] blk-mq: support batching dispatch from scheduler
 2020-05-13 14:36 UTC  (21+ 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

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

[PATCH v5 00/11] Add a new LOOP_CONFIGURE ioctl
 2020-05-13 13:45 UTC  (13+ messages)
` [PATCH v5 01/11] loop: Call loop_config_discard() only after new config is applied
` [PATCH v5 02/11] loop: Remove sector_t truncation checks
` [PATCH v5 03/11] loop: Factor out setting loop device size
` [PATCH v5 04/11] loop: Switch to set_capacity_revalidate_and_notify()
` [PATCH v5 05/11] loop: Refactor loop_set_status() size calculation
` [PATCH v5 06/11] loop: Remove figure_loop_size()
` [PATCH v5 07/11] loop: Factor out configuring loop from status
` [PATCH v5 08/11] loop: Move loop_set_status_from_info() and friends up
` [PATCH v5 09/11] loop: Rework lo_ioctl() __user argument casting
` [PATCH v5 10/11] loop: Clean up LOOP_SET_STATUS lo_flags handling
` [PATCH v5 11/11] loop: Add LOOP_CONFIGURE ioctl

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

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

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] 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  (2+ messages)

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

[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)

[RFC PATCH v2 1/7] block: Extand commit_rqs() to do batch processing
 2020-05-12  7:55 UTC  (13+ messages)

null_handle_cmd() doesn't initialize data when reading
 2020-05-12  3:23 UTC  (12+ 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).