linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-04 10:03:02 to 2021-10-15 13:28:44 UTC [more...]

don't use ->bd_inode to access the block device size v2
 2021-10-15 13:26 UTC  (12+ 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] bcache: move calc_cached_dev_sectors to proper place on backing device detach
 2021-10-15 10:16 UTC 

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: "

[PATCH V2] bcache: replace snprintf in show functions with sysfs_emit
 2021-10-13 11:58 UTC 

[PATCH] bcache: replace snprintf in show functions with sysfs_emit
 2021-10-13  7:51 UTC  (4+ messages)
  ` 回复: "

[PATCH] dm: Remove redundant 'flush_workqueue()' calls
 2021-10-10 14:29 UTC 

[PATCH] bcache: remove unnecessary code in gc
 2021-10-06 13:20 UTC 

Nearly all reads are bypassing the cache
 2021-10-06  9:48 UTC 

[PATCH v2 00/10] block: second batch of add_disk() error handling conversions
 2021-09-30 13:07 UTC  (15+ messages)
` [PATCH v2 01/10] block/brd: add error handling support for add_disk()
` [PATCH v2 02/10] bcache: "
` [PATCH v2 03/10] nvme-multipath: "
` [PATCH v2 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v2 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v2 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH v2 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v2 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH v2 09/10] xen-blkfront: "
` [PATCH v2 10/10] zram: "

[PATCH] bcache: reserve never used bits from bkey.high
 2021-09-23  6:19 UTC 

[PATCH] bcache: Fix memory leak when cache_alloc() return failed
 2021-09-11  8:08 UTC 

5.11: WARN on long-running system
 2021-09-07 12:07 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 12/23] bcache: add proper error unwinding in bcache_device_init
 2021-09-06  1:23 UTC 

[PATCH AUTOSEL 5.4 15/30] bcache: add proper error unwinding in bcache_device_init
 2021-09-06  1:22 UTC 

[PATCH AUTOSEL 5.10 17/39] bcache: add proper error unwinding in bcache_device_init
 2021-09-06  1:21 UTC 

[PATCH AUTOSEL 5.13 17/46] bcache: add proper error unwinding in bcache_device_init
 2021-09-06  1:20 UTC 

[PATCH AUTOSEL 5.14 17/47] bcache: add proper error unwinding in bcache_device_init
 2021-09-06  1:19 UTC 

[PATCH] bcache: remove the redundant judgment on bi_size
 2021-08-31  2:05 UTC 

[PATCH] bcache: remove the redundant judgment on bi_size
 2021-08-31  1:35 UTC  (2+ messages)

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-30 21:08 UTC  (15+ messages)
` [PATCH 01/10] block/brd: add error handling support for add_disk()
` [PATCH 02/10] bcache: "
` [PATCH 03/10] nvme-multipath: "
` [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH 09/10] xen-blkfront: "
` [PATCH 10/10] zram: "

[PATCH] bcache: remove the redundant judgment on bi_size
 2021-08-30  6:23 UTC 

[PATCH] bcache: remove the redundant judgment on bi_size
 2021-08-29  7:49 UTC  (2+ messages)

add a bvec_virt helper
 2021-08-16 16:51 UTC  (28+ messages)
` [PATCH 01/15] bvec: "
` [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}
` [PATCH 05/15] dm-integrity: use bvec_virt
` [PATCH 06/15] squashfs: "
` [PATCH 07/15] rbd: "
` [PATCH 08/15] virtio_blk: "
` [PATCH 09/15] bcache: "
` [PATCH 10/15] sd: "
  ` [dm-devel] "
` [PATCH 11/15] ubd: "
` [PATCH 12/15] ps3vram: "
` [PATCH 13/15] dasd: "
` [PATCH 14/15] dcssblk: "
` [PATCH 15/15] nvme: "

[PATCH v12 00/12] bcache: support NVDIMM for journaling
 2021-08-15 16:21 UTC  (16+ messages)
` [PATCH v12 01/12] bcache: add initial data structures for nvm pages
` [PATCH v12 02/12] bcache: initialize the nvm pages allocator
` [PATCH v12 03/12] bcache: initialization of the buddy
` [PATCH v12 04/12] bcache: bch_nvmpg_alloc_pages() "
` [PATCH v12 05/12] bcache: bch_nvmpg_free_pages() of the buddy allocator
` [PATCH v12 06/12] bcache: get recs list head for allocated pages by specific uuid
` [PATCH v12 07/12] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH v12 08/12] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH v12 09/12] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH v12 10/12] bcache: support storing bcache journal into "
` [PATCH v12 11/12] bcache: read jset from NVDIMM pages for journal replay
` [PATCH v12 12/12] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device

remove GENHD_FL_UP
 2021-08-12 16:30 UTC  (14+ messages)
` [PATCH 1/8] mmc: block: let device_add_disk create disk attributes
` [PATCH 2/8] mmc: block: cleanup gendisk creation
` [PATCH 3/8] nvme: remove the GENHD_FL_UP check in nvme_ns_remove
` [PATCH 4/8] nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_disk
` [PATCH 5/8] sx8: use the internal state machine to check if del_gendisk needs to be called
` [PATCH 6/8] bcache: add proper error unwinding in bcache_device_init
` [PATCH 7/8] bcache: move the del_gendisk call out of bcache_device_free
` [PATCH 8/8] block: remove GENHD_FL_UP

[PATCH] block: move some macros to blkdev.h
 2021-08-12  1:40 UTC  (3+ messages)


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).