Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-14 14:15:57 to 2024-03-18 04:57:13 UTC [more...]

[Bug Report] nvme-cli fails re-formatting NVMe namespace
 2024-03-18  4:56 UTC  (3+ messages)

[PATCH v2 00/14] remove aux CQE caches
 2024-03-18  3:24 UTC  (24+ messages)
` [PATCH v2 01/14] io_uring/cmd: kill one issue_flags to tw conversion
` [PATCH v2 02/14] io_uring/cmd: fix tw <-> issue_flags conversion
` [PATCH v2 03/14] io_uring/cmd: make io_uring_cmd_done irq safe
` [PATCH v2 04/14] io_uring/cmd: introduce io_uring_cmd_complete
` [PATCH v2 05/14] ublk: don't hard code IO_URING_F_UNLOCKED
` [PATCH v2 06/14] nvme/io_uring: "
` [PATCH v2 07/14] io_uring/rw: avoid punting to io-wq directly
` [PATCH v2 08/14] io_uring: force tw ctx locking
` [PATCH v2 09/14] io_uring: remove struct io_tw_state::locked
` [PATCH v2 10/14] io_uring: refactor io_fill_cqe_req_aux
` [PATCH v2 11/14] io_uring: get rid of intermediate aux cqe caches
` [PATCH v2 12/14] io_uring: remove current check from complete_post
` [PATCH v2 13/14] io_uring: refactor io_req_complete_post()
` [PATCH v2 14/14] io_uring: clean up io_lockdep_assert_cq_locked

[bug report] blktests nbd/003 lead kernel panic
 2024-03-18  3:22 UTC 

[PATCH] blk-pm: Remove unnecessary ‘0’ values from ret
 2024-03-18  3:07 UTC 

[PATCH] blk-zoned: Remove unnecessary ‘0’ values from ret
 2024-03-18  2:55 UTC 

[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-03-18  2:39 UTC  (59+ messages)
` [RFC v4 linux-next 01/19] block: move two helpers into bdev.c
` [RFC v4 linux-next 02/19] block: remove sync_blockdev_nowait()
` [RFC v4 linux-next 03/19] block: remove sync_blockdev_range()
` [RFC v4 linux-next 04/19] block: prevent direct access of bd_inode
` [RFC v4 linux-next 05/19] bcachefs: remove dead function bdev_sectors()
` [RFC v4 linux-next 06/19] cramfs: prevent direct access of bd_inode
` [RFC v4 linux-next 07/19] erofs: "
` [RFC v4 linux-next 08/19] nilfs2: "
` [RFC v4 linux-next 09/19] gfs2: "
` [RFC v4 linux-next 10/19] s390/dasd: use bdev api in dasd_format()
` [RFC v4 linux-next 11/19] btrfs: prevent direct access of bd_inode
` [RFC v4 linux-next 13/19] ext4: "
` [RFC v4 linux-next 14/19] jbd2: "
` [RFC v4 linux-next 15/19] bcache: "
` [RFC v4 linux-next 16/19] block2mtd: "
` [RFC v4 linux-next 18/19] scsi: factor out a helper bdev_read_folio() from scsi_bios_ptable()
` [RFC v4 linux-next 19/19] fs & block: remove bdev->bd_inode

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

[PATCH 00/11] remove aux CQE caches
 2024-03-18  1:49 UTC  (54+ messages)
` [PATCH 01/11] io_uring: fix poll_remove stalled req completion
` [PATCH 02/11] io_uring/cmd: kill one issue_flags to tw conversion
` [PATCH 03/11] io_uring/cmd: fix tw <-> issue_flags conversion
` [PATCH 04/11] io_uring/cmd: introduce io_uring_cmd_complete
` [PATCH 05/11] ublk: don't hard code IO_URING_F_UNLOCKED
` [PATCH 06/11] nvme/io_uring: "
` [PATCH 07/11] io_uring/rw: avoid punting to io-wq directly
` [PATCH 08/11] io_uring: force tw ctx locking
` [PATCH 09/11] io_uring: remove struct io_tw_state::locked
` [PATCH 10/11] io_uring: refactor io_fill_cqe_req_aux
` [PATCH 11/11] io_uring: get rid of intermediate aux cqe caches
` (subset) [PATCH 00/11] remove aux CQE caches

[RFC PATCH 0/5] Rust block device driver API and null block driver
 2024-03-17 21:34 UTC  (24+ messages)
` [RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module

[PATCH v2 00/34] Open block devices as files
 2024-03-17 20:53 UTC  (10+ messages)
` [PATCH v2 01/34] bdev: open block device "
          ` [PATCH] fs,block: get holder during claim

[PATCH 01/10] capability: introduce new capable flag CAP_OPT_NOAUDIT_ONDENY
 2024-03-16 17:17 UTC  (12+ messages)
` [PATCH 02/10] capability: add any wrappers to test for multiple caps with exactly one audit message
` [PATCH 04/10] block: use new capable_any functionality

[PATCH] brd: Remove use of page->index
 2024-03-15 23:09 UTC  (6+ messages)

[GIT PULL] Block fixes for 6.9-rc1
 2024-03-15 21:59 UTC  (2+ messages)

[PATCH v4 00/39] dm vdo: add the dm-vdo deduplication and compression DM target
 2024-03-14 23:35 UTC  (3+ messages)
` [PATCH v4 02/39] dm vdo: add the MurmurHash3 fast hashing algorithm

[PATCH] Revert "block/mq-deadline: use correct way to throttling write requests"
 2024-03-14 19:31 UTC  (4+ messages)
` 答复: "

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[PATCH] block: Modify mismatched function name
 2024-03-14 15:40 UTC  (2+ messages)

brd in a memdesc world
 2024-03-14 14:15 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).