messages from 2026-07-07 02:28:35 to 2026-07-13 02:39:42 UTC [more...]
[PATCH v3 00/17] fscrypt: Standardize on blk-crypto
2026-07-13 2:36 UTC (7+ messages)
` [PATCH v3 01/17] blk-crypto: Simplify check for fallback support
` [PATCH v3 02/17] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH v3 03/17] blk-crypto: Allow control over whether hardware is used
` [PATCH v3 04/17] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH v3 05/17] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [PATCH v3 06/17] Documentation: fscrypt: Update docs for inlinecrypt
[PATCH] drbd: reject out-of-range sizes when draining data
2026-07-13 2:34 UTC
[PATCH v5 0/5] crypto: skcipher - multi-data-unit dispatch as a template
2026-07-13 2:25 UTC (5+ messages)
` [PATCH v5 1/5] crypto: skcipher - add per-request data_unit_size
` [PATCH v5 2/5] crypto: dun - data-unit-number dispatch template
[syzbot] [block?] KASAN: slab-use-after-free Read in update_io_ticks (5)
2026-07-13 1:04 UTC
[PATCH blktests 0/4] misc fixes
2026-07-13 0:39 UTC (5+ messages)
` [PATCH blktests 1/4] check: fix exit status code handling
` [PATCH blktests 2/4] nvme/rc: use _set_attr() in _create_nvmet_passthru()
` [PATCH blktests 3/4] CONTRIBUTING: clarify that GPL-2.0 is not applicable
` [PATCH blktests 4/4] new: guide long command options
[PATCH v2 1/1] block: partition: aix: bound LV name formatting
2026-07-12 22:19 UTC (2+ messages)
[PATCH v2] scsi: bsg: read io_uring command fields once
2026-07-12 21:33 UTC (4+ messages)
[PATCH] partitions: aix: bound the lvd scan to one sector
2026-07-12 1:06 UTC (3+ messages)
[GIT PULL] Block fixes for 7.2-rc3
2026-07-11 17:14 UTC (2+ messages)
[PATCH] block: rust: fix `Send` bound for `GenDisk`
2026-07-11 13:09 UTC (2+ messages)
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-11 12:13 UTC (9+ messages)
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
[PATCHv2 0/5] direct-io file extended attributes
2026-07-11 1:06 UTC (10+ messages)
` [PATCHv2 1/5] fs: add direct io attributes to file_getattr
` [PATCHv2 2/5] block: report direct io attributes through file_getattr
` [PATCHv2 3/5] xfs: "
` [PATCHv2 4/5] ext4: "
` [PATCHv2 5/5] f2fs: "
` [f2fs-dev] [PATCHv2 0/5] direct-io file extended attributes
[PATCH V4 0/9] null_blk: fix init/exit races and memleaks
2026-07-11 0:52 UTC (21+ messages)
` [PATCH V4 1/9] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V4 2/9] null_blk: register configfs subsystem after creating default devices
` [PATCH V4 3/9] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V4 4/9] null_blk: free global tag_set on init error path
` [PATCH V4 5/9] null_blk: free zones array on device power-off
` [PATCH V4 6/9] null_blk: clean up null_del_dev() to use cached dev pointer
` [PATCH V4 7/9] null_blk: reject per-device queue resize for shared tag set
` [PATCH V4 8/9] null_blk: serialize configfs attribute stores with device setup
` [PATCH V4 9/9] null_blk: serialize configfs attribute shows with the file-scope lock
[PATCH] fs: report direct io constraints through file_getattr
2026-07-10 23:11 UTC (10+ messages)
` [f2fs-dev] "
[REGRESSION] commit b520c4eef83d ("block: split bio_alloc_bioset more clearly into a fast and slowpath") causes fsync to fail with pmem
2026-07-10 18:26 UTC (3+ messages)
[PATCH v15 0/8] blk: honor isolcpus configuration
2026-07-10 15:21 UTC (4+ messages)
[PATCH] block: remove redundant GD_NEED_PART_SCAN in add_disk_final()
2026-07-10 15:09 UTC (3+ messages)
[PATCH] drbd: reject data replies with an out-of-range payload size
2026-07-10 15:09 UTC (3+ messages)
[PATCH 0/2] Bring includes in linux/kmod.h up to date
2026-07-10 13:57 UTC (6+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date
[PATCH v2] xen-blkfront: fix double completion of split requests on resume
2026-07-10 12:49 UTC (3+ messages)
[RESEND][SECURITY] block: double unpin in bounced direct reads
2026-07-10 12:26 UTC
[PATCH] drbd: Fix potential NULL pointer dereference in _drbd_set_state()
2026-07-10 11:13 UTC (2+ messages)
[PATCH] drbd: reject oversized DataReply before signed conversion
2026-07-10 10:34 UTC (2+ messages)
[PATCH 00/12] drbd: Enable lock context analysis
2026-07-09 21:35 UTC (13+ messages)
` [PATCH 01/12] drbd: Remove "extern" from function declarations
` [PATCH 02/12] drbd: Retain one _get_ldev_if_state() implementation
` [PATCH 03/12] drbd: Remove the get_ldev_if_state() macro
` [PATCH 04/12] drbd: Remove the 'local' lock context
` [PATCH 05/12] drbd: Simplify the bitmap locking functions
` [PATCH 06/12] drbd: Move two declarations
` [PATCH 07/12] drbd: Pass 'resource' directly to complete_conflicting_writes()
` [PATCH 08/12] drbd: Split drbd_nl_get_connections_dumpit()
` [PATCH 09/12] drbd: Make a mutex_unlock() call unconditional
` [PATCH 10/12] drbd: Rework locking in drbd_req_state()
` [PATCH 11/12] drbd: Annotate drbd_bm_{lock,unlock}()
` [PATCH 12/12] drbd: Enable lock context analysis
[PATCH 1/2] dm-io: clone the source bio instead of copying its biovec
2026-07-09 16:13 UTC (8+ messages)
` [PATCH 2/2] dm-raid1: don't fail the mirror for invalid I/O errors
[PATCH] badblocks: fix infinite loop due to incorrect rounding and overflow
2026-07-09 15:16 UTC (7+ messages)
` [PATCH v5] "
` [PATCH v6 0/2] badblocks: fix infinite loop and validate sector range/shift
` [PATCH v6 1/2] badblocks: fix in-place round_up/round_down usage bug
` [PATCH v6 2/2] badblocks: validate sector range and shift before rounding
[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
2026-07-09 10:08 UTC (16+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work
` [RFC PATCH v1 05/17] block: add bio_alloc_atomic() for atomic bio users
` [RFC PATCH v1 06/17] blk-cgroup: support non-blocking bio association
` [RFC PATCH v1 07/17] block: support non-blocking bio allocation with a bdev
` [RFC PATCH v1 15/17] blk-cgroup: remove blkg radix tree preloading
[PATCH v8 0/1] block/blk-mq: use atomic_t for quiesce_depth to avoid lock contention on RT
2026-07-09 6:38 UTC (2+ messages)
` [PATCH v8 1/1] "
[PATCH v2] block: try slab allocation in bio_alloc_bioset() before mempool
2026-07-09 4:48 UTC (2+ messages)
[PATCH v2 0/2] scsi: sg: validate and clean up scatter_elem_sz handling
2026-07-09 4:32 UTC (3+ messages)
` [PATCH v2 1/2] scsi: sg: validate scatter_elem_sz module parameter
` [PATCH v2 2/2] scsi: sg: clean up scatter_elem_sz handling and module param permissions
[PATCH blktests] nvme/039: drain udev events before passthru error injection
2026-07-09 3:22 UTC (4+ messages)
[PATCH V3 0/6] null_blk: fix init/exit races and memleaks
2026-07-09 2:17 UTC (13+ messages)
` [PATCH V3 1/6] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V3 2/6] null_blk: register configfs subsystem after creating default devices
` [PATCH V3 3/6] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V3 4/6] null_blk: free global tag_set on init error path
` [PATCH V3 5/6] null_blk: serialize configfs attribute stores with device setup
` [PATCH V3 6/6] null_blk: mark racy configfs attribute accesses with READ_ONCE/WRITE_ONCE
[PATCH] block: fix bio_alloc_bioset() percpu cache fallback for non-reclaim contexts
2026-07-09 1:21 UTC (5+ messages)
[PATCH] scsi: sg: validate and round up scatter_elem_sz module parameter
2026-07-09 0:59 UTC (3+ messages)
blktests: call for agreement to relicense GPL-2.0 files
2026-07-09 0:50 UTC (7+ messages)
[PATCH 6.12.y 1/2] block: add a store_limit operations for sysfs entries
2026-07-08 16:18 UTC (3+ messages)
` [PATCH 6.12.y 2/2] block: fix queue freeze vs limits lock order in sysfs store methods
[PATCH] floppy: unregister platform device on add_disk failure
2026-07-08 10:57 UTC
[PATCH] block: rnull: use vertical import style
2026-07-08 7:40 UTC (2+ messages)
[PATCH] blk-cgroup: clear blkg->pd[] with WRITE_ONCE() in blkcg_deactivate_policy()
2026-07-08 5:59 UTC (4+ messages)
[PATCH] blk-iolatency: flush enable work after policy deactivation
2026-07-08 5:03 UTC (3+ messages)
[PATCH v2 00/83] block: rnull: complete the rust null block driver
2026-07-07 13:45 UTC (4+ messages)
` [PATCH v2 10/83] block: rust: allow `hrtimer::Timer` in `RequestData`
[PATCH v19 0/8] rust: add `Ownable` trait and `Owned` type
2026-07-07 13:04 UTC (5+ messages)
` [PATCH v19 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v19 4/8] rust: page: convert to `Ownable`
[PATCH] blk-ioprio: fix stale prio_policy kernel-doc
2026-07-07 12:21 UTC
[PATCH] blk-cgroup: fix blkg_rwstat_recursive_sum() locking kernel-doc
2026-07-07 12:19 UTC
[PATCH 1/2] nbd: replace wait_for_reconnect with non-blocking retry
2026-07-07 10:27 UTC (2+ messages)
` [PATCH 2/2] nbd: detect management process exit via netlink notifier
[PATCH V2 0/6] null_blk: fix init/exit races, leaks and cleanup
2026-07-07 8:24 UTC (19+ messages)
` [PATCH V2 1/6] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V2 2/6] null_blk: give the file-scope mutex a descriptive name
` [PATCH V2 3/6] null_blk: register configfs subsystem after creating default devices
` [PATCH V2 4/6] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V2 5/6] null_blk: don't locklessly overwrite dev state after apply_fn
` [PATCH V2 6/6] null_blk: free global tag_set on init error path
[PATCH] xen-blkfront: fix double completion of split requests on resume
2026-07-07 7:48 UTC (2+ messages)
[PATCH 1/3] zram: fix zstd dict use-after-free on per-CPU error path
2026-07-07 7:19 UTC (2+ 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