messages from 2021-10-13 15:46:28 to 2021-10-18 17:57:26 UTC [more...]
don't use ->bd_inode to access the block device size v3
2021-10-18 17:53 UTC (37+ 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: "
[linux-nvme:nvme-5.16] BUILD SUCCESS 1b05b7825ef38c7e8969e111360ec13520cb4ea9
2021-10-18 17:19 UTC
[PATCH 00/13] block: add_disk() error handling stragglers
2021-10-18 16:15 UTC (20+ 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: "
[PATCHv2 0/3] nvmet: discovery controller discovery support
2021-10-18 15:21 UTC (4+ messages)
` [PATCH 1/3] nvmet: switch check for subsystem type
` [PATCH 2/3] nvme: add new discovery log page entry definitions
` [PATCH 3/3] nvmet: register discovery subsystem as 'current'
[PATCH v1 0/7] Centrelize common fabrics code to core drivers
2021-10-18 14:08 UTC (9+ messages)
` [PATCH 1/7] nvme: add connect_work attribute to nvme ctrl
` [PATCH 2/7] nvme-fabrics: introduce nvmf_reconnect_or_remove API
` [PATCH 3/7] nvme: add err_work attribute to nvme ctrl
` [PATCH 4/7] nvme-fabrics: introduce nvmf_error_recovery API
` [PATCH 5/7] nvme/nvme-fabrics: introduce nvmf_error_recovery_work API
` [PATCH 6/7] nvme/nvme-fabrics: introduce nvmf_reconnect_ctrl_work API
` [PATCH 7/7] nvme-fabrics: add nvmf_init_ctrl/nvmf_teardown_ctrl API
[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 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 (4+ messages)
` [PATCH 14/16] block: switch polling to be bio based
[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 (28+ messages)
` [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 11/29] btrfs: use bdev_nr_sectors instead of open coding it
` [PATCH 22/29] squashfs: "
` [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [PATCH 25/29] ext4: use sb_bdev_nr_blocks
[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 (4+ 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