messages from 2024-02-28 13:24:15 to 2024-03-05 06:57:12 UTC [more...]
[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
2024-03-05 6:57 UTC (17+ messages)
` [PATCH v7 07/12] iov_iter: Convert iterate*() to "
` [bug report] dead loop in generic_perform_write() //Re: "
[PATCH] block: move capacity validation to blkpg_do_ioctl()
2024-03-05 6:24 UTC (3+ messages)
RIP on discard, JMicron USB adaptor
2024-03-05 2:14 UTC (12+ messages)
[PATCH blktests v2 0/2] make nvme/048 checks more robust
2024-03-05 1:29 UTC (4+ messages)
` [PATCH blktests v2 1/2] nvme/048: remove unused argument for set_qid_max
` [PATCH blktests v2 2/2] nvme/048: make queue count check retry-able
[PATCH v2 00/14] block atomic writes for XFS
2024-03-05 0:44 UTC (17+ messages)
` [PATCH v2 01/14] block: Add blk_validate_atomic_write_op_size()
` [PATCH v2 02/14] fs: xfs: Don't use low-space allocator for alignment > 1
` [PATCH v2 03/14] fs: xfs: Introduce FORCEALIGN inode flag
` [PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag
` [PATCH v2 05/14] fs: xfs: Enable file data forcealign feature
` [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 09/14] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v2 10/14] fs: iomap: Atomic write support
` [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
[RFC PATCH 0/2] Introduce per-task io utilization boost
2024-03-05 0:20 UTC (4+ messages)
` [RFC PATCH 1/2] sched/fair: Introduce per-task io util boost
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost
[PATCH 0/3] queue limits cleanup
2024-03-04 23:41 UTC (9+ messages)
` [PATCH 1/3] virtio_blk: Do not use disk_set_max_open/active_zones()
` [PATCH 2/3] block: Rename disk_set_zoned()
` [PATCH 3/3] block: Rename disk_set_max_open/active_zones()
[PATCH blktests v1 0/2] extend nvme/045 to reconnect with invalid key
2024-03-04 16:13 UTC (3+ messages)
` [PATCH blktests v1 1/2] nvme/rc: add reconnect-delay argument only for fabrics transports
` [PATCH blktests v1 2/2] nvme/048: add reconnect after ctrl key change
atomic queue limit updates for stackable devices v2
2024-03-04 15:31 UTC (4+ messages)
` [PATCH 10/16] drbd: pass the max_hw_sectors limit to blk_alloc_disk
` drbd queue limits conversion ping
[PATCH 4.19.y 0/9] Fix the UAF issue caused by the loop driver
2024-03-04 13:31 UTC (11+ messages)
` [PATCH 4.19.y 1/9] Revert "loop: Check for overflow while configuring loop"
` [PATCH 4.19.y 2/9] loop: Call loop_config_discard() only after new config is applied
` [PATCH 4.19.y 3/9] loop: Remove sector_t truncation checks
` [PATCH 4.19.y 4/9] loop: Factor out setting loop device size
` [PATCH 4.19.y 5/9] loop: Refactor loop_set_status() size calculation
` [PATCH 4.19.y 6/9] loop: properly observe rotational flag of underlying device
` [PATCH 4.19.y 7/9] loop: Factor out configuring loop from status
` [PATCH 4.19.y 8/9] loop: Check for overflow while configuring loop
` [PATCH 4.19.y 9/9] loop: loop_set_status_from_info() check before assignment
[PATCH blktests 0/2] make nvme/048 checks more robust
2024-03-04 13:00 UTC (6+ messages)
` [PATCH blktests 1/2] nvme/048: remove unused argument for set_qid_max
` [PATCH blktests 2/2] nvme/048: make queue count check retry-able
[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
2024-03-04 2:27 UTC (4+ messages)
bcache queue limit cleanups
2024-03-03 16:35 UTC (5+ messages)
` [PATCH] bcache: move calculation of stripe_size and io_opt into bcache_device_init
atomic queue limit updates for md v4
2024-03-03 14:01 UTC (12+ messages)
` [PATCH 01/11] md: add a mddev_trace_remap helper
` [PATCH 02/11] md: add a mddev_add_trace_msg helper
` [PATCH 03/11] md: add a mddev_is_dm helper
` [PATCH 04/11] md: add queue limit helpers
` [PATCH 05/11] md/raid0: use the atomic queue limit update APIs
` [PATCH 06/11] md/raid1: "
` [PATCH 07/11] md/raid5: "
` [PATCH 08/11] md/raid10: "
` [PATCH 09/11] md: don't initialize queue limits
` [PATCH 10/11] md: remove mddev->queue
` [PATCH 11/11] block: remove disk_stack_limits
[RFC PATCH v13 00/20] Integrity Policy Enforcement LSM (IPE)
2024-03-02 16:37 UTC (30+ messages)
` [RFC PATCH v13 01/20] security: add ipe lsm
` [RFC PATCH v13 02/20] ipe: add policy parser
` [RFC PATCH v13 03/20] ipe: add evaluation loop
` [RFC PATCH v13 04/20] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v13 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v13 06/20] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v13 07/20] security: add new securityfs delete function
` [RFC PATCH v13 08/20] ipe: add userspace interface
` [RFC PATCH v13 09/20] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v13 10/20] ipe: add permissive toggle
` [RFC PATCH v13 11/20] block|security: add LSM blob to block_device
` [RFC PATCH v13 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v13 13/20] dm: add finalize hook to target_type
` [RFC PATCH v13 14/20] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v13 15/20] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v13 16/20] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v13 17/20] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v13 18/20] scripts: add boot policy generation program
` [RFC PATCH v13 19/20] ipe: kunit test for parser
` [RFC PATCH v13 20/20] documentation: add ipe documentation
atomic queue limit updates for stackable devices v3
2024-03-02 4:14 UTC (18+ messages)
` [PATCH 01/14] block: add a queue_limits_set helper
` [PATCH 02/14] block: add a queue_limits_stack_bdev helper
` [PATCH 03/14] dm: use queue_limits_set
` [PATCH 04/14] md: add a mddev_trace_remap helper
` [PATCH 05/14] md: add a mddev_add_trace_msg helper
` [PATCH 06/14] md: add a mddev_is_dm helper
` [PATCH 07/14] md: add queue limit helpers
` [PATCH 08/14] md/raid0: use the atomic queue limit update APIs
` [PATCH 09/14] md/raid1: "
` [PATCH 10/14] md/raid5: "
` [PATCH 11/14] md/raid10: "
` [PATCH 12/14] md: don't initialize queue limits
` [PATCH 13/14] md: remove mddev->queue
` [PATCH 14/14] block: remove disk_stack_limits
` (subset) atomic queue limit updates for stackable devices v3
WinLink E850-96: WARNING: at block/blk-settings.c:204 blk_validate_limits
2024-03-01 21:18 UTC (5+ messages)
[bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010
2024-03-01 16:33 UTC (5+ messages)
atomic queue limits updates for nbd
2024-03-01 16:09 UTC (5+ messages)
` [PATCH 1/3] nbd: don't clear discard_sectors in nbd_config_put
` [PATCH 2/3] nbd: freeze the queue for queue limits updates
` [PATCH 3/3] nbd: use the atomic queue limits API in nbd_set_size
[PATCH] pktcdvd: don't set max_hw_sectors on the underlying device
2024-03-01 16:09 UTC (2+ messages)
[PATCH blktests] nbd/001: wait for the device node to show up before running parted
2024-03-01 11:51 UTC (2+ messages)
[PATCH 4.19.y 6/9] loop: properly observe rotational flag of underlying device
2024-03-01 1:19 UTC
[PATCH] block: Fix page refcounts for unaligned buffers in __bio_release_pages()
2024-02-29 22:56 UTC (4+ messages)
[PATCH AUTOSEL 4.19 3/4] block: sed-opal: handle empty atoms when parsing response
2024-02-29 20:42 UTC
[PATCH AUTOSEL 5.4 5/6] block: sed-opal: handle empty atoms when parsing response
2024-02-29 20:41 UTC
[PATCH AUTOSEL 5.10 7/8] block: sed-opal: handle empty atoms when parsing response
2024-02-29 20:41 UTC
[PATCH AUTOSEL 5.15 8/9] block: sed-opal: handle empty atoms when parsing response
2024-02-29 20:41 UTC
[PATCH AUTOSEL 6.1 09/12] block: sed-opal: handle empty atoms when parsing response
2024-02-29 20:40 UTC
[PATCH AUTOSEL 6.6 11/22] block: sed-opal: handle empty atoms when parsing response
2024-02-29 20:39 UTC
[PATCH AUTOSEL 6.7 12/24] block: sed-opal: handle empty atoms when parsing response
2024-02-29 20:36 UTC
[PATCH] block: Remove special-casing of compound pages
2024-02-29 20:05 UTC (5+ messages)
Missing S: in the "CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO)" entry?
2024-02-29 16:54 UTC
atomic queue limit updates for stackable devices
2024-02-29 13:20 UTC (11+ messages)
[PATCH RESEND] nvme-pci: Fix EEH failure on ppc after subsystem reset
2024-02-29 12:27 UTC (4+ messages)
[PATCH 0/2] ublk: improve ublk device deletion
2024-02-29 1:47 UTC (4+ messages)
[RFC PATCH 00/11] Rust null block driver
2024-02-28 14:31 UTC (5+ messages)
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module
[PATCH] blk-mq: don't change nr_hw_queues and nr_maps for kdump kernel
2024-02-28 14:22 UTC (3+ messages)
[PATCH] bdev: make blockdev_mnt static
2024-02-28 14:21 UTC (3+ messages)
[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
2024-02-28 13:42 UTC (4+ messages)
` [RFC v4 linux-next 17/19] dm-vdo: prevent direct access of bd_inode
convert dasd to the atomic queue limits update API v2
2024-02-28 13:37 UTC (4+ messages)
` [PATCH 1/3] dasd: cleamup dasd_state_basic_to_ready
` [PATCH 2/3] dasd: move queue setup to common code
` [PATCH 3/3] dasd: use the atomic queue limits API
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).