On Thu, 01 Jun 2023 11:44:43 +0200, Christoph Hellwig wrote: > this series fixes the long standing problem that we never had a good way > to communicate block device events to the user of the block device. > > It fixes this by introducing a new set of holder ops registered at > blkdev_get_by_* time for the exclusive holder, and then wire that up > to a shutdown super operation to report the block device remove to the > file systems. > > [...] Applied, thanks! [01/16] block: factor out a bd_end_claim helper from blkdev_put commit: 0783b1a7cbd9a02ddc35fe531b5966b674b304f0 [02/16] block: refactor bd_may_claim commit: ae5f855ead6b41422ca0c971ebda509c0414f8ec [03/16] block: turn bdev_lock into a mutex commit: 74e6464a987b2572771ac19163e961777fd0252e [04/16] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk commit: 66fddc25fe182fd7d28b35f4173113f3eefc7fb5 [05/16] block: avoid repeated work in blk_mark_disk_dead commit: a4f75764d16bed317276b05a9fe2c179ef61680d [06/16] block: unhash the inode earlier in delete_partition commit: 69f90b70bdb62e1a930239d33579e04884cd0b9a [07/16] block: delete partitions later in del_gendisk commit: eec1be4c30df73238b936fa9f3653773a6f8b15c [08/16] block: remove blk_drop_partitions commit: 00080f7fb7a599c26523037b202fb945f3141811 [09/16] block: introduce holder ops commit: 0718afd47f70cf46877c39c25d06b786e1a3f36c [10/16] block: add a mark_dead holder operation commit: f55e017c642051ddc01d77a89ab18f5ee71d6276 [11/16] fs: add a method to shut down the file system commit: 87efb39075be6a288cd7f23858f15bd01c83028a [12/16] xfs: wire up sops->shutdown commit: e7caa877e5ddac63886f4a8376cb3ffbd4dfe569 [13/16] xfs: wire up the ->mark_dead holder operation for log and RT devices commit: 8067ca1dcdfcc2a5e0a51bff3730ad3eef0623d6 [14/16] ext4: split ext4_shutdown commit: 97524b454bc562f4052751f0e635a61dad78f1b2 [15/16] ext4: wire up sops->shutdown commit: f5db130d4443ddf63b49e195782038ebaab0bec9 [16/16] ext4: wire up the ->mark_dead holder operation for log devices commit: dd2e31afba9e3a3107aa202726b6199c55075f59 Best regards, -- Jens Axboe