linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-20 20:42:04 to 2020-04-23 16:17:21 UTC [more...]

[PATCH v2 0/7] loopfs
 2020-04-23 16:17 UTC  (19+ messages)
` [PATCH v2 1/7] kobject_uevent: remove unneeded netlink_ns check
` [PATCH v2 2/7] loopfs: implement loopfs
` [PATCH v2 3/7] loop: use ns_capable for some loop operations
` [PATCH v2 4/7] kernfs: handle multiple namespace tags
` [PATCH v2 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v2 6/7] loopfs: start attaching correct namespace during loop_add()
` [PATCH v2 7/7] loopfs: only show devices in their correct instance

[PATCH v3 0/2] null_blk cleanup and fix
 2020-04-23 15:35 UTC  (5+ messages)
` [PATCH v3 1/2] null_blk: Fix zoned command handling
` [PATCH v3 2/2] null_blk: Cleanup zoned device initialization

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-04-23 15:33 UTC  (12+ messages)
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands

Request For Suggestion: how to handle udevd timeout for bcache registration
 2020-04-23 15:08 UTC  (2+ messages)

[PATCH] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-04-23 14:13 UTC  (3+ messages)

s390 boot woe due to "block: fix busy device checking in blk_drop_partitions"
 2020-04-23 11:07 UTC  (3+ messages)

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

[PATCH V7 0/9] blk-mq: improvement CPU hotplug
 2020-04-23  8:46 UTC  (20+ 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 blktests v3] Fix unintentional skipping of tests
 2020-04-23  2:00 UTC  (2+ messages)

[PATCH 0/4] block: Add support for REQ_OP_ASSIGN_RANGE
 2020-04-23  0:40 UTC  (9+ messages)

bdi: fix use-after-free for dev_name(bdi->dev) v3
 2020-04-23  0:16 UTC  (21+ 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

LSFMMBPF 2020 Cancellation announcement
 2020-04-22 23:14 UTC 

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

[PATCH v2 0/5] Add a new LOOPSET_FD_AND_STATUS ioctl
 2020-04-22 17:44 UTC  (11+ messages)
` [PATCH v2 1/5] loop: Refactor size calculation
` [PATCH v2 2/5] loop: Factor out configuring loop from status
` [PATCH v2 3/5] loop: Move loop_set_status_from_info() and friends up
` [PATCH v2 4/5] loop: rework lo_ioctl() __user argument casting
` [PATCH v2 5/5] loop: Add LOOP_SET_FD_AND_STATUS ioctl

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-04-22 16:55 UTC  (4+ messages)
` [RFC PATCH v3 05/12] fs: add security blob and hooks for block_device

clean up DMA draining
 2020-04-22 16:46 UTC  (3+ messages)

[PATCH 0/4] Add a new LOOP_SET_FD_AND_STATUS ioctl
 2020-04-22 15:10 UTC  (13+ messages)
` [PATCH 1/4] loop: Refactor size calculation
` [PATCH 2/4] loop: Factor out configuring loop from status
` [PATCH 4/4] loop: Add LOOP_SET_FD_AND_STATUS ioctl

[PATCH v1] lightnvm: pblk: Replace guid_copy() with export_guid()/import_guid()
 2020-04-22 13:06 UTC 

[PATCH v1] partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense
 2020-04-22 13:03 UTC 

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-22 10:31 UTC  (34+ 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 08/10] blktrace: add checks for created debugfs files on setup

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

[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 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  (13+ 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 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  (17+ 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  (7+ messages)
` [PATCH 3/8] bdi: add a ->dev_name field to struct backing_dev_info

[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] "


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