linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 08:08:01 to 2020-09-23 15:18:31 UTC [more...]

[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  (24+ messages)
` [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

[PATCH] block: fix bmd->is_null_mapped initialization
 2020-09-23 15:07 UTC 

let import_iovec deal with compat_iovecs as well v3
 2020-09-23 14:59 UTC  (17+ 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

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 for 5.11 00/12] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-09-23  7:59 UTC  (24+ 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

[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/6] dm: fix then improve bio splitting
 2020-09-22 19:30 UTC  (9+ messages)
` [PATCH v3 1/6] dm: fix bio splitting and its bio completion order for regular IO
` [PATCH v3 2/6] dm: fix comment in dm_process_bio()
` [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 v3 5/6] dm table: stack 'chunk_sectors' limit to account for target-specific splitting
` [PATCH v3 6/6] dm: change max_io_len() to use blk_max_size_offset()

remove blkdev_get as a public API v2
 2020-09-22 15:18 UTC  (6+ messages)
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode

[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] xen-blkback: add a parameter for disabling of persistent grants
 2020-09-22  7:57 UTC  (5+ messages)

[PATCH 0/3] nbd: improve timeout handling and a fix
 2020-09-22  3:16 UTC  (9+ messages)
` [PATCH 1/3] nbd: return -ETIMEDOUT when NBD_DO_IT ioctl returns
` [PATCH 2/3] nbd: unify behavior in timeout no matter how many sockets is configured
` [PATCH 3/3] nbd: introduce a client flag to do zero timeout handling

[PATCH 0/3] add support for inline encryption to device mapper
 2020-09-22  0:49 UTC  (7+ messages)
` [PATCH 1/3] block: keyslot-manager: Introduce passthrough keyslot manager
` [PATCH 2/3] dm: add support for passing through inline crypto support
` [PATCH 3/3] dm: enable may_passthrough_inline_crypto on some targets

[PATCH blktests 00/11] NVMe Target Passthru Block Tests
 2020-09-21 23:29 UTC  (2+ messages)

let import_iovec deal with compat_iovecs as well
 2020-09-21 16:31 UTC  (17+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (25+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH -next] rsxx: simplify the return expression of rsxx_save_config()
 2020-09-21 13:10 UTC 

[PATCH] lib/scatterlist: Fix memory leak in sgl_alloc_order()
 2020-09-21  8:37 UTC  (2+ messages)


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