linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 15:11:22 to 2021-01-28 07:56:06 UTC [more...]

[RFC PATCH 00/34] block: introduce bio_new()
 2021-01-28  7:27 UTC  (38+ messages)
` [RFC PATCH 01/34] block: move common code into blk_next_bio()
` [RFC PATCH 02/34] block: introduce and use bio_new
` [RFC PATCH 03/34] drdb: use bio_new in drdb
` [RFC PATCH 04/34] drdb: use bio_new() in submit_one_flush
` [RFC PATCH 05/34] xen-blkback: use bio_new
` [RFC PATCH 06/34] zram: "
` [RFC PATCH 07/34] dm: use bio_new in dm-log-writes
` [RFC PATCH 08/34] dm-zoned: use bio_new in get_mblock_slow
` [RFC PATCH 09/34] dm-zoned: use bio_new in dmz_write_mblock
` [RFC PATCH 10/34] dm-zoned: use bio_new in dmz_rdwr_block
` [RFC PATCH 11/34] nvmet: use bio_new in nvmet_bdev_execute_rw
` [RFC PATCH 12/34] scsi: target/iblock: use bio_new
` [RFC PATCH 13/34] block: use bio_new in __blkdev_direct_IO
` [RFC PATCH 14/34] fs/buffer: use bio_new in submit_bh_wbc
` [RFC PATCH 15/34] fscrypt: use bio_new in fscrypt_zeroout_range
` [RFC PATCH 16/34] fs/direct-io: use bio_new in dio_bio_alloc
` [RFC PATCH 17/34] iomap: use bio_new in iomap_dio_zero
` [RFC PATCH 18/34] iomap: use bio_new in iomap_dio_bio_actor
` [RFC PATCH 19/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmRead
` [RFC PATCH 20/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmStartIO
` [RFC PATCH 21/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_writepage
` [RFC PATCH 22/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_readpage
` [RFC PATCH 23/34] fs/mpage.c: use bio_new mpage_alloc
` [RFC PATCH 24/34] fs/nilfs: use bio_new nilfs_alloc_seg_bio
` [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes
` [RFC PATCH 26/34] xfs: use bio_new in xfs_rw_bdev
` [RFC PATCH 27/34] xfs: use bio_new in xfs_buf_ioapply_map
` [RFC PATCH 28/34] zonefs: use bio_new
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io
` [RFC PATCH 30/34] hfsplus: use bio_new in hfsplus_submit_bio()
` [RFC PATCH 31/34] iomap: use bio_new in iomap_readpage_actor
` [RFC PATCH 32/34] mm: use bio_new in __swap_writepage
` [RFC PATCH 33/34] mm: use bio_new in swap_readpage
` [RFC PATCH 34/34] mm: add swap_bio_new common bio helper

[PATCH] nbd: Fix NULL pointer in flush_workqueue
 2021-01-28  7:41 UTC 

[PATCH] blk-cgroup: Remove obsolete macro
 2021-01-28  7:18 UTC 

[PATCH] block: fix bd_size_lock use
 2021-01-28  6:36 UTC 

[PATCH v3] blk-cgroup: Use cond_resched() when destroy blkgs
 2021-01-28  5:58 UTC 

[PATCH v4 0/8] block: add zone write granularity limit
 2021-01-28  5:40 UTC  (15+ messages)
` [PATCH v4 1/8] block: document zone_append_max_bytes attribute
` [PATCH v4 2/8] nvme: cleanup zone information initialization
` [PATCH v4 3/8] nullb: use blk_queue_set_zoned() to setup zoned devices
` [PATCH v4 4/8] block: use blk_queue_set_zoned in add_partition()
` [PATCH v4 5/8] block: introduce zone_write_granularity limit
` [PATCH v4 6/8] zonefs: use zone write granularity as block size
` [PATCH v4 7/8] block: introduce blk_queue_clear_zone_settings()
` [PATCH v4 8/8] sd_zbc: clear zone resources for non-zoned case

[PATCH v2] blk-cgroup: Use cond_resched() when destroy blkgs
 2021-01-28  3:51 UTC  (5+ messages)

[RFC PATCH v1 1/2] block: bsg: resume scsi device before accessing
 2021-01-28  3:26 UTC  (5+ messages)
` [RFC PATCH v2 1/2] block: bsg: resume platform "

[PATCH v2 0/6] dm: support IO polling for bio-based dm device
 2021-01-28  3:06 UTC  (11+ messages)
` [PATCH v2 2/6] block: add queue_to_disk() to get gendisk from request_queue
` [PATCH v2 3/6] block: add iopoll method to support bio-based IO polling
` [PATCH v2 5/6] block: add QUEUE_FLAG_POLL_CAP flag
` [PATCH v2 6/6] dm: support IO polling for bio-based dm device

[PATCH 0/4] block: add two statistic tables
 2021-01-28  2:53 UTC  (9+ messages)
` [PATCH 1/4] block: add a statistic table for io latency
` [PATCH 2/4] block: add a statistic table for io sector
` [PATCH 3/4] block: add io_extra_stats node
` [PATCH 4/4] block: call blk_additional_{latency,sector} only when io_extra_stats is true

[PATCH] blk-cgroup: Use cond_resched() when destroy blkgs
 2021-01-28  1:35 UTC  (3+ messages)

[PATCH v4 0/5] avoid double request completion and IO error
 2021-01-28  1:34 UTC  (7+ messages)
` [PATCH v4 1/5] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v4 2/5] nvme-core: introduce complete failed request
` [PATCH v4 3/5] nvme-fabrics: avoid double request completion for nvmf_fail_nonready_command
` [PATCH v4 5/5] nvme-fc: avoid IO error for nvme native multipath

[COMPILE ONLY RFC PATCH] loop: avoid page allocation in the fast path
 2021-01-27 22:08 UTC 

[PATCH] vio: make remove callback return void
 2021-01-27 21:50 UTC 

[PATCH] xen-blkback: fix compatibility bug with single page rings
 2021-01-27 19:57 UTC  (7+ messages)

[PATCH] nvme: add tracing of zns commands
 2021-01-27 17:46 UTC  (2+ messages)

[RFC 0/2] optimise split bio
 2021-01-27 17:16 UTC  (3+ messages)
` [RFC 2/2] block: add a fast path for seg split of large bio

[PATCH] nvme-core: check bdev value for NULL
 2021-01-27 17:09 UTC  (3+ messages)

misc bio allocation cleanups
 2021-01-27 16:52 UTC  (28+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
  ` [dm-devel] "
` [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
` [PATCH 09/17] drbd: remove bio_alloc_drbd
` [PATCH 10/17] drbd: remove drbd_req_make_private_bio
` [PATCH 11/17] md: remove bio_alloc_mddev
` [PATCH 12/17] md: simplify sync_page_io
` [PATCH 13/17] md: remove md_bio_alloc_sync
` [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk
` [PATCH 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio
` [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio
` [PATCH 17/17] mm: remove get_swap_bio

[PATCH] zram: remove redundant NULL check
 2021-01-27 16:34 UTC  (2+ messages)

[PATCH 0/3] bfq: Two fixes and a cleanup for sequential readers
 2021-01-27 16:16 UTC  (3+ messages)
` [PATCH 0/3 v2] "

[PATCH] Revert "block: simplify set_init_blocksize" to regain lost performance
 2021-01-27 16:15 UTC  (6+ messages)

[PATCH v4 0/1] scale loop device lock
 2021-01-27 16:12 UTC  (5+ messages)
` [PATCH v4 1/1] loop: scale loop device by introducing per "

[PATCH 0/2] mtip32xx: minor PCI cleanups
 2021-01-27 15:18 UTC  (7+ messages)
` [PATCH 1/2] mtip32xx: use PCI #defines instead of numbers
` [PATCH 2/2] mtip32xx: prefer pcie_capability_read_word()

[PATCH RESEND v4] loop: fix I/O error on fsync() in detached loop devices
 2021-01-27 14:14 UTC 

additional ->bi_bdev fixups
 2021-01-27 13:12 UTC  (4+ messages)
` [PATCH 2/3] bcache: use bio_set_dev to assign ->bi_bdev

[RESEND PATCH v2 1/4] add io_uring with IOPOLL support in scsi layer
 2021-01-27  3:55 UTC  (3+ messages)
` [RESEND PATCH v2 2/4] megaraid_sas: iouring iopoll support
` [RESEND PATCH v2 3/4] scsi_debug : "

[PATCH v3 0/3] blk-mq: Don't complete in IRQ, use llist_head
 2021-01-27 11:23 UTC  (14+ messages)
` [PATCH 2/3] blk-mq: Always complete remote completions requests in softirq
` [PATCH 3/3] blk-mq: Use llist_head for blk_cpu_done
        ` [PATCH 3/3 v2] "

[PATCH BUGFIX/IMPROVEMENT 0/6] block, bfq: third and last batch of fixes and improvements
 2021-01-27  9:52 UTC  (9+ messages)
` [PATCH BUGFIX/IMPROVEMENT 1/6] block, bfq: always inject I/O of queues blocked by wakers
` [PATCH BUGFIX/IMPROVEMENT 2/6] block, bfq: put reqs of waker and woken in dispatch list
` [PATCH BUGFIX/IMPROVEMENT 6/6] block, bfq: merge bursts of newly-created queues

[PATCH v2] xen-blkfront: allow discard-* nodes to be optional
 2021-01-27  8:09 UTC  (2+ messages)

[PATCH v3 1/2] bio: limit bio max size
 2021-01-27  5:22 UTC  (4+ messages)

[PATCH] lightnvm: pblk: fix NULL check before some freeing functions is not needed
 2021-01-27  7:05 UTC 

[PATCH v3 1/2] bio: limit bio max size
 2021-01-27  0:43 UTC  (2+ messages)

[PATCH 0/2] Resource-managed blk_ksm_init()
 2021-01-27  3:01 UTC  (4+ messages)
` [PATCH 2/2] scsi: ufs: use devm_blk_ksm_init()

[PATCH] null_blk: cleanup zoned mode initialization
 2021-01-27  1:09 UTC  (2+ messages)

[PATCH] block: unexport truncate_bdev_range
 2021-01-26 20:14 UTC  (3+ messages)

[PATCH] blk: wbt: remove unused parameter from wbt_should_throttle
 2021-01-26 20:13 UTC  (2+ messages)

[PATCH] rsxx: remove redundant NULL check
 2021-01-26 20:15 UTC  (2+ messages)

[PATCH RESEND] blkcg: delete redundant get/put operations for queue
 2021-01-26 20:14 UTC  (2+ messages)

[PATCH] zram: fix NULL check before some freeing functions is not needed
 2021-01-26 20:12 UTC  (2+ messages)

[PATCH RESEND] drbd: remove unused argument from drbd_request_prepare and __drbd_make_request
 2021-01-26 20:11 UTC  (2+ messages)

[PATCH blktests 0/3] Three SRP patches
 2021-01-26  4:45 UTC  (4+ messages)
` [PATCH blktests 1/3] tests/block/030: Make this test less noisy
` [PATCH blktests 2/3] tests/srp/rc: Improve reliability of stop_lio_srpt()
` [PATCH blktests 3/3] rdma: Use rdma link instead of /sys/class/infiniband/*/parent

store a pointer to the block_device in struct bio (again) v2
 2021-01-25 13:51 UTC  (3+ messages)
` [PATCH 01/10] brd: remove the end of device check in brd_do_bvec

[PATCH BUGFIX/IMPROVEMENT 0/6] block, bfq: second batch of fixes and improvements
 2021-01-25 19:02 UTC  (4+ messages)
` [PATCH BUGFIX/IMPROVEMENT 3/6] block, bfq: fix switch back from soft-rt weitgh-raising
` [PATCH BUGFIX/IMPROVEMENT 5/6] block, bfq: save also injection state on queue merging
` [PATCH BUGFIX/IMPROVEMENT 6/6] block, bfq: make waker-queue detection more robust

[PATCH v3 1/2] bio: limit bio max size
 2021-01-26 15:05 UTC  (3+ messages)

[PATCH V6 0/1] block: fix I/O errors in BLKRRPART
 2021-01-26  0:29 UTC 

[PATCH] floppy: fix open(O_ACCMODE) for ioctl-only open
 2021-01-26  8:21 UTC  (11+ messages)
              ` [PATCH RESEND] "
                              ` [PATCH] floppy: reintroduce O_NDELAY fix

[PATCH 0/9] n64: small cleanups
 2021-01-26  8:53 UTC  (4+ messages)
` [PATCH 7/9] n64: cosmetics changes

[PATCH v3 0/1] scale loop device lock
 2021-01-26  9:24 UTC  (3+ messages)
` [PATCH v3 1/1] loop: scale loop device by introducing per "


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