linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-15 09:24:15 to 2020-04-19 19:46:24 UTC [more...]

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-19 19:45 UTC  (10+ messages)
` [PATCH v2 02/10] blktrace: move blktrace debugfs creation to helper function
` [PATCH v2 03/10] blktrace: fix debugfs use after free
` [PATCH v2 04/10] block: revert back to synchronous request_queue removal
` [PATCH v2 05/10] blktrace: upgrade warns to BUG_ON() on unexpected circmunstances
` [PATCH v2 06/10] blk-debugfs: upgrade warns to BUG_ON() if directory is already found
` [PATCH v2 07/10] blktrace: move debugfs file creation to its own function
` [PATCH v2 08/10] blktrace: add checks for created debugfs files on setup
` [PATCH v2 09/10] block: panic if block debugfs dir is not created
` [PATCH v2 10/10] block: put_device() if device_add() fails

bdi: fix use-after-free for dev_name(bdi->dev) v2
 2020-04-19 16:06 UTC  (21+ messages)
` [PATCH 1/8] bdi: move bdi_dev_name out of line
` [PATCH 2/8] bdi: use bdi_dev_name() to get device name
` [PATCH 3/8] bdi: add a ->dev_name field to struct backing_dev_info
` [PATCH 4/8] driver core: remove device_create_vargs
` [PATCH 5/8] bdi: unexport bdi_register_va
` [PATCH 6/8] bdi: remove bdi_register_owner
` [PATCH 7/8] bdi: simplify bdi_alloc
` [PATCH 8/8] bdi: remove the name field in struct backing_dev_info

[PATCH v12 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-04-18 23:39 UTC  (17+ messages)
` [PATCH v12 05/25] RDMA/rtrs: client: private header with client structs and functions
` [PATCH v12 12/25] RDMA/rtrs: server: sysfs interface functions
` [PATCH v12 15/25] block/rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v12 16/25] block/rnbd: client: private header with client structs and functions
` [PATCH v12 17/25] block/rnbd: client: main functionality
` [PATCH v12 18/25] block/rnbd: client: sysfs interface functions
` [PATCH v12 20/25] block/rnbd: server: main functionality
` [PATCH v12 21/25] block/rnbd: server: functionality for IO submission to block dev
` [PATCH v12 22/25] block/rnbd: server: sysfs interface functions

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

[PATCH] loop: Call loop_config_discard() only after new config is applied
 2020-04-18 15:46 UTC  (3+ messages)

[RFC] block: fix access of uninitialized pointer address in bt_for_each()
 2020-04-18 15:26 UTC  (6+ messages)

[PATCH AUTOSEL 4.19 20/47] loop: Better discard support for block devices
 2020-04-18 14:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 45/47] virtio-blk: improve virtqueue error to BLK_STS

[PATCH AUTOSEL 5.4 33/78] loop: Better discard support for block devices
 2020-04-18 14:40 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 73/78] virtio-blk: improve virtqueue error to BLK_STS

[PATCH AUTOSEL 5.5 30/75] block: fix busy device checking in blk_drop_partitions
 2020-04-18 14:09 UTC  (4+ messages)
` [PATCH AUTOSEL 5.5 35/75] loop: Better discard support for block devices
` [PATCH AUTOSEL 5.5 74/75] virtio-blk: improve virtqueue error to BLK_STS
` [PATCH AUTOSEL 5.5 75/75] block: fix busy device checking in blk_drop_partitions again

[PATCH AUTOSEL 5.6 32/73] block: fix busy device checking in blk_drop_partitions
 2020-04-18 13:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 37/73] loop: Better discard support for block devices
` [PATCH AUTOSEL 5.6 73/73] block: fix busy device checking in blk_drop_partitions again

[PATCH V7 0/9] blk-mq: improvement CPU hotplug
 2020-04-18  3:09 UTC  (10+ messages)
` [PATCH V7 1/9] blk-mq: mark blk_mq_get_driver_tag as static
` [PATCH V7 2/9] blk-mq: assign rq->tag in blk_mq_get_driver_tag
` [PATCH V7 3/9] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH V7 4/9] blk-mq: support rq filter callback when iterating rqs
` [PATCH V7 5/9] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH V7 6/9] block: add blk_end_flush_machinery
` [PATCH V7 7/9] blk-mq: re-submit IO in case that hctx is inactive
` [PATCH V7 8/9] blk-mq: handle requests dispatched from IO scheduler in case of inactive hctx
` [PATCH V7 9/9] block: deactivate hctx when the hctx is actually inactive

[PATCH] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
 2020-04-18  2:43 UTC  (4+ messages)

[GIT PULL] Block fixes for 5.7-rc
 2020-04-17 17:45 UTC  (2+ messages)

[PATCH RFC v6 00/10] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-04-17 16:46 UTC  (6+ messages)
` [PATCH RFC v6 08/10] megaraid_sas: switch fusion adapters to MQ

[PATCH] zram: fix writeback_store returning zero in most situations
 2020-04-17 15:35 UTC  (5+ messages)

[PATCH 1/2] blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literals
 2020-04-17 14:22 UTC  (2+ messages)

[PATCH 0/1] s390/dasd: Kconfig patch
 2020-04-17 14:05 UTC  (3+ messages)
` [PATCH 1/1] s390/dasd: remove IOSCHED_DEADLINE from DASD Kconfig

[PATCH v6 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-17 12:07 UTC  (17+ messages)
` [PATCH v6 01/11] scsi: free sgtables in case command setup fails
` [PATCH v6 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v6 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v6 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v6 06/11] block: Modify revalidate zones
` [PATCH v6 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands

[PATCH 0/2 RFC] bfq: Waker logic tweaks for dbench performance
 2020-04-17  9:18 UTC  (3+ messages)

[PATCH blktests] Fix unintended skipping of tests
 2020-04-17  7:35 UTC  (3+ messages)

[PATCH 0/5] blktrace: fix use after free
 2020-04-17  4:09 UTC  (46+ messages)
` [PATCH 2/5] blktrace: fix debugfs "
` [PATCH 3/5] blktrace: refcount the request_queue during ioctl
` [PATCH 4/5] mm/swapfile: refcount block and queue before using blkcg_schedule_throttle()
` [PATCH 5/5] block: revert back to synchronous request_queue removal

bdi: fix use-after-free for dev_name(bdi->dev)
 2020-04-16 15:30 UTC  (30+ messages)
` [PATCH 1/8] bdi: move bdi_dev_name out of line
` [PATCH 2/8] bdi: use bdi_dev_name() to get device name
` [PATCH 3/8] bdi: add a ->dev_name field to struct backing_dev_info
` [PATCH 4/8] driver core: remove device_create_vargs
` [PATCH 5/8] bdi: unexport bdi_register_va
` [PATCH 6/8] bdi: remove bdi_register_owner
` [PATCH 7/8] bdi: simplify bdi_alloc
` [PATCH 8/8] bdi: remove the name field in struct backing_dev_info

[Regression] No IO interrupt is generated before CPU is offline
 2020-04-16  9:02 UTC 

[PATCH v4 0/6] bdi: fix use-after-free for bdi device
 2020-04-16  5:36 UTC  (4+ messages)

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-04-15 16:25 UTC  (13+ messages)
` [RFC PATCH v3 01/12] scripts: add ipe tooling to generate boot policy
` [RFC PATCH v3 02/12] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v3 03/12] security: add ipe lsm policy parser and policy loading
` [RFC PATCH v3 04/12] ipe: add property for trust of boot volume
` [RFC PATCH v3 05/12] fs: add security blob and hooks for block_device
` [RFC PATCH v3 06/12] dm-verity: move signature check after tree validation
` [RFC PATCH v3 07/12] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [RFC PATCH v3 08/12] ipe: add property for signed dmverity volumes
` [RFC PATCH v3 09/12] dm-verity: add bdev_setsecurity hook for root-hash
` [RFC PATCH v3 10/12] ipe: add property for dmverity roothash
` [RFC PATCH v3 11/12] documentation: add ipe documentation
` [RFC PATCH v3 12/12] cleanup: uapi/linux/audit.h

[PATCH v1] zcomp: Use ARRAY_SIZE() for backends list
 2020-04-15 14:47 UTC  (2+ messages)

[PATCH v2 2/4] blk-mq: Allow timeouts to run while queue is freezing
 2020-04-15 13:00 UTC 


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