messages from 2026-07-13 02:39:32 to 2026-07-14 13:46:04 UTC [more...]
[PATCH v4 0/5] block: use integrity interval instead of sector as seed
2026-07-14 13:45 UTC (3+ messages)
bio bounce buffering fixes
2026-07-14 13:12 UTC (4+ messages)
` [PATCH 1/3] block: handle huge zero folios in bio_free_folios
` [PATCH 2/3] block: simplify minsize alignment in bio_iov_iter_bounce_write
` [PATCH 3/3] block,iov_iter: move bio_iov_iter_align_down into iov_iter_extract_bvecs
[PATCH] block/rnbd: Fix double free in process_msg_open
2026-07-14 11:50 UTC
[PATCH v2] partitions: aix: bound the lvd scan to one sector
2026-07-14 11:48 UTC
[PATCH] blk-throttle: fix divide-by-zero on legacy iops limit of 0
2026-07-14 11:37 UTC (2+ messages)
[PATCH 0/2] blk-throttle: minor cleanups
2026-07-14 11:32 UTC (4+ messages)
` [PATCH 1/2] blk-throttle: avoid ilog2(0) in calculate_bytes_allowed()
` [PATCH 2/2] blk-throttle: factor out limit field printing in tg_prfill_limit()
[PATCH v2] nvme/069: add a test for multipath cdev lifetime
2026-07-14 11:25 UTC
[PATCH blktests] nvme/069: add a test for multipath cdev lifetime
2026-07-14 9:43 UTC
[PATCH v3 00/10] Add dmabuf read/write via io_uring
2026-07-14 9:22 UTC (4+ messages)
[PATCH] block: do not warn when doing greedy allocation in folio_alloc_greedy()
2026-07-14 9:07 UTC
[PATCH] blk-cgroup: show io.stat numbers for discard-only cgroups
2026-07-14 6:33 UTC
[PATCH] blk-cgroup: avoid 32-bit overflow in root io.stat byte accounting
2026-07-14 6:31 UTC
[PATCH] block: fix aligning of bounced dio read bios
2026-07-14 6:10 UTC (5+ messages)
` [syzbot ci] "
[PATCH v4] loop: Fix NULL pointer dereference in lo_rw_aio()
2026-07-14 4:38 UTC (4+ messages)
[PATCH v3 0/5] block: validate direct I/O memory alignment
2026-07-14 4:35 UTC (2+ messages)
[PATCH V5 0/9] null_blk: fix init/exit races and memleaks
2026-07-14 4:18 UTC (10+ messages)
` [PATCH V5 1/9] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V5 2/9] null_blk: register configfs subsystem after creating default devices
` [PATCH V5 3/9] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V5 4/9] null_blk: free global tag_set on init error path
` [PATCH V5 5/9] null_blk: free zones array on device power-off
` [PATCH V5 6/9] null_blk: clean up null_del_dev() to use cached dev pointer
` [PATCH V5 7/9] null_blk: reject per-device queue resize for shared tag set
` [PATCH V5 8/9] null_blk: serialize configfs attribute stores with device setup
` [PATCH V5 9/9] null_blk: serialize configfs attribute shows with the file-scope lock
Maintainers Summit 2026 Call for Topics
2026-07-14 4:14 UTC
[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
2026-07-14 1:21 UTC (5+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work
[PATCH] nbd: reclassify u->iolock of AF_UNIX sockets
2026-07-13 18:14 UTC
[PATCH blktests 0/4] misc fixes
2026-07-13 17:13 UTC (2+ messages)
[RESEND][SECURITY] block: double unpin in bounced direct reads
2026-07-13 12:47 UTC (4+ messages)
[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-07-13 12:07 UTC (18+ messages)
` [PATCH v8 01/10] rust: module: move module types into `module.rs`
` [PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v8 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v8 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v8 06/10] rust: miscdevice: "
` [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v8 08/10] rust: binder: "
` [PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH] nbd: do not reclassify userspace sockets
2026-07-13 12:02 UTC
[PATCHv2 0/5] direct-io file extended attributes
2026-07-13 12:00 UTC (7+ 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: "
[REGRESSION] commit b520c4eef83d ("block: split bio_alloc_bioset more clearly into a fast and slowpath") causes fsync to fail with pmem
2026-07-13 9:27 UTC (3+ messages)
[PATCH v3 00/17] fscrypt: Standardize on blk-crypto
2026-07-13 8:34 UTC (20+ 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 v3 07/17] ext4: Remove fs-layer file contents en/decryption code
` [PATCH v3 08/17] ext4: Make ext4_bio_write_folio() return void
` [PATCH v3 09/17] ext4: Further de-generalize the bio postprocessing code
` [PATCH v3 10/17] f2fs: Remove fs-layer file contents en/decryption code
` [PATCH v3 11/17] fs/buffer: Remove fs-layer decryption code
` [PATCH v3 12/17] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [PATCH v3 13/17] fscrypt: Remove fscrypt_dio_supported()
` [PATCH v3 14/17] fscrypt: Remove fs-layer zeroout code
` [PATCH v3 15/17] fscrypt: Remove unused functions and workqueue
` [PATCH v3 16/17] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [PATCH v3 17/17] fscrypt: Add safety checks to non-block-based en/decryption
[PATCH v3 0/6] nbd: eliminate queue freeze/unfreeze overhead in connection setup
2026-07-13 6:56 UTC (7+ messages)
` [PATCH v3 1/6] nbd: simplify find_fallback() by removing redundant logic
` [PATCH v3 2/6] nbd: disallow NBD_SET_SOCK on an active device
` [PATCH v3 3/6] nbd: remove queue freeze in nbd_add_socket
` [PATCH v3 4/6] nbd: set nr_hw_queues at device creation to skip queue freeze
` [PATCH v3 5/6] nbd: skip queue freeze when setting size at device startup
` [PATCH v3 6/6] nbd: add nr_hw_queues module parameter for pre-created devices
[PATCH] partitions: aix: bound the lvd scan to one sector
2026-07-13 6:51 UTC (2+ messages)
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-13 3:36 UTC (4+ messages)
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
page: | 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