linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-01 15:36:02 to 2020-05-06 09:16:16 UTC [more...]

[PATCH 0/4] eliminate SECTOR related magic numbers and duplicated conversions
 2020-05-06  9:16 UTC  (13+ messages)
` [PATCH 1/4] block: Move SECTORS_PER_PAGE and SECTORS_PER_PAGE_SHIFT definitions into <linux/blkdev.h>
` [PATCH 2/4] mm/swap: use SECTORS_PER_PAGE_SHIFT to clean up code
` [PATCH 3/4] block: use SECTORS_PER_PAGE_SHIFT and SECTORS_PER_PAGE "
` [PATCH 4/4] mtd: eliminate SECTOR related magic numbers

[PATCH V8 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
 2020-05-06  8:07 UTC  (14+ messages)

[PATCH v3 0/4] floppy: suppress UBSAN warning in setup_rw_floppy()
 2020-05-06  7:33 UTC  (7+ messages)
` [PATCH v3 2/4] floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params

[PATCH RFC 1/2] tracing/block: cleanup rwbs filling in trace events
 2020-05-06  7:07 UTC  (4+ messages)
` [PATCH RFC 2/2] tracing/block: add request operation and flags into "

[PATCH v4 00/10] Add a new LOOP_CONFIGURE ioctl
 2020-05-06  6:09 UTC  (25+ messages)
` [PATCH v4 01/10] loop: Factor out loop size validation
` [PATCH v4 02/10] loop: Factor out setting loop device size
` [PATCH v4 03/10] loop: Switch to set_capacity_revalidate_and_notify()
` [PATCH v4 04/10] loop: Refactor loop_set_status() size calculation
` [PATCH v4 05/10] loop: Remove figure_loop_size()
` [PATCH v4 06/10] loop: Factor out configuring loop from status
` [PATCH v4 07/10] loop: Move loop_set_status_from_info() and friends up
` [PATCH v4 08/10] loop: Rework lo_ioctl() __user argument casting
` [PATCH v4 09/10] loop: Clean up LOOP_SET_STATUS lo_flags handling
` [PATCH v4 10/10] loop: Add LOOP_CONFIGURE ioctl

[PATCH 0/1] remove ioclt_by_bdev from DASD
 2020-05-06  4:52 UTC  (8+ messages)
` [PATCH 1/1] s390/dasd: remove ioctl_by_bdev from DASD driver

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

[RFC v1 0/6] block: add error handling for *add_disk*()
 2020-05-06  1:18 UTC  (2+ messages)

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

[PATCH v2] block: Make request_queue.rpm_status an enum
 2020-05-05 17:55 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add missing header files to BLOCK LAYER section
 2020-05-05 17:51 UTC  (2+ messages)

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-05 15:38 UTC  (9+ messages)

[block/for-5.7] iocost: protect iocg->abs_vdebt with iocg->waitq.lock
 2020-05-05 15:23 UTC  (2+ messages)

stop using ioctl_by_bdev for file system access to CDROMs v3
 2020-05-05 12:43 UTC  (10+ messages)
` [PATCH 1/8] block: add a cdrom_device_info pointer to struct gendisk
` [PATCH 2/8] ide-cd: rename cdrom_read_tocentry
` [PATCH 3/8] cdrom: factor out a cdrom_read_tocentry helper
` [PATCH 4/8] cdrom: factor out a cdrom_multisession helper
` [PATCH 5/8] hfs: stop using ioctl_by_bdev
` [PATCH 6/8] hfsplus: "
` [PATCH 7/8] isofs: "
` [PATCH 8/8] udf: "

[PATCH v5 0/5] Fix potential kernel panic when increase hardware queue
 2020-05-05  7:38 UTC  (7+ messages)
` [PATCH v5 1/5] block: free both rq_map and request
` [PATCH v5 2/5] block: save previous hardware queue count before udpate
` [PATCH v5 4/5] block: rename __blk_mq_alloc_rq_map
` [PATCH v5 5/5] block: rename blk_mq_alloc_rq_maps
` [PATCH v5 3/5] block: alloc map and request for new hardware queue
  ` [RESEND PATCH "

[PATCH] block: remove the REQ_NOWAIT_INLINE flag
 2020-05-05  6:44 UTC  (2+ messages)

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

[RESEND v4 1/6] block: free both rq_map and request
 2020-05-05  4:14 UTC  (11+ messages)
` [RESEND v4 2/6] block: save previous hardware queue count before udpate
` [RESEND v4 4/6] block: alloc map and request for new hardware queue
` [RESEND v4 5/6] block: rename __blk_mq_alloc_rq_map
` [RESEND v4 6/6] block: rename blk_mq_alloc_rq_maps

[PATCH 0/2] bcache patches for Linux v5.7-rc5
 2020-05-05  2:43 UTC  (5+ messages)
` [PATCH 1/2] bcache: remove redundant variables i and n
` [PATCH 2/2] bcache: Convert pr_<level> uses to a more typical style

[PATCH] loop: Call loop_config_discard() only after new config is applied
 2020-05-04 19:32 UTC  (3+ messages)

stop using ioctl_by_bdev for file system access to CDROMs v2
 2020-05-04 16:42 UTC  (6+ messages)
` [PATCH 5/7] hfsplus: stop using ioctl_by_bdev

[PATCH RFC 1/2] fs/iomap/direct-io: pass NOWAIT to bio flags
 2020-05-04 16:23 UTC  (4+ messages)
` [PATCH RFC 2/2] fs/direct-io: pass NOWAIT to also for read requests

[PATCH v3 0/6] block: fix blktrace debugfs use after free
 2020-05-04 16:18 UTC  (18+ messages)
` [PATCH v3 1/6] block: revert back to synchronous request_queue removal
` [PATCH v3 3/6] blktrace: move blktrace debugfs creation to helper function
` [PATCH v3 5/6] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v3 6/6] loop: be paranoid on exit and prevent new additions / removals

[PATCH v2 0/3] block: drive-by cleanups for block cgroup
 2020-05-04 15:31 UTC  (2+ messages)

[PATCH 1/4] block/part_stat: remove rcu_read_lock() from part_stat_lock()
 2020-05-04 15:10 UTC  (10+ messages)
` [PATCH 2/4] block/part_stat: use __this_cpu_add() instead of access by smp_processor_id()
` [PATCH 3/4] block/part_stat: account merge of two requests
` [PATCH 4/4] block/part_stat: add helper blk_account_io_merge_bio()

bdi: fix use-after-free for dev_name(bdi->dev) v3 (resend)
 2020-05-04 12:48 UTC  (10+ messages)
` [PATCH 1/9] vboxsf: don't use the source name in the bdi name
` [PATCH 2/9] bdi: move bdi_dev_name out of line
` [PATCH 3/9] bdi: use bdi_dev_name() to get device name
` [PATCH 4/9] bdi: add a ->dev_name field to struct backing_dev_info
` [PATCH 5/9] driver core: remove device_create_vargs
` [PATCH 6/9] bdi: unexport bdi_register_va
` [PATCH 7/9] bdi: remove bdi_register_owner
` [PATCH 8/9] bdi: simplify bdi_alloc
` [PATCH 9/9] bdi: remove the name field in struct backing_dev_info

[PATCH v4] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-05-04 12:07 UTC  (3+ messages)

[PATCH V9 00/11] blk-mq: improvement CPU hotplug
 2020-05-04  9:57 UTC  (17+ messages)
` [PATCH V9 01/11] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone
` [PATCH V9 02/11] block: add helper for copying request
` [PATCH V9 03/11] blk-mq: mark blk_mq_get_driver_tag as static
` [PATCH V9 04/11] blk-mq: assign rq->tag in blk_mq_get_driver_tag
` [PATCH V9 05/11] blk-mq: support rq filter callback when iterating rqs
` [PATCH V9 06/11] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH V9 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH V9 08/11] block: add blk_end_flush_machinery
` [PATCH V9 09/11] blk-mq: add blk_mq_hctx_handle_dead_cpu for handling cpu dead
` [PATCH V9 10/11] blk-mq: re-submit IO in case that hctx is inactive
` [PATCH V9 11/11] block: deactivate hctx when the hctx is actually inactive

[PATCH v13 23/25] block/rnbd: include client and server modules into kernel compilation
 2020-05-04  7:52 UTC  (4+ messages)

WARNING in hsr_addr_subst_dest
 2020-05-04  3:02 UTC 

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

[PATCH 0/2] block: prevent task hung from being triggered in sync dio
 2020-05-03  1:43 UTC  (6+ messages)
` [PATCH 1/2] block: add blk_default_io_timeout() for avoiding task hung in sync IO

[GIT PULL] Block fixes for 5.7-rc4
 2020-05-01 18:35 UTC  (2+ 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).