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
/
include
/
linux
/
genhd.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
block: move bdev_read_only() into the header
Jens Axboe
1
-0
/
+5
2021-10-18
block: move the *blkdev_ioctl declarations out of blkdev.h
Christoph Hellwig
1
-4
/
+0
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
1
-12
/
+2
2021-10-16
block: drain file system I/O on del_gendisk
Christoph Hellwig
1
-0
/
+1
2021-08-23
block: add error handling for device_add_disk / add_disk
Luis Chamberlain
1
-4
/
+4
2021-08-23
block: hold a request_queue reference for the lifetime of struct gendisk
Christoph Hellwig
1
-1
/
+0
2021-08-23
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
1
-1
/
+2
2021-08-23
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
1
-2
/
+1
2021-08-23
block: remove alloc_disk and alloc_disk_node
Christoph Hellwig
1
-10
/
+0
2021-08-23
block: cleanup the lockdep handling in *alloc_disk
Christoph Hellwig
1
-17
/
+6
2021-08-12
block: remove GENHD_FL_UP
Christoph Hellwig
1
-4
/
+5
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
1
-0
/
+1
2021-08-09
block: remove support for delayed queue registrations
Christoph Hellwig
1
-6
/
+0
2021-08-09
block: support delayed holder registration
Christoph Hellwig
1
-0
/
+5
2021-08-09
block: look up holders by bdev
Christoph Hellwig
1
-1
/
+3
2021-08-09
block: make the block holder code optional
Christoph Hellwig
1
-2
/
+2
2021-08-02
block: add a helper to raise a media changed event
Matteo Croce
1
-0
/
+1
2021-08-02
block: add disk sequence number
Matteo Croce
1
-0
/
+2
2021-06-24
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
1
-1
/
+1
2021-06-24
block: move bdev_disk_changed
Christoph Hellwig
1
-1
/
+0
2021-06-01
block: remove bdget_disk
Christoph Hellwig
1
-1
/
+0
2021-06-01
block: factor out a part_devt helper
Christoph Hellwig
1
-0
/
+1
2021-06-01
block: move bd_part_count to struct gendisk
Christoph Hellwig
1
-0
/
+1
2021-06-01
block: move bd_mutex to struct gendisk
Christoph Hellwig
1
-0
/
+3
2021-06-01
block: add blk_alloc_disk and blk_cleanup_disk APIs
Christoph Hellwig
1
-0
/
+22
2021-06-01
block: add a flag to make put_disk on partially initalized disks safer
Christoph Hellwig
1
-0
/
+1
2021-05-20
block: prevent block device lookups at the beginning of del_gendisk
Christoph Hellwig
1
-2
/
+0
2021-04-08
block: remove disk_part_iter
Christoph Hellwig
1
-19
/
+0
2021-04-08
block: refactor blk_drop_partitions
Christoph Hellwig
1
-1
/
+1
2021-01-25
block: use an xarray for disk->part_tbl
Christoph Hellwig
1
-15
/
+3
2021-01-25
block: remove DISK_PITER_REVERSE
Christoph Hellwig
1
-1
/
+0
2021-01-25
block: add a disk_uevent helper
Christoph Hellwig
1
-0
/
+2
2021-01-25
block: add a hard-readonly flag to struct gendisk
Christoph Hellwig
1
-2
/
+4
2020-12-02
block: merge struct block_device and struct hd_struct
Christoph Hellwig
1
-31
/
+9
2020-12-02
block: switch disk_part_iter_* to use a struct block_device
Christoph Hellwig
1
-2
/
+2
2020-12-02
block: remove the partno field from struct hd_struct
Christoph Hellwig
1
-1
/
+0
2020-12-02
block: switch partition lookup to use struct block_device
Christoph Hellwig
1
-2
/
+2
2020-12-02
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
1
-8
/
+6
2020-12-02
block: move the policy field to struct block_device
Christoph Hellwig
1
-2
/
+2
2020-12-02
block: move make_it_fail to struct block_device
Christoph Hellwig
1
-3
/
+0
2020-12-02
block: move holder_dir to struct block_device
Christoph Hellwig
1
-1
/
+0
2020-12-02
block: move the partition_meta_info to struct block_device
Christoph Hellwig
1
-1
/
+0
2020-12-02
block: move the start_sect field to struct block_device
Christoph Hellwig
1
-2
/
+1
2020-12-02
block: move disk stat accounting to struct block_device
Christoph Hellwig
1
-2
/
+0
2020-12-02
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-22
/
+7
2020-12-02
block: simplify part_to_disk
Christoph Hellwig
1
-7
/
+3
2020-12-02
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
1
-3
/
+4
2020-12-02
init: refactor name_to_dev_t
Christoph Hellwig
1
-6
/
+1
2020-12-02
block: remove a duplicate __disk_get_part prototype
Christoph Hellwig
1
-1
/
+0
2020-11-16
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
1
-2
/
+1
[next]