linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-11 10:42:55 to 2020-09-17 17:32:37 UTC [more...]

remove blkdev_get as a public API
 2020-09-17 16:57 UTC  (12+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk
` [PATCH 03/14] block: cleanup blkdev_bszset
` [PATCH 04/14] pktcdvd: remove the if 0'ed pkt_start_recovery function
` [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it
` [PATCH 06/14] zram: cleanup backing_dev_store
` [PATCH 07/14] raw: don't keep unopened block device around
` [PATCH 09/14] ocfs2: cleanup o2hb_region_dev_store
` [PATCH 10/14] mm: cleanup claim_swapfile
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 12/14] mm: split swap_type_of
` [PATCH 14/14] block: mark blkdev_get static

[PATCH v3 0/2] Fix handling of host-aware ZBC disks
 2020-09-17 15:53 UTC  (8+ messages)
` [PATCH v3 1/2] scsi: "
` [PATCH v3 2/2] scsi: Fix ZBC disk initialization

[blktests] About CPU hotplug test
 2020-09-17 13:54 UTC 

[PATCH] [v2] blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()
 2020-09-17  8:13 UTC 

bdi cleanups v4
 2020-09-17 10:35 UTC  (26+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH v3] null_blk: add support for max open/active zone limit for zoned devices
 2020-09-17  7:56 UTC  (3+ messages)

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-09-17  6:48 UTC  (7+ messages)

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-17  2:20 UTC  (6+ messages)

[PATCH] block: remove redundant mq check
 2020-09-16 20:57 UTC  (2+ messages)

Revert "dm: always call blk_queue_split() in dm_process_bio()"
 2020-09-16 14:56 UTC  (28+ messages)
      ` [PATCH 0/3] block: a few chunk_sectors fixes/improvements
        ` [PATCH 1/3] block: fix blk_rq_get_max_sectors() to flow more carefully
        ` [PATCH 2/3] block: use lcm_not_zero() when stacking chunk_sectors
        ` [PATCH 3/3] block: allow 'chunk_sectors' to be non-power-of-2

[PATCH] blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()
 2020-09-16 14:58 UTC 

[PATCH V3] block: Fix use-after-free issue while accessing ioscheduler lock
 2020-09-16  8:23 UTC 

[PATCH v2 0/4] block: a couple chunk_sectors fixes/improvements
 2020-09-16  7:51 UTC  (10+ messages)
` [PATCH v2 1/4] block: use lcm_not_zero() when stacking chunk_sectors
` [PATCH v2 2/4] block: allow 'chunk_sectors' to be non-power-of-2
` [PATCH v2 3/4] dm table: stack 'chunk_sectors' limit to account for target-specific splitting
` [PATCH v2 4/4] dm: unconditionally call blk_queue_split() in dm_process_bio()

[PATCH V1] block: Fix use-after-free issue while accessing ioscheduler lock
 2020-09-16  6:24 UTC  (5+ messages)

[PATCH -next] aoe: remove unnecessary mutex_init()
 2020-09-16  6:20 UTC 

[PATCH v2 0/3] block: fix up bio_crypt_ctx allocation
 2020-09-16  3:53 UTC  (4+ messages)
` [PATCH v2 1/3] block: make bio_crypt_clone() able to fail
` [PATCH v2 2/3] block: make blk_crypto_rq_bio_prep() "
` [PATCH v2 3/3] block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()

[PATCH] io_uring: fix the bug of child process can't do io task
 2020-09-16  3:53 UTC  (4+ messages)
    ` [External] "

[PATCH V2] block: Fix use-after-free issue while accessing ioscheduler lock
 2020-09-15 13:59 UTC  (5+ messages)

[PATCH v8 0/3] Charge loop device i/o to issuing cgroup
 2020-09-15 13:17 UTC  (2+ messages)

bdi cleanups v5
 2020-09-15 15:18 UTC  (13+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH] block: Fix inflight statistic for MQ submission with !elevator
 2020-09-15 16:11 UTC  (6+ messages)
      ` [PATCH v2] block: Consider only dispatched requests for inflight statistic

[PATCH 0/5] Some improvements for blk-throttle
 2020-09-15 18:17 UTC  (5+ messages)

[PATCH 0/3] io_uring: Fix async workqueue is not canceled on some corner case
 2020-09-15  9:44 UTC  (5+ messages)
` [PATCH 1/3] io_uring: Fix resource leaking when kill the process
` [PATCH 2/3] io_uring: Fix missing smp_mb() in io_cancel_async_work()
` [PATCH 3/3] io_uring: Fix remove irrelevant req from the task_list

[PATCH] blk-mq: fix hang issue in blk_queue_enter()
 2020-09-15  8:34 UTC 

bdi cleanups v3
 2020-09-15  7:05 UTC  (8+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

clean up is partition checks
 2020-09-15  5:45 UTC  (2+ messages)

[PATCH 0/1] DASD: fix discard for FBA devices
 2020-09-15  1:41 UTC  (3+ messages)
` [PATCH 1/1] s390/dasd: Fix zero write "

[PATCH] tools/io_uring: fix compile breakage
 2020-09-15  1:34 UTC  (2+ messages)

[PATCH v2 0/2] Fix handling of host-aware ZBC disks
 2020-09-14 23:26 UTC  (7+ messages)
` [PATCH v2 1/2] scsi: "
` [PATCH v2 2/2] scsi: Fix ZBC disk initialization

[PATCH v7 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
 2020-09-14 22:25 UTC  (10+ messages)
` [PATCH v7 1/7] nvme: consolidate nvme requirements based on transport type
` [PATCH v7 4/7] tests/nvme: restrict tests to specific transports

[PATCH AUTOSEL 5.8 22/29] block: only call sched requeue_request() for scheduled requests
 2020-09-14 13:03 UTC 

[PATCH] blk-mq: fix hang issue in blk_queue_enter()
 2020-09-14 16:48 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 16/22] block: only call sched requeue_request() for scheduled requests
 2020-09-14 13:04 UTC 

[PATCH V6 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-09-14 12:47 UTC  (7+ messages)
` [PATCH V6 1/4] block: use test_and_{clear|test}_bit to set/clear QUEUE_FLAG_QUIESCED
` [PATCH V6 2/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
` [PATCH V6 3/4] blk-mq: add tagset quiesce interface
` [PATCH V6 4/4] nvme: use blk_mq_[un]quiesce_tagset

remove ->revalidate_disk
 2020-09-14  7:03 UTC  (4+ messages)
` [PATCH 1/3] paride/pd: "
` [PATCH 2/3] umem: "
` [PATCH 3/3] block: remove the revalidate_disk method

[PATCH V5 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-09-14  3:05 UTC  (10+ messages)

[RFC] Reliable Multicast on top of RTRS
 2020-09-13 14:51 UTC  (6+ messages)

[RFC] block: enqueue splitted bios into same cpu
 2020-09-13 14:00 UTC  (4+ messages)

[PATCH 0/2] Fix handling of host-aware ZBC disks
 2020-09-13  8:05 UTC  (7+ messages)
` [PATCH 1/2] scsi: "
` [PATCH 2/2] scsi: Fix ZBC disk initialization

[PATCH v2] zram: add restriction on dynamic zram device creation
 2020-09-12  0:02 UTC  (2+ messages)

[PATCH block/for-next] blk-iocost: fix divide-by-zero in transfer_surpluses()
 2020-09-11 22:44 UTC  (5+ messages)
  ` [PATCH v2 "

[PATCH v3 0/3] block: improve iostat for md/bcache partitions
 2020-09-11 21:37 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.9-rc5
 2020-09-11 20:45 UTC  (2+ messages)

[PATCH] block: fix locking in bdev_del_partition
 2020-09-11 14:58 UTC  (2+ messages)

[PATCH V2] blk-mq: always allow reserved allocation in hctx_may_queue
 2020-09-11 11:27 UTC  (2+ messages)

[PATCH] scsi: core: Remove the unused include statements
 2020-09-11 11:24 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).