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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-02
block: switch partition lookup to use struct block_device
Christoph Hellwig
7
-19
/
+19
2020-12-02
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
5
-6
/
+7
2020-12-02
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
6
-12
/
+6
2020-12-02
block: simplify the block device claiming interface
Christoph Hellwig
1
-7
/
+5
2020-12-02
block: remove ->bd_contains
Christoph Hellwig
2
-2
/
+2
2020-12-02
block: remove i_bdev
Christoph Hellwig
6
-40
/
+28
2020-12-02
block: add a bdev_kobj helper
Christoph Hellwig
2
-8
/
+3
2020-12-02
dm: remove the block_device reference in struct mapped_device
Christoph Hellwig
2
-13
/
+14
2020-12-02
dm: simplify flush_bio initialization in __send_empty_flush
Christoph Hellwig
1
-9
/
+3
2020-12-02
loop: do not call set_blocksize
Christoph Hellwig
1
-3
/
+0
2020-12-02
zram: do not call set_blocksize
Christoph Hellwig
2
-11
/
+1
2020-12-02
mtip32xx: remove the call to fsync_bdev on removal
Christoph Hellwig
2
-17
/
+0
2020-12-02
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2
-19
/
+6
2020-11-16
virtio-blk: remove a spurious call to revalidate_disk_size
Christoph Hellwig
1
-1
/
+0
2020-11-16
md: remove a spurious call to revalidate_disk_size in update_size
Christoph Hellwig
1
-2
/
+0
2020-11-16
md: use set_capacity_and_notify
Christoph Hellwig
3
-20
/
+13
2020-11-16
dm-raid: use set_capacity_and_notify
Christoph Hellwig
1
-2
/
+1
2020-11-16
zram: use set_capacity_and_notify
Christoph Hellwig
1
-5
/
+2
2020-11-16
rnbd: use set_capacity_and_notify
Christoph Hellwig
1
-2
/
+1
2020-11-16
rbd: use set_capacity_and_notify
Christoph Hellwig
1
-2
/
+1
2020-11-16
drbd: use set_capacity_and_notify
Christoph Hellwig
1
-4
/
+2
2020-11-16
nvme: use set_capacity_and_notify in nvme_set_queue_dying
Christoph Hellwig
1
-12
/
+1
2020-11-16
pktcdvd: use set_capacity_and_notify
Christoph Hellwig
1
-2
/
+1
2020-11-16
dm: use set_capacity_and_notify
Christoph Hellwig
1
-2
/
+1
2020-11-16
aoe: don't call set_capacity from irq context
Christoph Hellwig
1
-11
/
+4
2020-11-16
nbd: use set_capacity_and_notify
Christoph Hellwig
1
-12
/
+3
2020-11-16
nbd: validate the block size in nbd_set_size
Christoph Hellwig
1
-32
/
+15
2020-11-16
nbd: refactor size updates
Christoph Hellwig
1
-26
/
+18
2020-11-16
nbd: move the task_recv check into nbd_size_update
Christoph Hellwig
1
-3
/
+7
2020-11-16
nbd: remove the call to set_blocksize
Christoph Hellwig
1
-7
/
+5
2020-11-16
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
5
-7
/
+6
2020-11-16
sd: update the bdev size in sd_revalidate_disk
Christoph Hellwig
1
-5
/
+3
2020-11-16
nvme: let set_capacity_revalidate_and_notify update the bdev size
Christoph Hellwig
1
-4
/
+1
2020-11-16
loop: let set_capacity_revalidate_and_notify update the bdev size
Christoph Hellwig
1
-6
/
+2
2020-11-16
z2ram: use separate gendisk for the different modes
Christoph Hellwig
1
-42
/
+58
2020-11-16
z2ram: reindent
Christoph Hellwig
1
-257
/
+236
2020-11-16
ataflop: use a separate gendisk for each media format
Christoph Hellwig
1
-49
/
+86
2020-11-16
amiflop: use separate gendisks for Amiga vs MS-DOS mode
Christoph Hellwig
1
-43
/
+55
2020-11-16
floppy: use a separate gendisk for each media format
Christoph Hellwig
1
-57
/
+97
2020-11-16
ide: switch to __register_blkdev for command set probing
Christoph Hellwig
1
-28
/
+6
2020-11-16
md: use __register_blkdev to allocate devices on demand
Christoph Hellwig
1
-13
/
+8
2020-11-16
loop: use __register_blkdev to allocate devices on demand
Christoph Hellwig
1
-22
/
+8
2020-11-16
brd: use __register_blkdev to allocate devices on demand
Christoph Hellwig
1
-28
/
+11
2020-11-16
sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
Christoph Hellwig
1
-14
/
+5
2020-11-16
swim: don't call blk_register_region
Christoph Hellwig
1
-17
/
+0
2020-11-16
ide: remove ide_{,un}register_region
Christoph Hellwig
2
-34
/
+0
2020-11-16
block: remove __blkdev_driver_ioctl
Christoph Hellwig
3
-5
/
+11
2020-11-16
loop: use set_disk_ro
Christoph Hellwig
1
-1
/
+1
2020-11-16
dasd: implement ->set_read_only to hook into BLKROSET processing
Christoph Hellwig
3
-19
/
+12
2020-11-16
md: implement ->set_read_only to hook into BLKROSET processing
Christoph Hellwig
1
-31
/
+31
[next]