Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-05-13 08:11:50 to 2026-05-13 18:53:17 UTC [more...]

[PATCH V4 0/3] md/nvme: Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-05-13 18:51 UTC  (4+ messages)
` [PATCH V4 1/3] block: clear BLK_FEAT_PCI_P2PDMA in blk_stack_limits() for non-supporting devices
` [PATCH V4 2/3] md: propagate BLK_FEAT_PCI_P2PDMA from member devices to RAID device
` [PATCH V4 3/3] nvme-multipath: enable PCI P2PDMA for multipath devices

[PATCH v4] bio-integrity-fs: pass data iter to bio_integrity_verify()
 2026-05-13 18:29 UTC 

[PATCH blktests 0/3] introduce command trace feature
 2026-05-13 17:17 UTC  (8+ messages)
` [PATCH blktests 1/3] check: add --cmd-trace option
` [PATCH blktests 2/3] common/rc: add _echo() function to trace sysfs attribute writes
` [PATCH blktests 3/3] common/nvme, nvme/rc: use _echo() "

fix block layer bounce buffering for block size > PAGE_SIZE v2
 2026-05-13 17:15 UTC  (2+ messages)

[PATCH 0/1] drbd: fix false positive resync throttling (in-tree 8.4)
 2026-05-13 16:39 UTC  (2+ messages)
` [PATCH] drbd: fix false positive resync throttling in drbd_rs_c_min_rate_throttle

[PATCH] block: bio-integrity: fix memory leak in bio_integrity_map_user()
 2026-05-13 15:43 UTC  (3+ messages)

improve the swap_activate interface
 2026-05-13 14:59 UTC  (5+ messages)
` [PATCH 08/12] swap,iomap: simplify iomap_swapfile_iter

[PATCH] configfs: rust: add an API for adding default groups from C
 2026-05-13 14:39 UTC  (3+ messages)

[PATCH v3] zram: fix use-after-free in zram_writeback_endio
 2026-05-13 14:02 UTC  (2+ messages)
` [PATCH] "

[PATCH V2] selftests: ublk: cap nthreads to kernel's actual nr_hw_queues
 2026-05-13 13:56 UTC  (2+ messages)

[PATCH] block: fix handling of dead zone write plugs
 2026-05-13 13:56 UTC  (3+ messages)

[PATCH] drbd: clean up UAPI headers
 2026-05-13 13:54 UTC  (2+ messages)

[PATCH v4 00/12] Enable lock context analysis
 2026-05-13 13:36 UTC  (6+ messages)
` [PATCH v4 02/12] block/bdev: Annotate the blk_holder_ops callback functions

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-13 13:29 UTC  (16+ messages)
` [PATCH v3 02/10] iov_iter: add iterator type for dmabuf maps
` [PATCH v3 03/10] block: move bvec init into __bio_clone
` [PATCH v3 04/10] block: introduce dma map backed bio type
` [PATCH v3 05/10] lib: add dmabuf token infrastructure
` [PATCH v3 06/10] block: forward create_dmabuf_token to drivers
` [PATCH v3 07/10] nvme-pci: implement dma_token backed requests

[PATCH] floppy: force media-change checks when clearing events
 2026-05-13 12:51 UTC  (2+ messages)

[PATCH] selftests: ublk: cap nthreads to kernel's actual nr_hw_queues
 2026-05-13 10:17 UTC  (2+ messages)

[PATCH v2] block/blk-iolatency: Add the processing flow of the chained bio in the QoS and define the related types to solve the problem of incorrect inflight processing in the QoS. The usage of the done_split_bio abstract function in the blk-iolatency project
 2026-05-13  9:08 UTC  (3+ messages)

[PATCH v7 00/43] btrfs: add fscrypt support
 2026-05-13  8:53 UTC  (44+ messages)
` [PATCH v7 01/43] fscrypt: add per-extent encryption support
` [PATCH v7 02/43] fscrypt: allow inline encryption for extent based encryption
` [PATCH v7 03/43] fscrypt: add a __fscrypt_file_open helper
` [PATCH v7 04/43] fscrypt: conditionally don't wipe mk secret until the last active user is done
` [PATCH v7 05/43] blk-crypto: add a process bio callback
` [PATCH v7 06/43] fscrypt: add a process_bio hook to fscrypt_operations
` [PATCH v7 07/43] fscrypt: expose fscrypt_nokey_name
` [PATCH v7 08/43] fscrypt: add documentation about extent encryption
` [PATCH v7 09/43] btrfs: add infrastructure for safe em freeing
` [PATCH v7 10/43] btrfs: start using fscrypt hooks
` [PATCH v7 11/43] btrfs: add inode encryption contexts
` [PATCH v7 12/43] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v7 13/43] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v7 14/43] btrfs: handle "
` [PATCH v7 15/43] btrfs: implement fscrypt ioctls
` [PATCH v7 16/43] btrfs: select encryption dependencies if FS_ENCRYPTION
` [PATCH v7 17/43] btrfs: add get_devices hook for fscrypt
` [PATCH v7 18/43] btrfs: set file extent encryption excplicitly
` [PATCH v7 19/43] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH v7 20/43] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v7 21/43] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH v7 22/43] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH v7 23/43] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH v7 24/43] btrfs: add extent encryption context tree item type
` [PATCH v7 25/43] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH v7 26/43] btrfs: implement the fscrypt extent encryption hooks
` [PATCH v7 27/43] btrfs: setup fscrypt_extent_info for new extents
` [PATCH v7 28/43] btrfs: populate ordered_extent with the orig offset
` [PATCH v7 29/43] btrfs: set the bio fscrypt context when applicable
` [PATCH v7 30/43] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v7 31/43] btrfs: limit encrypted writes to 256 segments
` [PATCH v7 32/43] btrfs: implement process_bio cb for fscrypt
` [PATCH v7 33/43] btrfs: implement read repair for encryption
` [PATCH v7 34/43] btrfs: add test_dummy_encryption support
` [PATCH v7 35/43] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [PATCH v7 36/43] btrfs: deal with encrypted symlinks in send
` [PATCH v7 37/43] btrfs: decrypt file names for send
` [PATCH v7 38/43] btrfs: load the inode context before sending writes
` [PATCH v7 39/43] btrfs: set the appropriate free space settings in reconfigure
` [PATCH v7 40/43] btrfs: support encryption with log replay
` [PATCH v7 41/43] btrfs: disable auto defrag on encrypted files
` [PATCH v7 42/43] btrfs: disable encryption on RAID5/6
` [PATCH v7 43/43] btrfs: disable send if we have encryption enabled


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox