messages from 2022-09-02 01:59:32 to 2022-09-07 21:11:04 UTC [more...]
consolidate btrfs checksumming, repair and bio splitting
2022-09-07 21:10 UTC (56+ messages)
` [PATCH 01/17] block: export bio_split_rw
` [PATCH 02/17] btrfs: stop tracking failed reads in the I/O tree
` [PATCH 03/17] btrfs: move repair_io_failure to volumes.c
` [PATCH 04/17] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 05/17] btrfs: handle checksum generation in "
` [PATCH 06/17] btrfs: handle recording of zoned writes "
` [PATCH 07/17] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 08/17] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 09/17] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 10/17] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 11/17] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 12/17] btrfs: remove struct btrfs_io_geometry
` [PATCH 15/17] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 16/17] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 17/17] iomap: remove IOMAP_F_ZONE_APPEND
[PATCH RESEND] sbitmap: Use atomic_{,long}_try_cmpxchg in sbitmap.c
2022-09-07 18:21 UTC
[PATCH] sbitmap: fix possible io hung due to lost wakeup
2022-09-07 18:20 UTC (7+ messages)
[PATCH] nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
2022-09-07 17:27 UTC (2+ messages)
regression caused by block: freeze the queue earlier in del_gendisk
2022-09-07 15:53 UTC (10+ messages)
[PATCH for-next v5 0/4] fixed-buffer for uring-cmd/passthru
2022-09-07 15:32 UTC (7+ messages)
` [PATCH for-next v5 1/4] io_uring: introduce io_uring_cmd_import_fixed
` [PATCH for-next v5 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
` [PATCH for-next v5 3/4] block: add helper to map bvec iterator for passthrough
` [PATCH for-next v5 4/4] nvme: wire up fixed buffer support for nvme passthrough
[PATCH] kernel: export task_work_add
2022-09-07 14:12 UTC (6+ messages)
[PATCH v5 0/8] make statx() return DIO alignment information
2022-09-07 9:10 UTC (9+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 8/8] xfs: support STATX_DIOALIGN
[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
2022-09-07 8:50 UTC (23+ messages)
` [PATCH v2 2/7] mm/gup: introduce pin_user_page()
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH v2 5/7] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH v2 6/7] NFS: direct-io: convert to FOLL_PIN pages
[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
2022-09-07 1:16 UTC (11+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
[PATCHv3 0/2] sbitmap wake fixes
2022-09-06 23:00 UTC (3+ messages)
` [PATCHv2 1/2] sbitmap: check waitqueue_active prior to decrement
` [PATCHv2 2/2] sbitmap: fix batched wait_cnt accounting
[PATCHv3] sbitmap: fix batched wait_cnt accounting
2022-09-06 21:48 UTC (4+ messages)
[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
2022-09-06 16:52 UTC (30+ 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
[PATCH for-stable-5.10.y] xen-blkfront: Cache feature_persistent value before advertisement
2022-09-06 16:24 UTC
[PATCH for-next v4 0/4] fixed-buffer for uring-cmd/passthru
2022-09-06 13:06 UTC (13+ messages)
` [PATCH for-next v4 1/4] io_uring: introduce io_uring_cmd_import_fixed
` [PATCH for-next v4 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
` [PATCH for-next v4 3/4] block: add helper to map bvec iterator for passthrough
` [PATCH for-next v4 4/4] nvme: wire up fixed buffer support for nvme passthrough
stalling IO regression since linux 5.12, through 5.18
2022-09-06 9:49 UTC (17+ messages)
[PATCH] xen-blkback/common.h: fix spelling typo in comment
2022-09-06 2:05 UTC
[RFC PATCH V2 0/6] ublk_drv: add USER_RECOVERY support
2022-09-06 1:14 UTC (10+ messages)
` [RFC PATCH V2 2/6] ublk_drv: refactor ublk_cancel_queue()
` [RFC PATCH V2 3/6] ublk_drv: define macros for recovery feature and check them
` [RFC PATCH V2 5/6] ublk_drv: consider recovery feature in aborting mechanism
New topic branch for block + gup work?
2022-09-06 0:18 UTC (2+ messages)
[PATCH for-next v3 0/4] fixed-buffer for uring-cmd/passthrough
2022-09-05 17:48 UTC (18+ messages)
` [PATCH for-next v3 1/4] io_uring: introduce io_uring_cmd_import_fixed
` [PATCH for-next v3 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
` [PATCH for-next v3 3/4] block: add helper to map bvec iterator for passthrough
` [PATCH for-next v3 4/4] nvme: wire up fixed buffer support for nvme passthrough
[PATCH V2 0/3] Small changes for rnbd-srv
2022-09-05 17:46 UTC (6+ messages)
` [PATCH V2 1/3] rnbd-srv: add comment in rnbd_srv_rdma_ev
` [PATCH V2 2/3] rnbd-srv: make process_msg_close returns void
` [PATCH V2 3/3] rnbd-srv: remove redundant setting of blk_open_flags
[PATCH] block: remove unneeded return value of bio_check_ro()
2022-09-05 17:45 UTC (2+ messages)
[PATCH] blk-mq: remove unneeded needs_restart check
2022-09-05 17:45 UTC (2+ messages)
[PATCH v2] block/blk-map: Remove set but unused variable 'added'
2022-09-05 17:44 UTC (2+ messages)
[PATCH v12 00/13] support zoned block devices with non-power-of-2 zone sizes
2022-09-05 12:57 UTC (11+ messages)
` [PATCH v12 12/13] dm: introduce DM_EMULATED_ZONES target type
` [PATCH v12 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes
[PATCH] block/blk-map: Remove set but unused variable 'added'
2022-09-05 3:54 UTC (2+ messages)
[PATCH] blk-throttle: clean up codes that can't be reached
2022-09-04 20:38 UTC (3+ messages)
[PATCH] block: don't add partitions if GD_SUPPRESS_PART_SCAN is set
2022-09-03 17:29 UTC (3+ messages)
[PATCH V4 1/1] Documentation: document ublk
2022-09-03 2:02 UTC (3+ messages)
[GIT PULL] Block fixes for 6.0-rc4
2022-09-02 23:48 UTC (2+ messages)
Deadlock Issue with blk-wbt and raid5+journal
2022-09-02 23:46 UTC (2+ messages)
[PATCH for-next] block: enable per-cpu bio caching for the fs bio set
2022-09-02 18:48 UTC (2+ messages)
[PATCH for-next v3 0/4] iopoll support for io_uring/nvme
2022-09-02 15:35 UTC (2+ messages)
[PATCH v2 0/3] xen-blk{front,back}: Fix the broken semantic and flow of feature-persistent
2022-09-02 14:21 UTC (7+ messages)
` [PATCH v2 1/3] xen-blkback: Advertise feature-persistent as user requested
` [PATCH v2 0/3] xen-blk{front, back}: Fix the broken semantic and flow of feature-persistent
[PATCH V3 1/1] Docs: ublk: add ublk document
2022-09-02 9:13 UTC (3+ messages)
[PATCH] fs: fix possible inconsistent mount device
2022-09-02 6:09 UTC (5+ messages)
[PATCH blktests 0/5] improve _have_driver() module load issue solution
2022-09-02 3:45 UTC (6+ messages)
` [PATCH blktests 1/5] check: clean up _run_test()
` [PATCH blktests 2/5] common,tests: rename unload_module() to _unload_module()
` [PATCH blktests 3/5] check,common/rc: move _unload_module() from common/rc to check
` [PATCH blktests 4/5] check,common/rc: load module in _have_driver() and unload after test
` [PATCH blktests 5/5] Revert "nbd/rc: load nbd module explicitly"
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).