linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 06:30:22 to 2021-10-18 10:12:12 UTC [more...]

don't use ->bd_inode to access the block device size v3
 2021-10-18 10:11 UTC  (6+ 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

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

misc bcache cleanups
 2021-10-18  6:09 UTC  (5+ messages)
` [PATCH 1/4] bcache: remove the cache_dev_name field from struct cache
` [PATCH 2/4] bcache: remove the backing_dev_name field from struct cached_dev
` [PATCH 3/4] bcache: use bvec_kmap_local in bch_data_verify
` [PATCH 4/4] bcache: remove bch_crc64_update

[PATCH 0/9] block: reviewed add_disk() error handling set
 2021-10-17  2:53 UTC  (12+ messages)
` [PATCH 1/9] scsi/sd: add error handling support for add_disk()
` [PATCH 2/9] scsi/sr: "
` [PATCH 3/9] dm: add add_disk() error handling
` [PATCH 4/9] bcache: add error handling support for add_disk()
` [PATCH 5/9] xen-blkfront: "
` [PATCH 6/9] m68k/emu/nfblock: "
` [PATCH 7/9] um/drivers/ubd_kern: "
` [PATCH 8/9] rnbd: "
` [PATCH 9/9] mtd: add add_disk() error handling

[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  (4+ messages)
` [PATCH 03/10] nvme-multipath: add error handling support for add_disk()


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