linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-25 07:20:23 to 2020-11-26 14:53:58 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 14:53 UTC  (36+ messages)
                  ` [Intel-wired-lan] "

merge struct block_device and struct hd_struct v3
 2020-11-26 14:47 UTC  (47+ messages)
` [PATCH 01/44] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/44] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/44] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/44] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/44] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/44] zram: do not call set_blocksize
` [PATCH 07/44] loop: "
` [PATCH 08/44] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 09/44] dm: remove the block_device reference in struct mapped_device
` [PATCH 10/44] block: remove a duplicate __disk_get_part prototype
` [PATCH 11/44] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 12/44] block: add a bdev_kobj helper
` [PATCH 13/44] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 14/44] block: use put_device in put_disk
` [PATCH 15/44] block: change the hash used for looking up block devices
` [PATCH 16/44] init: refactor name_to_dev_t
` [PATCH 17/44] init: refactor devt_from_partuuid
` [PATCH 18/44] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 19/44] block: refactor __blkdev_put
` [PATCH 20/44] block: refactor blkdev_get
` [PATCH 21/44] block: move bdput() to the callers of __blkdev_get
` [PATCH 22/44] block: opencode devcgroup_inode_permission
` [PATCH 23/44] block: remove i_bdev
` [PATCH 24/44] block: simplify bdev/disk lookup in blkdev_get
` [PATCH 25/44] block: remove ->bd_contains
` [PATCH 26/44] block: simplify the block device claiming interface
` [PATCH 27/44] block: simplify part_to_disk
` [PATCH 28/44] block: initialize struct block_device in bdev_alloc
` [PATCH 29/44] block: remove the nr_sects field in struct hd_struct
` [PATCH 30/44] block: move disk stat accounting to struct block_device
` [PATCH 31/44] block: move the start_sect field "
` [PATCH 32/44] block: move the partition_meta_info "
` [PATCH 33/44] block: move holder_dir "
` [PATCH 34/44] block: move make_it_fail "
` [PATCH 35/44] block: move the policy field "
` [PATCH 36/44] block: allocate struct hd_struct as part of struct bdev_inode
` [PATCH 37/44] block: switch partition lookup to use struct block_device
` [PATCH 38/44] block: remove the partno field from struct hd_struct
` [PATCH 39/44] block: pass a block_device to blk_alloc_devt
` [PATCH 40/44] block: pass a block_device to invalidate_partition
` [PATCH 41/44] block: switch disk_part_iter_* to use a struct block_device
` [PATCH 42/44] f2fs: remove a few bd_part checks
` [PATCH 43/44] block: merge struct block_device and struct hd_struct
` [PATCH 44/44] block: stop using bdget_disk for partition 0

[PATCH] block/rnbd: server: Fix error return code in rnbd_srv_create_dev_sysfs()
 2020-11-26 14:04 UTC  (2+ messages)

[PATCH v2 for-next 0/4] optimise sbitmap deferred clear
 2020-11-26 13:44 UTC  (4+ messages)
` [PATCH v2 2/4] sbitmap: remove swap_lock

[PATCH 0/2] optimise bvec/bio iteration
 2020-11-26 12:32 UTC  (6+ messages)
` [PATCH 1/2] block: optimise for_each_bvec() advance
` [PATCH 2/2] bio: optimise bvec iteration

[PATCH v5 0/2] fix inaccurate io_ticks
 2020-11-26 11:23 UTC  (8+ messages)

[PATCH for-next 0/8] update for rnbd
 2020-11-26 10:47 UTC  (9+ messages)
` [PATCH for-next 1/8] block/rnbd-clt: Make path parameter optional for map_device
` [PATCH for-next 2/8] block/rnbd-clt: support mapping two devices with the same name from different servers
` [PATCH for-next 3/8] Documentation/ABI/rnbd-clt: fix typo in sysfs-class-rnbd-client
` [PATCH for-next 4/8] Documentation/ABI/rnbd-clt: session name is appended to the device path
` [PATCH for-next 5/8] block/rnbd-srv: close a mapped device from server side
` [PATCH for-next 6/8] Documentation/ABI/rnbd-srv: add document for force_close
` [PATCH for-next 7/8] block/rnbd: call kobject_put in the failure path
` [PATCH for-next 8/8] block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name

cleanup updating the size of block devices v3
 2020-11-26  9:59 UTC  (6+ messages)
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize

[PATCH] blk-mq: Make running from the wrong CPU less scary
 2020-11-26  9:51 UTC 

[PATCH] block: fix inflight statistics of part0
 2020-11-26  9:48 UTC 

[PATCH v9] block: disable iopoll for split bio
 2020-11-26  9:26 UTC  (2+ messages)

[PATCH 0/9] nvmet: add genblk ZBD backend
 2020-11-26  9:06 UTC  (18+ messages)
` [PATCH 1/9] block: export __bio_iov_append_get_pages()
` [PATCH 2/9] nvmet: add ZNS support for bdev-ns
` [PATCH 3/9] nvmet: trim down id-desclist to use req->ns
` [PATCH 4/9] nvmet: add NVME_CSI_ZNS in ns-desc for zbdev
` [PATCH 5/9] nvmet: add cns-cs-ctrl in id-ctrl for ZNS bdev
` [PATCH 6/9] nvmet: add cns-cs-ns "
` [PATCH 7/9] nvmet: add zns cmd effects to support zbdev
` [PATCH 8/9] nvmet: add zns bdev config support
` [PATCH 9/9] nvmet: add ZNS based I/O cmds handlers

[PATCH v6] zram: break the strict dependency from lzo
 2020-11-26  8:55 UTC  (3+ messages)

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

[PATCH v4 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries
 2020-11-26  8:28 UTC  (3+ messages)
` [PATCH v4 1/2] genirq/irqdomain: Add an irq_create_mapping_affinity() function
` [PATCH v4 2/2] powerpc/pseries: Pass MSI affinity to irq_create_mapping()

[PATCH v2 0/5] Some cleanups and improvements for blk-iocost
 2020-11-26  8:16 UTC  (6+ messages)
` [PATCH v2 1/5] blk-iocost: Fix some typos in comments
` [PATCH v2 2/5] blk-iocost: Remove unnecessary advance declaration
` [PATCH v2 3/5] blk-iocost: Move the usage ratio calculation to the correct place
` [PATCH v2 4/5] blk-iocost: Factor out the active iocgs' state check into a separate function
` [PATCH v2 5/5] blk-iocost: Factor out the base vrate change "

merge struct block_device and struct hd_struct v2
 2020-11-26  8:16 UTC  (25+ messages)
` [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/45] zram: remove the claim mechanism
` [PATCH 08/45] loop: do not call set_blocksize
` [PATCH 12/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 23/45] block: remove i_bdev
` [PATCH 25/45] block: reference struct block_device from struct hd_struct

[PATCH v8] block: disable iopoll for split bio
 2020-11-26  7:21 UTC  (3+ messages)

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

[PATCH v3 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries
 2020-11-26  3:22 UTC  (9+ messages)
` [PATCH v3 1/2] genirq/irqdomain: Add an irq_create_mapping_affinity() function
` [PATCH v3 2/2] powerpc/pseries: pass MSI affinity to irq_create_mapping()

[PATCH] blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_DEV_THROTTLING_LOW is off
 2020-11-26  3:18 UTC 

[PATCH v7] block: disable iopoll for split bio
 2020-11-26  2:15 UTC  (3+ messages)

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-11-25 22:15 UTC  (6+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit

[PATCH] block: remove unused BIO_SPLIT_ENTRIES
 2020-11-25 18:12 UTC  (2+ messages)

[PATCH] common/rc: confirm pcie hotplug capabilities
 2020-11-25 15:49 UTC 

[PATCH v2 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries
 2020-11-25 15:00 UTC  (9+ messages)
` [PATCH v2 1/2] genirq: add an irq_create_mapping_affinity() function
` [PATCH v2 2/2] powerpc/pseries: pass MSI affinity to irq_create_mapping()

[PATCH 0/7] Some cleanups and improvements for blk-iocost
 2020-11-25 14:35 UTC  (21+ 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 "

[RFC PATCH] blk-cgroup: prevent rcu_sched detected stalls warnings in blkg_destroy_all()
 2020-11-25 12:53 UTC  (4+ messages)

merge struct block_device and struct hd_struct
 2020-11-25 12:09 UTC  (5+ messages)
` [PATCH 11/20] block: reference struct block_device from "

[PATCH v6] block: disable iopoll for split bio
 2020-11-25  9:52 UTC  (9+ messages)

[PATCH blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement
 2020-11-25  7:36 UTC  (11+ 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 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries
 2020-11-25  7:30 UTC  (4+ messages)
` [PATCH 1/2] genirq: add an affinity parameter to irq_create_mapping()


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