linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-15 21:26:41 to 2024-11-19 08:52:56 UTC [more...]

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-11-19  8:52 UTC  (51+ messages)
` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script
  ` [cocci] "
` [PATCH v2 03/21] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v2 04/21] s390: kernel: "
` [PATCH v2 05/21] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v2 06/21] mm: kmemleak: "
` [PATCH v2 07/21] accel/habanalabs: "
` [PATCH v2 08/21] drm/xe: Convert timeout "
` [PATCH v2 09/21] drm/etnaviv: Convert timeouts "
` [PATCH v2 10/21] scsi: lpfc: "
` [PATCH v2 11/21] scsi: arcmsr: "
` [PATCH v2 12/21] scsi: pm8001: "
` [PATCH v2 13/21] xen/blkback: "
` [PATCH v2 14/21] gve: "
` [PATCH v2 15/21] wifi: ath11k: "
` [PATCH v2 16/21] Bluetooth: MGMT: "
` [PATCH v2 17/21] staging: vc04_services: "
` [PATCH v2 18/21] ceph: "
` [PATCH v2 19/21] livepatch: "
` [PATCH v2 20/21] ALSA: line6: "
` [PATCH v2 21/21] nfp: "

[PATCH v16 00/26] Improve write performance for zoned UFS devices
 2024-11-19  8:01 UTC  (43+ messages)
` [PATCH v16 01/26] blk-zoned: Fix a reference count leak
` [PATCH v16 02/26] blk-zoned: Split disk_zone_wplugs_work()
` [PATCH v16 03/26] blk-zoned: Split queue_zone_wplugs_show()
` [PATCH v16 04/26] blk-zoned: Only handle errors after pending zoned writes have completed
` [PATCH v16 05/26] blk-zoned: Fix a deadlock triggered by unaligned writes
` [PATCH v16 06/26] blk-zoned: Fix requeuing of zoned writes
` [PATCH v16 07/26] block: Support block drivers that preserve the order of write requests
` [PATCH v16 08/26] dm-linear: Report to the block layer that the write order is preserved
` [PATCH v16 09/26] mq-deadline: Remove a local variable
` [PATCH v16 10/26] blk-mq: Clean up blk_mq_requeue_work()
` [PATCH v16 11/26] block: Optimize blk_mq_submit_bio() for the cache hit scenario
` [PATCH v16 12/26] block: Rework request allocation in blk_mq_submit_bio()
` [PATCH v16 13/26] block: Support allocating from a specific software queue
` [PATCH v16 14/26] blk-mq: Restore the zoned write order when requeuing
` [PATCH v16 15/26] blk-zoned: Document the locking order
` [PATCH v16 16/26] blk-zoned: Document locking assumptions
` [PATCH v16 17/26] blk-zoned: Uninline functions that are not in the hot path
` [PATCH v16 18/26] blk-zoned: Make disk_should_remove_zone_wplug() more robust
` [PATCH v16 19/26] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v16 20/26] blk-zoned: Support pipelining of zoned writes
` [PATCH v16 21/26] scsi: core: Retry unaligned "
` [PATCH v16 22/26] scsi: sd: Increase retry count for "
` [PATCH v16 23/26] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v16 24/26] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v16 25/26] scsi: scsi_debug: Skip host/bus reset settle delay
` [PATCH v16 26/26] scsi: ufs: Inform the block layer about write ordering

[syzbot] [exfat?] possible deadlock in fat_count_free_clusters
 2024-11-19  7:27 UTC  (2+ messages)
  ` [PATCH] loop: Fix ABBA locking race (Re: [syzbot] [exfat?] possible deadlock in fat_count_free_clusters)

[PATCH] block: return unsigned int from bdev_io_min
 2024-11-19  7:26 UTC 

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-19  7:15 UTC  (12+ messages)
      ` [EXT] "

[RFC 0/8] enable bs > ps for block devices
 2024-11-19  6:08 UTC  (7+ messages)
` [RFC 6/8] block/bdev: lift block size restrictions and use common definition
` [RFC 8/8] bdev: use bdev_io_min() for statx block size

[PATCH] ublk: fix error code for unsupported command
 2024-11-19  3:06 UTC 

[PATCH RFC v2 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-19  2:51 UTC  (16+ messages)

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-19  2:03 UTC  (11+ messages)

[PATCH v5 0/5] RAID 0/1/10 atomic write support
 2024-11-19  1:37 UTC  (7+ messages)
` [PATCH v5 1/5] block: Add extra checks in blk_validate_atomic_write_limits()
` [PATCH v5 2/5] block: Support atomic writes limits for stacked devices
` [PATCH v5 3/5] md/raid0: Atomic write support
` [PATCH v5 4/5] md/raid1: "
` [PATCH v5 5/5] md/raid10: "

[PATCH -next] block: fix uaf for flush rq while iterating tags
 2024-11-19  1:32 UTC  (6+ messages)

[GIT PULL] Block updates for 6.13-rc1
 2024-11-19  1:09 UTC  (2+ messages)

[PATCH blktests] throtl: set "io" to subtree_control only if required
 2024-11-19  0:29 UTC  (3+ messages)

[PATCH v3 0/3] rust: simplify Result<()> uses
 2024-11-18 20:28 UTC  (10+ messages)
` [PATCH v3 1/3] rust: block: simplify Result<()> in validate_block_size return
` [PATCH v3 2/3] rust: uaccess: simplify Result<()> in bytes_add_one return
` [PATCH v3 3/3] rust: macros: simplify Result<()> in function returns
` (subset) [PATCH v3 0/3] rust: simplify Result<()> uses

[PATCH v3 00/17] Provide a new two step DMA mapping API
 2024-11-18 18:55 UTC  (6+ messages)
` [PATCH v3 03/17] iommu: generalize the batched sync after map interface
` [PATCH v3 07/17] dma-mapping: Implement link/unlink ranges API

[PATCH v9 00/11] Read/Write with meta/integrity
 2024-11-18 17:45 UTC  (16+ messages)
  ` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support

[PATCH v2 0/3] rust: simplify Result<()> uses
 2024-11-18 16:51 UTC  (8+ messages)
` [PATCH v2 1/3] rust: block: simplify Result<()> in validate_block_size return
` [PATCH v2 2/3] rust: uaccess: simplify Result<()> in bytes_add_one return
` [PATCH v2 3/3] rust: macros: simplify Result<()> in function returns

question on NBD idempotency
 2024-11-18 16:04 UTC  (4+ messages)

don't reorder requests passed to ->queue_rqs
 2024-11-18 15:23 UTC  (11+ messages)
` [PATCH 4/6] block: add a rq_list type

[PATCH] rust: simplify Result<()> uses
 2024-11-18 14:44 UTC  (11+ messages)

DMMP request-queue vs. BiO
 2024-11-18 13:05 UTC  (5+ messages)

[PATCH 00/11] fix hungtask due to repeated traversal of inodes list
 2024-11-18 11:45 UTC  (12+ messages)
` [PATCH 01/11] fs: introduce I_CURSOR flag for inode
` [PATCH 02/11] block: use sb_for_each_inodes API
` [PATCH 03/11] fs: "
` [PATCH 04/11] gfs2: "
` [PATCH 05/11] fs: use sb_for_each_inodes_safe API
` [PATCH 06/11] fsnotify: use sb_for_each_inodes API
` [PATCH 07/11] quota: "
` [PATCH 08/11] fs/super.c: "
` [PATCH 09/11] landlock: "
` [PATCH 10/11] fs: fix hungtask due to repeated traversal of inodes list
` [PATCH 11/11] fs: fix potential soft lockup when 'sb->s_inodes' has large number of inodes

[PATCH 00/22] Converge on using secs_to_jiffies()
 2024-11-18 11:27 UTC  (11+ messages)
` [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH 08/22] drm/xe: Convert timeout to secs_to_jiffies()
` [PATCH 19/22] livepatch: Convert timeouts "
` [PATCH 22/22] jiffies: Define secs_to_jiffies()

[syzbot] Monthly block report (Nov 2024)
 2024-11-18 10:38 UTC 

[PATCH] block: Fix uninitialized symbol 'bio' in blk_rq_prep_clone
 2024-11-18  6:28 UTC  (6+ messages)
` [PATCH v4] "

[PATCH v4 0/5] RAID 0/1/10 atomic write support
 2024-11-17 18:32 UTC  (7+ messages)
` [PATCH v4 4/5] md/raid1: Atomic "
` [PATCH v4 5/5] md/raid10: "

[PATCH 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-11-17 11:56 UTC  (2+ messages)
` (subset) "

[syzbot] [block?] [usb?] WARNING: bad unlock balance in elevator_init_mq
 2024-11-17  8:14 UTC  (2+ messages)

[syzbot] [block?] possible deadlock in loop_reconfigure_limits
 2024-11-16 23:33 UTC  (2+ messages)

Nov:16:24
 2024-11-16 15:40 UTC 

[PATCH v5 0/8] blk: refactor queue affinity helpers
 2024-11-16  7:43 UTC  (3+ messages)
` [PATCH v5 1/8] driver core: bus: add irq_get_affinity callback to bus_type

[RFC PATCH v1] blk-mq: isolate CPUs from hctx
 2024-11-15 21:37 UTC  (4+ 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).