linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-08 03:29:28 to 2022-07-13 10:19:19 UTC [more...]

[linux-next] [5.19.0-rc1] kernel crashes while performing driver bind/unbind test with SLUB_DEBUG enabled
 2022-07-13 10:19 UTC  (3+ messages)

[PATCH for-next 0/4] nvme-multipathing for uring-passthrough
 2022-07-13 10:12 UTC  (30+ messages)
  ` [PATCH for-next 1/4] io_uring, nvme: rename a function
  ` [PATCH for-next 2/4] nvme: compact nvme_uring_cmd_pdu struct
  ` [PATCH for-next 3/4] io_uring: grow a field in struct io_uring_cmd
  ` [PATCH for-next 4/4] nvme-multipath: add multipathing for uring-passthrough commands

[PATCH 0/6] block: add support for REQ_OP_VERIFY
 2022-07-13  9:36 UTC  (4+ messages)

remove bdevname
 2022-07-13  9:30 UTC  (13+ messages)
` [PATCH 1/9] block: stop using bdevname in bdev_write_inode
` [PATCH 2/9] block: stop using bdevname in __blkdev_issue_discard
` [PATCH 3/9] drbd: stop using bdevname in drbd_report_io_error
` [PATCH 4/9] pktcdvd: stop using bdevname in pkt_seq_show
` [PATCH 5/9] pktcdvd: stop using bdevname in pkt_new_dev
` [PATCH 6/9] rnbd-srv: remove the name field from struct rnbd_dev
` [PATCH 7/9] ocfs2/cluster: remove the hr_dev_name field from struct o2hb_region
` [PATCH 8/9] ext4: only initialize mmp_bdevname once
` [PATCH 9/9] block: remove bdevname

[PATCH V2 0/6] block: add support for REQ_OP_VERIFY
 2022-07-13  7:20 UTC  (7+ messages)
` [PATCH V2 1/6] "
` [PATCH V2 2/6] nvme: add support for the Verify command
` [PATCH V2 3/6] nvmet: add Verify command support for bdev-ns
` [PATCH V2 4/6] nvmet: add Verify emulation "
` [PATCH V2 5/6] null_blk: add REQ_OP_VERIFY support
` [PATCH V2 6/6] scsi: sd: add support for REQ_OP_VERIFY

fix md disk_name lifetime problems
 2022-07-13  7:17 UTC  (12+ messages)
` [PATCH 1/8] md: fix kobject_add error handling
` [PATCH 2/8] md: implement ->free_disk
` [PATCH 3/8] md: factor out the rdev overlaps check from rdev_size_store
` [PATCH 4/8] md: stop using for_each_mddev in md_do_sync
` [PATCH 5/8] md: stop using for_each_mddev in md_notify_reboot
` [PATCH 6/8] md: stop using for_each_mddev in md_exit
` [PATCH 7/8] md: only delete entries from all_mddevs when the disk is freed
` [PATCH 8/8] md: simplify md_open

[PATCH v2] blk-cgroup: Use atomic{,64}_try_cmpxchg
 2022-07-12 21:46 UTC  (2+ messages)

[PATCH v2] blk-iolatency: Use atomic{,64}_try_cmpxchg
 2022-07-12 21:45 UTC  (2+ messages)

[PATCH blktests v2] common, tests: Support printing multiple skip reasons
 2022-07-12 21:26 UTC  (2+ messages)

[PATCH v2] block: Use try_cmpxchg in update_io_ticks
 2022-07-12 20:40 UTC  (2+ messages)

[PATCH v2] block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_below
 2022-07-12 20:39 UTC  (2+ messages)

[PATCH for-next v2 0/2] null_blk: harmonize some module parameter and configfs options
 2022-07-12 20:39 UTC  (5+ messages)
  ` [PATCH for-next v2 2/2] null_blk: add configfs variables for 2 options
  ` [PATCH for-next v2 1/2] null_blk: add module parameters for 4 options

[PATCH 00/13] btrfs: zoned: fix active zone tracking issues
 2022-07-12 20:32 UTC  (23+ messages)
` [PATCH 01/13] block: add bdev_max_segments() helper
` [PATCH 02/13] btrfs: zoned: revive max_zone_append_bytes
` [PATCH 03/13] btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
` [PATCH 04/13] btrfs: convert count_max_extents() to use fs_info->max_extent_size
` [PATCH 05/13] btrfs: use fs_info->max_extent_size in get_extent_max_capacity()
` [PATCH 06/13] btrfs: let can_allocate_chunk return int
` [PATCH 07/13] btrfs: zoned: finish least available block group on data BG allocation
` [PATCH 08/13] btrfs: zoned: introduce space_info->active_total_bytes
` [PATCH 09/13] btrfs: zoned: disable metadata overcommit for zoned
` [PATCH 10/13] btrfs: zoned: activate metadata BG on flush_space
` [PATCH 11/13] btrfs: zoned: activate necessary block group
` [PATCH 12/13] btrfs: zoned: write out partially allocated region
` [PATCH 13/13] btrfs: zoned: wait until zone is finished when allocation didn't progress
` [PATCH v2 00/13] btrfs: zoned: fix active zone tracking issues

[PATCH] block: move initialization of i to its definition
 2022-07-12 20:26 UTC 

[PATCHv2 1/3] block: ensure iov_iter advances for added pages
 2022-07-12 20:08 UTC  (4+ messages)
` [PATCHv2 2/3] block: ensure bio_iov_add_page can't fail
` [PATCHv2 3/3] block: fix leaking page ref on truncated direct io

[PATCH] blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created
 2022-07-12 20:00 UTC  (8+ messages)

[bug report] block: fix leaking page ref on truncated direct io
 2022-07-12 18:56 UTC  (2+ messages)

[PATCH V4 0/2] ublk: add io_uring based userspace block driver
 2022-07-12 15:16 UTC  (13+ messages)
` [PATCH V4 1/2] "
` [PATCH V4 2/2] ublk_drv: add UBLK_IO_REFETCH_REQ for supporting to build as module

[PATCH] zram: fix unused 'zram_wb_devops' warning
 2022-07-12 14:33 UTC  (3+ messages)

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-07-12 13:30 UTC  (4+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'

[PATCH RFC v3 0/3] bugfix for sbitmap
 2022-07-12 13:26 UTC  (8+ messages)
` [PATCH RFC v3 1/3] sbitmap: fix that same waitqueue can be woken up continuously
` [PATCH RFC v3 2/3] sbitmap: fix invalid wakeup on the wrong waitqueue
` [PATCH RFC v3 3/3] sbitmap: fix that 'wait_cnt' can be decreased while waitqueue is empty

[PATCH] block: Use try_cmpxchg some more
 2022-07-12 12:48 UTC  (4+ messages)

[PATCH] mtip32xx: replace ternary operator with min_t()
 2022-07-12  9:43 UTC 

[PATCH blktests] common, tests: Support printing multiple skip reasons
 2022-07-12  7:57 UTC  (3+ messages)

[PATCH v6 1/4] panic: Taint kernel if tests are run
 2022-07-11 23:17 UTC  (10+ messages)
` [PATCH v6 2/4] module: panic: Taint the kernel when selftest modules load
` [PATCH v6 3/4] kunit: Taint the kernel when KUnit tests are run
` [PATCH v6 4/4] selftest: Taint kernel when test module loaded

Block: bio.c:1232:6: error: variable 'i' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
 2022-07-11 14:59 UTC  (2+ messages)

fix tag freeing use after free and debugfs name reuse
 2022-07-11  4:33 UTC  (8+ messages)
` [PATCH 4/4] block: freeze the queue earlier in del_gendisk
  ` REGRESSION: "

[PATCH] scsi: megaraid: clear READ queue map's nr_queues
 2022-07-11  3:39 UTC  (3+ messages)

[bug report] blktests nvme/tcp triggered WARNING at kernel/workqueue.c:2628 check_flush_dependency+0x110/0x14c
 2022-07-10  9:41 UTC  (2+ messages)

[PATCH RESEND v6 0/8] bugfix and cleanup for blk-throttle
 2022-07-10  2:40 UTC  (3+ messages)

[bug report] blktests nvme/005 trigered debugfs: Directory 'hctx0' with parent '/' already present!
 2022-07-10  1:14 UTC  (4+ messages)

[GIT PULL] Block fixes for 5.19-rc6
 2022-07-08 18:35 UTC  (2+ messages)

[PATCH v8 00/13] DMA Mapping P2PDMA Pages
 2022-07-08 16:51 UTC  (14+ messages)
` [PATCH v8 01/13] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v8 02/13] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v8 03/13] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v8 04/13] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v8 05/13] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v8 06/13] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v8 07/13] iommu: Explicitly skip bus address marked segments in __iommu_map_sg()
` [PATCH v8 08/13] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v8 09/13] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v8 10/13] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v8 11/13] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v8 12/13] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v8 13/13] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[PATCH 00/20] blksnap - creating non-persistent snapshots for backup
 2022-07-08 10:45 UTC  (12+ messages)
` [PATCH 01/20] block, blk_filter: enable block device filters
` [PATCH 15/20] block, blksnap: snapshot image block device

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (4+ messages)

[PATCH 1/2] null_blk: add module parameters for 4 options
 2022-07-08  9:57 UTC  (2+ messages)

[PATCH v5 1/4] panic: Taint kernel if tests are run
 2022-07-08  4:54 UTC  (4+ messages)
` [PATCH v5 2/4] module: panic: Taint the kernel when selftest modules load

clean up zoned device information v2
 2022-07-08  4:16 UTC  (2+ messages)

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-07-08  3:29 UTC  (4+ messages)
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()


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