Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-12 12:58:16 to 2024-03-16 03:36:00 UTC [more...]

[RFC PATCH v15 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-03-16  3:35 UTC  (21+ 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

[PATCH 00/11] remove aux CQE caches
 2024-03-16  2:54 UTC  (32+ 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 v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-03-16  2:49 UTC  (34+ 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: "

[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 01/10] capability: introduce new capable flag CAP_OPT_NOAUDIT_ONDENY
 2024-03-15 21:16 UTC  (11+ 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

[RFC PATCH 0/5] Rust block device driver API and null block driver
 2024-03-15 17:49 UTC  (27+ 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

[Bug Report] nvme-cli fails re-formatting NVMe namespace
 2024-03-15 14:31 UTC 

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

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

brd in a memdesc world
 2024-03-14 14:15 UTC  (8+ messages)

[PATCH] block: Minimize the number of requests in Direct I/O when bio get pages
 2024-03-14  3:01 UTC  (3+ messages)

[PATCH] Revert "blk-lib: check for kill signal"
 2024-03-14  2:36 UTC  (3+ messages)

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

[PATCH][next] block: partitions: only define function mac_fix_string for CONFIG_PPC_PMAC
 2024-03-13 20:27 UTC  (2+ messages)

RFCv2: fix fatal signal handling in __blkdev_issue_discard
 2024-03-13 20:08 UTC  (12+ 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] 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)

[GIT PULL] Block updates for 6.9-rc1
 2024-03-13 13:11 UTC  (23+ 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  (6+ messages)

[RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE)
 2024-03-12 20:07 UTC  (10+ messages)
` [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook

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


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).