Linux Block Development
[Prev Page][Next Page]
[PATCH V3 0/9] nvmet: add ZBD backend support,
Chaitanya Kulkarni
- [PATCH V3 1/9] block: export __bio_iov_append_get_pages(), Chaitanya Kulkarni
- [PATCH V3 2/9] nvmet: add ZNS support for bdev-ns, Chaitanya Kulkarni
- [PATCH V3 3/9] nvmet: trim down id-desclist to use req->ns, Chaitanya Kulkarni
- [PATCH V3 4/9] nvmet: add NVME_CSI_ZNS in ns-desc for zbdev, Chaitanya Kulkarni
- [PATCH V3 5/9] nvmet: add cns-cs-ctrl in id-ctrl for ZNS bdev, Chaitanya Kulkarni
- [PATCH V3 8/9] nvmet: add zns bdev config support, Chaitanya Kulkarni
- [PATCH V3 6/9] nvmet: add cns-cs-ns in id-ctrl for ZNS bdev, Chaitanya Kulkarni
- [PATCH V3 7/9] nvmet: add zns cmd effects to support zbdev, Chaitanya Kulkarni
- [PATCH V3 9/9] nvmet: add ZNS based I/O cmds handlers, Chaitanya Kulkarni
- Re: [PATCH V3 0/9] nvmet: add ZBD backend support, Damien Le Moal
[PATCH v2] iosched: Add i10 I/O Scheduler,
Rachit Agarwal
Re: ❌ FAIL: Test report for kernel 5.10.0-rc5 (block),
Veronika Kabatova
block tracepoint cleanups,
Christoph Hellwig
[PATCH] block: revert to using min_not_zero() when stacking chunk_sectors,
Mike Snitzer
[Race] data race between blkdev_ioctl() and generic_fadvise(),
Gong, Sishuai
[bug report] Hang on sync after dd,
John Garry
[PATCH v2] blk-mq: Remove 'running from the wrong CPU' warning,
Daniel Wagner
[PATCH] drivers/lightnvm: fix a null-ptr-deref bug in pblk-core.c,
tangzhenhao
[RFC] blk-mq/scsi: deadlock found on usb driver,
Yufen Yu
[PATCH v4 0/9] Rework runtime suspend and SPI domain validation,
Bart Van Assche
- [PATCH v4 1/9] block: Fix a race in the runtime power management code, Bart Van Assche
- [PATCH v4 3/9] ide: Do not set the RQF_PREEMPT flag for sense requests, Bart Van Assche
- [PATCH v4 2/9] block: Introduce BLK_MQ_REQ_PM, Bart Van Assche
- [PATCH v4 5/9] scsi: Do not wait for a request in scsi_eh_lock_door(), Bart Van Assche
- [PATCH v4 6/9] scsi_transport_spi: Set RQF_PM for domain validation commands, Bart Van Assche
- [PATCH v4 4/9] ide: Mark power management requests with RQF_PM instead of RQF_PREEMPT, Bart Van Assche
- [PATCH v4 7/9] scsi: Only process PM requests if rpm_status != RPM_ACTIVE, Bart Van Assche
- [PATCH v4 8/9] block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT, Bart Van Assche
- [PATCH v4 9/9] block: Do not accept any requests while suspended, Bart Van Assche
- Re: [PATCH v4 0/9] Rework runtime suspend and SPI domain validation, Martin K. Petersen
- Re: [PATCH v4 0/9] Rework runtime suspend and SPI domain validation, Martin K. Petersen
[PATCH] block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init,
chenlei0x
[PATCH 0/3] cleanups/fix for blk_mq_get_tag(),
Pavel Begunkov
split hard read-only vs read-only policy v2,
Christoph Hellwig
[RFC PATCH] blk-iocost: Optimize the ioc_refreash_vrate() function,
Baolin Wang
merge struct block_device and struct hd_struct v4,
Christoph Hellwig
- [PATCH 06/45] zram: do not call set_blocksize, Christoph Hellwig
- [PATCH 08/45] dm: simplify flush_bio initialization in __send_empty_flush, Christoph Hellwig
- [PATCH 21/45] block: refactor blkdev_get, Christoph Hellwig
- [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal, Christoph Hellwig
- [PATCH 22/45] block: move bdput() to the callers of __blkdev_get, Christoph Hellwig
- [PATCH 25/45] block: simplify bdev/disk lookup in blkdev_get, Christoph Hellwig
- [PATCH 17/45] init: refactor name_to_dev_t, Christoph Hellwig
- [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed, Christoph Hellwig
- [PATCH 30/45] block: remove the nr_sects field in struct hd_struct, Christoph Hellwig
- [PATCH 33/45] block: move the partition_meta_info to struct block_device, Christoph Hellwig
- [PATCH 32/45] block: move the start_sect field to struct block_device, Christoph Hellwig
- [PATCH 11/45] block: remove a superflous check in blkpg_do_ioctl, Christoph Hellwig
- [PATCH 26/45] block: remove ->bd_contains, Christoph Hellwig
- [PATCH 23/45] block: opencode devcgroup_inode_permission, Christoph Hellwig
- [PATCH 07/45] loop: do not call set_blocksize, Christoph Hellwig
- [PATCH 20/45] block: refactor __blkdev_put, Christoph Hellwig
- [PATCH 15/45] block: change the hash used for looking up block devices, Christoph Hellwig
- [PATCH 27/45] block: simplify the block device claiming interface, Christoph Hellwig
- [PATCH 01/45] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats, Christoph Hellwig
- [PATCH 28/45] block: simplify part_to_disk, Christoph Hellwig
- [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev, Christoph Hellwig
- [PATCH 29/45] block: initialize struct block_device in bdev_alloc, Christoph Hellwig
- [PATCH 13/45] block: use disk_part_iter_exit in disk_part_iter_next, Christoph Hellwig
- [PATCH 31/45] block: move disk stat accounting to struct block_device, Christoph Hellwig
- [PATCH 16/45] block: switch bdgrab to use igrab, Christoph Hellwig
- [PATCH 14/45] block: use put_device in put_disk, Christoph Hellwig
- [PATCH 24/45] block: remove i_bdev, Christoph Hellwig
- [PATCH 10/45] block: remove a duplicate __disk_get_part prototype, Christoph Hellwig
- [PATCH 35/45] block: move make_it_fail to struct block_device, Christoph Hellwig
- [PATCH 09/45] dm: remove the block_device reference in struct mapped_device, Christoph Hellwig
- [PATCH 18/45] init: refactor devt_from_partuuid, Christoph Hellwig
- [PATCH 12/45] block: add a bdev_kobj helper, Christoph Hellwig
- [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label, Christoph Hellwig
- [PATCH 34/45] block: move holder_dir to struct block_device, Christoph Hellwig
- [PATCH 36/45] block: move the policy field to struct block_device, Christoph Hellwig
- [PATCH 37/45] block: allocate struct hd_struct as part of struct bdev_inode, Christoph Hellwig
- [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping, Christoph Hellwig
- [PATCH 38/45] block: switch partition lookup to use struct block_device, Christoph Hellwig
- [PATCH 39/45] block: remove the partno field from struct hd_struct, Christoph Hellwig
- [PATCH 40/45] block: pass a block_device to blk_alloc_devt, Christoph Hellwig
- [PATCH 45/45] block: stop using bdget_disk for partition 0, Christoph Hellwig
- [PATCH 44/45] block: merge struct block_device and struct hd_struct, Christoph Hellwig
- [PATCH 42/45] block: switch disk_part_iter_* to use a struct block_device, Christoph Hellwig
- [PATCH 41/45] block: pass a block_device to invalidate_partition, Christoph Hellwig
- [PATCH 43/45] f2fs: remove a few bd_part checks, Christoph Hellwig
- Re: merge struct block_device and struct hd_struct v4, Christoph Hellwig
[GIT PULL] Block fix for 5.10-rc,
Jens Axboe
Re: [PATCH] block/rnbd: Adding name to the Contributors List,
Jinpu Wang
[PATCH] block: fix a unsigned integer overflow which could bypass check, Changming
[PATCH 1/2] ALSA: ppc: drop if block with always false condition,
Uwe Kleine-König
[PATCH V1] block: Fix use-after-free while iterating over requests,
Pradeep P V K
merge struct block_device and struct hd_struct v3,
Christoph Hellwig
- [PATCH 01/44] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats, Christoph Hellwig
- [PATCH 02/44] filemap: consistently use ->f_mapping over ->i_mapping, Christoph Hellwig
- [PATCH 03/44] fs: remove get_super_thawed and get_super_exclusive_thawed, Christoph Hellwig
- [PATCH 06/44] zram: do not call set_blocksize, Christoph Hellwig
- [PATCH 04/44] fs: simplify freeze_bdev/thaw_bdev, Christoph Hellwig
- [PATCH 07/44] loop: do not call set_blocksize, Christoph Hellwig
- [PATCH 05/44] mtip32xx: remove the call to fsync_bdev on removal, Christoph Hellwig
- [PATCH 10/44] block: remove a duplicate __disk_get_part prototype, Christoph Hellwig
- [PATCH 09/44] dm: remove the block_device reference in struct mapped_device, Christoph Hellwig
- [PATCH 12/44] block: add a bdev_kobj helper, Christoph Hellwig
- [PATCH 13/44] block: use disk_part_iter_exit in disk_part_iter_next, Christoph Hellwig
- [PATCH 11/44] block: remove a superflous check in blkpg_do_ioctl, Christoph Hellwig
- [PATCH 08/44] dm: simplify flush_bio initialization in __send_empty_flush, Christoph Hellwig
- [PATCH 14/44] block: use put_device in put_disk, Christoph Hellwig
- [PATCH 15/44] block: change the hash used for looking up block devices, Christoph Hellwig
- [PATCH 17/44] init: refactor devt_from_partuuid, Christoph Hellwig
- [PATCH 16/44] init: refactor name_to_dev_t, Christoph Hellwig
- [PATCH 18/44] init: cleanup match_dev_by_uuid and match_dev_by_label, Christoph Hellwig
- [PATCH 19/44] block: refactor __blkdev_put, Christoph Hellwig
- [PATCH 20/44] block: refactor blkdev_get, Christoph Hellwig
- [PATCH 21/44] block: move bdput() to the callers of __blkdev_get, Christoph Hellwig
- [PATCH 26/44] block: simplify the block device claiming interface, Christoph Hellwig
- [PATCH 23/44] block: remove i_bdev, Christoph Hellwig
- [PATCH 22/44] block: opencode devcgroup_inode_permission, Christoph Hellwig
- [PATCH 27/44] block: simplify part_to_disk, Christoph Hellwig
- [PATCH 25/44] block: remove ->bd_contains, Christoph Hellwig
- [PATCH 24/44] block: simplify bdev/disk lookup in blkdev_get, Christoph Hellwig
- [PATCH 28/44] block: initialize struct block_device in bdev_alloc, Christoph Hellwig
- [PATCH 32/44] block: move the partition_meta_info to struct block_device, Christoph Hellwig
- [PATCH 30/44] block: move disk stat accounting to struct block_device, Christoph Hellwig
- [PATCH 29/44] block: remove the nr_sects field in struct hd_struct, Christoph Hellwig
- [PATCH 33/44] block: move holder_dir to struct block_device, Christoph Hellwig
- [PATCH 31/44] block: move the start_sect field to struct block_device, Christoph Hellwig
- [PATCH 36/44] block: allocate struct hd_struct as part of struct bdev_inode, Christoph Hellwig
- [PATCH 37/44] block: switch partition lookup to use struct block_device, Christoph Hellwig
- [PATCH 39/44] block: pass a block_device to blk_alloc_devt, Christoph Hellwig
- [PATCH 35/44] block: move the policy field to struct block_device, Christoph Hellwig
- [PATCH 34/44] block: move make_it_fail to struct block_device, Christoph Hellwig
- [PATCH 40/44] block: pass a block_device to invalidate_partition, Christoph Hellwig
- [PATCH 41/44] block: switch disk_part_iter_* to use a struct block_device, Christoph Hellwig
- [PATCH 44/44] block: stop using bdget_disk for partition 0, Christoph Hellwig
- [PATCH 38/44] block: remove the partno field from struct hd_struct, Christoph Hellwig
- [PATCH 43/44] block: merge struct block_device and struct hd_struct, Christoph Hellwig
- [PATCH 42/44] f2fs: remove a few bd_part checks, Christoph Hellwig
[PATCH for-next 0/8] update for rnbd,
Jack Wang
- [PATCH for-next 1/8] block/rnbd-clt: Make path parameter optional for map_device, Jack Wang
- [PATCH for-next 2/8] block/rnbd-clt: support mapping two devices with the same name from different servers, Jack Wang
- [PATCH for-next 3/8] Documentation/ABI/rnbd-clt: fix typo in sysfs-class-rnbd-client, Jack Wang
- [PATCH for-next 4/8] Documentation/ABI/rnbd-clt: session name is appended to the device path, Jack Wang
- [PATCH for-next 5/8] block/rnbd-srv: close a mapped device from server side., Jack Wang
- [PATCH for-next 6/8] Documentation/ABI/rnbd-srv: add document for force_close, Jack Wang
- [PATCH for-next 8/8] block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name, Jack Wang
- [PATCH for-next 7/8] block/rnbd: call kobject_put in the failure path, Jack Wang
- Re: [PATCH for-next 0/8] update for rnbd, Jinpu Wang
- Re: [PATCH for-next 0/8] update for rnbd, Jens Axboe
[PATCH] blk-mq: Make running from the wrong CPU less scary,
Daniel Wagner
[PATCH] block: fix inflight statistics of part0,
Jeffle Xu
[PATCH v9] block: disable iopoll for split bio,
Jeffle Xu
[PATCH V3 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement,
Yi Zhang
[PATCH v4 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries,
Laurent Vivier
[PATCH v2 0/5] Some cleanups and improvements for blk-iocost,
Baolin Wang
[PATCH] blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_DEV_THROTTLING_LOW is off,
Yu Kuai
[PATCH 0/9] nvmet: add genblk ZBD backend,
Chaitanya Kulkarni
[PATCH 3/9] nvmet: trim down id-desclist to use req->ns, Chaitanya Kulkarni
[PATCH 4/9] nvmet: add NVME_CSI_ZNS in ns-desc for zbdev, Chaitanya Kulkarni
[PATCH 5/9] nvmet: add cns-cs-ctrl in id-ctrl for ZNS bdev, Chaitanya Kulkarni
[PATCH 6/9] nvmet: add cns-cs-ns in id-ctrl for ZNS bdev, Chaitanya Kulkarni
[PATCH 7/9] nvmet: add zns cmd effects to support zbdev, Chaitanya Kulkarni
[PATCH 8/9] nvmet: add zns bdev config support, Chaitanya Kulkarni
[PATCH 9/9] nvmet: add ZNS based I/O cmds handlers, Chaitanya Kulkarni
Re: [PATCH 0/9] nvmet: add genblk ZBD backend, Damien Le Moal
<Possible follow-ups>
[PATCH 0/9] nvmet: add genblk ZBD backend, Chaitanya Kulkarni
- [PATCH V2 1/9] block: export __bio_iov_append_get_pages(), Chaitanya Kulkarni
- [PATCH V2 2/9] nvmet: add ZNS support for bdev-ns, Chaitanya Kulkarni
- [PATCH V2 4/9] nvmet: add NVME_CSI_ZNS in ns-desc for zbdev, Chaitanya Kulkarni
- [PATCH V2 9/9] nvmet: add ZNS based I/O cmds handlers, Chaitanya Kulkarni
- [PATCH V2 6/9] nvmet: add cns-cs-ns in id-ctrl for ZNS bdev, Chaitanya Kulkarni
- [PATCH V2 7/9] nvmet: add zns cmd effects to support zbdev, Chaitanya Kulkarni
- [PATCH V2 3/9] nvmet: trim down id-desclist to use req->ns, Chaitanya Kulkarni
- [PATCH V2 5/9] nvmet: add cns-cs-ctrl in id-ctrl for ZNS bdev, Chaitanya Kulkarni
- [PATCH V2 8/9] nvmet: add zns bdev config support, Chaitanya Kulkarni
- Re: [PATCH 0/9] nvmet: add genblk ZBD backend, Damien Le Moal
[PATCH v8] block: disable iopoll for split bio,
Jeffle Xu
[PATCH] common/rc: confirm pcie hotplug capabilities,
Keith Busch
[PATCH v3 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries,
Laurent Vivier
[PATCH v7] block: disable iopoll for split bio,
Jeffle Xu
[PATCH] block/rnbd: server: Fix error return code in rnbd_srv_create_dev_sysfs(),
Wang ShaoBo
[PATCH v2 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries,
Laurent Vivier
[PATCH V2 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement,
Yi Zhang
[PATCH] block: remove unused BIO_SPLIT_ENTRIES,
Jeffle Xu
[PATCH v6] block: disable iopoll for split bio,
Jeffle Xu
[PATCH 0/2] powerpc/pseries: fix MSI/X IRQ affinity on pseries,
Laurent Vivier
[PATCH 0/2] optimise bvec/bio iteration,
Pavel Begunkov
[PATCH] block: fix error return code in mm_pci_probe(), Wang Hai
merge struct block_device and struct hd_struct v2,
Christoph Hellwig
- [PATCH 06/45] zram: remove the claim mechanism, Christoph Hellwig
- [PATCH 11/45] block: remove a duplicate __disk_get_part prototype, Christoph Hellwig
- [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal, Christoph Hellwig
- [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev, Christoph Hellwig
- [PATCH 07/45] zram: do not call set_blocksize, Christoph Hellwig
- [PATCH 09/45] dm: simplify flush_bio initialization in __send_empty_flush, Christoph Hellwig
- [PATCH 10/45] dm: remove the block_device reference in struct mapped_device, Christoph Hellwig
- [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping, Christoph Hellwig
- [PATCH 16/45] block: change the hash used for looking up block devices, Christoph Hellwig
- [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed, Christoph Hellwig
- [PATCH 08/45] loop: do not call set_blocksize, Christoph Hellwig
- [PATCH 18/45] init: refactor devt_from_partuuid, Christoph Hellwig
- [PATCH 01/45] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats, Christoph Hellwig
- [PATCH 15/45] block: use put_device in put_disk, Christoph Hellwig
- [PATCH 20/45] block: refactor __blkdev_put, Christoph Hellwig
- [PATCH 12/45] block: remove a superflous check in blkpg_do_ioctl, Christoph Hellwig
- [PATCH 13/45] block: add a bdev_kobj helper, Christoph Hellwig
- [PATCH 22/45] block: opencode devcgroup_inode_permission, Christoph Hellwig
- [PATCH 21/45] block: refactor blkdev_get, Christoph Hellwig
[Index of Archives]
[Linux RAID]
[Linux SCSI]
[Linux ATA RAID]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]