linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-21 10:16:38 to 2020-08-26 07:02:05 UTC [more...]

simplify gendisk lookup and remove struct block_device aliases
 2020-08-26  6:24 UTC  (19+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

[PATCH] [v2] blk-mq: use BLK_MQ_NO_TAG for no tag
 2020-08-26  4:29 UTC  (2+ messages)

[PATCH] loop: Set correct device size when using LOOP_CONFIGURE
 2020-08-26  4:15 UTC  (2+ messages)

[PATCH] block: Fix a race in the runtime power management code
 2020-08-26  4:00 UTC  (9+ messages)

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-08-26  1:51 UTC  (13+ messages)
` [PATCH] block: "

[PATCH] nbd: restore default timeout when setting it to zero
 2020-08-26  1:51 UTC  (9+ messages)

[PATCH] block: drbd: add missing kref_get in handle_write_conflicts
 2020-08-25 23:47 UTC 

[PATCH] block: drbd: defer calling kref_put until end of drbd_delete_device
 2020-08-25 23:49 UTC 

[PATCH] null_blk: add support for max open/active zone limit for zoned devices
 2020-08-25 23:03 UTC  (3+ messages)

[PATCH RFC 0/2] Block and buffer invalidation under a filesystem
 2020-08-25 18:49 UTC  (9+ messages)
` [PATCH RFC 1/2] fs: Don't invalidate page buffers in block_write_full_page()
` [PATCH RFC 2/2] block: Do not discard buffers under a mounted filesystem

[PATCH] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-08-25 17:38 UTC  (14+ messages)

[PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-25 16:22 UTC  (24+ messages)
` [PATCH 1/5] iov_iter: introduce iov_iter_pin_user_pages*() routines
` [PATCH 2/5] mm/gup: introduce pin_user_page()
` [PATCH 3/5] bio: convert get_user_pages_fast() --> pin_user_pages_fast()
` [PATCH 4/5] bio: introduce BIO_FOLL_PIN flag
` [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe
          ` [PATCH v2] "

[PATCH V2 0/2] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-08-25 14:17 UTC  (3+ messages)
` [PATCH V2 1/2] blk-mq: serialize queue quiesce and unquiesce by mutex
` [PATCH V2 2/2] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING

[PATCH v2 0/3] Some clean-ups for bio merge
 2020-08-25 13:53 UTC  (2+ messages)

[PATCH v2 00/12] bcache: remove multiple caches code framework
 2020-08-25 11:08 UTC  (15+ messages)
` [PATCH v2 01/12] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
` [PATCH v2 02/12] bcache: explicitly make cache_set only have single cache
` [PATCH v2 03/12] bcache: remove for_each_cache()
` [PATCH v2 04/12] bcache: add set_uuid in struct cache_set
` [PATCH v2 05/12] bcache: only use block_bytes() on struct cache
` [PATCH v2 06/12] bcache: remove useless alloc_bucket_pages()
` [PATCH v2 07/12] bcache: remove useless bucket_pages()
` [PATCH v2 08/12] bcache: only use bucket_bytes() on struct cache
` [PATCH v2 09/12] bcache: don't check seq numbers in register_cache_set()
` [PATCH v2 10/12] bcache: remove can_attach_cache()
` [PATCH v2 11/12] bcache: check and set sync status on cache's in-memory super block
` [PATCH v2 12/12] bcache: remove embedded struct cache_sb from struct cache_set

[PATCH 00/11] iomap/fs/block patches for 5.11
 2020-08-25 10:29 UTC  (13+ messages)
` [PATCH 01/11] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH 02/11] mm: Support THPs in zero_user_segments
` [PATCH 03/11] mm: Zero the head page, not the tail page
` [PATCH 04/11] block: Add bio_for_each_thp_segment_all
` [PATCH 05/11] iomap: Support THPs in iomap_adjust_read_range
` [PATCH 06/11] iomap: Support THPs in invalidatepage
` [PATCH 07/11] iomap: Support THPs in read paths
` [PATCH 08/11] iomap: Change iomap_write_begin calling convention
` [PATCH 09/11] iomap: Support THPs in write paths
` [PATCH 10/11] iomap: Inline data shouldn't see THPs
` [PATCH 11/11] iomap: Handle tail pages in iomap_page_mkwrite

[PATCH 0/2] percpu_ref & block: reduce memory footprint of percpu_ref in fast path
 2020-08-25 10:12 UTC  (3+ messages)
` [PATCH 1/2] percpu_ref: "
` [PATCH 2/2] block: move 'q_usage_counter' into front of 'request_queue'

[PATCH 0/5] blk-mq: fix use-after-free on stale request
 2020-08-25  8:55 UTC  (3+ messages)
` [PATCH 2/5] blk-mq: add helper of blk_mq_get_hw_queue_node

LOOP_CONFIGURE ioctl doesn't work if lo_offset/lo_sizelimit are set
 2020-08-25  7:20 UTC  (3+ messages)

[PATCH 2/3] nvme-core: fix deadlock when reconnect failed due to nvme_set_queue_count timeout
 2020-08-25  7:15 UTC  (4+ messages)

[PATCH 00/29] treewide: Convert comma separated statements
 2020-08-25  4:56 UTC  (2+ messages)
` [PATCH 06/29] drbd: Avoid "

[PATCH v2] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
 2020-08-24 23:51 UTC  (2+ messages)

[PATCH] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
 2020-08-24 20:48 UTC  (2+ messages)

IOPRIO_CLASS_RT without CAP_SYS_ADMIN?
 2020-08-24 20:46 UTC  (4+ messages)

[PATCH] block: Fix bug in runtime-resume handling
 2020-08-24 20:13 UTC  (3+ messages)

[PATCH] rnbd: fix uninitialized variable
 2020-08-24 19:46 UTC  (3+ messages)

[GIT PULL] Block fixes for 5.9-rc2
 2020-08-24 19:40 UTC  (4+ messages)

[PATCH v7 0/4] Charge loop device i/o to issuing cgroup
 2020-08-24 17:13 UTC  (7+ 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

fix block device size update serialization v2
 2020-08-24  8:26 UTC  (9+ messages)
` [PATCH 1/3] block: replace bd_set_size with bd_set_nr_sectors
` [PATCH 2/3] block: fix locking for struct block_device size updates
` [PATCH 3/3] nvme: don't call revalidate_disk from nvme_set_queue_dying

[PATCH] blk-mq: use BLK_MQ_NO_TAG for no tag
 2020-08-24  6:18 UTC  (6+ messages)

fix block device size update serialization
 2020-08-23  9:09 UTC  (4+ messages)
` [PATCH 2/2] block: fix locking for struct block_device size updates

[PATCH 00/14] bcache: remove multiple caches code framework
 2020-08-22 11:40 UTC  (4+ messages)
` [PATCH 03/14] bcache: remove for_each_cache()

[GIT PULL] Block fixes for 5.9-rc2
 2020-08-21 23:40 UTC  (7+ messages)

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-08-21 20:23 UTC  (8+ messages)

[PATCH 1/3] nvme-core: improve avoiding false remove namespace
 2020-08-21 20:23 UTC  (6+ messages)

[PATCH 3/3] nvme-core: fix crash when nvme_enable_aen timeout
 2020-08-21 20:17 UTC  (5+ messages)

[PATCH 1/1] block: Set same_page to false in __bio_try_merge_page if ret is false
 2020-08-21 18:11 UTC 

[PATCH AUTOSEL 5.8 15/62] blktrace: ensure our debugfs dir exists
 2020-08-21 16:13 UTC 

[PATCH AUTOSEL 5.7 15/61] blktrace: ensure our debugfs dir exists
 2020-08-21 16:14 UTC 

[PATCH AUTOSEL 5.4 12/48] blktrace: ensure our debugfs dir exists
 2020-08-21 16:16 UTC 

[PATCH AUTOSEL 4.19 09/38] blktrace: ensure our debugfs dir exists
 2020-08-21 16:17 UTC 

[PATCH AUTOSEL 4.14 07/30] blktrace: ensure our debugfs dir exists
 2020-08-21 16:18 UTC 

io_uring and Optane2
 2020-08-21 15:58 UTC 

[PATCH] bcache: doc: update Documentation/admin-guide/bcache.rst
 2020-08-21 15:13 UTC 

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-21 14:49 UTC  (2+ messages)

[PATCH] virtio-blk: Use kobj_to_dev() instead of container_of()
 2020-08-21 14:45 UTC  (3+ messages)

[PATCH] null_blk: fix passing of REQ_FUA flag in null_handle_rq
 2020-08-21 14:44 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).