linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-19 22:09:10 to 2021-07-22 09:53:20 UTC [more...]

[PATCH V6 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-07-22  9:52 UTC  (2+ messages)
` [PATCH V6 1/3] genirq: add device_has_managed_msi_irq

[RFC 0/3] cpuidle: add poll_source API and virtio vq polling
 2021-07-22  9:04 UTC  (7+ messages)
` [RFC 1/3] cpuidle: add poll_source API

fixes and cleanups for block_device refcounting v2
 2021-07-22  8:57 UTC  (14+ messages)
` [PATCH 1/9] block: delay freeing the gendisk
` [PATCH 2/9] block: assert the locking state in delete_partition
` [PATCH 3/9] block: unhash the whole device inode earlier
` [PATCH 4/9] block: allocate bd_meta_info later in add_partitions
` [PATCH 5/9] block: change the refcounting for partitions
` [PATCH 6/9] btrfs: store a block_device in struct btrfs_ordered_extent
` [PATCH 7/9] loop: don't grab a reference to the block device
` [PATCH 8/9] block: remove bdgrab
` [PATCH 9/9] block: remove bdput

[PATCH V4 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-07-22  7:48 UTC  (15+ messages)
` [PATCH V4 1/3] driver core: mark device as irq affinity managed if any irq is managed

[PATCH] rbd: use kref_put_lock() to fix potential UAF
 2021-07-22  4:02 UTC 

fixes and cleanups for block_device refcounting
 2021-07-22  2:47 UTC  (14+ messages)
` [PATCH 1/8] block: delay freeing the gendisk
` [PATCH 2/8] block: assert the locking state in delete_partition
` [PATCH 3/8] block: grab a device model reference in blkdev_get_no_open
` [PATCH 4/8] block: don't grab a reference to the whole device in blkdev_get_part
` [PATCH 5/8] btrfs: no need to grab a reference to disk->part0
` [PATCH 6/8] loop: don't grab a reference to the block device
` [PATCH 7/8] block: remove bdgrab
` [PATCH 8/8] block: remove bdget/bdput

[PATCH V5 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-07-22  1:24 UTC  (11+ messages)
` [PATCH V5 1/3] driver core: add device_has_managed_msi_irq
` [PATCH V5 2/3] blk-mq: mark if one queue map uses managed irq
` [PATCH V5 3/3] blk-mq: don't deactivate hctx if managed irq isn't used

[PATCH 0/4] Initial support for multi-actuator HDDs
 2021-07-21 18:01 UTC  (6+ messages)
` [PATCH 1/4] block: Add concurrent positioning ranges support
` [PATCH 2/4] scsi: sd: add "
` [PATCH 3/4] libata: support concurrent positioning ranges log
` [PATCH 4/4] doc: document sysfs queue/cranges attributes

[PATCH] block/bfq: the delta_from_first should be ns rather than us
 2021-07-21 16:19 UTC  (3+ messages)

[Patch v4 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob
 2021-07-21 16:07 UTC  (23+ messages)
` [Patch v4 1/3] Drivers: hv: vmbus: add support to ignore certain PCIE devices
` [Patch v4 2/3] Drivers: hv: add Azure Blob driver
` [Patch v4 3/3] Drivers: hv: Add to maintainer for Hyper-V/Azure drivers

[PATCH v3 0/3] fix argument type of bio_trim()
 2021-07-21 16:04 UTC  (7+ messages)
` [PATCH v3 1/3] block: fix arg "
` [PATCH v3 2/3] btrfs: fix argument type of btrfs_bio_clone_partial()
` [PATCH v3 3/3] btrfs: drop unnecessary ASSERT from btrfs_submit_direct()

[PATCH v15 00/17] Folio support in block + iomap layers
 2021-07-21 15:28 UTC  (58+ messages)
` [PATCH v15 01/17] block: Add bio_add_folio()
` [PATCH v15 02/17] block: Add bio_for_each_folio_all()
` [PATCH v15 03/17] iomap: Convert to_iomap_page to take a folio
` [PATCH v15 04/17] iomap: Convert iomap_page_create "
` [PATCH v15 05/17] iomap: Convert iomap_page_release "
` [PATCH v15 06/17] iomap: Convert iomap_releasepage to use "
` [PATCH v15 07/17] iomap: Convert iomap_invalidatepage "
` [PATCH v15 08/17] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH v15 09/17] iomap: Use folio offsets instead of page offsets
` [PATCH v15 10/17] iomap: Convert bio completions to use folios
` [PATCH v15 11/17] iomap: Convert readahead and readpage to use a folio
` [PATCH v15 12/17] iomap: Convert iomap_page_mkwrite "
` [PATCH v15 13/17] iomap: Convert iomap_write_begin and iomap_write_end to folios
` [PATCH v15 14/17] iomap: Convert iomap_read_inline_data to take a folio
` [PATCH v15 15/17] iomap: Convert iomap_write_end_inline "
` [PATCH v15 16/17] iomap: Convert iomap_add_to_ioend "
` [PATCH v15 17/17] iomap: Convert iomap_migrate_page to use folios

[RFC] bio: fix page leak bio_add_hw_page failure
 2021-07-21 14:44 UTC  (5+ messages)

[PATCH v2 0/3] fix argument type of bio_trim()
 2021-07-21 12:33 UTC  (8+ messages)
` [PATCH v2 1/3] block: fix arg "
` [PATCH v2 2/3] btrfs: fix argument type of btrfs_bio_clone_partial()
` [PATCH v2 3/3] btrfs: drop unnecessary ASSERT from btrfs_submit_direct()

[PATCH v2 0/4] selftests: add a new test driver for sysfs
 2021-07-21 11:33 UTC  (7+ messages)
` [PATCH v2 1/4] selftests: add tests_sysfs module
` [PATCH v2 4/4] test_sysfs: demonstrate deadlock fix

[PATCH v4] sysfs: fix kobject refcount to address races with kobject removal
 2021-07-21 11:30 UTC  (5+ messages)

[PATCH v6 0/3] zram: fix few sysfs races
 2021-07-21 11:29 UTC  (3+ messages)
` [PATCH v6 2/3] zram: fix deadlock with sysfs attribute usage and module removal

[PATCH] block: delay freeing the gendisk
 2021-07-21  7:46 UTC  (2+ messages)

[syzbot] WARNING in alloc_workqueue
 2021-07-21  6:09 UTC 

cleanup SCSI ioctl support
 2021-07-21  5:38 UTC  (2+ messages)

[PATCH 0/5] block: replace incorrect uses of GENHD_FL_UP
 2021-07-21  5:31 UTC  (11+ messages)
` [PATCH 1/5] block: add flag for add_disk() completion notation
` [PATCH 2/5] md: replace GENHD_FL_UP with GENHD_FL_DISK_ADDED on is_mddev_broken()
` [PATCH 3/5] mmc/core/block: replace GENHD_FL_UP with GENHD_FL_DISK_ADDED
` [PATCH 4/5] nvme: "
` [PATCH 5/5] fs/block_dev: "

[PATCH v3 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-07-21  5:04 UTC  (4+ messages)

[PATCH] block: move some macros to blkdev.h
 2021-07-21  2:53 UTC 

[PATCH V4 1/3] driver core: mark device as irq affinity managed if any irq is managed
 2021-07-21  0:30 UTC  (2+ messages)

[PATCH v5 0/5] block: add a sequence number to disks
 2021-07-20 17:27 UTC  (2+ messages)

[PATCH 0/9] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-07-20 17:05 UTC  (13+ messages)
` [PATCH 1/9] blk-mq: Change rqs check in blk_mq_free_rqs()
` [PATCH 2/9] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
` [PATCH 3/9] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH 4/9] blk-mq: Add blk_mq_tag_resize_sched_shared_sbitmap()

[RFC PATCH] block: stop wait rcu once we can ensure no io while elevator init
 2021-07-20 14:32 UTC  (2+ messages)

[PATCH 0/3] optimize the queue idle judgment
 2021-07-20 12:33 UTC  (2+ messages)

[PATCH] blk-mq: allow hardware queue to get more tag while sharing a tag set
 2021-07-20 12:33 UTC  (2+ messages)

[PATCH 2/2] iomap: simplify iomap_add_to_ioend
 2021-07-20 12:16 UTC  (2+ messages)

[RESEND PATCH] loop: fix setting arbitrarily large block size
 2021-07-20  7:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/6] block: add error handling for *add_disk*()
 2021-07-19 23:00 UTC  (6+ messages)
` [PATCH v2 6/6] block: skip queue if NULL on blk_cleanup_queue()

[RFC 0/6] block: enhance use of GENHD_FL_UP
 2021-07-19 22:38 UTC  (4+ messages)
` [RFC 2/6] block: add flag for add_disk() completion notation


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