public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-05 14:22:05 to 2026-02-11 07:23:45 UTC [more...]

[PATCH 0/4] blk-mq/nvme: fix debugfs creation with frozen queue
 2026-02-11  7:23 UTC  (27+ messages)
` [PATCH 1/4] nvme-rdma: move blk_mq_update_nr_hw_queues after nvme_unfreeze
` [PATCH 2/4] nvme-tcp: "
` [PATCH 3/4] nvme-apple: "
` [PATCH 4/4] blk-mq: use blk_queue_enter/exit to protect debugfs file creation

[PATCH] zram: drop slot trylock and miss_free
 2026-02-11  3:07 UTC  (4+ messages)

[PATCH v7 00/16] blk-mq: fix possible deadlocks
 2026-02-11  2:07 UTC  (6+ messages)
` [PATCH v7 09/16] blk-throttle: fix possible deadlock for fs reclaim under rq_qos_mutex

[PATCH v2 0/1] block/blk-mq: fix RT kernel regression with dedicated quiesce_sync_lock
 2026-02-11  0:18 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH AUTOSEL 6.19-6.18] kselftest/kublk: include message in _Static_assert for C11 compatibility
 2026-02-10 23:30 UTC 

[LSF/MM/BPF TOPIC] A block level, active-active replication solution
 2026-02-10 18:31 UTC  (5+ messages)

[PATCH] block: allow IOC_PR_READ_* ioctls with BLK_OPEN_READ
 2026-02-10 16:36 UTC 

[GIT PULL] Bounce buffer dio for stable pages
 2026-02-10  2:43 UTC  (2+ messages)

[GIT PULL] Block changes for 7.0-rc1
 2026-02-10  2:43 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Block storage copy offloading
 2026-02-09 21:26 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] dmabuf backed read/write
 2026-02-09 14:01 UTC  (22+ messages)

[bug report] WARNING: possible circular locking dependency detected at pcpu_alloc_noprof+0x8a3/0xd90 and __blk_mq_update_nr_hw_queues+0x76c/0xca0
 2026-02-09 12:02 UTC  (4+ messages)

[PATCH v4 0/6] x86: Cleanups around slow_down_io()
 2026-02-09 10:19 UTC  (3+ messages)

[bug report] WARNING: block/blk-mq-debugfs.c:620 at debugfs_create_files.isra.0+0x54/0x60, CPU#220: kworker/u1036:7/70421
 2026-02-09  5:41 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Documenting the correct pushback on AI inspired (and other) fixes in older drivers
 2026-02-08 23:41 UTC  (12+ messages)

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

[PATCH] dm init: ensure block device is ready before creating mapped device
 2026-02-08  6:21 UTC 

[PATCH v5 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-02-06 20:25 UTC  (3+ messages)

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2026-02-06 18:01 UTC  (8+ messages)
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens

[PATCH 0/6] Extend Single User Mode (SUM) support in sed-opal
 2026-02-06 15:36 UTC  (35+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v3 "
  ` [PATCH v3 1/9] sed-opal: add UID of Locking Table
  ` [PATCH v3 2/9] sed-opal: add RangeStartRangeLengthPolicy parameter
  ` [PATCH v3 3/9] sed-opal: add Admin1PIN parameter
  ` [PATCH v3 4/9] sed-opal: add IOC_OPAL_REACTIVATE_LSP
  ` [PATCH v3 5/9] sed-opal: refactor (split) IOC_OPAL_LR_SETUP internals
  ` [PATCH v3 6/9] sed-opal: add IOC_OPAL_LR_SET_START_LEN ioctl
  ` [PATCH v3 7/9] sed-opal: add IOC_OPAL_ENABLE_DISABLE_LR
  ` [PATCH v3 8/9] sed-opal: increase column attribute type size to 64 bits
  ` [PATCH v3 9/9] sed-opal: add IOC_OPAL_GET_SUM_STATUS ioctl
` [PATCH v2 1/9] sed-opal: add UID of Locking Table
` [PATCH v2 2/9] sed-opal: add RangeStartRangeLengthPolicy parameter
` [PATCH v2 3/9] sed-opal: add Admin1PIN parameter
` [PATCH v2 4/9] sed-opal: add IOC_OPAL_REACTIVATE_LSP
` [PATCH v2 5/9] sed-opal: refactor (split) IOC_OPAL_LR_SETUP internals
` [PATCH v2 6/9] sed-opal: add IOC_OPAL_LR_SET_START_LEN ioctl
` [PATCH v2 7/9] sed-opal: add IOC_OPAL_ENABLE_DISABLE_LR
` [PATCH v2 8/9] sed-opal: increase column attribute type size to 64 bits
` [PATCH v2 9/9] sed-opal: add IOC_OPAL_GET_SUM_STATUS ioctl

[bug report] bio: add allocation cache abstraction
 2026-02-06 13:41 UTC 

[PATCH v9 8/8] blk-mq-debugfs: warn about possible deadlock
 2026-02-06  9:26 UTC  (2+ messages)

[PATCH] drbd: always set BLK_FEAT_STABLE_WRITES
 2026-02-06  6:43 UTC  (2+ messages)

[Samsung] bsg-lib.c patch for double-free error fix
 2026-02-06  4:58 UTC  (6+ messages)
`  "
    ` [Patch] bsg: initialize request and reply payloads in bsg_prepare_job
          `  "

[GIT PULL] Block fixes for 6.19-final
 2026-02-05 23:34 UTC  (2+ messages)

Recent commits break loop device unmounting
 2026-02-05 16:26 UTC  (4+ messages)

[GIT PULL] nvme fixes for 6.19, final
 2026-02-05 15:55 UTC  (7+ messages)

[PATCH V2] blk-cgroup: fix UAF in __blkcg_rstat_flush()
 2026-02-05 15:54 UTC 

[BUG] - Short freezes in gameplay due to MMC_CAP_AGGRESSIVE_PM on RTS525A card reader
 2026-02-05 14:55 UTC  (9+ messages)


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