linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 17:38:59 to 2020-11-30 07:47:18 UTC [more...]

merge struct block_device and struct hd_struct v4
 2020-11-30  7:46 UTC  (73+ messages)
` [PATCH 01/45] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/45] zram: do not call set_blocksize
` [PATCH 07/45] loop: "
` [PATCH 08/45] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 09/45] dm: remove the block_device reference in struct mapped_device
` [PATCH 10/45] block: remove a duplicate __disk_get_part prototype
` [PATCH 11/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 12/45] block: add a bdev_kobj helper
` [PATCH 13/45] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 14/45] block: use put_device in put_disk
` [PATCH 15/45] block: change the hash used for looking up block devices
` [PATCH 16/45] block: switch bdgrab to use igrab
` [PATCH 17/45] init: refactor name_to_dev_t
` [PATCH 18/45] init: refactor devt_from_partuuid
` [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 20/45] block: refactor __blkdev_put
` [PATCH 21/45] block: refactor blkdev_get
` [PATCH 22/45] block: move bdput() to the callers of __blkdev_get
` [PATCH 23/45] block: opencode devcgroup_inode_permission
` [PATCH 24/45] block: remove i_bdev
` [PATCH 25/45] block: simplify bdev/disk lookup in blkdev_get
` [PATCH 26/45] block: remove ->bd_contains
` [PATCH 27/45] block: simplify the block device claiming interface
` [PATCH 28/45] block: simplify part_to_disk
` [PATCH 29/45] block: initialize struct block_device in bdev_alloc
` [PATCH 30/45] block: remove the nr_sects field in struct hd_struct
` [PATCH 31/45] block: move disk stat accounting to struct block_device
` [PATCH 32/45] block: move the start_sect field "
` [PATCH 33/45] block: move the partition_meta_info "
` [PATCH 34/45] block: move holder_dir "
` [PATCH 35/45] block: move make_it_fail "
` [PATCH 36/45] block: move the policy field "
` [PATCH 37/45] block: allocate struct hd_struct as part of struct bdev_inode
` [PATCH 38/45] block: switch partition lookup to use struct block_device
` [PATCH 39/45] block: remove the partno field from struct hd_struct
` [PATCH 40/45] block: pass a block_device to blk_alloc_devt
` [PATCH 41/45] block: pass a block_device to invalidate_partition
` [PATCH 42/45] block: switch disk_part_iter_* to use a struct block_device
` [PATCH 43/45] f2fs: remove a few bd_part checks
` [PATCH 44/45] block: merge struct block_device and struct hd_struct
` [PATCH 45/45] block: stop using bdget_disk for partition 0

merge struct block_device and struct hd_struct v3
 2020-11-27 17:30 UTC  (89+ messages)
` [PATCH 01/44] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/44] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/44] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/44] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/44] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/44] zram: do not call set_blocksize
` [PATCH 07/44] loop: "
` [PATCH 08/44] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 09/44] dm: remove the block_device reference in struct mapped_device
` [PATCH 10/44] block: remove a duplicate __disk_get_part prototype
` [PATCH 11/44] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 12/44] block: add a bdev_kobj helper
` [PATCH 13/44] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 14/44] block: use put_device in put_disk
` [PATCH 15/44] block: change the hash used for looking up block devices
` [PATCH 16/44] init: refactor name_to_dev_t
` [PATCH 17/44] init: refactor devt_from_partuuid
` [PATCH 18/44] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 19/44] block: refactor __blkdev_put
` [PATCH 20/44] block: refactor blkdev_get
` [PATCH 21/44] block: move bdput() to the callers of __blkdev_get
` [PATCH 22/44] block: opencode devcgroup_inode_permission
` [PATCH 23/44] block: remove i_bdev
` [PATCH 24/44] block: simplify bdev/disk lookup in blkdev_get
` [PATCH 25/44] block: remove ->bd_contains
` [PATCH 26/44] block: simplify the block device claiming interface
` [PATCH 27/44] block: simplify part_to_disk
` [PATCH 28/44] block: initialize struct block_device in bdev_alloc
` [PATCH 29/44] block: remove the nr_sects field in struct hd_struct
` [PATCH 30/44] block: move disk stat accounting to struct block_device
` [PATCH 31/44] block: move the start_sect field "
` [PATCH 32/44] block: move the partition_meta_info "
` [PATCH 33/44] block: move holder_dir "
` [PATCH 34/44] block: move make_it_fail "
` [PATCH 35/44] block: move the policy field "
` [PATCH 36/44] block: allocate struct hd_struct as part of struct bdev_inode
` [PATCH 37/44] block: switch partition lookup to use struct block_device
` [PATCH 38/44] block: remove the partno field from struct hd_struct
` [PATCH 39/44] block: pass a block_device to blk_alloc_devt
` [PATCH 40/44] block: pass a block_device to invalidate_partition
` [PATCH 41/44] block: switch disk_part_iter_* to use a struct block_device
` [PATCH 42/44] f2fs: remove a few bd_part checks
` [PATCH 43/44] block: merge struct block_device and struct hd_struct
` [PATCH 44/44] block: stop using bdget_disk for partition 0

merge struct block_device and struct hd_struct v2
 2020-11-26  8:16 UTC  (58+ messages)
` [PATCH 01/45] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 06/45] zram: remove the claim mechanism
` [PATCH 08/45] loop: do not call set_blocksize
` [PATCH 12/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 17/45] init: refactor name_to_dev_t
` [PATCH 18/45] init: refactor devt_from_partuuid
` [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 20/45] block: refactor __blkdev_put
` [PATCH 21/45] block: refactor blkdev_get
` [PATCH 22/45] block: opencode devcgroup_inode_permission
` [PATCH 23/45] block: remove i_bdev
` [PATCH 24/45] blk-cgroup: stop abusing get_gendisk
` [PATCH 25/45] block: reference struct block_device from struct hd_struct
` [PATCH 26/45] block: remove ->bd_contains
` [PATCH 27/45] block: simplify the block device claiming interface
` [PATCH 28/45] block: simplify part_to_disk
` [PATCH 29/45] block: initialize struct block_device in bdev_alloc
` [PATCH 30/45] block: remove the nr_sects field in struct hd_struct
` [PATCH 38/45] block: switch partition lookup to use struct block_device
` [PATCH 43/45] f2fs: remove a few bd_part checks

bcachefs status update (it's done cooking; let's get this sucker merged)
 2020-11-25 18:10 UTC  (7+ messages)
` [PATCH 12/12] closures: fix a race on wakeup from closure_sync

Status of merging bcachefs into mainline
 2020-11-25 12:35 UTC 

merge struct block_device and struct hd_struct
 2020-11-25 12:09 UTC  (5+ messages)
` [PATCH 11/20] block: reference struct block_device from "


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