linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 07:36:11 to 2021-01-19 06:41:42 UTC [more...]

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-19  6:27 UTC  (20+ messages)
` [RFC PATCH 01/37] block: introduce bio_init_fields() helper
` [RFC PATCH 02/37] fs: use bio_init_fields in block_dev
` [RFC PATCH 08/37] gfs2: use bio_init_fields in ops_fstype
` [RFC PATCH 14/37] drdb: use bio_init_fields in bitmap
` [RFC PATCH 17/37] pktcdvd: use bio_init_fields
` [RFC PATCH 20/37] bcache: use bio_init_fields in writeback
` [RFC PATCH 21/37] dm-bufio: use bio_init_fields
` [RFC PATCH 22/37] dm-crypt: "
` [RFC PATCH 26/37] dm log writes: "
` [RFC PATCH 28/37] target: use bio_init_fields in iblock
` [RFC PATCH 29/37] btrfs: use bio_init_fields in scrub
` [RFC PATCH 30/37] fs: use bio_init_fields in buffer
` [RFC PATCH 31/37] eros: use bio_init_fields in data
` [RFC PATCH 33/37] jfs: use bio_init_fields in metadata
` [RFC PATCH 34/37] nfs: use bio_init_fields in blocklayout
` [RFC PATCH 35/37] ocfs: use bio_init_fields in heartbeat
` [RFC PATCH 36/37] xfs: use bio_init_fields in xfs_buf
` [RFC PATCH 37/37] xfs: use bio_init_fields in xfs_log

[PATCH V9 0/9] nvmet: add ZBD backend support
 2021-01-19  6:15 UTC  (35+ messages)
` [PATCH V9 1/9] block: export bio_add_hw_pages()
` [PATCH V9 2/9] nvmet: add lba to sect conversion helpers
` [PATCH V9 3/9] nvmet: add NVM command set identifier support
` [PATCH V9 4/9] nvmet: add ZBD over ZNS backend support
` [PATCH V9 5/9] nvmet: add bio get helper for different backends
` [PATCH V9 6/9] nvmet: add bio init "
` [PATCH V9 8/9] nvmet: add common I/O length check helper
` [PATCH V9 9/9] nvmet: call nvmet_bio_done() for zone append

[PATCH] block: Add bio_limit
 2021-01-19  6:12 UTC  (7+ messages)

[PATCH] [v3] block: Fix an error handling in add_partition
 2021-01-19  4:48 UTC  (3+ messages)

[PATCH RFC] virtio-blk: support per-device queue depth
 2021-01-19  4:14 UTC  (7+ messages)

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-19  3:44 UTC  (12+ messages)

[PATCH v2 0/6] avoid repeated request completion and IO error
 2021-01-19  1:50 UTC  (15+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v2 4/6] nvme-rdma: avoid IO error and repeated request completion

[PATCH v6 0/4] scatterlist: add new capabilities
 2021-01-19  1:27 UTC  (14+ messages)
` [PATCH v6 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v6 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v6 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v6 4/4] scatterlist: add sgl_memset()

[PATCH 0/1] s390/dasd: fix kobject removal
 2021-01-18 17:30 UTC  (3+ messages)
` [PATCH 1/1] s390/dasd: Fix inconsistent "

[PATCH] xen-blkfront: don't make discard-alignment mandatory
 2021-01-18 15:15 UTC 

[PATCH V6 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2021-01-18  4:42 UTC  (16+ messages)
` [PATCH V6 01/13] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V6 02/13] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V6 03/13] sbitmap: add helpers for updating allocation hint
` [PATCH V6 04/13] sbitmap: move allocation hint into sbitmap
` [PATCH V6 05/13] sbitmap: export sbitmap_weight
` [PATCH V6 06/13] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V6 07/13] blk-mq: add callbacks for storing & retrieving budget token
` [PATCH V6 08/13] blk-mq: return budget token from .get_budget callback
` [PATCH V6 09/13] scsi: put hot fields of scsi_host_template into one cacheline
` [PATCH V6 10/13] megaraid_sas: v2 replace sdev_busy with local counter
` [PATCH V6 11/13] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V6 12/13] scsi: make sure sdev->queue_depth is <= max(shost->can_queue, 1024)
` [PATCH V6 13/13] scsi: replace sdev->device_busy with sbitmap

[PATCH] block: Fix an error handling in add_partition
 2021-01-17  8:50 UTC 

[GIT PULL] Block fixes for 5.11-rc4
 2021-01-16 20:02 UTC  (2+ messages)

[PATCH] block: Fix an error handling in add_partition
 2021-01-16 11:05 UTC  (3+ messages)
  `  "

question about relative control for sync io using bfq
 2021-01-16 10:45 UTC  (4+ messages)
` [PATCH] bfq: don't check active group if bfq.weight is not changed

[git pull] device mapper fixes for 5.11-rc4
 2021-01-16  2:09 UTC  (2+ messages)
` [dm-devel] "

[PATCH 3/3 v7] block: Add n64 cart driver
 2021-01-15 11:35 UTC 

[PATCH] block: quiesce queue before freeing queue
 2021-01-15  8:32 UTC  (3+ messages)

[GIT PULL] nvme fixes for 5.11
 2021-01-15  2:48 UTC  (2+ messages)

[PATCH v3 0/6] add support for inline encryption to device mapper
 2021-01-14 18:04 UTC  (7+ messages)
` [PATCH v3 2/6] block: keyslot-manager: Introduce functions for device mapper support
` [PATCH v3 3/6] dm: add support for passing through inline crypto support
` [PATCH v3 5/6] dm: Verify inline encryption capabilities of new table when it is loaded

[PATCH 0/7] ensure bios aren't split in middle of crypto data unit
 2021-01-14 15:47 UTC  (8+ messages)
` [PATCH 1/7] block: make blk_bio_segment_split() able to fail and return error
` [PATCH 2/7] block: blk-crypto: Introduce blk_crypto_bio_sectors_alignment()
` [PATCH 3/7] block: respect blk_crypto_bio_sectors_alignment() in bounce.c
` [PATCH 4/7] block: respect blk_crypto_bio_sectors_alignment() in blk-crypto-fallback
` [PATCH 5/7] block: respect blk_crypto_bio_sectors_alignment() in blk-merge
` [PATCH 6/7] block: add WARN() in bio_split() for sector alignment
` [PATCH 7/7] block: compute nsegs more accurately in blk_bio_segment_split()

[dm-crypt] [PATCH] dm crypt: defer the decryption to a tasklet, when being called with interrupts disabled
 2021-01-14 15:44 UTC 

[PATCH RFC 0/7] dm: add support of iopoll
 2021-01-14 14:30 UTC  (9+ messages)
` [PATCH RFC 6/7] block: track cookies of split bios for bio-based device
    ` [dm-devel] "

[PATCH v3 0/3] block: use generic power management
 2021-01-14 11:54 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] mtip32xx: "
  ` [PATCH v4 2/3] rsxx: "
  ` [PATCH v4 3/3] skd: "

[PATCH] bio: limit bio max size
 2021-01-14  4:35 UTC  (17+ messages)
      `  "

[PATCH] blkparse: Print time when trace was started
 2021-01-14  0:41 UTC  (2+ messages)

[PATCH 6/6 v6] block: Add n64 cart driver
 2021-01-13 15:13 UTC 

[PATCH V5 0/1] block: fix I/O errors in BLKRRPART
 2021-01-13 14:34 UTC  (2+ messages)
` [PATCH V5 1/1] block: reject I/O for same fd if block size changed

[PATCH 0/2 RFC] bfq: Waker logic tweaks for dbench performance
 2021-01-13 13:25 UTC  (8+ messages)
` [PATCH 1/2] bfq: Fix check detecting whether waker queue should be selected
` [PATCH 2/2] bfq: Allow short_ttime queues to have waker

[PATCH] bfq: Remove stale comment
 2021-01-13 13:05 UTC 

[PATCH] bfq: Fix computation of shallow depth
 2021-01-13 13:01 UTC  (5+ messages)

[PATCH 0/3] bfq: Two fixes and a cleanup for sequential readers
 2021-01-13 10:09 UTC  (14+ messages)
` [PATCH 3/3] bfq: Use only idle IO periods for think time calculations
` [PATCH 0/3 v2] bfq: Two fixes and a cleanup for sequential readers
` [PATCH 1/3] bfq: Avoid false bfq queue merging
` [PATCH 2/3] bfq: Use 'ttime' local variable

[PATCH] blk: avoid divide-by-zero with zero granularity
 2021-01-13  2:42 UTC  (11+ messages)
` [PATCH v2] "

[PATCH V4] nvme: enable char device per namespace
 2021-01-12 18:41 UTC  (7+ messages)
  `  "

[PATCH AUTOSEL 5.4 17/28] bfq: Fix computation of shallow depth
 2021-01-12 12:56 UTC 

[PATCH AUTOSEL 4.19 10/16] bfq: Fix computation of shallow depth
 2021-01-12 12:57 UTC 

[PATCH AUTOSEL 5.10 33/51] bfq: Fix computation of shallow depth
 2021-01-12 12:55 UTC 


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