Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-02 18:08:19 to 2023-10-07 01:30:10 UTC [more...]

[dm-devel] [PATCH v7 5/5] loop: Add support for provision requests
 2023-10-07  1:29 UTC  (4+ messages)
`  "

[PATCH v8 0/5] Introduce provisioning primitives
 2023-10-07  1:28 UTC  (6+ messages)
` [PATCH v8 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [PATCH v8 2/5] block: Introduce provisioning primitives
` [PATCH v8 3/5] loop: Add support for provision requests
` [PATCH v8 4/5] dm: Add block provisioning support
` [PATCH v8 5/5] block: Pass unshare intent via REQ_OP_PROVISION

[PATCH] blk-throttle: Calculate allowed value only when the throttle is enabled
 2023-10-07  1:23 UTC  (8+ messages)

[PATCH 00/21] block atomic writes
 2023-10-07  1:21 UTC  (72+ messages)
` [PATCH 01/21] block: Add atomic write operations to request_queue limits
` [PATCH 03/21] fs/bdev: Add atomic write support info to statx
` [PATCH 04/21] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH 10/21] block: Add fops "
` [PATCH 11/21] fs: xfs: Don't use low-space allocator for alignment > 1
` [PATCH 13/21] fs: xfs: Make file data allocations observe the 'forcealign' flag
` [PATCH 15/21] fs: xfs: Support atomic write for statx
` [PATCH 16/21] fs: iomap: Atomic write support
` [PATCH 18/21] scsi: sd: Support reading atomic properties from block limits VPD
` [PATCH 19/21] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH 21/21] nvme: Support atomic writes

[git pull] device mapper fixes for 6.6-rc5
 2023-10-06 23:16 UTC 

[GIT PULL] Block fixes for 6.6-rc5
 2023-10-06 22:51 UTC  (2+ messages)

[RFC PATCH 0/6] usb-storage,uas,scsi: Support OPAL commands on USB attached devices
 2023-10-06 18:57 UTC  (13+ messages)
` [RFC PATCH 1/6] usb-storage: remove UNUSUAL_VENDOR_INTF macro
` [RFC PATCH 2/6] usb-storage: make internal quirks flags 64bit
` [RFC PATCH 3/6] usb-storage: use fflags index only in usb-storage driver
` [RFC PATCH 4/6] usb-storage,uas: use host helper to generate driver info
` [RFC PATCH 5/6] usb-storage,uas,scsi: allow to pass through security commands (OPAL)
` [RFC PATCH 6/6] usb-storage,uas: Disable security commands (OPAL) for RT9210 chip family

[PATCH v2 00/15] Pass data temperature information to UFS devices
 2023-10-06 18:25 UTC  (24+ messages)
` [PATCH v2 01/15] block: Make bio_set_ioprio() modify fewer bio->bi_ioprio bits
` [PATCH v2 02/15] blk-ioprio: Modify "
` [PATCH v2 03/15] block: Support data lifetime in the I/O priority bitfield
` [PATCH v2 04/15] fs: Restore write hint support
` [PATCH v2 05/15] fs/f2fs: Restore the whint_mode mount option
` [PATCH v2 06/15] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v2 07/15] scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v2 08/15] sd: Translate data lifetime information
` [PATCH v2 09/15] scsi_debug: Reduce code duplication
` [PATCH v2 10/15] scsi_debug: Support the block limits extension VPD page
` [PATCH v2 11/15] scsi_debug: Rework page code error handling
` [PATCH v2 12/15] scsi_debug: Rework subpage "
` [PATCH v2 13/15] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v2 14/15] scsi_debug: Implement GET STREAM STATUS
` [PATCH v2 15/15] scsi_debug: Maintain write statistics per group number

[Bisected] [commit 2ad56efa80db] [Hotplug] WARNING while performing hotplug operation on 6.6-rc3-next
 2023-10-06 13:43 UTC  (4+ messages)

[PATCH blktests] nbd/004: avoid left connection
 2023-10-06  2:04 UTC  (2+ messages)

[PATCH blktests] nvme/rc: fix rdma driver check
 2023-10-05 18:02 UTC  (2+ messages)

[PATCH] block: Fix regression in sed-opal for a saved key
 2023-10-05 17:58 UTC  (6+ messages)

[PATCH 05/13] scsi: core: Query the Block Limits Extension VPD page
 2023-10-05 11:59 UTC  (33+ messages)
` [PATCH 00/13] Pass data temperature information to zoned UFS devices
  ` [PATCH 01/13] fs/f2fs: Restore the whint_mode mount option
  ` [PATCH 02/13] fs: Restore support for F_GET_FILE_RW_HINT and F_SET_FILE_RW_HINT
  ` [PATCH 04/13] block: Restore write hint support
  ` [PATCH 06/13] scsi_proto: Add struct io_group_descriptor
  ` [PATCH 07/13] sd: Translate data lifetime information
  ` [PATCH 08/13] scsi_debug: Reduce code duplication

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

[PATCH v8 0/3] generic and PowerPC SED Opal keystore
 2023-10-04 20:19 UTC  (4+ messages)
` [PATCH v8 1/3] block:sed-opal: "
` [PATCH v8 2/3] block: sed-opal: keystore access for SED Opal keys
` [PATCH v8 3/3] powerpc/pseries: PLPKS SED Opal keystore support

[syzbot] [block?] WARNING in __floppy_read_block_0 (3)
 2023-10-04 18:52 UTC  (2+ messages)

[PATCH 0/3] partitions/ibm: Replace strncpy() and cleanups
 2023-10-04 14:04 UTC  (4+ messages)

[PATCH 0/2] ublk: Allow more than 64 ublk devices
 2023-10-04 12:39 UTC  (9+ messages)
` [PATCH 1/2] ublk: Limit dev_id/ub_number values
` [PATCH 2/2] ublk: Make ublks_max configurable

[PATCH 09/21] block: Add checks to merging of atomic writes
 2023-10-04 11:40 UTC  (4+ messages)

[PATCH 1/1] block/rnbd: Add error handler of rnbd_clt_get_dev
 2023-10-04  9:50 UTC 

Rozszerzenie Programu Mój Prąd 5.0
 2023-10-04  7:40 UTC 

[PATCH] nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctl
 2023-10-04  4:14 UTC  (4+ messages)

[PATCH v2] aoe: replace strncpy with strscpy
 2023-10-04  0:23 UTC  (3+ messages)

[PATCH v3] null_blk: replace strncpy with strscpy
 2023-10-04  0:23 UTC  (3+ messages)

[syzbot] [block] INFO: task hung in __filemap_get_folio
 2023-10-03 20:11 UTC 

[PATCH 0/1] cdrom: patch for inclusion
 2023-10-03  2:05 UTC  (3+ messages)
` [PATCH 1/1] cdrom: Remove now superfluous sentinel element from ctl_table array

[PATCH V5 0/2] io_uring: cancelable uring_cmd
 2023-10-03  2:05 UTC  (2+ messages)

[PATCH 0/4] pata_parport: fix EXP Computer CD-865 with MC-1285B EPP cable
 2023-10-03  0:56 UTC  (11+ messages)
` [PATCH 1/4] pata_parport: fix pata_parport_devchk
` [PATCH 2/4] pata_parport: implement set_devctl
` [PATCH 3/4] pata_parport: add custom version of wait_after_reset
` [PATCH 4/4] pata_parport-fit3: implement IDE command set registers

remove get_super
 2023-10-02 19:15 UTC  (7+ messages)
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl


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