messages from 2021-10-08 12:26:43 to 2021-10-15 13:25:10 UTC [more...]
switch block layer polling to a bio based model v4
2021-10-15 13:24 UTC (31+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [PATCH 02/16] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/16] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/16] io_uring: fix a layering violation in io_iopoll_req_issued
` [PATCH 05/16] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 06/16] blk-mq: factor out a "classic" poll helper
` [PATCH 07/16] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 08/16] blk-mq: remove blk_qc_t_valid
` [PATCH 09/16] block: replace the spin argument to blk_iopoll with a flags argument
` [PATCH 10/16] io_uring: don't sleep when polling for I/O
` [PATCH 11/16] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 12/16] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 13/16] block: define 'struct bvec_iter' as packed
` [PATCH 14/16] block: switch polling to be bio based
` [PATCH 15/16] block: don't allow writing to the poll queue attribute
` [PATCH 16/16] nvme-multipath: enable polled I/O
[PATCH] nvmet-tcp: fix a memory leak when releasing a queue
2021-10-15 8:26 UTC
[linux-nvme:nvme-5.15] BUILD SUCCESS be5eb933542629ad6a7d4c92097b1b472b1612d0
2021-10-15 2:55 UTC
[PATCHv2 0/2] nvme shadow doorbel buf fixes
2021-10-14 21:21 UTC (8+ messages)
` [PATCHv2 1/2] nvme-pci: clear shadow doorbell memory on resets
` [PATCHv2 2/2] nvme-pci: remove cached shadow doorbell offsets
don't use ->bd_inode to access the block device size
2021-10-14 15:35 UTC (76+ messages)
` [PATCH 01/29] bcache: remove bdev_sectors
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [PATCH 05/29] mtd/block2mtd: "
` [PATCH 06/29] nvmet: "
` [PATCH 07/29] target/iblock: "
` [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
` [PATCH 09/29] fs: simplify init_page_buffers
` [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 11/29] btrfs: "
` [PATCH 12/29] cramfs: "
` [PATCH 13/29] fat: "
` [PATCH 14/29] hfs: "
` [PATCH 15/29] hfsplus: "
` [PATCH 16/29] jfs: "
` [PATCH 17/29] nfs/blocklayout: "
` [PATCH 18/29] nilfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] pstore/blk: "
` [PATCH 21/29] reiserfs: "
` [PATCH 22/29] squashfs: "
` [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [PATCH 24/29] block: add a sb_bdev_nr_blocks helper
` [PATCH 25/29] ext4: use sb_bdev_nr_blocks
` [PATCH 26/29] jfs: "
` [PATCH 27/29] ntfs: "
` [PATCH 28/29] reiserfs: "
` [PATCH 29/29] udf: "
[GIT PULL] nvme fixes for Linux 5.15
2021-10-14 15:07 UTC (2+ messages)
[PATCH V4 0/6] blk-mq: support concurrent queue quiescing
2021-10-14 12:11 UTC (9+ messages)
` [PATCH V4 1/6] nvme: add APIs for stopping/starting admin queue
` [PATCH V4 2/6] nvme: apply nvme API to quiesce/unquiesce "
` [PATCH V4 3/6] nvme: prepare for pairing quiescing and unquiescing
` [PATCH V4 4/6] nvme: paring quiesce/unquiesce
` [PATCH V4 5/6] nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocated
` [PATCH V4 6/6] blk-mq: support concurrent queue quiesce/unquiesce
[PATCH] nvme: rename 'subtype' attribute to 'subsystype'
2021-10-14 11:34 UTC (2+ messages)
[PATCH nvme-cli] huawei: filter out the partition disks
2021-10-14 9:11 UTC
Servicio de la flota
2021-10-14 7:51 UTC
[PATCH] nvme: Cleanup per-namespace chardev deletion
2021-10-14 6:04 UTC (4+ messages)
bisected: 5befc7c26e nvme impl non-mdts gives smartd error log entries
2021-10-14 2:04 UTC (2+ messages)
[RFCv2] nvme-pci: adjust tagset parameters to match b/w
2021-10-13 16:49 UTC (3+ messages)
[PATCH] nvme-pci: calculate IO timeout
2021-10-13 15:53 UTC (6+ messages)
[PATCH 5/9] nvme: move the fast path nvme error and disposition helpers
2021-10-13 15:11 UTC (3+ messages)
[bug report] kmemleak observed with blktests nvme-tcp tests
2021-10-13 14:40 UTC (13+ messages)
[PATCH nvme-cli] delete unused header file
2021-10-13 13:03 UTC
[PATCH V3 0/6] blk-mq: support concurrent queue quiescing
2021-10-13 12:23 UTC (16+ messages)
` [PATCH V3 1/6] nvme: add APIs for stopping/starting admin queue
` [PATCH V3 2/6] nvme: apply nvme API to quiesce/unquiesce "
` [PATCH V3 3/6] nvme: prepare for pairing quiescing and unquiescing
` [PATCH V3 4/6] nvme: paring quiesce/unquiesce
` [PATCH V3 5/6] nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocated
` [PATCH V3 6/6] blk-mq: support concurrent queue quiesce/unquiesce
[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
2021-10-13 8:35 UTC (6+ messages)
[RFC PATCH 0/3] nvme sq associations
2021-09-29 0:48 UTC
Fwd: bisected: 5befc7c26e nvme impl non-mdts gives smartd error log entries
2021-07-30 8:14 UTC
please drop the nvme code from net-next
2021-06-08 19:51 UTC
please drop the nvme code from net-next
2021-06-08 15:56 UTC
[PATCH] nvme: NVME_TCP_OFFLOAD should not default to m
2021-06-08 13:43 UTC (4+ messages)
` please drop the nvme code from net-next
simplify gendisk and request_queue allocation for bio based drivers
2021-06-07 4:43 UTC (4+ messages)
` [PATCH 17/26] nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_disk
[PATCH 0/2] qla2xxx - add nvme map_queues support
2021-10-13 5:11 UTC (10+ messages)
` [EXT] "
[linux-nvme:nvme-5.16] BUILD SUCCESS 633ce8f7ec0fc5a9d0dc710771e7f9ea5cf0a051
2021-10-13 4:35 UTC
[PATCH V2 0/5] blk-mq: support concurrent queue quiescing
2021-10-13 4:25 UTC (6+ messages)
` [PATCH V2 1/5] nvme: add APIs for stopping/starting admin queue
[PATCHv3 0/7] nvme: support unique discovery controller NQN
2021-10-12 13:44 UTC (7+ messages)
` [PATCH 5/7] nvme: expose subsystem type in sysfs attribute 'subtype'
[PATCH 0/3] nvme: discovery controller discovery support
2021-10-12 13:15 UTC (2+ messages)
[PATCH 1/2] nvmet: use macro definition for setting nmic value
2021-10-12 13:13 UTC (2+ messages)
[PATCH v2 0/3] update RDMA controllers queue depth
2021-10-12 13:04 UTC (2+ messages)
[PATCH 0/3] Fix-use-after-free-when-a-port-is-removed
2021-10-12 13:02 UTC (2+ messages)
[PATCHv3] [RESEND] nvme: generate uevent once a multipath namespace is operational again
2021-10-12 13:02 UTC (2+ messages)
Namespaces on MZQL2960HCJR-00A07
2021-10-12 8:28 UTC (3+ messages)
SK hynix BC511: warning: nvme nvme0: missing or invalid SUBNQN field
2021-10-11 18:00 UTC (6+ messages)
[PATCHv4 00/12] nvme: In-band authentication support
2021-10-08 21:19 UTC (2+ messages)
[PATCH V4 nvme-cli 0/3] add "Path Access" field
2021-10-08 12:25 UTC (3+ messages)
` [PATCH V4 nvme-cli 1/3] display faulty disk in "nvme list" command
` [PATCH V4 nvme-cli 3/3] add "Path Access" field in command "nvme list"
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