Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-04 07:16:22 to 2024-05-09 06:15:22 UTC [more...]

[bug report] RIP: 0010:blk_flush_complete_seq+0x450/0x1060 observed during blktests nvme/tcp nvme/012
 2024-05-09  6:15 UTC  (10+ messages)

[RFC PATCH 0/2] introduce budgt control in readahead
 2024-05-09  3:15 UTC  (4+ messages)
` [RFC PATCH 1/2] block: introduce helper function to calculate bps budgt
` [RFC PATCH 2/2] mm: introduce budgt control in readahead

[PATCH 0/2] bcache-6.10 20240509
 2024-05-09  1:15 UTC  (4+ messages)
` [PATCH 1/2] bcache: Remove usage of the deprecated ida_simple_xx() API
` [PATCH 2/2] bcache: fix variable length array abuse in btree_iter

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-08 22:30 UTC  (8+ messages)
` [PATCH v18 12/21] dm: add finalize hook to target_type
` [PATCH v18 20/21] Documentation: add ipe documentation

[syzbot] [block?] [usb?] INFO: rcu detected stall in aoecmd_cfg (2)
 2024-05-08 19:33 UTC  (2+ messages)

[PATCH RFC 0/7] block: Introduce CBD (CXL Block Device)
 2024-05-08 15:44 UTC  (15+ messages)

[PATCH v5 00/11] enable bs > ps in XFS
 2024-05-08 11:43 UTC  (21+ messages)
` [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
  ` [RFC] iomap: use huge zero folio in iomap_dio_zero
` [PATCH v5 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v5 11/11] xfs: enable block size larger than page size support

[RFC] iomap: use huge zero folio in iomap_dio_zero
 2024-05-08 11:42 UTC  (2+ messages)

[PATCH v14 00/28] DEPT(Dependency Tracker)
 2024-05-08  9:47 UTC  (29+ messages)
` [PATCH v14 01/28] llist: Move llist_{head,node} definition to types.h
` [PATCH v14 02/28] dept: Implement Dept(Dependency Tracker)
` [PATCH v14 03/28] dept: Add single event dependency tracker APIs
` [PATCH v14 04/28] dept: Add lock "
` [PATCH v14 05/28] dept: Tie to Lockdep and IRQ tracing
` [PATCH v14 06/28] dept: Add proc knobs to show stats and dependency graph
` [PATCH v14 07/28] dept: Distinguish each syscall context from another
` [PATCH v14 08/28] dept: Distinguish each work "
` [PATCH v14 09/28] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v14 10/28] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v14 11/28] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v14 12/28] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v14 13/28] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v14 14/28] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v14 15/28] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v14 16/28] dept: Track timeout waits separately with a new Kconfig
` [PATCH v14 17/28] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v14 18/28] dept: Apply timeout consideration to swait
` [PATCH v14 19/28] dept: Apply timeout consideration to waitqueue wait
` [PATCH v14 20/28] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v14 21/28] dept: Apply timeout consideration to dma fence wait
` [PATCH v14 22/28] dept: Make Dept able to work with an external wgen
` [PATCH v14 23/28] dept: Track PG_locked with dept
` [PATCH v14 24/28] dept: Print event context requestor's stacktrace on report
` [PATCH v14 25/28] cpu/hotplug: Use a weaker annotation in AP thread
` [PATCH v14 26/28] fs/jbd2: Use a weaker annotation in journal handling
` [PATCH v14 27/28] dept: Add documentation for Dept
` [PATCH v14 28/28] dept: Add documentation for Dept's APIs

[PATCHv3 00/19] zram: convert to custom compression API and allow algorithms tuning
 2024-05-08  7:42 UTC  (20+ messages)
` [PATCHv3 01/19] zram: move from crypto API to custom comp backends API
` [PATCHv3 02/19] zram: add lzo and lzorle compression backends support
` [PATCHv3 03/19] zram: add lz4 compression backend support
` [PATCHv3 04/19] zram: add lz4hc "
` [PATCHv3 05/19] zram: add zstd "
` [PATCHv3 06/19] zram: pass estimated src size hint to zstd
` [PATCHv3 07/19] zram: add zlib compression backend support
` [PATCHv3 08/19] zram: add 842 "
` [PATCHv3 09/19] zram: check that backends array has at least one backend
` [PATCHv3 10/19] zram: introduce zcomp_config structure
` [PATCHv3 11/19] zram: extend comp_algorithm attr write handling
` [PATCHv3 12/19] zram: support compression level comp config
` [PATCHv3 13/19] zram: add support for dict "
` [PATCHv3 14/19] zram: add dictionary support to zstd backend
` [PATCHv3 15/19] zram: add config init/release backend callbacks
` [PATCHv3 16/19] zram: share dictionaries between per-CPU contexts
` [PATCHv3 17/19] zram: add dictionary support to lz4
` [PATCHv3 18/19] zram: add dictionary support to lz4hc
` [PATCHv3 19/19] Documentation/zram: add documentation for algorithm parameters

[PATCHv2 00/17] zram: convert to custom comp API and allow algorithms configuration
 2024-05-08  7:41 UTC  (19+ messages)
` [PATCHv2 01/17] zram: move from crypto API to custom comp backends API
` [PATCHv2 02/17] zram: add lzo and lzorle compression backends support
` [PATCHv2 03/17] zram: add lz4 compression backend support
` [PATCHv2 04/17] zram: add lz4hc "
` [PATCHv2 05/17] zram: add zstd "
` [PATCHv2 06/17] zram: pass estimated src size hint to zstd
` [PATCHv2 07/17] zram: add zlib compression backend support
` [PATCHv2 08/17] zram: add 842 "
` [PATCHv2 09/17] zram: check that backends array has at least one backend
` [PATCHv2 10/17] zram: introduce zcomp_config structure
` [PATCHv2 11/17] zram: extend comp_algorithm attr write handling
` [PATCHv2 12/17] zram: support compression level comp config
` [PATCHv2 13/17] zram: add support for dict "
` [PATCHv2 14/17] zram: add dictionary support to zstd backend
` [PATCHv2 15/17] zram: add config init/release backend callbacks
` [PATCHv2 16/17] zram: share dictionaries between per-CPU contexts
` [PATCHv2 17/17] Documentation/zram: add documentation for algorithm parameters

[PATCH v3 0/3] block: add larger order folio instead of pages
 2024-05-07 14:45 UTC  (4+ messages)
    ` [PATCH v3 1/3] nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset
    ` [PATCH v3 2/3] block: add folio awareness instead of looping through pages
    ` [PATCH v3 3/3] block: unpin user pages belonging to a folio

[PATCH 0/2] Fix the mq-deadline async_depth implementation
 2024-05-08  4:52 UTC  (6+ messages)
` [PATCH 1/2] block: Call .limit_depth() after .hctx has been set
      ` 答复: "

allow building a kernel without buffer_heads v3
 2024-05-08  1:45 UTC  (4+ messages)
` [PATCH 5/6] block: use iomap for writes to block devices

[PATCH 0/1] cdrom: patch for inclusion in 6.10
 2024-05-07 22:25 UTC  (2+ messages)
` [PATCH 1/1] cdrom: rearrange last_media_change check to avoid unintentional overflow

[syzbot] [block?] WARNING: locking bug in mempool_init_node
 2024-05-07 21:53 UTC 

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-05-07 15:19 UTC  (9+ messages)
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[PATCH] md: Revert "md: Fix overflow in is_mddev_idle"
 2024-05-07 13:34 UTC  (2+ messages)

next try at interruptible BLKDISCARD
 2024-05-07 13:32 UTC  (8+ messages)
` [PATCH 1/6] block: remove the discard_granularity check in __blkdev_issue_discard
` [PATCH 2/6] block: move discard checks into the ioctl handler
` [PATCH 3/6] block: add a bio_chain_and_submit helper
` [PATCH 4/6] block: add a blk_alloc_discard_bio helper
` [PATCH 5/6] block: add a bio_await_chain helper
` [PATCH 6/6] blk-lib: check for kill signal in ioctl BLKDISCARD

[PATCH v3] block/ioctl: prefer different overflow check
 2024-05-07 13:32 UTC  (3+ messages)

[PATCH v2] block : add larger order folio size instead of pages
 2024-05-07 11:19 UTC  (9+ messages)

[PATCH] block: streamline meta bounce buffer handling
 2024-05-07  5:45 UTC  (6+ messages)

[PATCH v2] block/ioctl: prefer different overflow check Running syzkaller with the newly reintroduced signed integer overflow sanitizer shows this report:
 2024-05-07  3:56 UTC  (2+ messages)

[PATCH] block/ioctl: use overflow helper for blkpg_partition fields
 2024-05-07  3:50 UTC  (3+ messages)

[PATCH] block: set default max segment size in case of virt_boundary
 2024-05-07  2:28 UTC  (4+ messages)

[RFC PATCH V2 0/9] io_uring: support sqe group and provide group kbuf
 2024-05-06 16:22 UTC  (10+ messages)
` [RFC PATCH V2 1/9] io_uring: add io_link_req() helper
` [RFC PATCH V2 2/9] io_uring: add io_submit_fail_link() helper
` [RFC PATCH V2 3/9] io_uring: add helper of io_req_commit_cqe()
` [RFC PATCH V2 4/9] io_uring: move marking REQ_F_CQE_SKIP out of io_free_req()
` [RFC PATCH V2 5/9] io_uring: support SQE group
` [RFC PATCH V2 6/9] io_uring: support sqe group with members depending on leader
` [RFC PATCH V2 7/9] io_uring: support providing sqe group buffer
` [RFC PATCH V2 8/9] io_uring/uring_cmd: support provide group kernel buffer
` [RFC PATCH V2 9/9] ublk: support provide io buffer

[PATCH v2 1/1] null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
 2024-05-06 16:05 UTC  (2+ messages)

[PATCH blktests v4 00/17] support test case repeat by different conditions
 2024-05-06 14:53 UTC  (22+ messages)
` [PATCH blktests v4 01/17] check: factor out _run_test()
` [PATCH blktests v4 02/17] check: support test case repeat by different conditions
` [PATCH blktests v4 03/17] check: use set_conditions() for the CAN_BE_ZONED test cases
` [PATCH blktests v4 04/17] meta/{016,017}: add test cases to check repeated test case runs
` [PATCH blktests v4 05/17] common/rc: introduce _set_combined_conditions
` [PATCH blktests v4 06/17] meta/{018,019}: add test cases to check _set_combined_conditions
` [PATCH blktests v4 07/17] common/rc: introduce _check_conflict_and_set_default()
` [PATCH blktests v4 08/17] nvme/rc: introduce NVMET_TRTYPES
` [PATCH blktests v4 09/17] nvme/rc: add blkdev type environment variable
` [PATCH blktests v4 10/17] nvme/rc: introduce NVMET_BLKDEV_TYPES
` [PATCH blktests v4 11/17] nvme/{002-031,033-038,040-045,047,048}: support NMVET_TRTYPES
` [PATCH blktests v4 12/17] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES
` [PATCH blktests v4 13/17] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests v4 14/17] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type
` [PATCH blktests v4 15/17] nvme/{rc,010,017,031,034,035}: rename nvme_img_size to NVME_IMG_SIZE
` [PATCH blktests v4 16/17] nvme/{rc,016,017}: rename nvme_num_iter to NVME_NUM_ITER
` [PATCH blktests v4 17/17] nvme/rc,srp/rc,common/multipath-over-rdma: rename use_rxe to USE_RXE

Massive slowdown in kernels as of 6.x
 2024-05-06 13:32 UTC  (6+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-05-06  7:25 UTC  (5+ messages)
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH 08/14] zram: check that backends array has at least one backend
 2024-05-06  6:43 UTC  (11+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).