messages from 2023-01-24 14:46:41 to 2023-01-27 00:52:58 UTC [more...]
[PATCH v11 0/8] iov_iter: Improve page extraction (pin or just list)
2023-01-27 0:52 UTC (19+ messages)
` [PATCH v11 1/8] iov_iter: Define flags to qualify page extraction
` [PATCH v11 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v11 3/8] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v11 4/8] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v11 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v11 6/8] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v11 7/8] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v11 8/8] block: convert bio_map_user_iov "
[PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator
2023-01-27 0:20 UTC (11+ messages)
` [PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list)
[PATCH v3 00/18] Add Command Duration Limits support
2023-01-27 0:18 UTC (47+ 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
[PATCH v10 0/8] iov_iter: Improve page extraction (pin or just list)
2023-01-26 22:27 UTC (21+ 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 19:38 UTC (8+ messages)
` [Lsf-pc] "
[GIT PULL] nvme fixes for Linux 6.2
2023-01-26 18:44 UTC (2+ messages)
consolidate btrfs checksumming, repair and bio splitting v4
2023-01-26 18:33 UTC (15+ 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 23/34] btrfs: allow btrfs_submit_bio to split bios
[LSF/MM/BPF TOPIC] State Of The Page
2023-01-26 16:40 UTC
[PATCH] block: ublk: move ublk_chr_class destroying after devices are removed
2023-01-26 14:55 UTC (3+ messages)
ublk-nbd: ublk-nbd is avaialbe
2023-01-26 12:54 UTC (6+ messages)
kernel oops when rmmod'ing ublk_drv w/ missing UBLK_CMD_START_DEV
2023-01-26 11:33 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
[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 02/10] iov_iter: Add a function to extract a page list from an iterator
2023-01-24 18:55 UTC (34+ messages)
` [PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list)
` [PATCH v8 03/10] mm: Provide a helper to drop a pin/ref on a page
` [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 (3+ 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 v8 10/10] mm: Renumber FOLL_PIN and FOLL_GET down
2023-01-24 14:31 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).