linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 23:34:55 to 2024-03-13 19:40:14 UTC [more...]

brd in a memdesc world
 2024-03-13 19:40 UTC  (6+ messages)

[RFC PATCH 0/5] Rust block device driver API and null block driver
 2024-03-13 19:12 UTC  (11+ messages)
` [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
` [RFC PATCH 2/5] rust: block: introduce `kernel::block::bio` module
` [RFC PATCH 3/5] rust: block: allow `hrtimer::Timer` in `RequestData`
` [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation
` [RFC PATCH 5/5] MAINTAINERS: add entry for Rust block device driver API

[git pull] device mapper changes for 6.9
 2024-03-13 17:04 UTC  (5+ messages)
` [git pull] device mapper changes to switch to BH workqueue "
` [git pull] device mapper changes to add VDO target "

[git pull v2] device mapper changes for 6.9
 2024-03-13 17:04 UTC  (2+ messages)

RFCv2: fix fatal signal handling in __blkdev_issue_discard
 2024-03-13 15:40 UTC  (10+ messages)
` [PATCH 1/5] block: move discard checks into the ioctl handler
` [PATCH 2/5] block: add a bio_chain_and_submit helper
` [PATCH 3/5] block: add a blk_alloc_discard_bio helper

[GIT PULL] Block updates for 6.9-rc1
 2024-03-13 13:11 UTC  (29+ messages)

[PATCH RESEND] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-03-13 11:59 UTC  (7+ messages)

[bug-report] Performance regression with fio sequential-write on a multipath setup
 2024-03-13 10:30 UTC  (4+ messages)
` 答复: "
    ` 答复: "

[syzbot] [block?] possible deadlock in blkdev_put (4)
 2024-03-13 10:29 UTC  (2+ messages)

[RFC PATCH v2 0/8] nvmem: add block device NVMEM provider
 2024-03-13 10:19 UTC  (12+ messages)
` [RFC PATCH v2 1/8] dt-bindings: block: add basic bindings for block devices
    ` [EXTERNAL] "
` [RFC PATCH v2 6/8] mmc: core: set card fwnode_handle

[PATCH] block: Minimize the number of requests in Direct I/O when bio get pages
 2024-03-13  9:23 UTC 

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-13  7:46 UTC  (18+ messages)

[PATCH v2 00/34] Open block devices as files
 2024-03-13  2:32 UTC  (3+ messages)
` [PATCH v2 01/34] bdev: open block device "

[RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE)
 2024-03-12 20:07 UTC  (32+ messages)
` [RFC PATCH v14 01/19] security: add ipe lsm
` [RFC PATCH v14 05/19] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v14 07/19] security: add new securityfs delete function
` [RFC PATCH v14 08/19] ipe: add userspace interface
` [RFC PATCH v14 09/19] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v14 10/19] ipe: add permissive toggle
` [RFC PATCH v14 11/19] block|security: add LSM blob to block_device
` [RFC PATCH v14 12/19] dm: add finalize hook to target_type
` [RFC PATCH v14 13/19] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v14 14/19] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v14 16/19] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v14 17/19] scripts: add boot policy generation program
` [RFC PATCH v14 18/19] ipe: kunit test for parser
` [RFC PATCH v14 19/19] documentation: add ipe documentation

RFCv2: fix fatal signal handling in __blkdev_issue_discard
 2024-03-12 14:48 UTC  (6+ messages)
` [PATCH 1/5] block: move discard checks into the ioctl handler
` [PATCH 2/5] block: add a bio_chain_and_submit helper
` [PATCH 3/5] block: add a blk_alloc_discard_bio helper
` [PATCH 4/5] block: move await_bio_chain to bio.c
` [PATCH 5/5] block: don't allow fatal signals to interrupt (__)blkdev_issue_discard

[bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010
 2024-03-12  9:34 UTC  (7+ messages)

[syzbot] Monthly block report (Mar 2024)
 2024-03-12  9:29 UTC 

[BUG REPORT] generic/482 fails on XFS on next-20240308 kernel
 2024-03-12  8:17 UTC  (3+ messages)

[PATCH] dm: set the correct discard_sectors limit
 2024-03-11 13:04 UTC  (3+ messages)
`  "

[RFC PATCH 00/11] Rust null block driver
 2024-03-09 12:30 UTC  (6+ messages)
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module

RFC: untangle and fix __blkdev_issue_discard
 2024-03-08 21:16 UTC  (18+ messages)
` [PATCH 01/10] block: remove the discard_granularity check in __blkdev_issue_discard
` [PATCH 02/10] block: move discard checks into the ioctl handler
` [PATCH 03/10] block: add a blk_next_discard_bio helper
` [PATCH 04/10] xfs: switch to using blk_next_discard_bio directly
` [PATCH 05/10] f2fs: "
` [PATCH 06/10] ext4: "
` [PATCH 07/10] nvmet: "
` [PATCH 08/10] md: "
` [PATCH 09/10] dm-thin: "
` [PATCH 10/10] block: remove __blkdev_issue_discard

[PATCH v5 00/10] block atomic writes
 2024-03-08 17:18 UTC  (7+ messages)
` [PATCH v5 03/10] fs: Initial atomic write support

regression on BLKRRPART ioctl for EIO
 2024-03-08 16:32 UTC  (7+ messages)

[PATCH] block/swim: Convert to platform remove callback returning void
 2024-03-08 16:28 UTC  (2+ messages)

WARNING: CPU: 45 PID: 84967 at ../block/mq-deadline.c:659 dd_exit_sched+0xce/0xe0
 2024-03-08 15:24 UTC 

[PATCH][next] block: partitions: only define function mac_fix_string for CONFIG_PPC_PMAC
 2024-03-08 13:39 UTC 

[PATCH -next] block: Fix some kernel-doc comments
 2024-03-08  8:19 UTC 

[PATCH v4 0/2] md: fix is_mddev_idle()
 2024-03-08  1:48 UTC  (3+ messages)

WinLink E850-96: WARNING: at block/blk-settings.c:204 blk_validate_limits
 2024-03-07 17:32 UTC  (8+ messages)

[PATCH v2 00/14] block atomic writes for XFS
 2024-03-07 12:57 UTC  (22+ messages)
` [PATCH v2 06/14] fs: xfs: Do not free EOF blocks for forcealign
` [PATCH v2 07/14] fs: iomap: Sub-extent zeroing
` [PATCH v2 08/14] fs: xfs: "
` [PATCH v2 11/14] fs: xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v2 12/14] fs: xfs: Support atomic write for statx
` [PATCH v2 13/14] fs: xfs: Validate atomic writes
` [PATCH v2 14/14] fs: xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH] aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
 2024-03-07 12:40 UTC  (3+ messages)
` (subset) "

[BUG REPORT] General protection fault while discarding extents on XFS on next-20240305
 2024-03-07  9:21 UTC  (9+ messages)

[PATCH] mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
 2024-03-07  7:52 UTC  (2+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2024-03-07  7:29 UTC  (13+ messages)
` [LSF/MM/BPF TOPIC] Large block for I/O

[PATCH linux-5.4.y 0/8] Fix the UAF issue caused by the loop driver
 2024-03-07  4:14 UTC  (9+ messages)
` [PATCH linux-5.4.y 1/8] Revert "loop: Check for overflow while configuring loop"
` [PATCH linux-5.4.y 2/8] loop: Call loop_config_discard() only after new config is applied
` [PATCH linux-5.4.y 3/8] loop: Remove sector_t truncation checks
` [PATCH linux-5.4.y 4/8] loop: Factor out setting loop device size
` [PATCH linux-5.4.y 5/8] loop: Refactor loop_set_status() size calculation
` [PATCH linux-5.4.y 6/8] loop: Factor out configuring loop from status
` [PATCH linux-5.4.y 7/8] loop: Check for overflow while configuring loop
` [PATCH linux-5.4.y 8/8] loop: loop_set_status_from_info() check before assignment

[PATCH 4.19.y 0/9] Fix the UAF issue caused by the loop driver
 2024-03-07  2:34 UTC  (3+ messages)
  `  "

[PATCH] block: Support building the iocost and iolatency policies as kernel modules
 2024-03-07  1:15 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).