Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-21 06:32:01 to 2023-04-26 06:33:25 UTC [more...]

[bug report] BUG: kernel NULL pointer dereference, address: 00000000000000fc
 2023-04-26  6:32 UTC  (7+ messages)

[bug report] WARNING: CPU: 7 PID: 4059 at fs/proc/generic.c:718 remove_proc_entry+0x192/0x1a0
 2023-04-26  6:06 UTC  (3+ messages)

[PATCH -next v7 0/5] md: protect md_thread with rcu
 2023-04-26  3:57 UTC  (8+ messages)
` [PATCH -next v7 1/5] md: factor out a helper to wake up md_thread directly
` [PATCH -next v7 2/5] dm-raid: remove useless checking in raid_message()
` [PATCH -next v7 3/5] md/bitmap: always wake up md_thread in timeout_store
` [PATCH -next v7 4/5] md/bitmap: factor out a helper to set timeout
` [PATCH -next v7 5/5] md: protect md_thread with rcu

[PATCH] Remove blkg node after destroying blkg
 2023-04-26  2:20 UTC  (6+ messages)

[PATCH v2 0/2] Fix failover to non integrity NVMe path
 2023-04-26  1:22 UTC  (7+ messages)
` [PATCH v2 1/2] block: bio-integrity: export bio_integrity_free func
` [PATCH v2 2/2] nvme-multipath: fix path failover for integrity ns

[RFC 0/8] shmem: add support for blocksize > PAGE_SIZE
 2023-04-25 22:47 UTC  (19+ messages)
` [RFC 1/8] shmem: replace BLOCKS_PER_PAGE with PAGE_SECTORS
` [RFC 2/8] shmem: convert to use folio_test_hwpoison()
` [RFC 3/8] shmem: account for high order folios
` [RFC 4/8] shmem: add helpers to get block size
` [RFC 5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks()
` [RFC 6/8] shmem: consider block size in shmem_default_max_inodes()
` [RFC 7/8] shmem: add high order page support
` [RFC 8/8] shmem: add support to customize block size on multiple PAGE_SIZE

[PATCH V4 1/2] debugfs: provide a way for relay user bypass lockdown
 2023-04-25 19:12 UTC  (4+ messages)
` [PATCH V4 2/2] blktrace: allow access trace file in lockdown mode

[PATCH blktests] dm: add a regression test
 2023-04-25 17:24 UTC  (5+ messages)

[PATCH V2 0/1] block/drivers: remove dead clear of random flag
 2023-04-25 14:02 UTC  (4+ messages)
` [PATCH V2 1/1] "

[PATCH] block: sync part's ->bd_has_submit_bio with disk's
 2023-04-25 13:48 UTC  (2+ messages)

[PATCH v2 10/11] block: Add support for the zone capacity concept
 2023-04-25 13:38 UTC  (17+ messages)

[PATCH blktests v2 0/6] support built-in scsi_debug
 2023-04-25 11:47 UTC  (6+ messages)
` [PATCH blktests v2 1/6] common/rc: skip module file check if modules path does not exist
` [PATCH blktests v2 2/6] common/scsi_debug, tests/*: re-define _have_scsi_debug
` [PATCH blktests v2 3/6] common/scsi_debug: factor out _setup_scsi_debug_vars
` [PATCH blktests v2 4/6] common/scsi_debug: introduce _configure_scsi_debug
` [PATCH blktests v2 5/6] scsi/{004,005}: allow to run with built-in scsi_debug

[bug report] kmemleak observed during blktests nvme-tcp
 2023-04-25  9:54 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2023-04-25  9:42 UTC 

[PATCH v9 0/9] Implement copy offload support
 2023-04-25  8:26 UTC  (4+ messages)
  ` [PATCH v9 6/9] nvmet: add copy command support for bdev and file ns

[PATCH -next] block: don't allow a disk link holder to its ancestor
 2023-04-25  8:13 UTC  (2+ messages)

[PATCH v3 0/9] mq-deadline: Improve support for zoned block devices
 2023-04-24 20:33 UTC  (10+ messages)
` [PATCH v3 1/9] block: Simplify blk_req_needs_zone_write_lock()
` [PATCH v3 2/9] block: Micro-optimize blk_req_needs_zone_write_lock()
` [PATCH v3 3/9] block: Introduce blk_rq_is_seq_zoned_write()
` [PATCH v3 4/9] block: mq-deadline: Clean up deadline_check_fifo()
` [PATCH v3 5/9] block: mq-deadline: Simplify deadline_skip_seq_writes()
` [PATCH v3 6/9] block: mq-deadline: Improve deadline_skip_seq_writes()
` [PATCH v3 7/9] block: mq-deadline: Track the dispatch position
` [PATCH v3 8/9] block: mq-deadline: Handle requeued requests correctly
` [PATCH v3 9/9] block: mq-deadline: Fix handling of at-head zoned writes

RFC: allow building a kernel without buffer_heads
 2023-04-24 19:37 UTC  (25+ messages)
` [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
` [PATCH 02/17] fs: remove the special !CONFIG_BLOCK def_blk_fops
` [PATCH 03/17] fs: rename and move block_page_mkwrite_return
` [PATCH 04/17] fs: remove emergency_thaw_bdev
` [PATCH 05/17] filemap: update ki_pos in generic_perform_write
  ` [Cluster-devel] "
` [PATCH 06/17] filemap: add a kiocb_write_and_wait helper
` [PATCH 07/17] filemap: add a kiocb_invalidate_pages helper
` [PATCH 08/17] filemap: add a kiocb_invalidate_post_write helper
` [PATCH 09/17] fs: factor out a direct_write_fallback helper
` [PATCH 10/17] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 11/17] iomap: assign current->backing_dev_info in iomap_file_buffered_write
` [PATCH 12/17] fuse: use direct_write_fallback
` [PATCH 13/17] block: don't plug in blkdev_write_iter
` [PATCH 14/17] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 15/17] block: stop setting ->direct_IO
` [PATCH 16/17] block: use iomap for writes to block devices
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[git pull] device mapper changes for 6.4
 2023-04-24 17:06 UTC 

[PATCH 0/5] block/drivers: don't clear the flag that is not set
 2023-04-24 16:39 UTC  (11+ messages)
` [PATCH 1/5] null_blk: "
` [PATCH 2/5] brd: "
` [PATCH 3/5] nbd: "
` [PATCH 4/5] zram: "
` [PATCH 5/5] bcache: "
  ` [PATCH 5/5] bcache: don't clear the flag that is not set^[

[PATCH v5 1/5] block: Don't invalidate pagecache for invalid falloc modes
 2023-04-24 15:54 UTC  (2+ messages)

[PATCH v2] block: Cleanup set_capacity()/bdev_set_nr_sectors()
 2023-04-24 14:50 UTC  (3+ messages)

[GIT PULL] Block updates for 6.4-rc1
 2023-04-24 14:13 UTC  (2+ messages)

[PATCH v1 0/2] Fix failover to non integrity NVMe path
 2023-04-24  9:17 UTC  (11+ messages)
` [PATCH v1 1/2] block: bio-integrity: export bio_integrity_free func
` [PATCH v1 2/2] nvme-multipath: fix path failover for integrity ns

[PATCH 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-04-24  8:26 UTC  (16+ messages)
` [PATCH 1/5] dm integrity: simplify by using PAGE_SECTORS_SHIFT
` [PATCH 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[syzbot] [block?] KCSAN: data-race in __mod_timer / blk_add_timer (6)
 2023-04-24  7:45 UTC  (2+ messages)

[syzbot] [block?] KCSAN: data-race in __get_task_ioprio / set_task_ioprio
 2023-04-24  7:42 UTC  (2+ messages)

[syzbot] [block?] KCSAN: data-race in __filemap_add_folio / invalidate_bdev (3)
 2023-04-24  7:40 UTC  (2+ messages)

[PATCH v2 0/3] io_uring: Pass the whole sqe to commands
 2023-04-24  7:23 UTC  (8+ messages)
  ` [PATCH v2 1/3] io_uring: Create a helper to return the SQE size
  ` [PATCH v2 2/3] io_uring: Pass whole sqe to commands
  ` [PATCH v2 3/3] io_uring: Remove unnecessary BUILD_BUG_ON

[PATCH v2 00/11] mq-deadline: Improve support for zoned block devices
 2023-04-24  7:00 UTC  (7+ messages)
` [PATCH v2 06/11] block: mq-deadline: Disable head insertion for zoned writes

[PATCH] block: Cleanup set_capacity()/bdev_set_nr_sectors()
 2023-04-24  5:54 UTC  (3+ messages)

[PATCH 0/2] io_uring: Pass whole sqe to commands
 2023-04-24  5:08 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH for-6.4/block] block/rq_qos: protect rq_qos apis with a new lock
 2023-04-23  8:15 UTC  (2+ messages)

[syzbot] [block?] WARNING in __floppy_read_block_0 (2)
 2023-04-23  3:39 UTC 

[PATCH v3 00/11] blksnap - block devices snapshots module
 2023-04-22 20:01 UTC  (12+ messages)
` [PATCH v3 03/11] documentation: Block Devices Snapshots Module

[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
 2023-04-21 22:38 UTC  (8+ messages)

[GIT PULL] Block fix for 6.3-final
 2023-04-21 17:08 UTC  (2+ messages)

Can you drop the splice patches?
 2023-04-21 15:57 UTC  (2+ messages)

[PATCH blktests 5/9] scsi/004: allow to run with built-in scsi_debug
 2023-04-21 11:13 UTC  (3+ messages)

[PATCH v2 blktests] don't require modular null_blk for fault-injection
 2023-04-21  9:42 UTC  (3+ messages)

[PATCH REPOST blktests v2 0/9] nvme testsuite runtime optimization
 2023-04-21  7:03 UTC  (18+ messages)
` [PATCH REPOST blktests v2 1/9] nvme-rc: Auto convert test device size info
` [PATCH REPOST blktests v2 3/9] common-xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH REPOST blktests v2 4/9] nvme: Use runtime fio background jobs
` [PATCH REPOST blktests v2 6/9] nvme-rc: Add minimal test image size requirement
` [PATCH REPOST blktests v2 7/9] nvme-rc: Calculate IO size for fio jobs
` [PATCH REPOST blktests v2 8/9] nvme-rc: Move discovery generation counter code to rc
` [PATCH REPOST blktests v2 9/9] nvme: Make the number iterations configurable

[PATCH v4 00/22] bio: check return values of bio_add_page
 2023-04-21  6:57 UTC  (3+ messages)
` [PATCH v4 13/22] zram: use __bio_add_page for adding single page to bio


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).