Linux Block Layer SSD Cache
[Prev Page][Next Page]
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/30] fat: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/30] fs: simplify init_page_buffers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/30] bcache: remove bdev_sectors
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
- From: Christoph Hellwig <hch@xxxxxx>
- don't use ->bd_inode to access the block device size v3
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/30] block: add a bdev_nr_bytes helper
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- [PATCH 4/4] bcache: remove bch_crc64_update
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/4] bcache: use bvec_kmap_local in bch_data_verify
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/4] bcache: remove the backing_dev_name field from struct cached_dev
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/4] bcache: remove the cache_dev_name field from struct cache
- From: Christoph Hellwig <hch@xxxxxx>
- misc bcache cleanups
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 26/30] ext4: use sb_bdev_nr_blocks
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 03/30] bcache: remove bdev_sectors
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 2/9] scsi/sr: add error handling support for add_disk()
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH 1/9] scsi/sd: add error handling support for add_disk()
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it
- From: Kari Argillander <kari.argillander@xxxxxxxxx>
- [PATCH 6/9] m68k/emu/nfblock: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 4/9] bcache: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 8/9] rnbd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 7/9] um/drivers/ubd_kern: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 0/9] block: reviewed add_disk() error handling set
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 3/9] dm: add add_disk() error handling
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 5/9] xen-blkfront: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 2/9] scsi/sr: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 9/9] mtd: add add_disk() error handling
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 1/9] scsi/sd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
- From: Lee Duncan <lduncan@xxxxxxxx>
- Re: [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 02/30] block: add a bdev_nr_bytes helper
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 02/30] block: add a bdev_nr_bytes helper
- From: Anton Altaparmakov <anton@xxxxxxxxxx>
- Re: [PATCH 28/30] ntfs: use sb_bdev_nr_blocks
- From: Anton Altaparmakov <anton@xxxxxxxxxx>
- Re: [PATCH 27/30] jfs: use sb_bdev_nr_blocks
- From: Dave Kleikamp <dave.kleikamp@xxxxxxxxxx>
- Re: [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it
- From: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx>
- Re: [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 02/30] block: add a bdev_nr_bytes helper
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 02/30] block: add a bdev_nr_bytes helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 30/30] udf: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 28/30] ntfs: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 29/30] reiserfs: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 27/30] jfs: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 26/30] ext4: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/30] fat: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/30] fs: simplify init_page_buffers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/30] bcache: remove bdev_sectors
- From: Christoph Hellwig <hch@xxxxxx>
- don't use ->bd_inode to access the block device size v2
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/30] block: add a bdev_nr_bytes helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] bcache: move calc_cached_dev_sectors to proper place on backing device detach
- From: Lin Feng <linf@xxxxxxxxxx>
- Re: don't use ->bd_inode to access the block device size
- From: Wol <antlists@xxxxxxxxxxxxxxx>
- Re: don't use ->bd_inode to access the block device size
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: don't use ->bd_inode to access the block device size
- From: Dave Kleikamp <dave.kleikamp@xxxxxxxxxx>
- Re: don't use ->bd_inode to access the block device size
- From: Anton Altaparmakov <anton@xxxxxxxxxx>
- Re: don't use ->bd_inode to access the block device size
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH 07/29] target/iblock: use bdev_nr_sectors instead of open coding it
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 06/29] nvmet: use bdev_nr_sectors instead of open coding it
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 04/29] md: use bdev_nr_sectors instead of open coding it
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH 22/29] squashfs: use bdev_nr_sectors instead of open coding it
- From: Phillip Lougher <phillip@xxxxxxxxxxxxxxx>
- Re: [PATCH 03/29] dm: use bdev_nr_sectors instead of open coding it
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- Re: [PATCH 25/29] ext4: use sb_bdev_nr_blocks
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 16/29] jfs: use bdev_nr_sectors instead of open coding it
- From: Dave Kleikamp <dave.kleikamp@xxxxxxxxxx>
- [PATCH V2] bcache: replace snprintf in show functions with sysfs_emit
- From: Qing Wang <wangqing@xxxxxxxx>
- Re: [PATCH 29/29] udf: use sb_bdev_nr_blocks
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 25/29] ext4: use sb_bdev_nr_blocks
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 21/29] reiserfs: use bdev_nr_sectors instead of open coding it
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 09/29] fs: simplify init_page_buffers
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 07/29] target/iblock: use bdev_nr_sectors instead of open coding it
- From: Bodo Stroesser <bostroesser@xxxxxxxxx>
- Re: 回复: [PATCH] bcache: replace snprintf in show functions with sysfs_emit
- From: Coly Li <colyli@xxxxxxx>
- 回复: [PATCH] bcache: replace snprintf in show functions with sysfs_emit
- From: 王擎 <wangqing@xxxxxxxx>
- Re: don't use ->bd_inode to access the block device size
- From: Anand Jain <anand.jain@xxxxxxxxxx>
- Re: [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it
- From: Anand Jain <anand.jain@xxxxxxxxxx>
- Re: [PATCH] bcache: replace snprintf in show functions with sysfs_emit
- From: Coly Li <colyli@xxxxxxx>
- Re: don't use ->bd_inode to access the block device size
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 29/29] udf: use sb_bdev_nr_blocks
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 27/29] ntfs: use sb_bdev_nr_blocks
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 26/29] jfs: use sb_bdev_nr_blocks
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 25/29] ext4: use sb_bdev_nr_blocks
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 25/29] ext4: use sb_bdev_nr_blocks
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 24/29] block: add a sb_bdev_nr_blocks helper
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 15/29] hfsplus: use bdev_nr_sectors instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 14/29] hfs: use bdev_nr_sectors instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 13/29] fat: use bdev_nr_sectors instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 12/29] cramfs: use bdev_nr_sectors instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 09/29] fs: simplify init_page_buffers
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 04/29] md: use bdev_nr_sectors instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 03/29] dm: use bdev_nr_sectors instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 01/29] bcache: remove bdev_sectors
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 29/29] udf: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 27/29] ntfs: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 26/29] jfs: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 25/29] ext4: use sb_bdev_nr_blocks
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 24/29] block: add a sb_bdev_nr_blocks helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 22/29] squashfs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 21/29] reiserfs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 20/29] pstore/blk: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 19/29] ntfs3: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 18/29] nilfs2: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/29] nfs/blocklayout: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/29] jfs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/29] hfsplus: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/29] hfs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/29] fat: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/29] cramfs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/29] fs: simplify init_page_buffers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/29] target/iblock: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 01/29] bcache: remove bdev_sectors
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 06/29] nvmet: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/29] mtd/block2mtd: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/29] md: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/29] dm: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/29] bcache: remove bdev_sectors
- From: Christoph Hellwig <hch@xxxxxx>
- don't use ->bd_inode to access the block device size
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] bcache: replace snprintf in show functions with sysfs_emit
- From: Qing Wang <wangqing@xxxxxxxx>
- [PATCH] dm: Remove redundant 'flush_workqueue()' calls
- From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
- Re: [PATCH] bcache: remove unnecessary code in gc
- From: Coly Li <colyli@xxxxxxx>
- Nearly all reads are bypassing the cache
- From: "L. Karkkainen" <trn+linux@xxxxxx>
- Re: [PATCH v2 09/10] xen-blkfront: add error handling support for add_disk()
- From: Juergen Gross <jgross@xxxxxxxx>
- Re: [PATCH v2 03/10] nvme-multipath: add error handling support for add_disk()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v2 00/10] block: second batch of add_disk() error handling conversions
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 03/10] nvme-multipath: add error handling support for add_disk()
- From: Keith Busch <kbusch@xxxxxxxxxx>
- [PATCH v2 01/10] block/brd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 06/10] nvdimm/btt: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 10/10] zram: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 00/10] block: second batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 04/10] nvdimm/btt: do not call del_gendisk() if not needed
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 08/10] nvdimm/blk: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 03/10] nvme-multipath: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 09/10] xen-blkfront: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 02/10] bcache: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH] bcache: reserve never used bits from bkey.high
- From: Coly Li <colyli@xxxxxxx>
- [PATCH] bcache: Fix memory leak when cache_alloc() return failed
- From: Wu Bo <wubo40@xxxxxxxxxx>
- Re: 5.11: WARN on long-running system
- From: Nix <nix@xxxxxxxxxxxxx>
- Re: 5.11: WARN on long-running system
- From: Coly Li <colyli@xxxxxxx>
- [PATCH AUTOSEL 4.19 12/23] bcache: add proper error unwinding in bcache_device_init
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 15/30] bcache: add proper error unwinding in bcache_device_init
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 17/39] bcache: add proper error unwinding in bcache_device_init
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.13 17/46] bcache: add proper error unwinding in bcache_device_init
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.14 17/47] bcache: add proper error unwinding in bcache_device_init
- From: Sasha Levin <sashal@xxxxxxxxxx>
- 5.11: WARN on long-running system
- From: Nix <nix@xxxxxxxxxxxxx>
- Re: [PATCH] bcache: remove the redundant judgment on bi_size
- From: Xifengfei <xi.fengfei@xxxxxxx>
- Re: [PATCH] bcache: remove the redundant judgment on bi_size
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 03/10] nvme-multipath: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH] bcache: remove the redundant judgment on bi_size
- From: Xifengfei <xi.fengfei@xxxxxxx>
- Re: [PATCH] bcache: remove the redundant judgment on bi_size
- From: Xifengfei <xi.fengfei@xxxxxxx>
- Re: [PATCH 02/10] bcache: add error handling support for add_disk()
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH] bcache: remove the redundant judgment on bi_size
- From: Coly Li <colyli@xxxxxxx>
- [PATCH] bcache: remove the redundant judgment on bi_size
- From: Fengfei Xi <xi.fengfei@xxxxxxx>
- Re: [PATCH 03/10] nvme-multipath: add error handling support for add_disk()
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH 00/10] block: first batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 09/10] xen-blkfront: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 02/10] bcache: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 01/10] block/brd: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 03/10] nvme-multipath: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 00/10] block: first batch of add_disk() error handling conversions
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 10/10] zram: add error handling support for add_disk()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: add a bvec_virt helper
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: add a bvec_virt helper
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v12 00/12] bcache: support NVDIMM for journaling
- From: Coly Li <colyli@xxxxxxx>
- Re: remove GENHD_FL_UP
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 6/8] bcache: add proper error unwinding in bcache_device_init
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 7/8] bcache: move the del_gendisk call out of bcache_device_free
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH v12 02/12] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH v12 02/12] bcache: initialize the nvm pages allocator
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH] block: move some macros to blkdev.h
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] block: move some macros to blkdev.h
- From: Guoqing Jiang <guoqing.jiang@xxxxxxxxx>
- [PATCH v12 12/12] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 11/12] bcache: read jset from NVDIMM pages for journal replay
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 10/12] bcache: support storing bcache journal into NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 09/12] bcache: initialize bcache journal for NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 08/12] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 07/12] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 06/12] bcache: get recs list head for allocated pages by specific uuid
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 05/12] bcache: bch_nvmpg_free_pages() of the buddy allocator
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 04/12] bcache: bch_nvmpg_alloc_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 03/12] bcache: initialization of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 02/12] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 01/12] bcache: add initial data structures for nvm pages
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v12 00/12] bcache: support NVDIMM for journaling
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 2/8] mmc: block: cleanup gendisk creation
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- Re: [PATCH 1/8] mmc: block: let device_add_disk create disk attributes
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- [PATCH 8/8] block: remove GENHD_FL_UP
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 7/8] bcache: move the del_gendisk call out of bcache_device_free
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 6/8] bcache: add proper error unwinding in bcache_device_init
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 5/8] sx8: use the internal state machine to check if del_gendisk needs to be called
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/8] nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/8] nvme: remove the GENHD_FL_UP check in nvme_ns_remove
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/8] mmc: block: cleanup gendisk creation
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/8] mmc: block: let device_add_disk create disk attributes
- From: Christoph Hellwig <hch@xxxxxx>
- remove GENHD_FL_UP
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 10/15] sd: use bvec_virt
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH 01/15] bvec: add a bvec_virt helper
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [dm-devel] [PATCH 10/15] sd: use bvec_virt
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 08/15] virtio_blk: use bvec_virt
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH 07/15] rbd: use bvec_virt
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}
- From: Chaitanya Kulkarni <ckulkarnilinux@xxxxxxxxx>
- Re: [PATCH 01/15] bvec: add a bvec_virt helper
- From: Chaitanya Kulkarni <ckulkarnilinux@xxxxxxxxx>
- Re: [PATCH 13/15] dasd: use bvec_virt
- From: Stefan Haberland <sth@xxxxxxxxxxxxx>
- Re: [PATCH 09/15] bcache: use bvec_virt
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 15/15] nvme: use bvec_virt
- From: Keith Busch <kbusch@xxxxxxxxxx>
- [PATCH 15/15] nvme: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 11/15] ubd: use bvec_virt
- From: Anton Ivanov <anton.ivanov@xxxxxxxxxxxxxxxxxx>
- [PATCH 14/15] dcssblk: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/15] dasd: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/15] ps3vram: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/15] ubd: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/15] sd: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/15] bcache: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/15] virtio_blk: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/15] rbd: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/15] squashfs: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/15] dm-integrity: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/15] dm-ebs: use bvec_virt
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/15] dm: make EBS depend on !HIGHMEM
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/15] bvec: add a bvec_virt helper
- From: Christoph Hellwig <hch@xxxxxx>
- add a bvec_virt helper
- From: Christoph Hellwig <hch@xxxxxx>
- Can you grow a bcache cachedev without reformat?
- From: Eric Wheeler <bcache@xxxxxxxxxxxxxxxxxx>
- [PATCH] block: move some macros to blkdev.h
- From: Guoqing Jiang <guoqing.jiang@xxxxxxxxx>
- Re: bcachefs snapshots
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- [PATCH] bcache: fix wrong BITMASK offset value for BDEV_CACHE_MODE
- From: Lin Feng <linf@xxxxxxxxxx>
- bcachefs snapshots
- From: Eric Wheeler <bcache@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] bcache-tools: make --discard a per device option
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH] bcache: fix cache miss's issue
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 2/2] bcache-tools: Correct super block version check codes
- From: Wu Bo <wubo40@xxxxxxxxxx>
- [PATCH] bcache: fix cache miss's issue
- From: Qiang Bai <chiang.bai@xxxxxxxxx>
- [PATCH 2/2] bcache-tools: Correct super block version check codes
- From: yanhuan916@xxxxxxxxx
- [PATCH 1/2] bcache-tools: make --discard a per device option
- From: yanhuan916@xxxxxxxxx
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: Coly Li <colyli@xxxxxxx>
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: Christoph Hellwig <hch@xxxxxx>
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 04/14] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 04/14] bcache: initialize the nvm pages allocator
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: Christoph Hellwig <hch@xxxxxx>
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 03/14] bcache: add initial data structures for nvm pages
- From: Coly Li <colyli@xxxxxxx>
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: Christoph Hellwig <hch@xxxxxx>
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH 13/14] bcache: read jset from NVDIMM pages for journal replay
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 12/14] bcache: support storing bcache journal into NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 10/14] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 09/14] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 08/14] bcache: get allocated pages from specific owner
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 07/14] bcache: bch_nvm_free_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 05/14] bcache: initialization of the buddy
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 06/14] bcache: bch_nvm_alloc_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- Re[2]: [PATCH 05/14] bcache: initialization of the buddy
- From: Pavel Goran <via-bcache@xxxxxxxxxxxx>
- Re: [PATCH 05/14] bcache: initialization of the buddy
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 04/14] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: Coly Li <colyli@xxxxxxx>
- [PATCH] md: use BLK_STS_OK instead of hardcode
- From: Xianting Tian <xianting_tian@xxxxxxx>
- Re: [PATCH] md: use BLK_STS_OK instead of hardcode
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 14/14] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 13/14] bcache: read jset from NVDIMM pages for journal replay
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 12/14] bcache: support storing bcache journal into NVDIMM meta device
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 10/14] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 09/14] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 08/14] bcache: get allocated pages from specific owner
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 07/14] bcache: bch_nvm_free_pages() of the buddy
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 06/14] bcache: bch_nvm_alloc_pages() of the buddy
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 05/14] bcache: initialization of the buddy
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 04/14] bcache: initialize the nvm pages allocator
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 03/14] bcache: add initial data structures for nvm pages
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 02/14] md: bcache: Fix spelling of 'acquire'
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 01/14] bcache: fix error info in register_bcache()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 00/14] bcache patches for Linux v5.14
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 00/14] bcache patches for Linux v5.14
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 00/14] bcache patches for Linux v5.14
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] bcache-tools: only discard cache device during making when discard is enabled
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 14/14] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 13/14] bcache: read jset from NVDIMM pages for journal replay
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 12/14] bcache: support storing bcache journal into NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 10/14] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 09/14] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 08/14] bcache: get allocated pages from specific owner
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 07/14] bcache: bch_nvm_free_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 06/14] bcache: bch_nvm_alloc_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 05/14] bcache: initialization of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 04/14] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 03/14] bcache: add initial data structures for nvm pages
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 02/14] md: bcache: Fix spelling of 'acquire'
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 01/14] bcache: fix error info in register_bcache()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 00/14] bcache patches for Linux v5.14
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH v2 0/2] bcache fixes for Linux v5.13-rc6
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 0/2] bcache fixes for Linux v5.13-rc6
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 2/2] bcache: avoid oversized read request in cache missing code path
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 1/2] bcache: remove bcache device self-defined readahead
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v2 0/2] bcache fixes for Linux v5.13-rc6
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH v5 2/2] bcache: avoid oversized read request in cache missing code path
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH v5 2/2] bcache: avoid oversized read request in cache missing code path
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v5 2/2] bcache: avoid oversized read request in cache missing code path
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH v5 2/2] bcache: avoid oversized read request in cache missing code path
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v5 1/2] bcache: remove bcache device self-defined readahead
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH v5 2/2] bcache: avoid oversized read request in cache missing code path
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v5 1/2] bcache: remove bcache device self-defined readahead
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 0/2] bcache fixes for Linux v5.13-rc6
- From: Coly Li <colyli@xxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 17/26] nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_disk
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Coly Li <colyli@xxxxxxx>
- Re: Low hit ratio and cache usage
- From: Kai Krakow <kai@xxxxxxxxxxx>
- Re: Low hit ratio and cache usage
- From: Coly Li <colyli@xxxxxxx>
- Re: Low hit ratio and cache usage
- From: Santiago Castillo Oli <scastillo@xxxxxxxxx>
- Re: Low hit ratio and cache usage
- From: Santiago Castillo Oli <scastillo@xxxxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Thorsten Knabe <linux@xxxxxxxxxxxxxxxxx>
- Re: Low hit ratio and cache usage
- From: Coly Li <colyli@xxxxxxx>
- Low hit ratio and cache usage
- From: Santiago Castillo Oli <scastillo@xxxxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Coly Li <colyli@xxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Rolf Fokkens <rolf@xxxxxxxxxxxxxx>
- Re: [PATCH] bcache-tools: bcache-export-cached doesn't match backing device w/ offset, features
- From: Coly Li <colyli@xxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Coly Li <colyli@xxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Rolf Fokkens <rolf@xxxxxxxxxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Thorsten Knabe <linux@xxxxxxxxxxxxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Rolf Fokkens <rolf@xxxxxxxxxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Rolf Fokkens <rolf@xxxxxxxxxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Coly Li <colyli@xxxxxxx>
- Re: simplify gendisk and request_queue allocation for bio based drivers
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v5 2/2] bcache: avoid oversized read request in cache missing code path
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v5 1/2] bcache: remove bcache device self-defined readahead
- From: Coly Li <colyli@xxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Rolf Fokkens <rolf@xxxxxxxxxxxxxx>
- Re: [BCACHE KERNEL OOPS AND PANIC] System not boot on fedora 34 with 5.12.5-6 kernel versions
- From: Rolf Fokkens <rolf@xxxxxxxxxxxxxx>
- Arch Linux 5.10.39-1-lts bcache bug
- From: Alexander Ullrich <ealex1979@xxxxxxxxx>
- Re: [PATCH v4] bcache: avoid oversized read request in cache missing code path
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v4] bcache: avoid oversized read request in cache missing code path
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH v4] bcache: avoid oversized read request in cache missing code path
- From: Nix <nix@xxxxxxxxxxxxx>
- [PATCH v4] bcache: avoid oversized read request in cache missing code path
- From: Coly Li <colyli@xxxxxxx>
- Re: simplify gendisk and request_queue allocation for bio based drivers
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- Re: IO hang when cache do not have enough buckets on small SSD
- From: Coly Li <colyli@xxxxxxx>
- Re: IO hang when cache do not have enough buckets on small SSD
- From: Jim Guo <jimmygc2008@xxxxxxxxx>
- Re: simplify gendisk and request_queue allocation for bio based drivers
- From: Christoph Hellwig <hch@xxxxxx>
- Re: simplify gendisk and request_queue allocation for bio based drivers
- From: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
- [BCACHE KERNEL OOPS AND PANIC] System not boot on fedora 34 with 5.12.5-6 kernel versions
- From: Giuseppe Della Bianca <giusdbg@xxxxxxxxx>
- Re: [PATCH 14/26] md: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 18/26] nvme-multipath: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 14/26] md: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 13/26] dm: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 06/26] brd: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [dm-devel] [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 01/26] block: refactor device number setup in __device_add_disk
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [dm-devel] [PATCH 01/26] block: refactor device number setup in __device_add_disk
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 12/26] bcache: convert to blk_alloc_disk/blk_cleanup_disk
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 12/26] bcache: convert to blk_alloc_disk/blk_cleanup_disk
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 26/26] block: unexport blk_alloc_queue
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 25/26] null_blk: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 24/26] xpram: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 23/26] dcssblk: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 22/26] ps3vram: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 21/26] n64cart: convert to blk_alloc_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 20/26] simdisk: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 19/26] nfblock: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 18/26] nvme-multipath: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 17/26] nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 16/26] nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 15/26] nvdimm-blk: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 14/26] md: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 13/26] dm: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 12/26] bcache: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 11/26] lightnvm: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 10/26] zram: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 09/26] rsxx: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 08/26] pktcdvd: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 07/26] drbd: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 06/26] brd: convert to blk_alloc_disk/blk_cleanup_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 01/26] block: refactor device number setup in __device_add_disk
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [dm-devel] [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [dm-devel] [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [dm-devel] [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [dm-devel] [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [dm-devel] [PATCH 01/26] block: refactor device number setup in __device_add_disk
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: Best strategy for caching VMs storage
- From: Matthias Ferdinand <bcache@xxxxxxxxx>
- Best strategy for caching VMs storage
- From: Santiago Castillo Oli <scastillo@xxxxxxxxx>
- Re: [PATCH 19/26] nfblock: convert to blk_alloc_disk/blk_cleanup_disk
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- [PATCH] md: bcache: Fix spelling of 'acquire'
- [bch-nvm-pages v10 6/6] bcache: get allocated pages from specific owner
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v10 5/6] bcache: bch_nvm_free_pages() of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v10 4/6] cache: bch_nvm_alloc_pages() of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v10 3/6] bcache: initialization of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v10 2/6] bcache: initialize the nvm pages allocator
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v10 1/6] bcache: add initial data structures for nvm pages
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v10 0/6] nvm page allocator for bcache
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- Re: [PATCH 12/26] bcache: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 12/26] bcache: convert to blk_alloc_disk/blk_cleanup_disk
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 26/26] block: unexport blk_alloc_queue
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 25/26] null_blk: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 24/26] xpram: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 23/26] dcssblk: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 21/26] n64cart: convert to blk_alloc_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 22/26] ps3vram: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 20/26] simdisk: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 19/26] nfblock: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 18/26] nvme-multipath: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/26] nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/26] nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/26] nvdimm-blk: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/26] md: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/26] bcache: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/26] dm: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/26] lightnvm: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/26] zram: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/26] rsxx: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/26] pktcdvd: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/26] drbd: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/26] brd: convert to blk_alloc_disk/blk_cleanup_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/26] block: refactor device number setup in __device_add_disk
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
- From: Christoph Hellwig <hch@xxxxxx>
- simplify gendisk and request_queue allocation for bio based drivers
- From: Christoph Hellwig <hch@xxxxxx>
- simplify gendisk and request_queue allocation for bio based drivers
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3] bcache: avoid oversized read request in cache missing code path
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH v3] bcache: avoid oversized read request in cache missing code path
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] bcache: fix error info in register_bcache()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH] bcache: fix error info in register_bcache()
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH v3] bcache: avoid oversized read request in cache missing code path
- [PATCH v2] bcache: avoid oversized read request in cache missing code path
- Re: [PATCH] bcache: avoid oversized read request in cache missing code path
- From: Coly Li <colyli@xxxxxxx>
- Re: [bch-nvm-pages v9 4/6] bcache: bch_nvm_alloc_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- RE: [bch-nvm-pages v9 4/6] bcache: bch_nvm_alloc_pages() of the buddy
- From: "Ma, Jianpeng" <jianpeng.ma@xxxxxxxxx>
- [PATCH] bcache: avoid oversized read request in cache missing code path
- Re: IO hang when cache do not have enough buckets on small SSD
- From: Coly Li <colyli@xxxxxxx>
- IO hang when cache do not have enough buckets on small SSD
- From: Jim Guo <jimmygc2008@xxxxxxxxx>
- [BCACHE] Forcing the PD controller to follow the disks activity time
- From: Giuseppe Della Bianca <giusdbg@xxxxxxxxx>
- Re: [PATCH v2] RFC - Write Bypass Race Bug
- From: Coly Li <colyli@xxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Coly Li <colyli@xxxxxxx>
- Re: PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Matthias Ferdinand <bcache@xxxxxxxxx>
- PROBLEM: bcache related kernel BUG() since Linux 5.12
- From: Thorsten Knabe <linux@xxxxxxxxxxxxxxxxx>
- [PATCH] bcache-tools: bcache-export-cached doesn't match backing device w/ offset, features
- From: Marc Smith <msmith626@xxxxxxxxx>
- Re: [bch-nvm-pages v9 6/6] bcache: get allocated pages from specific owner
- From: Coly Li <colyli@xxxxxxx>
- Re: [bch-nvm-pages v9 5/6] bcache: bch_nvm_free_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- Re: [bch-nvm-pages v9 4/6] bcache: bch_nvm_alloc_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- Re: [bch-nvm-pages v9 3/6] bcache: initialization of the buddy
- From: Coly Li <colyli@xxxxxxx>
- Re: [bch-nvm-pages v9 2/6] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH v2] RFC - Write Bypass Race Bug
- From: Marc Smith <msmith626@xxxxxxxxx>
- Re: Dirty data loss after cache disk error recovery
- From: Kai Krakow <kai@xxxxxxxxxxx>
- Re: Dirty data loss after cache disk error recovery
- From: Coly Li <colyli@xxxxxxx>
- Re: Dirty data loss after cache disk error recovery
- From: Coly Li <colyli@xxxxxxx>
- Re: Kernel Oops: kernel BUG at block/bio.c:52
- From: Marco Rebhan <me@xxxxxxxxxxxx>
- Re: Kernel Oops: kernel BUG at block/bio.c:52
- From: Coly Li <colyli@xxxxxxx>
- 答复: [PATCH -next v4] bcache: Use DEFINE_MUTEX() for mutex lock
- From: zhengyongjun <zhengyongjun3@xxxxxxxxxx>
- Re: Kernel Oops: kernel BUG at block/bio.c:52
- From: Marco Rebhan <me@xxxxxxxxxxxx>
- Re: [PATCH v2] RFC - Write Bypass Race Bug
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH -next v4] bcache: Use DEFINE_MUTEX() for mutex lock
- From: Coly Li <colyli@xxxxxxx>
- Re: Kernel Oops: kernel BUG at block/bio.c:52
- From: Coly Li <colyli@xxxxxxx>
- [PATCH -next v4] bcache: Use DEFINE_MUTEX() for mutex lock
- From: Zheng Yongjun <zhengyongjun3@xxxxxxxxxx>
- [BCACHE] Parameter setting
- From: Giuseppe Della Bianca <giusdbg@xxxxxxxxx>
- [BACKING DEVICE] Resize
- From: Giuseppe Della Bianca <giusdbg@xxxxxxxxx>
- [PATCH v2] RFC - Write Bypass Race Bug
- From: Marc Smith <msmith626@xxxxxxxxx>
- Re: [PATCH -next] bcache: use DEFINE_MUTEX() for mutex lock
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH -next] bcache: use DEFINE_MUTEX() for mutex lock
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- RE: [bch-nvm-pages v9 2/6] bcache: initialize the nvm pages allocator
- From: "Ma, Jianpeng" <jianpeng.ma@xxxxxxxxx>
- Re: Dirty data loss after cache disk error recovery
- From: Kai Krakow <kai@xxxxxxxxxxx>
- Re: Dirty data loss after cache disk error recovery
- From: Kai Krakow <kai@xxxxxxxxxxx>
- Re: Dirty data loss after cache disk error recovery
- From: Kai Krakow <kai@xxxxxxxxxxx>
- Re: [bch-nvm-pages v9 2/6] bcache: initialize the nvm pages allocator
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [bch-nvm-pages v9 2/6] bcache: initialize the nvm pages allocator
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH -next] bcache: use DEFINE_MUTEX() for mutex lock
- From: Muhammad Usama Anjum <musamaanjum@xxxxxxxxx>
- [bch-nvm-pages v9 6/6] bcache: get allocated pages from specific owner
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v9 5/6] bcache: bch_nvm_free_pages() of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v9 3/6] bcache: initialization of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v9 4/6] bcache: bch_nvm_alloc_pages() of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v9 2/6] bcache: initialize the nvm pages allocator
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v9 0/6] nvm page allocator for bcache
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v9 1/6] bcache: add initial data structures for nvm pages
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- Re: Kernel Oops: kernel BUG at block/bio.c:52
- From: Marco Rebhan <me@xxxxxxxxxxxx>
- [PATCH] RFC - Write Bypass Race Bug
- From: Marc Smith <msmith626@xxxxxxxxx>
- Re: Race Condition Leads to Corruption
- From: Marc Smith <msmith626@xxxxxxxxx>
- Re: Race Condition Leads to Corruption
- From: Coly Li <colyli@xxxxxxx>
- Re: Race Condition Leads to Corruption
- From: Kai Krakow <kai@xxxxxxxxxxx>
- Re: Race Condition Leads to Corruption
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH] bcache: add BLK_DEV dependency for BCACHE_NVM_PAGES
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH] bcache: add BLK_DEV dependency for BCACHE_NVM_PAGES
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Race Condition Leads to Corruption
- From: Marc Smith <msmith626@xxxxxxxxx>
- Re: Kernel Oops: kernel BUG at block/bio.c:52
- From: Coly Li <colyli@xxxxxxx>
- Kernel Oops: kernel BUG at block/bio.c:52
- From: Victor Westerhuis <victor@xxxxxxxxxxx>
- Re: [PATCH 1/2] bcache: Kconfig dependence fix for NVDIMM support
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH 2/2] bcache: Set error return err to -ENOMEM on allocation failure
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 1/2] bcache: Kconfig dependence fix for NVDIMM support
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 0/2] bcache patches for Linux v5.13 - 3rd wave
- From: Coly Li <colyli@xxxxxxx>
- Re: linux-next: Tree for Apr 19 (bcache)
- From: Coly Li <colyli@xxxxxxx>
- Dirty data loss after cache disk error recovery
- From: 吴本卿(云桌面 福州) <wubenqing@xxxxxxxxxxxxx>
- Re: linux-next: Tree for Apr 19 (bcache)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: linux-next: Tree for Apr 19 (bcache)
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH][next] bcache: Set error return err to -ENOMEM on allocation failure
- From: Coly Li <colyli@xxxxxxx>
- Re: linux-next: Tree for Apr 19 (bcache)
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH][next] bcache: Set error return err to -ENOMEM on allocation failure
- From: Colin King <colin.king@xxxxxxxxxxxxx>
- Re: [PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 13/13] bcache: use div_u64() in init_owner_info()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 13/13] bcache: use div_u64() in init_owner_info()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 12/13] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 11/13] bcache: read jset from NVDIMM pages for journal replay
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 10/13] bcache: support storing bcache journal into NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 09/13] bcache: initialize bcache journal for NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 08/13] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 07/13] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 06/13] bcache: get allocated pages from specific owner
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 05/13] bcache: bch_nvm_free_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 04/13] bcache: bch_nvm_alloc_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 03/13] bcache: initialization of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 02/13] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 01/13] bcache: add initial data structures for nvm pages
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave
- From: Coly Li <colyli@xxxxxxx>
- Re: [bch-nvm-pages v8 0/6] nvm page allocator for bcache
- From: Coly Li <colyli@xxxxxxx>
- [bch-nvm-pages v8 6/6] bcache: get allocated pages from specific owner
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v8 5/6] bcache: bch_nvm_free_pages() of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v8 4/6] bcache: bch_nvm_alloc_pages() of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v8 3/6] bcache: initialization of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v8 2/6] bcache: initialize the nvm pages allocator
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v8 1/6] bcache: add initial data structures for nvm pages
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v8 0/6] nvm page allocator for bcache
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- Re: [PATCH 7/7] bcache: fix a regression of code compiling failure in debug.c
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 7/7] bcache: fix a regression of code compiling failure in debug.c
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 7/7] bcache: fix a regression of code compiling failure in debug.c
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH 7/7] bcache: fix a regression of code compiling failure in debug.c
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 0/7] bcache patches for Linux 5.13 -- 1st wave
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 7/7] bcache: fix a regression of code compiling failure in debug.c
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 6/7] bcache: Use 64-bit arithmetic instead of 32-bit
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 5/7] md: bcache: Trivial typo fixes in the file journal.c
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 3/7] bcache: use NULL instead of using plain integer as pointer
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 2/7] bcache: remove PTR_CACHE
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 4/7] md: bcache: avoid -Wempty-body warnings
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 0/7] bcache patches for Linux 5.13 -- 1st wave
- From: Coly Li <colyli@xxxxxxx>
- [PATCH 1/7] bcache: reduce redundant code in bch_cached_dev_run()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 16/16] bcache: more fix for compiling error when BCACHE_NVM_PAGES disabled
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 15/16] bcache: fix BCACHE_NVM_PAGES' dependences in Kconfig
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 14/16] bcache: use div_u64() in init_owner_info()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 13/16] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 12/16] bcache: read jset from NVDIMM pages for journal replay
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 11/16] bcache: support storing bcache journal into NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 10/16] bcache: initialize bcache journal for NVDIMM meta device
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 09/16] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 08/16] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 07/16] bcache: nvm-pages fixes for bcache integration testing
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 06/16] bcache: get allocated pages from specific owner
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 05/16] bcache: bch_nvm_free_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 04/16] bcache: bch_nvm_alloc_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 03/16] bcache: initialization of the buddy
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 02/16] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 01/16] bcache: add initial data structures for nvm pages
- From: Coly Li <colyli@xxxxxxx>
- [PATCH v7 00/16] bcache: support NVDIMM for journaling
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH -next v3] bcache: use DEFINE_MUTEX() for mutex lock
- From: Pavel Goran <via-bcache@xxxxxxxxxxxx>
- [PATCH -next v3] bcache: use DEFINE_MUTEX() for mutex lock
- From: Zheng Yongjun <zhengyongjun3@xxxxxxxxxx>
- 答复: [PATCH -next v2] bcache: use DEFINE_MUTEX() for mutex lock
- From: zhengyongjun <zhengyongjun3@xxxxxxxxxx>
- Re: [PATCH -next v2] bcache: use DEFINE_MUTEX() for mutex lock
- From: Coly Li <colyli@xxxxxxx>
- [PATCH -next v2] bcache: use DEFINE_MUTEX() for mutex lock
- From: Zheng Yongjun <zhengyongjun3@xxxxxxxxxx>
- Re: Undoing an "Auto-Stop" when Cache device has recovered?
- From: Kai Krakow <kai@xxxxxxxxxxx>
- Re: Undoing an "Auto-Stop" when Cache device has recovered?
- From: Marc Smith <msmith626@xxxxxxxxx>
- Re: [PATCH -next] bcache: use DEFINE_MUTEX() for mutex lock
- From: Muhammad Usama Anjum <musamaanjum@xxxxxxxxx>
- Re: [bch-nvm-pages v7 2/6] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- Re: [PATCH -next] bcache: use DEFINE_MUTEX() for mutex lock
- From: Coly Li <colyli@xxxxxxx>
- Re: [CACHE DEVICE] Space usage
- From: gius db <giusdbg@xxxxxxxxx>
- [PATCH -next] bcache: use DEFINE_MUTEX() for mutex lock
- From: Zheng Yongjun <zhengyongjun3@xxxxxxxxxx>
- Re: [CACHE DEVICE] Space usage
- From: Kai Krakow <kai@xxxxxxxxxxx>
- [CACHE DEVICE] Space usage
- From: Giuseppe Della Bianca <giusdbg@xxxxxxxxx>
- RE: [bch-nvm-pages v7 3/6] bcache: initialization of the buddy
- From: "Ma, Jianpeng" <jianpeng.ma@xxxxxxxxx>
- Re: [bch-nvm-pages v7 3/6] bcache: initialization of the buddy
- From: Coly Li <colyli@xxxxxxx>
- Re: [bch-nvm-pages v7 4/6] bcache: bch_nvm_alloc_pages() of the buddy
- From: Coly Li <colyli@xxxxxxx>
- Re: [bch-nvm-pages v7 2/6] bcache: initialize the nvm pages allocator
- From: Coly Li <colyli@xxxxxxx>
- Re: [bch-nvm-pages v7 1/6] bcache: add initial data structures for nvm pages
- From: Coly Li <colyli@xxxxxxx>
- Re: A note and a question on discarding, from a novice bcache user
- From: Kai Krakow <kai@xxxxxxxxxxx>
- Re: A note and a question on discarding, from a novice bcache user
- From: Martin Kennedy <hurricos@xxxxxxxxx>
- Re: Undoing an "Auto-Stop" when Cache device has recovered?
- From: "Nikolaus Rath" <nikolaus@xxxxxxxx>
- Re: Undoing an "Auto-Stop" when Cache device has recovered?
- From: Coly Li <colyli@xxxxxxx>
- Undoing an "Auto-Stop" when Cache device has recovered?
- From: "Nikolaus Rath" <nikolaus@xxxxxxxx>
- Re: [bch-nvm-pages v7 0/6] nvm page allocator for bcache
- From: Coly Li <colyli@xxxxxxx>
- Cache Device Failure Expectations
- From: Marc Smith <msmith626@xxxxxxxxx>
- [PATCH] md: bcache: avoid -Wempty-body warnings
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- [bch-nvm-pages v7 5/6] bcache: bch_nvm_free_pages() of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v7 0/6] nvm page allocator for bcache
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v7 1/6] bcache: add initial data structures for nvm pages
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v7 4/6] bcache: bch_nvm_alloc_pages() of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v7 6/6] bcache: get allocated pages from specific owner
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v7 2/6] bcache: initialize the nvm pages allocator
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- [bch-nvm-pages v7 3/6] bcache: initialization of the buddy
- From: Qiaowei Ren <qiaowei.ren@xxxxxxxxx>
- Re: [PATCH] md: bcache: Trivial typo fixes in the file journal.c
- From: Coly Li <colyli@xxxxxxx>
- [PATCH] md: bcache: Trivial typo fixes in the file journal.c
- From: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
- [PATCH] bcache: use NULL instead of using plain integer as pointer
- From: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] include: Remove pagemap.h from blkdev.h
- From: William Kucharski <william.kucharski@xxxxxxxxxx>
[Index of Archives]
[Linux Kernel Development]
[Linux Filesystem Development]
[Security]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]