linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 07:58:41 to 2020-11-24 12:50:34 UTC [more...]

[PATCH 00/29] RFC: iov_iter: Switch to using an ops table
 2020-11-24 12:50 UTC  (45+ messages)
` [PATCH 01/29] iov_iter: Switch to using a table of operations
` [PATCH 02/29] iov_iter: Split copy_page_to_iter()
` [PATCH 03/29] iov_iter: Split iov_iter_fault_in_readable
` [PATCH 04/29] iov_iter: Split the iterate_and_advance() macro
` [PATCH 05/29] iov_iter: Split copy_to_iter()
` [PATCH 06/29] iov_iter: Split copy_mc_to_iter()
` [PATCH 07/29] iov_iter: Split copy_from_iter()
` [PATCH 08/29] iov_iter: Split the iterate_all_kinds() macro
` [PATCH 09/29] iov_iter: Split copy_from_iter_full()
` [PATCH 10/29] iov_iter: Split copy_from_iter_nocache()
` [PATCH 11/29] iov_iter: Split copy_from_iter_flushcache()
` [PATCH 12/29] iov_iter: Split copy_from_iter_full_nocache()
` [PATCH 13/29] iov_iter: Split copy_page_from_iter()
` [PATCH 14/29] iov_iter: Split iov_iter_zero()
` [PATCH 15/29] iov_iter: Split copy_from_user_atomic()
` [PATCH 16/29] iov_iter: Split iov_iter_advance()
` [PATCH 17/29] iov_iter: Split iov_iter_revert()
` [PATCH 18/29] iov_iter: Split iov_iter_single_seg_count()
` [PATCH 19/29] iov_iter: Split iov_iter_alignment()
` [PATCH 20/29] iov_iter: Split iov_iter_gap_alignment()
` [PATCH 21/29] iov_iter: Split iov_iter_get_pages()
` [PATCH 22/29] iov_iter: Split iov_iter_get_pages_alloc()
` [PATCH 23/29] iov_iter: Split csum_and_copy_from_iter()
` [PATCH 24/29] iov_iter: Split csum_and_copy_from_iter_full()
` [PATCH 25/29] iov_iter: Split csum_and_copy_to_iter()
` [PATCH 26/29] iov_iter: Split iov_iter_npages()
` [PATCH 27/29] iov_iter: Split dup_iter()
` [PATCH 28/29] iov_iter: Split iov_iter_for_each_range()
` [PATCH 29/29] iov_iter: Remove iterate_all_kinds() and iterate_and_advance()

merge struct block_device and struct hd_struct
 2020-11-24 12:26 UTC  (30+ messages)
` [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 07/20] init: refactor name_to_dev_t
` [PATCH 11/20] block: reference struct block_device from struct hd_struct
` [PATCH 13/20] block: remove ->bd_contains
` [PATCH 14/20] block: remove the nr_sects field in struct hd_struct
` [PATCH 15/20] block: merge struct block_device and "
` [PATCH 17/20] filemap: consistently use ->f_mapping over ->i_mapping

[PATCH 0/9] relay: cleanup and const callbacks, take 2
 2020-11-24 11:56 UTC  (8+ messages)
` [PATCH 4/9] relay: allow the use of const callback structs
    ` [PATCH v3] "
` [PATCH 9/9] blktrace: make relay callbacks const

[PATCH 5.11] block: optimise for_each_bvec() advance
 2020-11-24 11:37 UTC  (3+ messages)

[PATCH v4 0/2] block, iomap: disable iopoll for split bio
 2020-11-24 11:25 UTC  (8+ messages)
` [PATCH v4 1/2] block: "
` [PATCH v4 2/2] block,iomap: disable iopoll when split needed

[PATCH v5] block: disable iopoll for split bio
 2020-11-24 11:21 UTC  (2+ messages)

[PATCH v3 0/9] Rework runtime suspend and SCSI domain validation
 2020-11-24  9:49 UTC  (17+ messages)
` [PATCH v3 1/9] block: Fix a race in the runtime power management code
` [PATCH v3 2/9] ide: Do not set the RQF_PREEMPT flag for sense requests
` [PATCH v3 3/9] scsi: Pass a request queue pointer to __scsi_execute()
` [PATCH v3 4/9] scsi: Inline scsi_mq_alloc_queue()
` [PATCH v3 5/9] scsi: Do not wait for a request in scsi_eh_lock_door()
` [PATCH v3 6/9] scsi_transport_spi: Make spi_execute() accept a request queue pointer
` [PATCH v3 7/9] scsi_transport_spi: Freeze request queues instead of quiescing
` [PATCH v3 8/9] block, scsi, ide: Only process PM requests if rpm_status != RPM_ACTIVE
` [PATCH v3 9/9] block: Do not accept any requests while suspended

[REF PATCH] block/loop: remove unused range
 2020-11-24  5:13 UTC 

[PATCH 0/7] Some cleanups and improvements for blk-iocost
 2020-11-24  3:33 UTC  (8+ messages)
` [PATCH 1/7] blk-iocost: Fix some typos in comments
` [PATCH 2/7] blk-iocost: Remove unnecessary advance declaration
` [PATCH 3/7] blk-iocost: Just open code the q_name()
` [PATCH 4/7] blk-iocost: Add a flag to indicate if need update hwi
` [PATCH 5/7] blk-iocost: Move the usage ratio calculation to the correct place
` [PATCH 6/7] blk-iocost: Factor out the active iocgs' state check into a separate function
` [PATCH 7/7] blk-iocost: Factor out the base vrate change "

[PATCH blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement
 2020-11-24  3:29 UTC  (10+ messages)
` [PATCH blktests 1/5] tests/srp/rc: update the ib_srpt module name
` [PATCH blktests 2/5] tests/nvmeof-mp/rc: run nvmeof-mp tests if we set multipath=N
` [PATCH blktests 3/5] tests/nvmeof-mp/012: fix the schedulers list
` [PATCH blktests 4/5] common/rc: _have_iproute2 fix for "ip -V" change
` [PATCH blktests 5/5] common/multipath-over-rdma: allow to set use_siw

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-24  2:48 UTC  (40+ messages)
` [PATCH 027/141] drbd: "
` [PATCH 032/141] floppy: "
` [PATCH 058/141] xen-blkfront: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[PATCH 1/6] relay: allow the use of const callback structs
 2020-11-23 18:01 UTC  (3+ messages)

WARNING in nbd_config_put
 2020-11-23 10:05 UTC 

[PATCH 1/2] block: update documentation for blk_rq_timeout()
 2020-11-23  8:12 UTC  (2+ messages)
` [PATCH 2/2] block: fix kerneldoc typos

[RFC] Reliable Multicast on top of RTRS
 2020-11-22 16:16 UTC  (10+ messages)

[PATCH v2 for-next 0/4] optimise sbitmap deferred clear
 2020-11-22 15:35 UTC  (5+ messages)
` [PATCH v2 1/4] sbitmap: optimise sbitmap_deferred_clear()
` [PATCH v2 2/4] sbitmap: remove swap_lock
` [PATCH v2 3/4] sbitmap: replace CAS with atomic and
` [PATCH v2 4/4] sbitmap: simplify wrap check

[PATCH] block: cleanup kstrto*() usage
 2020-11-22 12:26 UTC 

[PATCH v6] zram: break the strict dependency from lzo
 2020-11-22  9:50 UTC 

[PATCH v5] zram: break the strict dependency from lzo
 2020-11-22  9:40 UTC  (6+ messages)

[RFC PATCH] blk-cgroup: prevent rcu_sched detected stalls warnings in blkg_destroy_all()
 2020-11-21  8:34 UTC 

[GIT PULL] Block fixes for 5.10-rc
 2020-11-21  0:29 UTC  (2+ messages)

[PATCH for-next 0/2] optimise sbitmap deferred clear
 2020-11-21  0:01 UTC  (3+ messages)
` [PATCH 1/2] sbitmap: optimise sbitmap_deferred_clear()
` [PATCH 2/2] sbitmap: remove swap_lock

[PATCHSET for-5.10/block] blk-iocost: iocost: improve donation, debt and excess handling
 2020-11-20 22:13 UTC  (4+ messages)
` [PATCH 03/27] blk-iocost: use local[64]_t for percpu stat

[PATCH] block: don't ignore REQ_NOWAIT for direct IO
 2020-11-20 19:13 UTC  (3+ messages)

[PATCH v2] block/keyslot-manager: prevent crash when num_slots=1
 2020-11-20 18:53 UTC  (3+ messages)

[PATCH v2 0/2] optimise iov_iter
 2020-11-20 17:23 UTC  (19+ messages)
` [PATCH v2 1/2] iov_iter: optimise iov_iter_npages for bvec

[PATCH] blk-settings: make sure that max_sectors is aligned on "logical_block_size" boundary
 2020-11-20 14:19 UTC  (4+ messages)
            ` [dm-devel] "
            ` [PATCH v2] "

[PATCH] dm verity: correcting logic used with corrupted_errs counter
 2020-11-20 13:06 UTC 

[PATCH] dm-settings: fix a possible integer overflow in blk_queue_max_hw_sectors
 2020-11-20  9:55 UTC 

cleanup updating the size of block devices v3
 2020-11-20  8:58 UTC  (11+ messages)
` [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex
` [PATCH 71/78] block: add a bdev_kobj helper
` [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 73/78] block: use put_device in put_disk
` [PATCH 74/78] block: merge struct block_device and struct hd_struct

[PATCH v1 2/3] megaraid_sas: iouring iopoll support
 2020-11-20  8:32 UTC  (3+ 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).