public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-17 21:58:27 to 2025-02-22 06:18:41 UTC [more...]

[PATCH 00/12] badblocks: bugfix and cleanup for badblocks
 2025-02-22  6:18 UTC  (42+ messages)
` [PATCH 01/12] badblocks: Fix error shitf ops
` [PATCH 02/12] badblocks: factor out a helper try_adjacent_combine
` [PATCH 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
` [PATCH 04/12] badblocks: return error directly when setting badblocks exceeds 512
` [PATCH 05/12] badblocks: return error if any badblock set fails
` [PATCH 06/12] badblocks: fix the using of MAX_BADBLOCKS
` [PATCH 07/12] badblocks: try can_merge_front before overlap_front
` [PATCH 08/12] badblocks: fix merge issue when new badblocks align with pre+1
` [PATCH 09/12] badblocks: fix missing bad blocks on retry in _badblocks_check()
` [PATCH 10/12] badblocks: return boolen from badblocks_set() and badblocks_clear()
` [PATCH 11/12] md: improve return types of badblocks handling functions
` [PATCH 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length

[PATCH] block: throttle: don't add one extra jiffy mistakenly for bps limit
 2025-02-22  3:01 UTC  (9+ messages)

[PATCH] block: Remove commented out code
 2025-02-22  0:13 UTC  (3+ messages)

[PATCH v3 0/8] enable bs > ps for block devices
 2025-02-21 22:38 UTC  (9+ messages)
` [PATCH v3 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH v3 2/8] fs/buffer: remove batching from async read
` [PATCH v3 3/8] fs/mpage: avoid negative shift for large blocksize
` [PATCH v3 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH v3 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v3 6/8] block/bdev: enable large folio support for large logical block sizes
` [PATCH v3 7/8] block/bdev: lift block size restrictions to 64k
` [PATCH v3 8/8] bdev: use bdev_io_min() for statx block size

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-21 20:39 UTC  (15+ messages)
` [PATCH v2 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH v2 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v2 6/8] block/bdev: enable large folio support for large logical block sizes
` [PATCH v2 7/8] block/bdev: lift block size restrictions to 64k

[PATCH V4] block: make segment size limit workable for > 4K PAGE_SIZE
 2025-02-21 20:12 UTC  (4+ messages)

[GIT PULL] Block fixes for 6.14-rc4
 2025-02-21 17:42 UTC  (2+ messages)

Patch and bugfix in block/blk-mq.c to regain stability when using various SD Cards and Card Readers
 2025-02-21 17:20 UTC  (2+ messages)
` mmc0: error -95 doing runtime resume

[PATCHv2 0/6] block: fix lock order and remove redundant locking
 2025-02-21 14:02 UTC  (28+ messages)
` [PATCHv2 1/6] blk-sysfs: remove q->sysfs_lock for attributes which don't need it
` [PATCHv2 2/6] blk-sysfs: acquire q->limits_lock while reading attributes
` [PATCHv2 3/6] block: Introduce a dedicated lock for protecting queue elevator updates
` [PATCHv2 4/6] blk-sysfs: protect nr_requests update using q->elevator_lock
` [PATCHv2 5/6] blk-sysfs: protect wbt_lat_usec "
` [PATCHv2 6/6] blk-sysfs: protect read_ahead_kb using q->limits_lock

Change in reported values of some block integrity sysfs attributes
 2025-02-21 12:07 UTC  (7+ messages)

[PATCH blktests v3 0/6] enable bs > ps device testing
 2025-02-21  9:55 UTC  (4+ messages)

split out the auto-PI code and data structures
 2025-02-21  6:07 UTC  (15+ messages)
` [PATCH 1/3] block: mark bounce buffering as incompatible with integrity
` [PATCH 2/3] block: move the block layer auto-integrity code into a new file
` [PATCH 3/3] block: split struct bio_integrity_data

[PATCH v3 3/4] rust: block: convert `block::mq` to use `Refcount`
 2025-02-20 19:18 UTC  (5+ messages)

next-20250218: arm64 LTP pids kernel panic loop_free_idle_workers
 2025-02-20 16:46 UTC  (3+ messages)

[syzbot] [jfs?] divide error in dbAllocAG
 2025-02-20 16:21 UTC  (5+ messages)
` [PATCH] jfs: check agwidth before calculating the control page level
  ` [Jfs-discussion] "
    ` [PATCH V2] jfs: add sanity check for agwidth in dbMount

[PATCHv4 0/5] ublk zero-copy support
 2025-02-20 16:06 UTC  (23+ messages)
` [PATCHv4 1/5] io_uring: move fixed buffer import to issue path
` [PATCHv4 2/5] io_uring: add support for kernel registered bvecs
` [PATCHv4 3/5] ublk: zc register/unregister bvec
` [PATCHv4 4/5] io_uring: add abstraction for buf_table rsrc data
` [PATCHv4 5/5] io_uring: cache nodes and mapped buffers

next-20250219: arm, arm64 kernel panic handle_fasteoi_irq
 2025-02-20 15:48 UTC 

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-02-20 12:48 UTC  (2+ messages)

[PATCH v5 00/12] driver core: Constify API device_find_child()
 2025-02-20 10:31 UTC  (3+ messages)
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages

nvme-tcp: fix a possible UAF when failing to send request
 2025-02-20  8:20 UTC  (3+ messages)
  `  "

[PATCH] block: cleanup and fix batch completion adding conditions
 2025-02-20  7:28 UTC  (5+ messages)

[PATCH] block: set bi_vcnt when cloning bio
 2025-02-20  6:11 UTC  (8+ messages)

[PATCH v4 blktests 0/2] Add atomic write tests for scsi and nvme
 2025-02-20  4:18 UTC  (2+ messages)

[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
 2025-02-19  2:01 UTC  (2+ messages)

[PATCHv3 0/5] ublk zero-copy support
 2025-02-18 21:12 UTC  (15+ messages)
` [PATCHv3 1/5] io_uring: move fixed buffer import to issue path
` [PATCHv3 2/5] io_uring: add support for kernel registered bvecs
` [PATCHv3 5/5] io_uring: cache nodes and mapped buffers

[PATCHv2 0/6] ublk zero-copy support
 2025-02-18 20:34 UTC  (6+ messages)
` [PATCHv2 3/6] io_uring: add support for kernel registered bvecs

[PATCH v3] docs: iostats: Rewrite intro, remove outdated formats
 2025-02-18 20:30 UTC  (2+ messages)

[PATCH] Revert "driver: block: release the lo_work_lock before queue_work"
 2025-02-18 16:31 UTC  (3+ messages)

[PATCH v2 0/1 RESEND] block: fix conversion of GPT partition name to 7-bit
 2025-02-18 14:01 UTC  (2+ messages)
` [PATCH v2 1/1 "

[PATCH V3] block: make segment size limit workable for > 4K PAGE_SIZE
 2025-02-18 11:42 UTC  (3+ messages)

[PATCH] loop: don't call vfs_flush() with queue frozen
 2025-02-18  5:39 UTC  (3+ messages)

[syzbot] [block?] BUG: corrupted list in loop_process_work
 2025-02-18  3:33 UTC  (4+ messages)
` reply: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox