summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds1-0/+11
2023-01-04Revert "block: remove devnode callback from struct block_device_operations"Jens Axboe1-0/+11
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-19/+16
2022-12-03block: remove devnode callback from struct block_device_operationsGreg Kroah-Hartman1-11/+0
2022-12-01block: Do not reread partition table on exclusively open deviceJan Kara1-2/+5
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-11-16block: remove delayed holder registrationChristoph Hellwig1-4/+0
2022-11-16block: clear ->slave_dir when dropping the main slave_dir referenceChristoph Hellwig1-0/+2
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig1-1/+1
2022-11-02block: set the disk capacity to 0 in blk_mark_disk_deadChristoph Hellwig1-0/+5
2022-10-31block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin1-0/+1
2022-10-31blk-mq: move queue_is_mq out of blk_mq_cancel_work_syncJinlong Chen1-1/+3
2022-10-22block: fix memory leak for elevator on add_disk failureYu Kuai1-4/+8
2022-10-10Merge branch 'for-6.1/block' into block-6.1Jens Axboe1-0/+7
2022-10-10block: fix leaking minors of hidden disksChristoph Hellwig1-0/+7
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2022-09-26blk-throttle: pass a gendisk to blk_throtl_cancel_biosChristoph Hellwig1-1/+1
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig1-2/+3
2022-09-20Revert "block: freeze the queue earlier in del_gendisk"Christoph Hellwig1-1/+2
2022-08-12block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca1-3/+1
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig1-1/+7
2022-07-21block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig1-0/+15
2022-07-14block: remove bdevnameChristoph Hellwig1-23/+0
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig1-1/+1
2022-07-06block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig1-0/+1
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig1-0/+3
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-15/+0
2022-06-28block: simplify disk shutdownChristoph Hellwig1-10/+13
2022-06-17block: freeze the queue earlier in del_gendiskChristoph Hellwig1-2/+1
2022-06-17block: disable the elevator int del_gendiskChristoph Hellwig1-28/+11
2022-05-27block, loop: support partitions without scanningChristoph Hellwig1-0/+2
2022-04-17block: remove queue_discard_alignmentChristoph Hellwig1-1/+1
2022-04-17block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig1-1/+1
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-03-28block: Fix the maximum minor value is blk_alloc_ext_minor()Christophe JAILLET1-1/+1
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+62
2022-03-18block: cancel all throttled bios in del_gendisk()Yu Kuai1-0/+3
2022-03-09block: add ->poll_bio to block_device_operationsMing Lei1-0/+4
2022-03-08block: move rq_qos_exit() into disk_release()Ming Lei1-2/+1
2022-03-08block: do more work in elevator_exitChristoph Hellwig1-3/+0
2022-03-08block: move blk_exit_queue into disk_releaseMing Lei1-1/+30
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei1-0/+9
2022-02-22block: update io_ticks when io hangZhang Wensheng1-2/+12
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-0/+14
2022-02-16block: add a ->free_disk methodChristoph Hellwig1-0/+5
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-02-02block: deprecate autoloading based on dev_tChristoph Hellwig1-0/+6
2021-12-21block: check minor range in device_add_disk()Tetsuo Handa1-0/+2