linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-25 06:30:40 to 2023-01-28 10:49:00 UTC [more...]

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-28 10:48 UTC  (6+ messages)
` [PATCH 03/35] Documentation: block: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[PATCH v3 0/9] Add support for segments smaller than one page
 2023-01-28  3:55 UTC  (3+ messages)
` [PATCH v3 9/9] scsi: ufs: exynos: Select CONFIG_BLK_SUB_PAGE_SEGMENTS for lage page sizes

[PATCH v3 00/18] Add Command Duration Limits support
 2023-01-28  2:52 UTC  (50+ messages)
` [PATCH v3 01/18] block: introduce duration-limits priority class
` [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 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] null_blk: Support configuring the maximum segment size
 2023-01-28  2:48 UTC  (3+ messages)

[PATCH-next v3] blk-mq: cleanup unused methods: blk_mq_hw_sysfs_store
 2023-01-28  3:04 UTC 

[PATCH v4 01/14] blk-mq: avoid sleep in blk_mq_alloc_request_hctx
 2023-01-28  2:03 UTC  (9+ messages)
` [PATCH v4 07/14] blk-mq: make blk_mq_commit_rqs a general function for all commits
` [PATCH v4 12/14] blk-mq: remove set of bd->last when get driver tag for next request fails

[GIT PULL] Block fixes for 6.2-rc6
 2023-01-28  0:20 UTC  (2+ messages)

switch blk-cgroup to work on gendisk v2
 2023-01-28  0:13 UTC  (15+ messages)
` [PATCH 01/15] blk-cgroup: don't defer blkg_free to a workqueue
` [PATCH 03/15] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 04/15] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 08/15] blk-wbt: open code wbt_queue_depth_changed in wbt_update_limits
` [PATCH 09/15] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 15/15] blk-cgroup: move the cgroup information to struct gendisk

[PATCH] block: Default to build the BFQ I/O scheduler
 2023-01-27 20:10 UTC  (4+ messages)

[PATCH v11 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-27 12:38 UTC  (24+ 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 0/4] Fix probe failed when modprobe modules
 2023-01-27 11:11 UTC  (3+ messages)

switch blk-cgroup to work on gendisk
 2023-01-27  7:43 UTC  (33+ messages)
` [PATCH 01/15] blk-cgroup: don't defer blkg_free to a workqueue
` [PATCH 02/15] block: don't call blk_throtl_stat_add for non-READ/WRITE commands
` [PATCH 03/15] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 04/15] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 06/15] blk-wbt: pass a gendisk to wbt_{enable,disable}_default
` [PATCH 07/15] blk-wbt: pass a gendisk to wbt_init
` [PATCH 08/15] blk-wbt: open code wbt_queue_depth_changed in wbt_update_limits
` [PATCH 09/15] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 10/15] blk-rq-qos: constify rq_qos_ops
` [PATCH 11/15] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 12/15] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 13/15] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 14/15] blk-cgroup: pass a gendisk to blkg_lookup
` [PATCH 15/15] blk-cgroup: move the cgroup information to struct gendisk

[RFC] Live resize of bcache backing device
 2023-01-27  2:53 UTC 

[PATCH v8 00/25] DEPT(Dependency Tracker)
 2023-01-27  1:19 UTC  (26+ messages)
` [PATCH v8 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v8 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v8 03/25] dept: Add single event dependency tracker APIs
` [PATCH v8 04/25] dept: Add lock "
` [PATCH v8 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v8 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v8 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v8 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v8 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v8 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v8 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v8 12/25] dept: Distinguish each syscall context from another
` [PATCH v8 13/25] dept: Distinguish each work "
` [PATCH v8 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v8 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v8 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v8 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v8 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v8 19/25] dept: Apply timeout consideration to swait
` [PATCH v8 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v8 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v8 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v8 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v8 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v8 25/25] dept: Track the potential waits of PG_{locked,writeback}

[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 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  (11+ messages)
` [PATCH 04/34] btrfs: remove the direct I/O read checksum lookup optimization
` [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 6/8] block: Switch to pinning pages
 2023-01-25  6:30 UTC  (5+ messages)
` [PATCH v9 0/8] iov_iter: Improve page extraction (pin or just list)


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