linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 12:46:48 to 2020-09-22 11:27:09 UTC [more...]

[PATCH v2 0/3] xen-blk(back|front): Let users disable persistent grants
 2020-09-22 11:26 UTC  (6+ 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

bdi cleanups v6
 2020-09-22  9:51 UTC  (24+ 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

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

let import_iovec deal with compat_iovecs as well
 2020-09-22  9:01 UTC  (61+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}

[PATCH blktests] block/011: remove and rescan for evicted device
 2020-09-22  8:08 UTC 

[PATCH] xen-blkback: add a parameter for disabling of persistent grants
 2020-09-22  7:57 UTC  (5+ messages)

[RFC] block: enqueue splitted bios into same cpu
 2020-09-22  4:43 UTC  (4+ messages)

[PATCH v2 0/2] nbd: improve timeout handling and a fix
 2020-09-22  3:34 UTC  (3+ 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 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 v3 0/6] dm: fix then improve bio splitting
 2020-09-22  2:32 UTC  (7+ 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()

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

remove blkdev_get as a public API v2
 2020-09-21 21:46 UTC  (17+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk
` [PATCH 02/14] block: cleanup partition scanning in register_disk
` [PATCH 03/14] block: cleanup blkdev_bszset
` [PATCH 04/14] pktcdvd: remove the if 0'ed pkt_start_recovery function
` [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it
` [PATCH 06/14] zram: cleanup backing_dev_store
` [PATCH 07/14] raw: don't keep unopened block device around
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions
` [PATCH 09/14] ocfs2: cleanup o2hb_region_dev_store
` [PATCH 10/14] mm: cleanup claim_swapfile
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 12/14] mm: split swap_type_of
` [PATCH 13/14] PM: mm: cleanup swsusp_swap_check
` [PATCH 14/14] block: mark blkdev_get static

[PATCH 00/14] drop double zeroing
 2020-09-21 16:58 UTC  (3+ messages)
` [PATCH 06/14] block: "

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  (3+ messages)

[PATCHv3 0/4] zoned block device specific errors
 2020-09-21  6:54 UTC  (7+ messages)
` [PATCHv3 1/4] block: add zone specific block statuses
` [PATCHv3 2/4] nvme: translate zone resource errors

[PATCH 0/9] Rework runtime suspend and SCSI domain validation
 2020-09-21  6:00 UTC  (3+ messages)

[PATCH V6 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-09-21  2:22 UTC  (2+ messages)

[PATCH] sgl_alloc_order: memory leak
 2020-09-20 15:29 UTC  (2+ messages)

[RFC PATCH v2 0/2] Documentation/admin-guide: remove use of "rdev"
 2020-09-20 14:55 UTC  (3+ messages)
` [RFC PATCH v2 1/2] Documentation/admin-guide: README & svga: "

[PATCH 0/4] Some improvements for blk throttle
 2020-09-20  9:14 UTC  (5+ messages)
` [PATCH 1/4] blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()
` [PATCH 2/4] blk-throttle: Avoid getting the current time if tg->last_finish_time is 0
` [PATCH 3/4] blk-throttle: Avoid tracking latency if low limit is invalid
` [PATCH 4/4] blk-throttle: Fix IO hang for a corner case

remove blkdev_get as a public API
 2020-09-19  9:06 UTC  (9+ messages)
` [PATCH 02/14] block: switch register_disk to use blkdev_get_by_dev
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 13/14] PM: mm: cleanup swsusp_swap_check

bdi cleanups v4
 2020-09-19  7:31 UTC  (13+ messages)
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag

[PATCH] block-mq: fix comments in blk_mq_queue_tag_busy_iter
 2020-09-19  3:54 UTC 

[PATCH -next v2] nbd: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:52 UTC 

[PATCH -next v2] block: aoe: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:51 UTC 

[PATCH -next v2] rsxx: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:15 UTC 

[PATCH -next] rsxx: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:14 UTC  (5+ messages)

[PATCHSET for-5.10/block] iocost: improve debt forgiveness logic
 2020-09-18 18:41 UTC  (2+ messages)
` [PATCH 6/5] iocost: consider iocgs with active delays for debt forgiveness

[PATCH] zram: Failing to decompress is WARN_ON worthy
 2020-09-18 14:46 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).