linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-30 12:30:59 to 2020-12-02 22:53:38 UTC [more...]

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-12-02 22:52 UTC  (6+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit

store a pointer to the block_device in struct bio (again)
 2020-12-02 22:39 UTC  (14+ messages)
` [PATCH 1/9] brd: remove the end of device check in brd_do_bvec
` [PATCH 2/9] dcssblk: "
` [PATCH 3/9] block: store a block_device pointer in struct bio
` [PATCH 4/9] block: simplify submit_bio_checks a bit
` [PATCH 5/9] block: use ->bi_bdev for bio based I/O accounting
` [PATCH 6/9] blk-mq: use ->bi_bdev for "
` [PATCH 7/9] block: add a disk_uevent helper
` [PATCH 8/9] block: remove DISK_PITER_REVERSE
` [PATCH 9/9] block: use an xarray for disk->part_tbl

merge struct block_device and struct hd_struct v4
 2020-12-02 21:52 UTC  (15+ messages)
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 16/45] block: switch bdgrab to use igrab
` [PATCH 25/45] block: simplify bdev/disk lookup in blkdev_get
` [PATCH 30/45] block: remove the nr_sects field in struct hd_struct

[RFC PATCH] blk-iocost: Optimize the ioc_refreash_vrate() function
 2020-12-02 20:32 UTC  (2+ messages)

[PATCH v2 0/5] Some cleanups and improvements for blk-iocost
 2020-12-02 19:59 UTC  (7+ messages)
` [PATCH v2 3/5] blk-iocost: Move the usage ratio calculation to the correct place
` [PATCH v2 4/5] blk-iocost: Factor out the active iocgs' state check into a separate function
` [PATCH v2 5/5] blk-iocost: Factor out the base vrate change "

[PATCH] blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_DEV_THROTTLING_LOW is off
 2020-12-02 19:44 UTC  (3+ messages)

[PATCH 0/3] blk-mq/nvme-loop: use nvme-loop's lock class for addressing lockdep false positive warning
 2020-12-02 19:07 UTC  (3+ messages)

[PATCH v2] block: fix inflight statistics of part0
 2020-12-02 19:05 UTC  (5+ messages)

[PATCH] dm verity: correcting logic used with corrupted_errs counter
 2020-12-02 18:05 UTC 

[PATCH] block: add bio_iov_iter_nvecs for figuring out nr_vecs
 2020-12-02 16:56 UTC  (14+ messages)

[PATCH 0/2] optimise bvec/bio iteration
 2020-12-02 16:47 UTC  (7+ messages)
` [PATCH 2/2] bio: optimise bvec iteration

[GIT PULL] first round of nvme updates for 5.11
 2020-12-02 15:57 UTC  (2+ messages)

[PATCH] block: revert to using min_not_zero() when stacking chunk_sectors
 2020-12-02 15:11 UTC  (19+ messages)
  `  "
` [PATCH v2] block: use gcd() to fix chunk_sectors limit stacking
  ` [PATCH] dm: "
        `  "

[PATCH 1/2] ALSA: ppc: drop if block with always false condition
 2020-12-02 12:22 UTC  (6+ messages)
` [PATCH 2/2] powerpc/ps3: make system bus's remove and shutdown callbacks return void

[RFC PATCH] blk-mq: Clean up references when freeing rqs
 2020-12-02 11:18 UTC  (3+ messages)

[PATCH V4 0/9] nvmet: add ZBD backend support
 2020-12-02  9:20 UTC  (17+ messages)
` [PATCH V4 1/9] block: allow bvec for zone append get pages
` [PATCH V4 2/9] nvmet: add ZNS support for bdev-ns
` [PATCH V4 3/9] nvmet: trim down id-desclist to use req->ns
` [PATCH V4 4/9] nvmet: add NVME_CSI_ZNS in ns-desc for zbdev
` [PATCH V4 5/9] nvmet: add cns-cs-ctrl in id-ctrl for ZNS bdev
` [PATCH V4 6/9] nvmet: add cns-cs-ns "
` [PATCH V4 7/9] nvmet: add zns cmd effects to support zbdev
` [PATCH V4 8/9] nvmet: add zns bdev config support
` [PATCH V4 9/9] nvmet: add ZNS based I/O cmds handlers

[bug report] Hang on sync after dd
 2020-12-02  9:06 UTC  (9+ messages)

[PATCH] block: fix inflight statistics of part0
 2020-12-02  8:49 UTC  (5+ messages)

[RFC PATCH 0/2] add simple copy support
 2020-12-02  8:29 UTC  (10+ messages)
    ` [RFC PATCH 1/2] block: "
    ` [RFC PATCH 2/2] nvme: "

[PATCH v4 0/9] Rework runtime suspend and SPI domain validation
 2020-12-02  7:16 UTC  (23+ messages)
` [PATCH v4 2/9] block: Introduce BLK_MQ_REQ_PM
` [PATCH v4 3/9] ide: Do not set the RQF_PREEMPT flag for sense requests
` [PATCH v4 4/9] ide: Mark power management requests with RQF_PM instead of RQF_PREEMPT
` [PATCH v4 5/9] scsi: Do not wait for a request in scsi_eh_lock_door()
` [PATCH v4 6/9] scsi_transport_spi: Set RQF_PM for domain validation commands
` [PATCH v4 7/9] scsi: Only process PM requests if rpm_status != RPM_ACTIVE
` [PATCH v4 8/9] block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT
` [PATCH v4 9/9] block: Do not accept any requests while suspended

[PATCH V3 0/9] nvmet: add ZBD backend support
 2020-12-02  6:26 UTC  (14+ messages)
` [PATCH V3 1/9] block: export __bio_iov_append_get_pages()
` [PATCH V3 2/9] nvmet: add ZNS support for bdev-ns
` [PATCH V3 3/9] nvmet: trim down id-desclist to use req->ns
` [PATCH V3 4/9] nvmet: add NVME_CSI_ZNS in ns-desc for zbdev
` [PATCH V3 5/9] nvmet: add cns-cs-ctrl in id-ctrl for ZNS bdev
` [PATCH V3 6/9] nvmet: add cns-cs-ns "
` [PATCH V3 7/9] nvmet: add zns cmd effects to support zbdev
` [PATCH V3 8/9] nvmet: add zns bdev config support
` [PATCH V3 9/9] nvmet: add ZNS based I/O cmds handlers

[PATCH 0/4] nvme: enable per-namespace char device
 2020-12-02  3:00 UTC  (15+ messages)
` [PATCH 1/4] nvme: remove unnecessary return values
` [PATCH 2/4] nvme: rename controller base dev_t char device
` [PATCH 3/4] nvme: rename bdev operations
` [PATCH 4/4] nvme: enable char device per namespace

[PATCH] common/rc: confirm pcie hotplug capabilities
 2020-12-02  1:39 UTC  (2+ messages)

[PATCH 0/9] nvmet: add genblk ZBD backend
 2020-12-01 22:37 UTC  (15+ messages)
` [PATCH V2 2/9] nvmet: add ZNS support for bdev-ns
` [PATCH V2 8/9] nvmet: add zns bdev config support

[Race] data race between blkdev_ioctl() and generic_fadvise()
 2020-12-01 20:33 UTC  (2+ messages)

[V5] nvme: enable ro namespace for ZNS without append
 2020-12-01 19:35 UTC  (2+ messages)

[PATCH v1 3/3] scsi_debug: iouring iopoll support
 2020-12-01 16:56 UTC  (5+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-01 14:08 UTC  (10+ messages)

[PATCH v1 1/3] add io_uring with IOPOLL support in scsi layer
 2020-12-01  9:49 UTC  (4+ messages)

[PATCH v4 0/9] null_blk fixes, improvements and cleanup
 2020-12-01  2:19 UTC  (2+ messages)

[PATCH v2] block: Improve blk_revalidate_disk_zones() checks
 2020-12-01  2:13 UTC  (2+ messages)

[PATCH v2] blk-mq: Remove 'running from the wrong CPU' warning
 2020-12-01  2:09 UTC  (3+ messages)

❌ FAIL: Test report for kernel 5.10.0-rc5 (block)
 2020-11-30 21:43 UTC  (2+ messages)

[PATCH v2] iosched: Add i10 I/O Scheduler
 2020-11-30 20:19 UTC 

[PATCH] iosched: Add i10 I/O Scheduler
 2020-11-30 19:20 UTC  (10+ messages)

block tracepoint cleanups
 2020-11-30 17:58 UTC  (6+ messages)
` [PATCH 1/5] block: remove the unused block_sleeprq tracepoint
` [PATCH 2/5] block: simplify and extended the block_bio_merge tracepoint class
` [PATCH 3/5] block: remove the request_queue argument to the block_split tracepoint
` [PATCH 4/5] block: remove the request_queue argument to the block_bio_remap tracepoint
` [PATCH 5/5] block: remove the request_queue to argument request based tracepoints

[PATCH] block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init
 2020-11-30 18:10 UTC  (2+ messages)

[RFC] blk-mq/scsi: deadlock found on usb driver
 2020-11-30 15:03 UTC  (2+ messages)

[PATCH V1] block: Fix use-after-free while iterating over requests
 2020-11-30 14:58 UTC  (6+ 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).