index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
genhd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
Revert "blk-cgroup: delay calling blkcg_exit_disk until disk_release"
Christoph Hellwig
1
-2
/
+2
2023-02-09
blk-cgroup: delay calling blkcg_exit_disk until disk_release
Christoph Hellwig
1
-2
/
+2
2023-02-06
block: stub out and deprecated the capability attribute on the gendisk
Christoph Hellwig
1
-3
/
+2
2023-02-03
blk-cgroup: delay blk-cgroup initialization until add_disk
Christoph Hellwig
1
-8
/
+9
2023-01-27
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-01-06
Merge tag 'block-2023-01-06' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+11
2023-01-04
Revert "block: remove devnode callback from struct block_device_operations"
Jens Axboe
1
-0
/
+11
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-19
/
+16
2022-12-03
block: remove devnode callback from struct block_device_operations
Greg Kroah-Hartman
1
-11
/
+0
2022-12-01
block: Do not reread partition table on exclusively open device
Jan Kara
1
-2
/
+5
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-11-16
block: remove delayed holder registration
Christoph Hellwig
1
-4
/
+0
2022-11-16
block: clear ->slave_dir when dropping the main slave_dir reference
Christoph Hellwig
1
-0
/
+2
2022-11-02
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
1
-1
/
+1
2022-11-02
block: set the disk capacity to 0 in blk_mark_disk_dead
Christoph Hellwig
1
-0
/
+5
2022-10-31
block: Fix possible memory leak for rq_wb on add_disk failure
Chen Zhongjin
1
-0
/
+1
2022-10-31
blk-mq: move queue_is_mq out of blk_mq_cancel_work_sync
Jinlong Chen
1
-1
/
+3
2022-10-22
block: fix memory leak for elevator on add_disk failure
Yu Kuai
1
-4
/
+8
2022-10-10
Merge branch 'for-6.1/block' into block-6.1
Jens Axboe
1
-0
/
+7
2022-10-10
block: fix leaking minors of hidden disks
Christoph Hellwig
1
-0
/
+7
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+4
2022-09-26
blk-throttle: pass a gendisk to blk_throtl_cancel_bios
Christoph Hellwig
1
-1
/
+1
2022-09-26
blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queue
Christoph Hellwig
1
-2
/
+3
2022-09-20
Revert "block: freeze the queue earlier in del_gendisk"
Christoph Hellwig
1
-1
/
+2
2022-08-12
block: Do not call blk_put_queue() if gendisk allocation fails
Rafael Mendonca
1
-3
/
+1
2022-08-02
block: move ->bio_split to the gendisk
Christoph Hellwig
1
-1
/
+7
2022-07-21
block: call blk_mq_exit_queue from disk_release for never added disks
Christoph Hellwig
1
-0
/
+15
2022-07-14
block: remove bdevname
Christoph Hellwig
1
-23
/
+0
2022-07-06
block: pass a gendisk to blk_queue_free_zone_bitmaps
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: call blk_queue_free_zone_bitmaps from disk_release
Christoph Hellwig
1
-0
/
+1
2022-06-28
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
1
-0
/
+3
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-15
/
+0
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-10
/
+13
2022-06-17
block: freeze the queue earlier in del_gendisk
Christoph Hellwig
1
-2
/
+1
2022-06-17
block: disable the elevator int del_gendisk
Christoph Hellwig
1
-28
/
+11
2022-05-27
block, loop: support partitions without scanning
Christoph Hellwig
1
-0
/
+2
2022-04-17
block: remove queue_discard_alignment
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: use bdev_alignment_offset in disk_alignment_offset_show
Christoph Hellwig
1
-1
/
+1
2022-04-01
Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-03-28
block: Fix the maximum minor value is blk_alloc_ext_minor()
Christophe JAILLET
1
-1
/
+1
2022-03-24
Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+62
2022-03-18
block: cancel all throttled bios in del_gendisk()
Yu Kuai
1
-0
/
+3
2022-03-09
block: add ->poll_bio to block_device_operations
Ming Lei
1
-0
/
+4
2022-03-08
block: move rq_qos_exit() into disk_release()
Ming Lei
1
-2
/
+1
2022-03-08
block: do more work in elevator_exit
Christoph Hellwig
1
-3
/
+0
2022-03-08
block: move blk_exit_queue into disk_release
Ming Lei
1
-1
/
+30
2022-03-08
block: move blkcg initialization/destroy into disk allocation/release handler
Ming Lei
1
-0
/
+9
2022-02-22
block: update io_ticks when io hang
Zhang Wensheng
1
-2
/
+12
[prev]
[next]