messages from 2025-06-17 12:12:05 to 2025-06-23 05:40:11 UTC [more...]
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-23 5:40 UTC (12+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
` [PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
` [PATCH v2 3/9] nvmet: set WZDS and DRB if device enables unmap write zeroes operation
` [PATCH v2 4/9] scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAP
` [PATCH v2 5/9] dm: clear unmap write zeroes limits when disabling write zeroes
` [PATCH v2 6/9] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH v2 7/9] block: factor out common part in blkdev_fallocate()
` [PATCH v2 8/9] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH v2 9/9] ext4: "
[PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities
2025-06-23 5:32 UTC (9+ messages)
` [PATCH for-next v4 1/4] block: rename tuple_size field in blk_integrity to metadata_size
` [PATCH for-next v4 2/4] block: introduce pi_tuple_size field in blk_integrity
` [PATCH for-next v4 3/4] set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
` [PATCH for-next v4 4/4] fs: add ioctl to query metadata and protection info capabilities
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
2025-06-23 5:19 UTC (7+ messages)
` [PATCH 1/5] lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
` [PATCH 2/5] blk-mq: add number of queue calc helper
` [PATCH 3/5] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH 4/5] scsi: "
` [PATCH 5/5] virtio: blk/scsi: "
[syzbot] [block?] possible deadlock in __del_gendisk
2025-06-23 4:43 UTC (4+ messages)
[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
2025-06-23 4:18 UTC (4+ messages)
[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000001
2025-06-23 4:02 UTC (2+ messages)
[PATCH 0/3] ublk: add UBLK_F_QUIESCE
2025-06-23 2:13 UTC (10+ messages)
` [PATCH 2/3] ublk: add feature UBLK_F_QUIESCE
[PATCH] zram: support asynchronous writeback
2025-06-23 2:09 UTC (8+ messages)
[PATCH] ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI header
2025-06-23 1:41 UTC (2+ messages)
[PATCH] ublk: fix narrowing warnings in UAPI header
2025-06-23 1:40 UTC (2+ messages)
[PATCH 0/2] ublk: fix ublk_queue_rqs() and selftests test_stress_03
2025-06-23 1:19 UTC (3+ messages)
` [PATCH 1/2] ublk: build per-io-ring-ctx batch list
` [PATCH 2/2] selftests: ublk: don't take same backing file for more than one ublk devices
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-22 22:50 UTC (32+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH v4 4/5] rust: block: convert `block::mq` to use `Refcount`
2025-06-22 12:57 UTC
[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-06-21 21:18 UTC (8+ messages)
` [PATCH v12 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v12 2/5] rust: support formatting of foreign types
` [PATCH v12 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v12 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v12 5/5] rust: remove core::ffi::CStr reexport
[PATCH] scsi: storvsc: set max_segment_size as UINT_MAX explicitly
2025-06-21 0:12 UTC (7+ messages)
[PATCH] block: Fix blk_sync_queue() to properly stop timeout timer
2025-06-20 18:34 UTC (4+ messages)
[PATCHv3 0/2] block: move sched_tags allocation/de-allocation outside of locking context
2025-06-20 16:13 UTC (9+ messages)
` [PATCHv3 1/2] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv3 2/2] block: fix lock dependency between percpu alloc lock and elevator lock
[PATCH 11/27] block: Protect against concurrent isolated cpuset change
2025-06-20 15:59 UTC (2+ messages)
[PATCH v2 00/14] ublk: allow off-daemon zero-copy buffer registration
2025-06-20 15:10 UTC (15+ messages)
` [PATCH v2 01/14] ublk: use vmalloc for ublk_device's __queues
` [PATCH v2 02/14] ublk: remove struct ublk_rq_data
` [PATCH v2 03/14] ublk: check cmd_op first
` [PATCH v2 04/14] ublk: handle UBLK_IO_FETCH_REQ earlier
` [PATCH v2 05/14] ublk: remove task variable from __ublk_ch_uring_cmd()
` [PATCH v2 06/14] ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
` [PATCH v2 07/14] ublk: move ublk_prep_cancel() to case UBLK_IO_COMMIT_AND_FETCH_REQ
` [PATCH v2 08/14] ublk: don't take ublk_queue in ublk_unregister_io_buf()
` [PATCH v2 09/14] ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
` [PATCH v2 10/14] ublk: return early if blk_should_fake_timeout()
` [PATCH v2 11/14] ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
` [PATCH v2 12/14] ublk: optimize UBLK_IO_UNREGISTER_IO_BUF "
` [PATCH v2 13/14] ublk: remove ubq checks from ublk_{get,put}_req_ref()
` [PATCH v2 14/14] ublk: cache-align struct ublk_io
[PATCH v2 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
2025-06-20 14:33 UTC (14+ messages)
` [PATCH v2 1/5] block: sanitize chunk_sectors for atomic write limits
` [PATCH v2 2/5] md/raid0: set chunk_sectors limit
` [PATCH v2 3/5] md/raid10: "
` [PATCH v2 4/5] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v2 5/5] block: use chunk_sectors when evaluating stacked atomic write limits
[syzbot] [block?] possible deadlock in bdev_release
2025-06-20 9:28 UTC (2+ messages)
[bug report] WARNING: CPU: 3 PID: 522 at block/genhd.c:144 bdev_count_inflight_rw+0x26e/0x410
2025-06-20 6:47 UTC (5+ messages)
[GIT PULL] Block fixes for 6.16-rc3
2025-06-20 6:34 UTC (2+ messages)
[PATCH] aoe: Use min() to simplify code in probe()
2025-06-20 3:42 UTC
[PATCH] block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work
2025-06-20 1:29 UTC (5+ messages)
Bug#1107479: util-linux: blkid hangs forever after inserting a DVD-RAM
2025-06-19 23:26 UTC
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-19 17:47 UTC (17+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[PATCH v18 00/12] Improve write performance for zoned UFS devices
2025-06-19 16:38 UTC (4+ messages)
` [PATCH v18 12/12] scsi: ufs: Inform the block layer about write ordering
[PATCH] ublk: santizize the arguments from userspace when adding a device
2025-06-19 13:54 UTC (3+ messages)
[syzbot] [nbd?] possible deadlock in nbd_open
2025-06-19 11:29 UTC
[PATCH V2] tests/throtl: add a new test 007
2025-06-19 10:26 UTC (2+ messages)
[PATCH 1/2] block: Make __submit_bio_noacct() preserve the bio submission order
2025-06-18 22:27 UTC (13+ messages)
[RFC] block: The Effectiveness of Plug Optimization?
2025-06-18 16:25 UTC (2+ messages)
warning on flushing page cache on block device removal
2025-06-18 15:09 UTC (10+ messages)
[PATCH v2] block: Increase BLK_DEF_MAX_SECTORS_CAP
2025-06-18 10:19 UTC (6+ messages)
[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
2025-06-18 9:29 UTC
f2fs: possible circular locking dependency detected
2025-06-18 6:32 UTC
f2fs: possible circular locking dependency detected
2025-06-18 6:27 UTC
[PATCH] block: use plug request list tail for one-shot backmerge attempt
2025-06-18 6:04 UTC (11+ messages)
[PATCH for-next v3 0/2] add ioctl to query metadata and protection info capabilities
2025-06-18 5:56 UTC (4+ messages)
` [PATCH for-next v3 2/2] fs: "
[PATCH] block: Increase BLK_DEF_MAX_SECTORS_CAP
2025-06-18 5:11 UTC (6+ messages)
refactor the iomap writeback code v2
2025-06-18 4:43 UTC (20+ messages)
` [PATCH 01/11] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 03/11] iomap: refactor the writeback interface
` [PATCH 04/11] iomap: hide ioends from the generic writeback code
` [PATCH 06/11] iomap: move all ioend handling to ioend.c
` [PATCH 07/11] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/11] iomap: export iomap_writeback_folio
` [PATCH 10/11] iomap: replace iomap_folio_ops with iomap_write_ops
[PATCH] block: mq-deadline: check if elevator is attached to queue in dd_finish_request
2025-06-18 0:19 UTC (4+ messages)
new DMA API conversion for nvme-pci
2025-06-17 23:25 UTC (10+ messages)
` [PATCH 7/9] nvme-pci: convert the data mapping blk_rq_dma_map
refactor the iomap writeback code
2025-06-17 19:32 UTC (5+ messages)
` [PATCH 6/6] iomap: move all ioend handling to ioend.c
md raid0 Direct IO DMA alignment
2025-06-17 16:36 UTC (2+ messages)
[PATCH 1/2] aoe: clean device rq_list in aoedev_downdev()
2025-06-17 12:12 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).