messages from 2026-06-25 06:21:23 to 2026-06-29 14:07:24 UTC [more...]
[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
2026-06-29 14:06 UTC (10+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 2/7] pwm: th1520: "
` [PATCH 3/7] cpufreq: rcpufreq_dt: "
` [PATCH 4/7] block: rnull: "
` [PATCH 5/7] net: phy: ax88796b: "
` [PATCH 6/7] net: phy: qt2025: "
` [PATCH 7/7] drm/nova: "
[PATCH v2 0/6] Add support for IPQ5018 Bluetooth
2026-06-29 13:01 UTC (7+ messages)
` [PATCH v2 1/6] dt-bindings: net: bluetooth: Document Qualcomm IPQ5018 Bluetooth controller
` [PATCH v2 2/6] Bluetooth: btqca: Add IPQ5018 support
` [PATCH v2 3/6] firmware: qcom: scm: Add support for setting Bluetooth power modes
` [PATCH v2 4/6] Bluetooth: Introduce Qualcomm IPQ5018 IPC based HCI driver
` [PATCH v2 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
` [PATCH v2 6/6] MAINTAINERS: Add entry for Qualcomm IPQ5018 Bluetooth driver
[PATCH blktests] block/044: basic block error injection sanity test
2026-06-29 12:32 UTC (7+ messages)
[PATCH] blk-flush: fix possibe deadlock when process nvme_timeout()
2026-06-29 12:00 UTC (2+ messages)
[PATCH v6 0/9] Support for block device NVMEM providers
2026-06-29 9:23 UTC (11+ messages)
` [PATCH v6 1/9] block: partitions: of: Skip child nodes without reg property
` [PATCH v6 2/9] dt-bindings: mmc: Document support for nvmem-layout
` [PATCH v6 3/9] dt-bindings: net: wireless: qcom,ath10k: Document NVMEM cells
` [PATCH v6 4/9] dt-bindings: bluetooth: qcom: Add NVMEM BD address cell
` [PATCH v6 5/9] block: implement NVMEM provider
` [PATCH v6 6/9] net: of_net: Add of_get_nvmem_eui48() helper for EUI-48 lookup
` [PATCH v6 7/9] Bluetooth: hci_sync: Add NVMEM-backed BD address retrieval
` [PATCH v6 8/9] Bluetooth: qca: Set NVMEM BD address quirks when address is invalid
` [PATCH v6 9/9] arm64: dts: qcom: arduino-imola: Describe NVMEM layout for WiFi/BT addresses
[PATCH 1/2] md/linear: add fault-tolerant mode for unraid-like setups
2026-06-29 9:03 UTC (9+ messages)
` [PATCH v2 2/4] blk-cgroup: fix race between policy activation and blkg destruction
[PATCH] block: partitions: Use seq_buf_putc() in cmdline_partition()
2026-06-29 7:35 UTC (9+ messages)
` [PATCH v2] block: partitions: Use seq_buf_putc() at 24 places
` block: partitions: Use seq_buf_putc() in cmdline_partition()
[PATCH] nbd: fix circular lock dependency in nbd_reconnect_socket
2026-06-29 6:03 UTC
[PATCH] nbd: don't warn when reclassifying a busy socket lock
2026-06-29 5:28 UTC (2+ messages)
[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2026-06-29 4:39 UTC (2+ messages)
[PATCH] nbd: fix circular lock dependency between tx_lock and sk_lock
2026-06-29 2:04 UTC
[PATCH 1/1] block: partition: aix: bound LV name formatting
2026-06-28 16:40 UTC (4+ messages)
[PATCH blktests] src/Makefile: escape '#' in HAVE_C_DEF
2026-06-28 12:59 UTC
[PATCH blktests v2 1/2] src/miniublk: switch to ioctl-encoded ublk commands
2026-06-28 11:44 UTC (2+ messages)
[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2026-06-28 9:51 UTC
[PATCH v5] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2026-06-28 9:28 UTC
[BUG] nbd: NBD_CLEAR_SOCK races with buffered writes and triggers mark_buffer_dirty() warning
2026-06-28 5:51 UTC
[PATCH 0/6] Add support for IPQ5018 Bluetooth
2026-06-28 3:08 UTC (19+ messages)
` [PATCH 1/6] dt-bindings: remoteproc: document M0 Bluetooth Subsystem secure PIL
` [PATCH 2/6] remoteproc: qcom: Add M0 BTSS secure PIL driver
` [PATCH 3/6] Bluetooth: btqca: Add IPQ5018 support
` [PATCH 4/6] dt-bindings: net: bluetooth: Document Qualcomm IPQ5018 Bluetooth controller
` [PATCH 5/6] Bluetooth: Introduce Qualcomm IPQ5018 IPC based HCI driver
` [PATCH 6/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
[PATCH] block: fix error injection static_branch dec imbalance
2026-06-27 23:29 UTC (2+ messages)
[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-27 13:10 UTC (12+ messages)
` [PATCH v6 01/10] rust: module: move module types into `module.rs`
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH v7 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-27 9:28 UTC (11+ messages)
` [PATCH v7 01/10] rust: module: move module types into `module.rs`
` [PATCH v7 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v7 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v7 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v7 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v7 06/10] rust: miscdevice: "
` [PATCH v7 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v7 08/10] rust: binder: "
` [PATCH v7 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v7 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH 1/3] zram: fix zstd dict use-after-free on per-CPU error path
2026-06-27 7:02 UTC (3+ messages)
` [PATCH 2/3] zram: add per-backend capability flags and validate parameters early
` [PATCH 3/3] zram: reset per-priority params when changing algorithm before init
[RFC PATCH 0/2] Avoid software ref tag remapping for NVMe devices
2026-06-27 6:19 UTC (3+ messages)
` [RFC PATCH 1/2] blk-integrity: add BLK_EXPECTED_REF_TAG_CAPABLE
` [RFC PATCH 2/2] nvme/core: advertise BLK_EXPECTED_REF_TAG_CAPABLE
[PATCH] block: assert blk_iou_cmd fits in the io_uring_cmd PDU
2026-06-27 5:52 UTC (2+ messages)
[PATCH v4 0/5] block: use integrity interval instead of sector as seed
2026-06-27 5:42 UTC (6+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] blk-integrity: take u64 in bio_integrity_intervals()
` [PATCH v4 3/5] bio-integrity-fs: use integrity interval instead of sector as seed
` [PATCH v4 4/5] t10-pi: use bio_integrity_intervals() helper
` [PATCH v4 5/5] blk-integrity: avoid sector_t in bip_{get,set}_seed()
[PATCH] block: avoid potential deadlock on zone revalidation failure
2026-06-26 22:42 UTC (4+ messages)
general protection fault in reset_interrupt
2026-06-26 21:29 UTC
[PATCH v2 00/83] block: rnull: complete the rust null block driver
2026-06-26 17:41 UTC (3+ messages)
` [PATCH v2 10/83] block: rust: allow `hrtimer::Timer` in `RequestData`
[PATCH v3] blk-mq: bound blk_hctx_poll() to one jiffy
2026-06-26 16:41 UTC (2+ messages)
[PATCH] block: Fix dio->ref leak on integrity error in __blkdev_direct_IO()
2026-06-26 14:24 UTC (3+ messages)
[PATCH v19 0/8] rust: add `Ownable` trait and `Owned` type
2026-06-26 11:54 UTC (9+ messages)
` [PATCH v19 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v19 2/8] rust: types: Add Ownable/Owned types
` [PATCH v19 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v19 4/8] rust: page: convert to `Ownable`
` [PATCH v19 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v19 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v19 7/8] rust: Add `OwnableRefCounted`
` [PATCH v19 8/8] rust: page: add `from_raw()`
[PATCH] iomap: Remove FGP_NOFS from iomap_get_folio()
2026-06-26 6:13 UTC (3+ messages)
[PATCH] block: bio: check offset/length sanity in {__,}bio_add_page()
2026-06-26 6:12 UTC (2+ messages)
[PATCH] block: use blk_validate_byte_range() for BLKZEROOUT and BLKSECDISCARD
2026-06-26 5:58 UTC (3+ messages)
` "
[PATCH 00/16] fscrypt: Standardize on blk-crypto
2026-06-26 5:33 UTC (32+ messages)
` [PATCH 01/16] blk-crypto: Simplify check for fallback support
` [PATCH 02/16] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH 03/16] blk-crypto: Allow control over whether hardware is used
` [PATCH 04/16] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH 05/16] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [PATCH 06/16] ext4: Remove fs-layer file contents en/decryption code
` [PATCH 07/16] ext4: Make ext4_bio_write_folio() return void
` [PATCH 08/16] ext4: Further de-generalize the bio postprocessing code
` [PATCH 10/16] fs/buffer: Remove fs-layer decryption code
` [PATCH 11/16] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [PATCH 12/16] fscrypt: Remove fscrypt_dio_supported()
` [PATCH 13/16] fscrypt: Remove fs-layer zeroout code
` [PATCH 14/16] fscrypt: Remove unused functions and workqueue
` [PATCH 15/16] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [PATCH 16/16] fscrypt: Add safety checks to non-block-based en/decryption
[PATCH] mempool: optimize mempool resizing
2026-06-26 4:22 UTC (4+ messages)
[BUG] nbd: NULL pointer dereference in nbd_pending_cmd_work()
2026-06-26 4:01 UTC
[PATCH v2] scsi: bsg: read io_uring command fields once
2026-06-26 1:34 UTC (4+ messages)
[PATCH v3] block: serialize elevator changes for the same queue using a writer lock
2026-06-26 0:42 UTC
[PATCH v18 0/8] rust: add `Ownable` trait and `Owned` type
2026-06-25 19:47 UTC (12+ messages)
` [PATCH v18 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v18 2/8] rust: types: Add Ownable/Owned types
` [PATCH v18 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v18 4/8] rust: page: convert to `Ownable`
` [PATCH v18 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v18 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v18 7/8] rust: Add `OwnableRefCounted`
` [PATCH v18 8/8] rust: page: add `from_raw()`
[GIT PULL] block fixes for 7.2-rc1
2026-06-25 17:10 UTC (2+ messages)
[PATCH] drbd: Fix local_cnt refcount leak on ascw allocation failure in _drbd_set_state
2026-06-25 15:16 UTC
[PATCH] drbd: Fix double put_ldev in receive_SyncParam on fifo_alloc failure
2026-06-25 15:04 UTC
[PATCH v3 0/5] block: validate direct I/O memory alignment
2026-06-25 11:57 UTC (14+ messages)
` [PATCH v3 1/5] block: use blkdev_iov_iter_get_pages status for errors
` [PATCH v3 2/5] block: fix dio leak on metadata mapping error
` [PATCH v3 3/5] loop: set dma_alignment from the backing file for direct I/O
` [PATCH v3 4/5] zloop: set dma_alignment from the backing files "
` [PATCH v3 5/5] block: validate user space vectors during extraction
[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
2026-06-25 11:00 UTC (8+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
[PATCH net v3 0/2] vsock/virtio: fix msg_iter desync on transmission failure
2026-06-25 10:43 UTC (3+ messages)
` [PATCH net v3 1/2] iov_iter: export iov_iter_restore
[PATCH] block/partitions/of: Fix of_node reference leak in of_partition()
2026-06-25 9:36 UTC
[PATCH v2 0/5] nbd: eliminate queue freeze/unfreeze overhead in connection setup
2026-06-25 8:44 UTC (6+ messages)
` [PATCH v2 1/5] nbd: simplify find_fallback() by removing redundant logic
` [PATCH v2 2/5] nbd: replace socks pointer array with xarray
` [PATCH v2 3/5] nbd: remove redundant num_connections boundary checks
` [PATCH v2 4/5] nbd: remove queue freeze in nbd_add_socket
` [PATCH v2 5/5] nbd: set nr_hw_queues at device creation to skip queue freeze
[PATCH v2] block: serialize elevator changes for the same queue using a writer lock
2026-06-25 7:05 UTC (3+ messages)
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