messages from 2024-06-06 06:27:39 to 2024-06-10 12:24:29 UTC [more...]
move integrity settings to queue_limits v2
2024-06-10 12:24 UTC (44+ messages)
` [PATCH 01/11] dm-integrity: use the nop integrity profile
` [PATCH 02/11] block: remove the unused BIP_{CTRL,DISK}_NOCHECK flags
` [PATCH 03/11] block: remove the BIP_IP_CHECKSUM flag
` [PATCH 04/11] block: remove the blk_integrity_profile structure
` [PATCH 05/11] block: remove the blk_flush_integrity call in blk_integrity_unregister
` [PATCH 06/11] block: factor out flag_{store,show} helper for integrity
` [PATCH 07/11] block: use kstrtoul in flag_store
` [PATCH 08/11] block: don't require stable pages for non-PI metadata
` [PATCH 09/11] block: bypass the STABLE_WRITES flag for protection information
` [PATCH 10/11] block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags
` [PATCH 11/11] block: move integrity information into queue_limits
[PATCH v3] block: unmap and free user mapped integrity via submitter
2024-06-10 11:11 UTC
[PATCH v8 00/10] block atomic writes
2024-06-10 10:43 UTC (11+ messages)
` [PATCH v8 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v8 02/10] block: Generalize chunk_sectors support as boundary support
` [PATCH v8 03/10] fs: Initial atomic write support
` [PATCH v8 04/10] fs: Add initial atomic write support info to statx
` [PATCH v8 05/10] block: Add core atomic write support
` [PATCH v8 06/10] block: Add atomic write support for statx
` [PATCH v8 07/10] block: Add fops atomic write support
` [PATCH v8 08/10] scsi: sd: Atomic "
` [PATCH v8 09/10] scsi: scsi_debug: "
` [PATCH v8 10/10] nvme: "
[PATCH] block: initialize integrity buffer to zero before writing it to media
2024-06-10 10:39 UTC (6+ messages)
[PATCH v3 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
2024-06-10 10:05 UTC (7+ messages)
` [PATCH v3 1/4] net: introduce helper sendpages_ok()
` [PATCH v3 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v3 3/4] drbd: "
` [PATCH v3 4/4] libceph: "
Kernel OOPS while creating a NVMe Namespace
2024-06-10 9:57 UTC (3+ messages)
[PATCH v4 0/2] block: add larger order folio instead of pages
2024-06-10 9:26 UTC (4+ messages)
` [PATCH v4 1/2] block: add folio awareness instead of looping through pages
[PATCH v7 0/4] Fix DM zone resource limits stacking
2024-06-10 7:56 UTC (5+ messages)
` [PATCH v7 1/4] block: Improve checks on zone resource limits
` [PATCH v7 2/4] dm: Call dm_revalidate_zones() after setting the queue limits
` [PATCH v7 3/4] dm: Improve zone resource limits handling
` [PATCH v7 4/4] dm: Remove unused macro DM_ZONE_INVALID_WP_OFST
[PATCH V4 blktests] loop: Detect a race condition between loop detach and open
2024-06-10 7:47 UTC (4+ messages)
[PATCH v6 0/4] Fix DM zone resource limits stacking
2024-06-10 7:19 UTC (11+ messages)
` [PATCH v6 1/4] block: Improve checks on zone resource limits
` [PATCH v6 2/4] dm: Call dm_revalidate_zones() after setting the queue limits
` [PATCH v6 3/4] dm: Improve zone resource limits handling
` [PATCH v6 4/4] dm: Remove unused macro DM_ZONE_INVALID_WP_OFST
[PATCH] block: Optimize disk zone resource cleanup
2024-06-10 6:58 UTC (4+ messages)
[PATCH V4 for-6.10/block] loop: Fix a race between loop detach and loop open
2024-06-10 3:44 UTC (3+ messages)
[PATCH V3 0/9] io_uring: support sqe group and provide group kbuf
2024-06-10 2:53 UTC (13+ messages)
` [PATCH V3 3/9] io_uring: add helper of io_req_commit_cqe()
` [PATCH V3 4/9] io_uring: move marking REQ_F_CQE_SKIP out of io_free_req()
` [PATCH V3 5/9] io_uring: support SQE group
` [PATCH V3 7/9] io_uring: support providing sqe group buffer
[PATCH blktests] check: confirm dependent commands
2024-06-10 2:49 UTC (3+ messages)
[PATCH] loop: Disable fallocate() zero and discard if not supported
2024-06-10 2:47 UTC (4+ messages)
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-09 8:27 UTC (2+ messages)
` [PATCH 09/14] block: "
[PATCH v2] block: fix request.queuelist usage in flush
2024-06-09 7:29 UTC (2+ messages)
[bug report] block/bio: remove duplicate append pages code
2024-06-08 14:20 UTC
[PATCH] ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
2024-06-08 14:16 UTC (14+ messages)
[GIT PULL] Block fixes for 6.10-rc3
2024-06-07 23:50 UTC (2+ messages)
[PATCH] block: fix request.queuelist usage in flush
2024-06-07 15:13 UTC (14+ messages)
[PATCH v4 00/22] block atomic writes for xfs
2024-06-07 14:39 UTC (23+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size
` [PATCH v4 03/22] xfs: Use extent size granularity for iomap->io_block_size
` [PATCH v4 04/22] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 05/22] xfs: always tail align maxlen allocations
` [PATCH v4 06/22] xfs: simplify extent allocation alignment
` [PATCH v4 07/22] xfs: make EOF allocation simpler
` [PATCH v4 08/22] xfs: introduce forced allocation alignment
` [PATCH v4 09/22] xfs: align args->minlen for "
` [PATCH v4 10/22] xfs: Introduce FORCEALIGN inode flag
` [PATCH v4 11/22] xfs: Do not free EOF blocks for forcealign
` [PATCH v4 12/22] xfs: Update xfs_inode_alloc_unitsize_fsb() "
` [PATCH v4 13/22] xfs: Unmap blocks according to forcealign
` [PATCH v4 14/22] xfs: Only free full extents for forcealign
` [PATCH v4 15/22] xfs: Don't revert allocated offset "
` [PATCH v4 16/22] xfs: Enable file data forcealign feature
` [PATCH v4 17/22] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v4 18/22] iomap: Atomic write support
` [PATCH v4 19/22] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v4 20/22] xfs: Support atomic write for statx
` [PATCH v4 21/22] xfs: Validate atomic writes
` [PATCH v4 22/22] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
[PATCH v2] sbitmap: fix io hung due to race on sbitmap_word::cleared
2024-06-07 12:59 UTC (12+ messages)
[PATCH v3] sbitmap: fix io hung due to race on sbitmap_word::cleared
2024-06-07 9:44 UTC (2+ messages)
[PATCH v7 0/9] block atomic writes
2024-06-07 6:16 UTC (7+ messages)
` [PATCH v7 2/9] fs: Initial atomic write support
[PATCH blktests] nbd/004: drop the check for "couldn't allocate config" message
2024-06-07 5:28 UTC
[PATCH blktests] README: add dependent command descriptions
2024-06-07 5:00 UTC (2+ messages)
[PATCH] block: bio-integrity: fix potential null-ptr-deref in bio_integrity_free
2024-06-07 1:35 UTC (10+ messages)
disk removal slowdown due to rcu_barrier
2024-06-06 23:13 UTC (2+ messages)
[PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
2024-06-06 16:44 UTC (11+ messages)
[PATCH v2 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
2024-06-06 15:42 UTC (13+ messages)
` [PATCH v2 1/4] net: introduce helper sendpages_ok()
move integrity settings to queue_limits
2024-06-06 15:38 UTC (5+ messages)
` [PATCH 04/12] block: remove the blk_integrity_profile structure
[PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
2024-06-06 12:33 UTC (9+ messages)
[PATCH v5 0/4] Fix DM zone resource limits stacking
2024-06-06 8:03 UTC (11+ messages)
` [PATCH v5 1/4] block: Improve checks on zone resource limits
` [PATCH v5 2/4] dm: Call dm_revalidate_zones() after setting the queue limits
` [PATCH v5 3/4] dm: Improve zone resource limits handling
` [PATCH v5 4/4] dm: Remove unused macro DM_ZONE_INVALID_WP_OFST
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).