messages from 2020-11-16 15:06:17 to 2020-11-26 10:00:09 UTC [more...]
cleanup updating the size of block devices v3
2020-11-26 9:59 UTC (79+ messages)
` [PATCH 28/78] md: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 30/78] block: don't call into the driver for BLKROSET
` [PATCH 31/78] loop: use set_disk_ro
` [PATCH 32/78] block: remove set_device_ro
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
` [PATCH 34/78] block: propagate BLKROSET to all partitions
` [PATCH 39/78] block: add an optional probe callback to major_names
` [PATCH 40/78] ide: remove ide_{,un}register_region
` [PATCH 41/78] swim: don't call blk_register_region
` [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 43/78] brd: use __register_blkdev to allocate devices on demand
` [PATCH 44/78] loop: "
` [PATCH 45/78] md: "
` [PATCH 46/78] ide: switch to __register_blkdev for command set probing
` [PATCH 47/78] floppy: use a separate gendisk for each media format
` [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 49/78] ataflop: use a separate gendisk for each media format
` [PATCH 50/78] z2ram: reindent
` [PATCH 51/78] z2ram: use separate gendisk for the different modes
` [PATCH 52/78] block: switch gendisk lookup to a simple xarray
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 54/78] block: remove a duplicate __disk_get_part prototype
` [PATCH 55/78] block: change the hash used for looking up block devices
` [PATCH 56/78] init: refactor name_to_dev_t
` [PATCH 57/78] init: refactor devt_from_partuuid
` [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize
` [PATCH 62/78] loop: "
` [PATCH 63/78] bcache: remove a superflous lookup_bdev all
` [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 65/78] dm: remove the block_device reference in struct mapped_device
` [PATCH 66/78] block: keep a block_device reference for each hd_struct
` [PATCH 67/78] block: simplify the block device claiming interface
` [PATCH 68/78] block: remove ->bd_contains
` [PATCH 69/78] block: remove the nr_sects field in struct hd_struct
` [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 75/78] block: stop using bdget_disk for partition 0
` [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently
` [PATCH 77/78] fs: simplify the get_super_thawed interface
` [PATCH 78/78] block: remove i_bdev
[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 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 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 v11] nvme-fabrics: reject I/O to offline device
2020-11-26 1:56 UTC (4+ messages)
[PATCH 0/7] RFC patch series - NVMeTCP Offload ULP
2020-11-26 1:55 UTC (13+ messages)
` [PATCH 1/7] nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP
` [PATCH 2/7] nvme-fabrics: Move NVMF_ALLOWED_OPTS and NVMF_REQUIRED_OPTS definitions
` [PATCH 3/7] nvme-tcp-offload: Add device scan implementation
` [PATCH 4/7] nvme-tcp-offload: Add controller level implementation
` [PATCH 5/7] nvme-tcp-offload: Add controller level error recovery implementation
` [PATCH 6/7] nvme-tcp-offload: Add queue level implementation
` [PATCH 7/7] nvme-tcp-offload: Add IO "
[PATCH 0/7] RFC patch series - NVMeTCP Offload ULP
2020-11-26 1:19 UTC
[PATCH 1/1] nvmet: make sure discovery change log event is protected
2020-11-26 0:50 UTC (3+ messages)
[PATCH AUTOSEL 4.14 08/12] nvme: free sq/cq dbbuf pointers when dbbuf set fails
2020-11-25 15:37 UTC
[PATCH AUTOSEL 4.19 10/15] nvme: free sq/cq dbbuf pointers when dbbuf set fails
2020-11-25 15:37 UTC
[PATCH AUTOSEL 5.4 14/23] nvme: free sq/cq dbbuf pointers when dbbuf set fails
2020-11-25 15:36 UTC
[PATCH AUTOSEL 5.9 15/33] nvme: free sq/cq dbbuf pointers when dbbuf set fails
2020-11-25 15:35 UTC
[PATCH blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement
2020-11-25 7:36 UTC (18+ 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 0/3] blk-mq/nvme-loop: use nvme-loop's lock class for addressing lockdep false positive warning
2020-11-25 1:31 UTC (12+ messages)
` [PATCH 1/3] blk-mq: add new API of blk_mq_hctx_set_fq_lock_class
` [PATCH 2/3] nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock class
` [PATCH 3/3] Revert "block: Fix a lockdep complaint triggered by request queue flushing"
` [PATCH V2 "
[PATCH] [PATCH] Adding offset keeping option when mapping data via SWIOTLB
2020-11-24 21:46 UTC (3+ messages)
[PATCH v10] nvme-fabrics: reject I/O to offline device
2020-11-24 18:39 UTC (3+ messages)
[PATCH] nvme-core: get rid of the extra space
2020-11-24 9:19 UTC (3+ messages)
[PATCH v2 0/3] nvme-fc: clean up error recovery implementation
2020-11-23 21:44 UTC (4+ messages)
` [PATCH v2 2/3] nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery
[PATCH] nvme-core: update NS Attr Changed AEN handling for ANA group
2020-11-23 19:43 UTC (13+ messages)
[PATCH v2] nvme: Cache DMA descriptors to prevent corruption
2020-11-20 14:29 UTC (3+ messages)
[PATCH v9] nvme-fabrics: reject I/O to offline device
2020-11-20 13:09 UTC (6+ messages)
[PATCH] nvme: Cache DMA descriptors to prevent corruption
2020-11-20 1:09 UTC (3+ messages)
[PATCH] nvme: Boot as soon as the boot controller has been probed
2020-11-19 20:18 UTC (6+ messages)
[linux-nvme:nvme-5.11] BUILD SUCCESS f9706b8c16a36e031551bc00a89d24bbd4fddd3e
2020-11-19 20:05 UTC
[GIT PULL] nvme fixes for 5.10
2020-11-19 16:23 UTC (2+ messages)
[PATCH] nvmet: remove unused ctrl->cqs
2020-11-19 8:00 UTC (2+ messages)
[PATCH v4 00/19] blkcg:Support to track FC storage blk io traffic
2020-11-18 9:39 UTC (4+ messages)
` [PATCH v4 02/19] blkcg: Added a app identifier support for blkcg
nvme: subsystem handle not released on hot removal under raid1 configuration and multipath enabled
2020-11-17 17:12 UTC (3+ messages)
[PATCH] nvme: fix memory leak freeing command effects
2020-11-17 15:26 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox