messages from 2026-06-17 03:17:10 to 2026-06-23 13:53:12 UTC [more...]
[PATCH v4 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-23 13:53 UTC (17+ messages)
` [PATCH v4 1/9] rust: module: move module types into `module.rs`
` [PATCH v4 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v4 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v4 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v4 5/9] rust: drm: set fops.owner from driver module pointer
` [PATCH v4 6/9] rust: miscdevice: "
` [PATCH v4 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v4 8/9] rust: binder: "
` [PATCH v4 9/9] rust: macros: remove `THIS_MODULE` static from `module!`
[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
2026-06-23 13:12 UTC (12+ messages)
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 05/10] rust: page: convert to `Ownable`
[BUG] nbd: backend string memory leaked when device_create_file() fails in nbd_genl_connect()
2026-06-23 9:29 UTC (2+ messages)
[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
2026-06-23 9:19 UTC (5+ messages)
` [PATCH v3 7/7] rust: doctest: use vertical import style
` [PATCH v3 6/7] rust: block: rnull: "
[GIT PULL] md-7.2-20260623
2026-06-23 9:03 UTC
[PATCH v2] block: serialize elevator changes for the same queue using a writer lock
2026-06-23 5:29 UTC (2+ messages)
[PATCH blktests v2 1/2] src/miniublk: switch to ioctl-encoded ublk commands
2026-06-23 3:27 UTC (2+ messages)
` [PATCH blktests v2 2/2] src/miniublk: fall back to legacy opcodes on older kernels
[PATCH 0/2] fix two issues in blkg_create() error path
2026-06-23 1:38 UTC (5+ messages)
` [PATCH 1/2] blk-cgroup: fix blkg leak "
` [PATCH 2/2] blk-cgroup: fix null-ptr-deref by freeing blkg pd on blkg_create "
[PATCH] block/cgroup: Drop stale -EBUSY retry from blkg_conf_prep()
2026-06-23 1:33 UTC (2+ messages)
[PATCH] nbd: don't warn when reclassifying a busy socket lock
2026-06-23 0:44 UTC (8+ messages)
[PATCH net v3 0/2] vsock/virtio: fix msg_iter desync on transmission failure
2026-06-22 22:27 UTC (3+ messages)
` [PATCH net v3 1/2] iov_iter: export iov_iter_restore
` [PATCH net v3 2/2] vsock/virtio: restore msg_iter on transmission failure
[PATCH blktests] Fix _get_page_size()
2026-06-22 22:27 UTC (8+ messages)
[PATCH 0/2 blktests] Update the miniublk to use ioctl opcodes
2026-06-22 22:21 UTC (6+ messages)
` [PATCH 1/2 blktests] src/miniublk: switch to ioctl-encoded ublk commands
` [PATCH 2/2 blktests] src/miniublk: fall back to legacy opcodes on older kernels
[PATCH V3] blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
2026-06-22 22:01 UTC (3+ messages)
[PATCH V2] blk-cgroup: fix UAF in __blkcg_rstat_flush()
2026-06-22 22:01 UTC (3+ messages)
[PATCH] block, bfq: protect async queue reset with blkcg locks
2026-06-22 22:00 UTC (3+ messages)
[PATCH] block: fix incorrect error injection static key decrement
2026-06-22 22:00 UTC (2+ messages)
[PATCH blktests] scsi/009: fix unset bytes_to_write in TEST 8
2026-06-22 21:30 UTC (3+ messages)
[PATCH v4 0/3] crypto: skcipher - per-request multi-data-unit batching
2026-06-22 18:23 UTC (3+ messages)
[PATCHv2 0/6] direct-io: validate user space vectors during extraction
2026-06-22 17:42 UTC (7+ messages)
` [PATCHv2 1/6] block: introduce bio_endio_errno helper
` [PATCHv2 2/6] block: report the actual status
` [PATCHv2 3/6] block: fix dio leak on metadata mapping error
` [PATCHv2 4/6] loop: set dma_alignment from the backing file for direct I/O
` [PATCHv2 5/6] zloop: set dma_alignment from the backing files "
` [PATCHv2 6/6] block: validate user space vectors during extraction
[PATCH 0/1] direct-io: validate user space vectors during extraction
2026-06-22 17:40 UTC (9+ messages)
` [PATCH 1/1] block: "
[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
2026-06-22 16:45 UTC (12+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-06-22 16:34 UTC (17+ messages)
` [PATCH RFC v2 01/18] xfs: fix the error unwind in xfs_open_devices()
` [PATCH RFC v2 02/18] super: convert s_count to refcount_t s_passive
` [PATCH RFC v2 03/18] super: take lock after last reference count
` [PATCH RFC v2 05/18] ext4: use anonymous devices for KUnit test superblocks
` [PATCH RFC v2 07/18] fs: maintain a global device-to-superblock table
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems
` [PATCH RFC v2 15/18] f2fs: open via dedicated fs bdev helpers
[PATCH blktests] block/044: basic block error injection sanity test
2026-06-22 16:08 UTC
[PATCH v3 0/6] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-22 13:06 UTC (18+ messages)
` [PATCH v3 1/6] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v3 2/6] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v3 3/6] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v3 4/6] rust: drm: set fops.owner from driver module pointer
` [PATCH v3 5/6] rust: miscdevice: "
` [PATCH v3 6/6] rust: configfs: use `LocalModule` for `THIS_MODULE`
[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
2026-06-22 11:27 UTC (11+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
` [PATCH v3 2/7] llist: "
` [PATCH v3 4/7] block: Use mutable list iterators
[PATCH v3 4/7] block: Use mutable list iterators
2026-06-22 4:19 UTC
[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-22 2:52 UTC (14+ messages)
` [PATCH v2 2/7] rust: macros: auto-insert ThisModule in #[vtable]
` [PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v2 4/7] rust: drm: set fops.owner from driver module pointer
` [PATCH v2 7/7] block: rnull: use `LocalModule` for `THIS_MODULE`
` [PATCH v2 1/7] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
[PATCH] blk-iolatency: flush enable work after policy deactivation
2026-06-21 13:59 UTC
[syzbot] [nbd?] WARNING in nbd_add_socket
2026-06-21 6:23 UTC
[PATCH] Documentation: ABI: fix "unexpected indentation" error in sysfs-block
2026-06-21 6:02 UTC
[PATCH] block: Make WBT latency writes honor enable state
2026-06-21 1:40 UTC
[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
2026-06-20 9:42 UTC (8+ messages)
` [PATCH v4] "
[PATCH] block: assign caller-specific lockdep class to disk->open_mutex
2026-06-19 13:16 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v4] rust: configfs: add procedural macro for declaring configfs attributes
2026-06-19 9:10 UTC
WARNING: at floppy_interrupt, CPU: swapper/NUM/NUM
2026-06-19 6:43 UTC (2+ messages)
[PATCH v2 0/5] rust: use vertical import style and remove redundant imports
2026-06-19 6:29 UTC (6+ messages)
` [PATCH v2 4/5] rust: block: mq: use vertical import style
` [PATCH v2 5/5] rust: block: mq: remove redundant imports and format
[PATCH 1/2] dm-io: clone the source bio instead of copying its biovec
2026-06-19 2:07 UTC (12+ messages)
` [PATCH 2/2] dm-raid1: don't fail the mirror for invalid I/O errors
[PATCH] virtio-blk: use little-endian types for the zoned fields
2026-06-18 15:18 UTC (3+ messages)
[PATCH] block: remove redundant GD_NEED_PART_SCAN in add_disk_final()
2026-06-18 14:07 UTC (2+ messages)
[PATCH v2 0/5] block,btrfs: fix frozen-superblock strand on device add/remove/replace
2026-06-18 12:56 UTC (7+ messages)
` [PATCH v2 1/5] block: allow making a block device unfreezable
` [PATCH v2 2/5] block: split bdev_yield_claim() out of bdev_fput()
` [PATCH v2 3/5] btrfs: deny freezing a device while it is being removed
[PATCH RFC 0/1] block: fix concurrent elevator change failure
2026-06-18 8:04 UTC (8+ messages)
[PATCH blktests] ublk: mark all tests as QUICK
2026-06-18 6:20 UTC (2+ messages)
[PATCH 00/19] init: discoverable root partitions, a.k.a. an omittable "root=" cmdline option
2026-06-17 20:56 UTC (3+ messages)
[PATCH v3] blk-mq: bound blk_hctx_poll() to one jiffy
2026-06-17 15:50 UTC
[PATCH v2] blk-mq: bound blk_hctx_poll() to one jiffy
2026-06-17 15:57 UTC (4+ messages)
[PATCH 0/3] mm/zram: route block swap I/O through swap_ops
2026-06-17 14:01 UTC (9+ messages)
[PATCH v3] rust: add procedural macro for declaring configfs attributes
2026-06-17 13:28 UTC (5+ messages)
[PATCH v15 0/8] blk: honor isolcpus configuration
2026-06-17 11:01 UTC (2+ messages)
Landlock: LANDLOCK_ACCESS_FS_IOCTL_DEV bypass via io_uring IORING_OP_URING_CMD
2026-06-17 9:47 UTC (2+ messages)
[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-06-17 9:26 UTC (6+ messages)
` [PATCH RFC 2/8] fs: add a global device to super block hash table
[PATCH v3 0/4] scsi/block: NUMA-local scan allocations, shared-tag path cleanup, and SCSI I/O counters
2026-06-17 7:32 UTC (4+ messages)
` [PATCH v3 3/4] block: drop shared-tag fairness throttling
[PATCH] blk-mq: bound blk_hctx_poll() to one jiffy
2026-06-17 6:14 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