messages from 2025-03-25 11:10:36 to 2025-04-02 03:59:48 UTC [more...]
[PATCH 0/4] ublk: improve handling of saturated queues when ublk server exits
2025-04-02 3:59 UTC (19+ messages)
` [PATCH 1/4] selftests: ublk: kublk: use ioctl-encoded opcodes
` [PATCH 2/4] selftests: ublk: kublk: fix an error log line
` [PATCH 3/4] selftests: ublk: kublk: ignore SIGCHLD
` [PATCH 4/4] ublk: improve handling of saturated queues when ublk server exits
[PATCH 0/3] mm: move migration work around to buffer-heads
2025-04-02 1:58 UTC (11+ messages)
` [PATCH 1/3] mm/migrate: add might_sleep() on __migrate_folio()
` [PATCH 2/3] fs/buffer: avoid races with folio migrations on __find_get_block_slow()
` [PATCH 3/3] mm/migrate: avoid atomic context on buffer_migrate_folio_norefs() migration
[PATCH 0/2] ublk: fixes for selftests
2025-04-01 20:49 UTC (3+ messages)
` [PATCH 1/2] selftests: ublk: kublk: use ioctl-encoded opcodes
` [PATCH 2/2] selftests: ublk: kublk: fix an error log line
[PATCH] cpuidle: psd: add power sleep demotion prevention for fast I/O devices
2025-04-01 16:41 UTC (12+ messages)
[PATCH] generic/750 : add missing _fixed_by_git_commit line to the test
2025-04-01 13:40 UTC (2+ messages)
[PATCH] block: remove unused nseg parameter
2025-04-01 13:22 UTC (2+ messages)
[PATCH] block: ps3disk: Use str_read_write() helper
2025-04-01 13:18 UTC (2+ messages)
[syzbot] [block?] possible deadlock in elv_iosched_store
2025-04-01 12:29 UTC (7+ messages)
nvme-tcp: fix a possible UAF when failing to send request
2025-04-01 12:11 UTC (6+ messages)
` Re: nvme-tcp: fix a possible UAF when failing to send request【请注意,邮件由sagigrim@gmail.com代发】
` "
` Re: nvme-tcp: fix a possible UAF when failing to send request
[PATCH] block: restrict blk_lookup_devt non-existent partition return to MD devices
2025-04-01 7:17 UTC
[PATCH 1/2] block: allow setting partition of_node
2025-04-01 1:40 UTC (4+ messages)
` [PATCH 2/2] block: partitions: of: assign Device Tree node to partition
[PATCH v7 00/17] Provide a new two step DMA mapping API
2025-04-01 1:09 UTC (18+ messages)
[syzbot] [block?] possible deadlock in queue_requests_store
2025-03-31 14:17 UTC
[PATCH V4 for-6.10/block] loop: Fix a race between loop detach and loop open
2025-03-31 14:10 UTC (2+ messages)
[syzbot] [block?] possible deadlock in blk_mq_freeze_queue_nomemsave
2025-03-31 13:34 UTC
next-20250327 - lockdep whine and USB issues at boot
2025-03-31 9:21 UTC (5+ messages)
Proper way to copy de-compressed data into a bio, in folio style?
2025-03-31 8:15 UTC
[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
2025-03-31 7:45 UTC (17+ messages)
[PATCH 0/2] ublk: specify io_cmd_buf pointer type
2025-03-29 11:57 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: "
[PATCH 0/5] Minor ublk optimizations
2025-03-29 11:57 UTC (9+ messages)
` [PATCH 1/5] ublk: remove unused cmd argument to ublk_dispatch_req()
` [PATCH 2/5] ublk: skip 1 NULL check in ublk_cmd_list_tw_cb() loop
` [PATCH 3/5] ublk: get ubq from pdu in ublk_cmd_list_tw_cb()
` [PATCH 4/5] ublk: avoid redundant io->cmd in ublk_queue_cmd_list()
` [PATCH 5/5] ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb()
[PATCH RFC v2 00/14] md: introduce a new lockless bitmap
2025-03-29 1:11 UTC (17+ messages)
` [PATCH RFC v2 01/14] block: factor out a helper bdev_file_alloc()
` [PATCH RFC v2 02/14] md/md-bitmap: pass discard information to bitmap_{start, end}write
` [PATCH RFC v2 03/14] md/md-bitmap: remove parameter slot from bitmap_create()
` [PATCH RFC v2 04/14] md: add a new sysfs api bitmap_version
` [PATCH RFC v2 05/14] md: delay registeration of bitmap_ops until creating bitmap
` [PATCH RFC v2 06/14] md/md-llbitmap: implement bit state machine
` [PATCH RFC v2 07/14] md/md-llbitmap: implement hidden disk to manage bitmap IO
` [PATCH RFC v2 08/14] md/md-llbitmap: implement APIs for page level dirty bits synchronization
` [PATCH RFC v2 09/14] md/md-llbitmap: implement APIs to mange bitmap lifetime
` [PATCH RFC v2 10/14] md/md-llbitmap: implement APIs to dirty bits and clear bits
` [PATCH RFC v2 11/14] md/md-llbitmap: implement APIs for sync_thread
` [PATCH RFC v2 12/14] md/md-llbitmap: implement all bitmap operations
` [PATCH RFC v2 13/14] md/md-llbitmap: implement sysfs APIs
` [PATCH RFC v2 14/14] md/md-llbitmap: add Kconfig
[PATCH V3] block: fix conversion of GPT partition name to 7-bit
2025-03-28 19:57 UTC (5+ messages)
[GIT PULL] bcachefs for 6.15, v2
2025-03-28 15:48 UTC (2+ messages)
[PATCH V2 00/11] ublk: cleanup & improvement & zc follow-up
2025-03-28 13:58 UTC (14+ messages)
` [PATCH V2 01/11] ublk: make sure ubq->canceling is set when queue is frozen
` [PATCH V2 02/11] ublk: comment on ubq->canceling handling in ublk_queue_rq()
` [PATCH V2 03/11] ublk: remove two unused fields from 'struct ublk_queue'
` [PATCH V2 04/11] ublk: add helper of ublk_need_map_io()
` [PATCH V2 05/11] ublk: call io_uring_cmd_to_pdu to get uring_cmd pdu
` [PATCH V2 06/11] ublk: add segment parameter
` [PATCH V2 07/11] ublk: document zero copy feature
` [PATCH V2 08/11] ublk: implement ->queue_rqs()
` [PATCH V2 09/11] ublk: rename ublk_rq_task_work_cb as ublk_cmd_tw_cb
` [PATCH V2 10/11] selftests: ublk: add more tests for covering MQ
` [PATCH V2 11/11] selftests: ublk: add test for checking zero copy related parameter
[PATCH] block: optimize sq_hctx assignment
2025-03-28 10:55 UTC (2+ messages)
[PATCH v2] block: Make request_queue lockdep splats show up earlier
2025-03-28 0:46 UTC (2+ messages)
[PATCH v7 0/7] rust: reduce `as` casts, enable related lints
2025-03-27 22:17 UTC (27+ messages)
` [PATCH v7 1/7] rust: retain pointer mut-ness in `container_of!`
` [PATCH v7 2/7] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v7 3/7] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v7 4/7] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v7 5/7] rust: enable `clippy::as_underscore` lint
` [PATCH v7 6/7] rust: enable `clippy::cast_lossless` lint
` [PATCH v7 7/7] rust: enable `clippy::ref_as_ptr` lint
[RFC v2 00/38] Improve ABI documentation generation
2025-03-27 21:58 UTC (2+ messages)
` [f2fs-dev] "
[LSF/MM/BPF Topic] synthetic mm testing like page migration
2025-03-27 21:46 UTC (3+ messages)
[PATCH] generic/764: fsstress + migrate_pages() test
2025-03-27 21:35 UTC (5+ messages)
[PATCH 0/2] PCI: Remove pcim_iounmap_regions()
2025-03-27 11:57 UTC (6+ messages)
` [PATCH 1/2] mtip32xx: Remove unnecessary PCI function calls
` [PATCH 2/2] PCI: Remove pcim_iounmap_regions()
[PATCH 0/8] ublk: cleanup & improvement & zc follow-up
2025-03-27 9:15 UTC (15+ messages)
` [PATCH 4/8] ublk: add segment parameter
` [PATCH 5/8] ublk: document zero copy feature
` [PATCH 6/8] ublk: implement ->queue_rqs()
[GIT PULL] Block updates for 6.15-rc1
2025-03-27 4:00 UTC (2+ messages)
[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
2025-03-25 20:29 UTC (12+ messages)
[RFC PATCH 0/2] improve NVMe multipath handling
2025-03-25 15:21 UTC (5+ messages)
` [RFC PATCH 1/2] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCH 2/2] nvme-multipath: remove multipath module param
[PATCH] the dm-loop target
2025-03-25 12:23 UTC (11+ messages)
[PATCH V3 0/5] loop: improve loop aio perf by IOCB_NOWAIT
2025-03-25 12:07 UTC (5+ 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;
as well as URLs for NNTP newsgroup(s).