messages from 2021-10-13 07:17:20 to 2021-10-18 07:06:42 UTC [more...]
[PATCH nvme-cli] huawei: filter out the partition disks
2021-10-18 7:06 UTC (4+ messages)
don't use ->bd_inode to access the block device size v2
2021-10-18 6:22 UTC (63+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "
[PATCH 00/13] block: add_disk() error handling stragglers
2021-10-18 5:34 UTC (19+ messages)
` [PATCH 01/13] block/brd: add error handling support for add_disk()
` [PATCH 02/13] nvme-multipath: "
` [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 05/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 07/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH 08/13] zram: "
` [PATCH 09/13] z2ram: "
` [PATCH 10/13] ps3disk: "
` [PATCH 11/13] ps3vram: "
` [PATCH 12/13] block/sunvdc: "
` [PATCH 13/13] mtd/ubi/block: "
[PATCH 1/1] nvme-rdma: fix error code in nvme_rdma_setup_ctrl
2021-10-18 4:50 UTC (3+ messages)
[PATCH V4 0/6] blk-mq: support concurrent queue quiescing
2021-10-18 1:19 UTC (11+ 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] nvmet: prefer struct_size over open coded arithmetic
2021-10-17 17:23 UTC (2+ messages)
[linux-nvme:nvme-5.15] BUILD SUCCESS 857fca76fb4392c0d11c7819fcaaba029c2e1721
2021-10-16 17:20 UTC
[linux-nvme:nvme-5.16] BUILD SUCCESS 1e4d14b5752641d774124e239c1101ff7860a0a1
2021-10-16 16:51 UTC
[PATCH] nvmet-tcp: fix a memory leak when releasing a queue
2021-10-16 4:42 UTC (3+ messages)
[PATCH] nvme: rename 'subtype' attribute to 'subsystype'
2021-10-16 4:39 UTC (3+ messages)
switch block layer polling to a bio based model v4
2021-10-15 13:24 UTC (16+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [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 14/16] block: switch polling to be bio based
` [PATCH 16/16] nvme-multipath: enable polled I/O
[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 (70+ 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 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 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)
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 (5+ 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 (7+ messages)
` [PATCH V3 4/6] nvme: paring quiesce/unquiesce
[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
2021-10-13 8:35 UTC (6+ 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;
as well as URLs for NNTP newsgroup(s).