linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-19 15:29:28 to 2020-04-22 09:43:49 UTC [more...]

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-22  9:43 UTC  (52+ messages)
` [PATCH v2 01/10] block: move main block debugfs initialization to its own file
` [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

[PATCH v10 00/12] Inline Encryption Support
 2020-04-22  9:37 UTC  (7+ messages)
` [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v10 03/12] block: Inline encryption support for blk-mq
` [PATCH v10 05/12] block: blk-crypto-fallback for Inline Encryption

[RESEND RFC PATCH 2/8] block: Allow sending a batch of requests from the scheduler to hardware
 2020-04-22  9:28 UTC  (16+ messages)

bdi: fix use-after-free for dev_name(bdi->dev) v3
 2020-04-22  9:09 UTC  (14+ 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 0/2] nbd: export dead connection timeout
 2020-04-22  9:00 UTC  (3+ messages)
` [PATCH 1/2] nbd: export dead_conn_timeout via debugfs
` [PATCH 2/2] nbd: set max discard sectors in the unit of sector

[PATCH 0/3] floppy: suppress UBSAN warning in setup_rw_floppy()
 2020-04-22  8:32 UTC  (9+ messages)
` [PATCH 1/3] floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params
` [PATCH 2/3] floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd
` [PATCH 3/3] floppy: suppress UBSAN warning in setup_rw_floppy()

[PATCH 0/4] Add a new LOOP_SET_FD_AND_STATUS ioctl
 2020-04-22  8:07 UTC  (15+ messages)
` [PATCH 1/4] loop: Refactor size calculation
` [PATCH 2/4] loop: Factor out configuring loop from status
` [PATCH 3/4] loop: Move loop_set_from_status() and friends up
` [PATCH 4/4] loop: Add LOOP_SET_FD_AND_STATUS ioctl

[PATCH blktests v3] Fix unintentional skipping of tests
 2020-04-22  7:44 UTC 

[PATCH blktests v2] Fix unintentional skipping of tests
 2020-04-22  7:18 UTC  (6+ messages)

[PATCH v7 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-22  6:49 UTC  (26+ messages)
` [PATCH v7 01/11] scsi: free sgtables in case command setup fails
` [PATCH v7 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v7 06/11] block: Modify revalidate zones
` [PATCH v7 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v7 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

clean up DMA draining
 2020-04-22  6:41 UTC  (2+ messages)

[PATCH 1/1] brd: remove a redundant check
 2020-04-22  1:28 UTC 

[PATCH] nbd: Fix memory leak from krealloc() if another allocation fails
 2020-04-21 19:56 UTC  (2+ messages)

[PATCH] blk-iocost: Fix systemtap error on iocost_ioc_vrate_adj
 2020-04-21 19:28 UTC  (8+ messages)

[PATCH v2] blk-iocost: Simplify parameter type in iocost_ioc_vrate_adj trace entry
 2020-04-21 18:58 UTC 

[PATCH v2 0/2] null_blk cleanup and fix
 2020-04-21 17:38 UTC  (3+ messages)

stop using ioctl_by_bdev in the s390 DASD driver
 2020-04-21 15:03 UTC  (10+ messages)
` [PATCH 1/3] dasd: refactor dasd_ioctl_information
` [PATCH 2/3] block: add a s390-only biodasdinfo method
` [PATCH 3/3] partitions/ibm: stop using ioctl_by_bdev

[PATCH 0/4] Charge loop device i/o to issuing cgroup
 2020-04-21 13:57 UTC  (8+ messages)
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 3/4] mm: Charge active memcg when no mm is set
` [PATCH 4/4] loop: Charge i/o to mem and blk cg

[PATCH v3 0/7] Fix potential kernel panic when increase hardware queue
 2020-04-21 13:24 UTC  (20+ messages)
` [PATCH v3 1/7] block: rename __blk_mq_alloc_rq_map
` [PATCH v3 2/7] block: rename __blk_mq_alloc_rq_maps
` [PATCH v3 3/7] block: rename blk_mq_alloc_rq_maps
` [PATCH v3 4/7] block: free both map and request
` [PATCH v3 5/7] block: save previous hardware queue count before udpate
` [PATCH v3 6/7] block: refactor __blk_mq_alloc_rq_map_and_requests

[PATCH 00/23] Floppy driver cleanups
 2020-04-21 13:15 UTC  (6+ messages)

bdi: fix use-after-free for dev_name(bdi->dev) v2
 2020-04-21 12:42 UTC  (14+ messages)
` [PATCH 3/8] bdi: add a ->dev_name field to struct backing_dev_info

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

[PATCH blktests v2 0/4] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path
 2020-04-21  9:10 UTC  (5+ messages)
` [PATCH blktests v2 4/4] "

more partition handling cleanups v2
 2020-04-20 17:35 UTC  (3+ messages)

[PATCH] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-20 16:42 UTC  (7+ messages)

[PATCH v4 0/4] blk-mq: Fix two causes of IO stalls found in reboot testing
 2020-04-20 16:31 UTC  (4+ messages)

[PATCH v5 0/4] blk-mq: Fix two causes of IO stalls found in reboot testing
 2020-04-20 16:36 UTC  (6+ messages)
` [PATCH v5 1/4] blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kick
` [PATCH v5 2/4] blk-mq: Add blk_mq_delay_run_hw_queues() API call
` [PATCH v5 3/4] blk-mq: Rerun dispatching in the case of budget contention
` [PATCH v5 4/4] Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is idle"

[PATCH] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
 2020-04-20 12:48 UTC  (4+ messages)

[PATCH V7 0/9] blk-mq: improvement CPU hotplug
 2020-04-20 10:34 UTC  (4+ messages)
` [PATCH V7 4/9] blk-mq: support rq filter callback when iterating rqs

[PATCH v12 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-04-20  7:02 UTC  (22+ messages)
` [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 0/4] block: Add support for REQ_OP_ASSIGN_RANGE
 2020-04-19 22:36 UTC  (8+ 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).