linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-22 04:21:51 to 2020-08-26 22:08:00 UTC [more...]

bdi cleanups v3
 2020-08-26 22:07 UTC  (3+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[v4 00/11] Add persistent durable identifier to storage log messages
 2020-08-26 18:26 UTC  (4+ messages)
` [v4 03/11] dev_vprintk_emit: Increase hdr size

Return BLK_STS_NOTSUPP and blk_status_t from blk_cloned_rq_check_limits()
 2020-08-26 17:23 UTC  (6+ messages)
` [PATCH 1/2] block: Return blk_status_t instead of errno codes

[PATCH v4 2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits
 2020-08-26 17:03 UTC  (3+ messages)

[PATCH V2 0/2] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-08-26 16:23 UTC  (7+ 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] loop: Set correct device size when using LOOP_CONFIGURE
 2020-08-26 15:30 UTC  (3+ messages)

[PATCH] brd: expose number of allocated pages in debugfs
 2020-08-26 15:20 UTC 

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

[PATCH] nbd: restore default timeout when setting it to zero
 2020-08-26 15:09 UTC  (10+ messages)

simplify gendisk lookup and remove struct block_device aliases
 2020-08-26 14:51 UTC  (25+ 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 16/19] ataflop: use a separate gendisk for each media format
` [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 RESEND] blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART
 2020-08-26 13:53 UTC  (2+ messages)

[PATCH 0/3] bfq: Two fixes and a cleanup for sequential readers
 2020-08-26 13:54 UTC  (7+ messages)
` [PATCH 3/3] bfq: Use only idle IO periods for think time calculations

[PATCH] rnbd: Fix an error code in process_rdma()
 2020-08-26 13:29 UTC  (3+ messages)

[PATCH 0/5] blk-mq: fix use-after-free on stale request
 2020-08-26 12:56 UTC  (9+ messages)
` [PATCH 2/5] blk-mq: add helper of blk_mq_get_hw_queue_node

[PATCH] [v2] blk-mq: use BLK_MQ_NO_TAG for no tag
 2020-08-26  6:02 UTC  (3+ messages)

[PATCH] block: Fix bug in runtime-resume handling
 2020-08-26  7:48 UTC  (4+ messages)

[PATCH] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-08-26  7:25 UTC  (11+ messages)

[PATCH] block: Fix a race in the runtime power management code
 2020-08-26  4:00 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 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/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'

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] 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()


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