index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
genhd.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-27
blk-throttle: pass a gendisk to blk_throtl_cancel_bios
Christoph Hellwig
1
-1
/
+1
2022-09-27
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-03
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-18
block: remove queue_discard_alignment
Christoph Hellwig
1
-1
/
+1
2022-04-18
block: use bdev_alignment_offset in disk_alignment_offset_show
Christoph Hellwig
1
-1
/
+1
2022-04-02
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-25
Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2022-03-22
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-09
block: move rq_qos_exit() into disk_release()
Ming Lei
1
-2
/
+1
2022-03-09
block: do more work in elevator_exit
Christoph Hellwig
1
-3
/
+0
2022-03-09
block: move blk_exit_queue into disk_release
Ming Lei
1
-1
/
+30
2022-03-09
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
2022-02-17
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
1
-0
/
+14
2022-02-17
block: add a ->free_disk method
Christoph Hellwig
1
-0
/
+5
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2022-02-02
block: deprecate autoloading based on dev_t
Christoph Hellwig
1
-0
/
+6
2021-12-21
block: check minor range in device_add_disk()
Tetsuo Handa
1
-0
/
+2
2021-12-21
block: fix error unwinding in device_add_disk
Christoph Hellwig
1
-7
/
+6
2021-12-04
blk-mq: move srcu from blk_mq_hw_ctx to request_queue
Ming Lei
1
-1
/
+1
2021-11-29
block: don't include <linux/part_stat.h> in blk.h
Christoph Hellwig
1
-0
/
+1
2021-11-29
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
1
-0
/
+1
2021-11-29
block: don't set GENHD_FL_NO_PART for hidden gendisks
Christoph Hellwig
1
-7
/
+2
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-3
/
+3
2021-11-29
block: remove GENHD_FL_SUPPRESS_PARTITION_INFO
Christoph Hellwig
1
-8
/
+3
2021-11-29
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: merge disk_scan_partitions and blkdev_reread_part
Christoph Hellwig
1
-7
/
+12
2021-11-29
block: remove a dead check in show_partition
Christoph Hellwig
1
-3
/
+1
2021-11-16
blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()
Ming Lei
1
-0
/
+2
2021-11-10
block: add __must_check for *add_disk*() callers
Luis Chamberlain
1
-3
/
+3
2021-11-09
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+4
2021-11-09
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+6
[next]