linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-23 18:13:17 to 2022-08-29 17:36:17 UTC [more...]

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-08-29 17:36 UTC  (11+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v5 4/8] ext4: support STATX_DIOALIGN
` [PATCH v5 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v5 6/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v5 7/8] f2fs: support STATX_DIOALIGN
` [PATCH v5 8/8] xfs: "

[PATCH net-next] genetlink: start to validate reserved header bytes
 2022-08-29 16:32 UTC  (4+ messages)

[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
 2022-08-29 16:08 UTC  (22+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH 3/6] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH 4/6] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN

[PATCH] rnbd-srv: remove 'dir' argument from rnbd_srv_rdma_ev
 2022-08-29 13:43 UTC  (12+ messages)

[RFC PATCH 0/9] ublk_drv: add USER_RECOVERY support
 2022-08-29 10:02 UTC  (25+ messages)
` [RFC PATCH 1/9] ublk_drv: check 'current' instead of 'ubq_daemon'
` [RFC PATCH 2/9] ublk_drv: refactor ublk_cancel_queue()
` [RFC PATCH 3/9] ublk_drv: add a helper to get ioucmd from pdu
` [RFC PATCH 4/9] ublk_drv: refactor __ublk_rq_task_work() and aborting machenism
` [RFC PATCH 5/9] ublk_drv: refactor ublk_stop_dev()
` [RFC PATCH 6/9] ublk_drv: add pr_devel() to prepare for recovery feature
` [RFC PATCH 7/9] ublk_drv: define macros for recovery feature and check them
` [RFC PATCH 8/9] ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY support
` [RFC PATCH 9/9] ublk_drv: do not schedule monitor_work with recovery feature enabled

[PATCH blktests] nvme: add dh module requirement for tests that involve dh groups
 2022-08-29  8:36 UTC 

[PATCH v3] block: I/O error occurs during SATA disk stress test
 2022-08-29  4:29 UTC 

[PATCH v2] block: I/O error occurs during SATA disk stress test
 2022-08-29  4:11 UTC 

[PATCH v2] block: I/O error occurs during SATA disk stress test
 2022-08-29  4:07 UTC 

[PATCH v9 0/4] blk-throttle bugfix
 2022-08-29  4:03 UTC  (6+ messages)
` [PATCH v9 1/4] blk-throttle: fix that io throttle can only work for single bio
` [PATCH v9 2/4] blk-throttle: prevent overflow while calculating wait time
` [PATCH v9 3/4] blk-throttle: factor out code to calculate ios/bytes_allowed
` [PATCH v9 4/4] blk-throttle: fix io hung due to configuration updates

[PATCH] kernel: export task_work_add
 2022-08-29  4:00 UTC 

[PATCH] Docs: ublk: add ublk document
 2022-08-29  3:58 UTC  (6+ messages)

[PATCH v2] block: I/O error occurs during SATA disk stress test
 2022-08-29  3:30 UTC  (2+ messages)

[PATCH] virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()
 2022-08-29  2:48 UTC  (8+ messages)

WARNING in md_alloc
 2022-08-29  1:37 UTC  (3+ messages)

regression caused by block: freeze the queue earlier in del_gendisk
 2022-08-28 10:24 UTC  (2+ messages)

[PATCH] blk-mq: determine in advance whether batch alloc can be performed
 2022-08-27 13:10 UTC  (3+ messages)

[PATCH v2 0/3] blk-throttle cleanups
 2022-08-27 10:16 UTC  (4+ messages)
` [PATCH v2 1/3] blk-throttle: use 'READ/WRITE' instead of '0/1'
` [PATCH v2 2/3] blk-throttle: calling throtl_dequeue/enqueue_tg in pairs
` [PATCH v2 3/3] blk-throttle: cleanup tg_update_disptime()

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-27  7:07 UTC  (3+ messages)

[PATCH 0/2] xen-blk{front,back}: Advertise feature-persistent as user requested
 2022-08-27  0:27 UTC  (8+ messages)
` [PATCH 1/2] xen-blkback: "
` [PATCH 2/2] xen-blkfront: "

[PATCH v2] block: I/O error occurs during SATA disk stress test
 2022-08-26 21:15 UTC  (3+ messages)

[PATCH v12 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-08-26 20:09 UTC  (14+ messages)
  ` [PATCH v12 02/13] block:rearrange bdev_{is_zoned,zone_sectors,get_queue} helpers in blkdev.h
  ` [PATCH v12 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
  ` [PATCH v12 06/13] null_blk: allow zoned devices with non power-of-2 zone sizes
  ` [PATCH v12 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
    ` [dm-devel] "
  ` [PATCH v12 09/13] dm-zone: use generic helpers to calculate offset from zone start
  ` [PATCH v12 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size

[PATCH v2] block: I/O error occurs during SATA disk stress test
 2022-08-26 19:40 UTC  (4+ messages)

[GIT PULL] Block fixes for 6.0-rc3
 2022-08-26 18:10 UTC  (2+ messages)

[syzbot] upstream boot error: BUG: unable to handle kernel paging request in blk_mq_map_swqueue
 2022-08-26 16:29 UTC  (4+ messages)

ext4 corruption on alpha with 4.20.0-09062-gd8372ba8ce28
 2022-08-26 16:16 UTC  (15+ messages)

[RFC PATCH] sbitmap: remove unnecessary code in __sbitmap_queue_get_batch
 2022-08-26 13:32 UTC  (2+ messages)

[PATCH] block: I/O error occurs during SATA disk stress test
 2022-08-26  3:15 UTC 

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

[PATCH 1/1] blk-mq: added case for cpu offline during send_ipi in rq_complete
 2022-08-26  1:31 UTC 

[PATCH v8 0/4] blk-throttle bugfix
 2022-08-26  1:07 UTC  (8+ messages)
` [PATCH v8 1/4] blk-throttle: fix that io throttle can only work for single bio
` [PATCH v8 4/4] blk-throttle: fix io hung due to configuration updates

Deadlock Issue with blk-wbt and raid5+journal
 2022-08-25 22:19 UTC 

[PATCH for-next 0/4] fixed-buffer for uring-cmd/passthrough
 2022-08-25 16:02 UTC  (6+ messages)
  ` [PATCH for-next 2/4] io_uring: introduce fixed buffer support for io_uring_cmd

[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-08-25 15:24 UTC  (9+ messages)
` [PATCH v9 1/8] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v9 2/8] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v9 3/8] block: add check when merging zone device pages
` [PATCH v9 4/8] lib/scatterlist: "
` [PATCH v9 5/8] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v9 6/8] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v9 8/8] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

[PATCHv3] sbitmap: fix batched wait_cnt accounting
 2022-08-25 14:53 UTC 

[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-08-25 14:45 UTC  (6+ messages)

[PATCHv2] sbitmap: fix batched wait_cnt accounting
 2022-08-25 13:29 UTC  (7+ messages)

[PATCH] block: count submission time as thrashing delay for delayacct
 2022-08-25 12:14 UTC 

[ANNOUNCE] CFP: Zoned Storage Microconference - Linux Plumbers Conference 2022
 2022-08-25  4:18 UTC  (4+ messages)

[PATCH] block: I/O error occurs during SATA disk stress test
 2022-08-25  3:17 UTC 

[PATCH] block: I/O error occurs during SATA disk stress test
 2022-08-24 23:33 UTC  (3+ messages)

[PATCH] sbitmap: fix batched wait_cnt accounting
 2022-08-24 19:30 UTC  (2+ messages)

[PATCH linux-next] block/rnbd-clt: Remove the unneeded result variable
 2022-08-24 14:51 UTC  (3+ messages)

[PATCH v2] loop: Check for overflow while configuring loop
 2022-08-24 12:53 UTC  (4+ messages)

[PATCH] block:zram: do not keep dangling zcomp pointer after zram reset
 2022-08-24  3:51 UTC 

[PATCH 0/4] blk-throttle cleanups
 2022-08-24  1:19 UTC  (6+ messages)
` [PATCH 3/4] blk-throttle: cleanup tg_update_disptime()
` [PATCH 4/4] blk-throttle: cleanup throtl_dequeue_tg()

Zero&Co.,Ltd "CNBC: Mude von Arbeit und Schulden? Raus aus dieser Scheie?"
 2022-08-23 17:07 UTC 

[PATCH] block: don't add partitions if GD_SUPPRESS_PART_SCAN is set
 2022-08-23 16:35 UTC  (2+ messages)

[PATCH for-next v3 0/4] iopoll support for io_uring/nvme
 2022-08-23 16:14 UTC  (3+ messages)
  ` [PATCH for-next v3 3/4] block: export blk_rq_is_poll
  ` [PATCH for-next v3 4/4] nvme: wire up async polling for io passthrough commands


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