linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-14 18:54:08 to 2025-02-21 10:44:49 UTC [more...]

Change in reported values of some block integrity sysfs attributes
 2025-02-21 10:37 UTC  (6+ messages)

[PATCH 00/12] badblocks: bugfix and cleanup for badblocks
 2025-02-21 10:27 UTC  (27+ 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 blktests v3 0/6] enable bs > ps device testing
 2025-02-21  9:55 UTC  (4+ messages)

[PATCH] block: throttle: don't add one extra jiffy mistakenly for bps limit
 2025-02-21  8:59 UTC  (8+ 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 V4] block: make segment size limit workable for > 4K PAGE_SIZE
 2025-02-20 11:38 UTC  (3+ 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] block: Remove commented out code
 2025-02-20  6:07 UTC  (2+ messages)

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

[PATCHv2 0/6] block: fix lock order and remove redundant locking
 2025-02-19  9:20 UTC  (27+ 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

[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  (3+ messages)

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

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-18 15:02 UTC  (14+ messages)
` [PATCH v2 2/8] fs/buffer: remove batching from async read
` [PATCH v2 3/8] fs/mpage: avoid negative shift for large blocksize
` [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 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: "

[PATCH RFC v2] docs: ABI: replace mcroce@microsoft.com with new Meta address
 2025-02-17 20:46 UTC  (2+ messages)

[PATCH V2] block: fix NULL pointer dereferenced within __blk_rq_map_sg
 2025-02-17 16:04 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Rust in FS, Storage, MM
 2025-02-17 13:08 UTC  (4+ messages)

[PATCH 0/7] block: remove all debugfs dir & don't grab debugfs_mutex
 2025-02-17  9:41 UTC  (6+ messages)
` [PATCH 1/7] block: remove hctx->debugfs_dir

[syzbot] [block?] general protection fault in bioset_exit (2)
 2025-02-17  8:52 UTC  (3+ messages)
` [syzbot] [bcachefs] "

[PATCH] block: fix NULL pointer dereferenced within __blk_rq_map_sg
 2025-02-17  3:11 UTC  (3+ messages)

[PATCH] block/merge: remove unnecessary min() with UINT_MAX
 2025-02-16 22:09 UTC  (5+ messages)

Block changes hook question
 2025-02-16 16:51 UTC 

[PATCH 1/1] dm: Enable inline crypto passthrough for striped target
 2025-02-16 14:42 UTC 

[PATCH] docs: iostats: Update introduction with flush fields
 2025-02-15 17:46 UTC  (6+ messages)
` [PATCH] docs: iostats: Rewrite intro, remove outdated formats

[GIT PULL] Block fixes for 6.14-rc3
 2025-02-14 22:53 UTC  (2+ messages)

[PATCH] partitions: mac: fix handling of bogus partition table
 2025-02-14 22:40 UTC  (2+ 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).