linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 03:16:54 to 2020-09-24 20:53:39 UTC [more...]

[PATCHv4 0/3] zoned block device specific errors
 2020-09-24 20:53 UTC  (3+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses
` [PATCHv4 2/3] nvme: translate zone resource errors

bdi cleanups v7
 2020-09-24 19:44 UTC  (21+ messages)
` [PATCH 01/13] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/13] drbd: remove dead code in device_to_statistics
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/13] md: update the optimal I/O size on reshape
` [PATCH 07/13] block: lift setting the readahead size into the block layer
` [PATCH 08/13] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 09/13] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 10/13] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 11/13] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 12/13] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 13/13] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[GIT PULL] nvme fixes for 5.9
 2020-09-24 19:43 UTC  (2+ messages)

[PATCH] null_blk: synchronization fix for zoned device
 2020-09-24 17:22 UTC  (3+ messages)

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-09-24 17:19 UTC  (12+ messages)

[PATCH 0/3] add support for inline encryption to device mapper
 2020-09-24 16:57 UTC  (14+ messages)
` [PATCH 2/3] dm: add support for passing through inline crypto support

[RFC PATCH v2 0/2] Documentation/admin-guide: remove use of "rdev"
 2020-09-24 16:50 UTC  (2+ messages)

[PATCH] xen-blkback: add a parameter for disabling of persistent grants
 2020-09-24 15:59 UTC  (11+ messages)

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-24 14:33 UTC  (9+ messages)

[PATCH 0/2] block/dm: add REQ_NOWAIT support for bio-based
 2020-09-24 13:40 UTC  (4+ messages)
` [PATCH 1/2] block: add QUEUE_FLAG_NOWAIT
` [PATCH 2/2] dm: add support for REQ_NOWAIT and enable it for linear target

remove blkdev_get as a public API
 2020-09-24  8:56 UTC  (3+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk

[PATCH] block: Fix various comments
 2020-09-24 13:12 UTC 

[PATCH] block: Use helper function blk_mq_sched_needs_restart()
 2020-09-24 13:13 UTC 

[PATCH] block: Use helper function blk_mq_hctx_stopped() in blk_mq_run_work_fn()
 2020-09-24 13:13 UTC 

[PATCH] block: check poll() callback when setting QUEUE_FLAG_POLL
 2020-09-24  4:15 UTC 

[PATCH v2 0/3] block: fix up bio_crypt_ctx allocation
 2020-09-24  0:57 UTC  (5+ messages)
` [PATCH v2 1/3] block: make bio_crypt_clone() able to fail
` [PATCH v2 2/3] block: make blk_crypto_rq_bio_prep() "

[git pull] device mapper fixes for 5.9 final
 2020-09-23 21:54 UTC  (2+ messages)

[PATCH V3 for 5.11 00/12] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-09-23 21:31 UTC  (25+ messages)
` [PATCH V3 for 5.11 01/12] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V3 for 5.11 02/12] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V3 for 5.11 03/12] sbitmap: add helpers for updating allocation hint
` [PATCH V3 for 5.11 04/12] sbitmap: move allocation hint into sbitmap
` [PATCH V3 for 5.11 05/12] sbitmap: export sbitmap_weight
` [PATCH V3 for 5.11 06/12] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V3 for 5.11 07/12] blk-mq: add callbacks for storing & retrieving budget token
` [PATCH V3 for 5.11 08/12] blk-mq: return budget token from .get_budget callback
` [PATCH V3 for 5.11 09/12] scsi: put hot fields of scsi_host_template into one cacheline
` [PATCH V3 for 5.11 10/12] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V3 for 5.11 11/12] scsi: make sure sdev->queue_depth is <= shost->can_queue
` [PATCH V3 for 5.11 12/12] scsi: replace sdev->device_busy with sbitmap

let import_iovec deal with compat_iovecs as well v3
 2020-09-23 21:30 UTC  (25+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH] block: fix potential double free during probe failure
 2020-09-23 18:08 UTC 

remove blkdev_get as a public API v2
 2020-09-23 16:43 UTC  (4+ messages)
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions

[PATCH v3 0/6] dm: fix then improve bio splitting
 2020-09-23 16:38 UTC  (6+ messages)
` [PATCH v3 3/6] block: use lcm_not_zero() when stacking chunk_sectors
` [PATCH v3 4/6] block: allow 'chunk_sectors' to be non-power-of-2

[PATCH] block: fix bmd->is_null_mapped initialization
 2020-09-23 16:34 UTC  (3+ messages)

[PATCH 00/14] drop double zeroing
 2020-09-23 15:18 UTC  (6+ messages)
` [PATCH 06/14] block: "

bdi cleanups v6
 2020-09-23 15:16 UTC  (12+ messages)
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 07/13] block: lift setting the readahead size into the block layer

linux-next: possible bug in 'block: remove the BIO_NULL_MAPPED flag'
 2020-09-23 14:54 UTC  (2+ messages)

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-23 13:22 UTC  (14+ messages)

[PATCH v2 0/5] io_uring: Fix async workqueue is not canceled on some corner case
 2020-09-23 11:44 UTC  (6+ messages)
` [PATCH v2 1/5] io_uring: Fix resource leaking when kill the process
` [PATCH v2 2/5] io_uring: Fix missing smp_mb() in io_cancel_async_work()
` [PATCH v2 3/5] io_uring: Fix remove irrelevant req from the task_list
` [PATCH v2 4/5] io_uring: Fix missing save the current thread files
` [PATCH v2 5/5] io_uring: Fix double list add in io_queue_async_work()

[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-23  8:45 UTC  (8+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h

[PATCH v3] null_blk: add support for max open/active zone limit for zoned devices
 2020-09-23  7:46 UTC  (4+ messages)

[RFC] block: enqueue splitted bios into same cpu
 2020-09-23  7:15 UTC  (7+ messages)

[PATCH blktests] block/011: remove and rescan for evicted device
 2020-09-23  6:41 UTC  (2+ messages)

[PATCH v4 0/3] xen-blk(back|front): Let users disable persistent grants
 2020-09-23  6:18 UTC  (4+ messages)
` [PATCH v4 1/3] xen-blkback: add a parameter for disabling of "
` [PATCH v4 2/3] xen-blkfront: "
` [PATCH v4 3/3] xen-blkfront: Apply changed parameter name to the document

[GIT PULL] Block fixes for 5.9-rc
 2020-09-22 22:15 UTC  (2+ messages)

[PATCHv3 0/4] zoned block device specific errors
 2020-09-22 21:48 UTC  (5+ messages)
` [PATCHv3 4/4] scsi: handle zone resources errors

[PATCH v3 0/3] xen-blk(back|front): Let users disable persistent grants
 2020-09-22 15:02 UTC  (13+ messages)
` [PATCH v3 1/3] xen-blkback: add a parameter for disabling of "
` [PATCH v3 2/3] xen-blkfront: "
` [PATCH v3 3/3] xen-blkfront: Apply changed parameter name to the document

[PATCH v2 0/2] nbd: improve timeout handling and a fix
 2020-09-22 13:17 UTC  (4+ messages)
` [PATCH v2 1/2] nbd: return -ETIMEDOUT when NBD_DO_IT ioctl returns
` [PATCH v2 2/2] nbd: introduce a client flag to do zero timeout handling

[PATCH v2 0/3] xen-blk(back|front): Let users disable persistent grants
 2020-09-22 12:44 UTC  (12+ messages)
` [PATCH v2 1/3] xen-blkback: add a parameter for disabling of "
` [PATCH v2 2/3] xen-blkfront: "
` [PATCH v2 3/3] xen-blkfront: Apply changed parameter name to the document

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-09-22  9:03 UTC  (10+ messages)

[PATCH 0/3] nbd: improve timeout handling and a fix
 2020-09-22  3:16 UTC  (4+ messages)
` [PATCH 3/3] nbd: introduce a client flag to do zero timeout handling


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