linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-24 11:09:54 to 2023-01-26 11:34:53 UTC [more...]

kernel oops when rmmod'ing ublk_drv w/ missing UBLK_CMD_START_DEV
 2023-01-26 11:33 UTC  (4+ messages)

[PATCH v10 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-26 10:41 UTC  (17+ messages)
` [PATCH v10 1/8] iov_iter: Define flags to qualify page extraction
        ` [PATCH] iov_iter: Use __bitwise with the extraction_flags
` [PATCH v10 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v10 3/8] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v10 4/8] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v10 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v10 6/8] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v10 7/8] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v10 8/8] block: convert bio_map_user_iov "

[LSF/MM/BPF proposal]: Physr discussion
 2023-01-26  9:39 UTC  (4+ messages)

[PATCH] loop: change fsync to fdatasync when update dio
 2023-01-26  5:31 UTC  (2+ messages)

remove ->rw_page
 2023-01-26  5:30 UTC  (17+ messages)
` [PATCH 1/7] mpage: stop using bdev_{read,write}_page
` [PATCH 2/7] mm: remove the swap_readpage return value
` [PATCH 3/7] mm: factor out a swap_readpage_bdev helper
` [PATCH 4/7] mm: use an on-stack bio for synchronous swapin
` [PATCH 5/7] mm: remove the __swap_writepage return value
` [PATCH 6/7] mm: factor out a swap_writepage_bdev helper
` [PATCH 7/7] block: remove ->rw_page

[PATCH v3 00/18] Add Command Duration Limits support
 2023-01-26  5:26 UTC  (44+ messages)
` [PATCH v3 01/18] block: introduce duration-limits priority class
` [PATCH v3 02/18] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v3 03/18] scsi: core: allow libata to complete successful commands via EH
` [PATCH v3 04/18] scsi: rename and move get_scsi_ml_byte()
` [PATCH v3 05/18] scsi: support retrieving sub-pages of mode pages
` [PATCH v3 06/18] scsi: support service action in scsi_report_opcode()
` [PATCH v3 07/18] scsi: sd: detect support for command duration limits
` [PATCH v3 08/18] scsi: sd: set read/write commands CDL index
` [PATCH v3 09/18] scsi: sd: handle read/write CDL timeout failures
` [PATCH v3 10/18] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v3 11/18] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v3 12/18] ata: libata: detect support for command duration limits
` [PATCH v3 13/18] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v3 14/18] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v3 15/18] ata: libata: add ATA feature control sub-page translation
` [PATCH v3 16/18] ata: libata: set read/write commands CDL index
` [PATCH v3 17/18] ata: libata: handle completion of CDL commands using policy 0xD
` [PATCH v3 18/18] Documentation: sysfs-block-device: document command duration limits

consolidate btrfs checksumming, repair and bio splitting v4
 2023-01-26  5:21 UTC  (19+ messages)
` [PATCH 04/34] btrfs: remove the direct I/O read checksum lookup optimization
` [PATCH 05/34] btrfs: simplify btrfs_lookup_bio_sums
` [PATCH 06/34] btrfs: slightly refactor btrfs_submit_bio
` [PATCH 16/34] btrfs: rename the iter field in struct btrfs_bio
` [PATCH 17/34] btrfs: remove the is_metadata flag "
` [PATCH 18/34] btrfs: remove the submit_bio_start helpers
` [PATCH 23/34] btrfs: allow btrfs_submit_bio to split bios

ublk-nbd: ublk-nbd is avaialbe
 2023-01-26  4:08 UTC  (4+ messages)

[RFC PATCH 0/7] Allow race-free block device handling
 2023-01-26  3:33 UTC  (6+ messages)
` [RFC PATCH 1/7] block: Support creating a struct file from a block device
` [RFC PATCH 3/7] Implement diskseq checks in blkback
` [RFC PATCH 4/7] Increment diskseq when releasing a loop device
` [RFC PATCH 6/7] Minor blkback cleanups
` [RFC PATCH 7/7] xen/blkback: Inform userspace that device has been opened

[PATCH v9 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-25  6:30 UTC  (33+ messages)
` [PATCH v9 1/8] iov_iter: Define flags to qualify page extraction
` [PATCH v9 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v9 3/8] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v9 4/8] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v9 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v9 6/8] block: Switch to pinning pages
` [PATCH v9 7/8] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v9 8/8] block: convert bio_map_user_iov "

[PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list)
 2023-01-24 18:55 UTC  (54+ messages)
` [PATCH v8 02/10] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v8 03/10] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v8 04/10] iomap: don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v8 07/10] block: Switch to pinning pages
` [PATCH v8 10/10] mm: Renumber FOLL_PIN and FOLL_GET down

[PATCH] s390/dcssblk:: don't call bio_split_to_limits
 2023-01-24 18:27 UTC  (5+ messages)

WARNING in get_floppy_geometry
 2023-01-24 16:22 UTC 

general protection fault in floppy_ready
 2023-01-24 16:22 UTC 

[PATCH v2] block: don't allow multiple bios for IOCB_NOWAIT issue
 2023-01-24 16:13 UTC  (5+ messages)

What would happen if the block device driver/firmware found some block of a bio is corrupted?
 2023-01-24 16:08 UTC  (5+ messages)

[PATCH AUTOSEL 5.4 4/6] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-24 13:43 UTC 

[PATCH AUTOSEL 5.10 6/8] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-24 13:43 UTC 

[PATCH AUTOSEL 5.15 10/14] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-24 13:42 UTC 

[PATCH AUTOSEL 6.1 16/35] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-24 13:41 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 19/35] block: fix hctx checks for batch allocation

[PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-24 13:21 UTC  (6+ messages)

[PATCH v2 00/21] blksnap - block devices snapshots module
 2023-01-24 11:34 UTC  (3+ 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).