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
pinetabv-6.6.y-devel
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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
30
-43
/
+41
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
31
-107
/
+102
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
11
-32
/
+31
2023-06-12
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
4
-4
/
+4
2023-06-12
cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
2
-7
/
+6
2023-06-12
cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
2
-16
/
+0
2023-06-12
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
4
-5
/
+5
2023-06-12
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
4
-6
/
+4
2023-06-12
block: also call ->open for incremental partition opens
Christoph Hellwig
1
-10
/
+8
2023-06-12
block/rnbd-srv: make process_msg_sess_info returns void
Guoqing Jiang
1
-6
/
+3
2023-06-12
block/rnbd-srv: init err earlier in rnbd_srv_init_module
Guoqing Jiang
1
-5
/
+3
2023-06-12
block/rnbd-srv: init ret with 0 instead of -EPERM
Guoqing Jiang
1
-4
/
+3
2023-06-12
block/rnbd-srv: rename one member in rnbd_srv_dev
Guoqing Jiang
2
-8
/
+8
2023-06-12
block/rnbd-srv: no need to check sess_dev
Guoqing Jiang
1
-1
/
+1
2023-06-12
block/rnbd: introduce rnbd_access_modes
Guoqing Jiang
6
-32
/
+16
2023-06-12
block/rnbd-srv: remove unused header
Guoqing Jiang
1
-1
/
+0
2023-06-12
block/rnbd: kill rnbd_flags_supported
Guoqing Jiang
1
-22
/
+0
2023-06-09
block: fix rootwait= again
Christoph Hellwig
1
-1
/
+1
2023-06-07
pktcdvd: Sort headers
Andy Shevchenko
1
-15
/
+16
2023-06-07
pktcdvd: Get rid of redundant 'else'
Andy Shevchenko
1
-7
/
+7
2023-06-07
pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
Andy Shevchenko
1
-17
/
+14
2023-06-07
pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
Andy Shevchenko
1
-20
/
+3
2023-06-07
pktcdvd: Drop redundant castings for sector_t
Andy Shevchenko
1
-16
/
+10
2023-06-07
pktcdvd: Get rid of pkt_seq_show() forward declaration
Andy Shevchenko
1
-76
/
+75
2023-06-07
pktcdvd: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
1
-1
/
+1
2023-06-07
pktcdvd: replace sscanf() by kstrtoul()
Andy Shevchenko
1
-16
/
+18
2023-06-07
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
3
-119
/
+130
2023-06-07
block: fix rootwait=
Christoph Hellwig
1
-2
/
+2
2023-06-07
blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()
Waiman Long
1
-0
/
+5
2023-06-07
blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()
Yu Kuai
1
-2
/
+2
2023-06-07
nbd: Add the maximum limit of allocated index in nbd_dev_add
Zhong Jinghua
1
-1
/
+2
2023-06-07
blk-ioprio: Introduce promote-to-rt policy
Hou Tao
2
-21
/
+44
2023-06-05
blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost
Li Nan
1
-3
/
+4
2023-06-05
block: mark early_lookup_bdev as __init
Christoph Hellwig
2
-11
/
+10
2023-06-05
mtd: block2mtd: don't call early_lookup_bdev after the system is running
Christoph Hellwig
1
-1
/
+11
2023-06-05
mtd: block2mtd: factor the early block device open logic into a helper
Christoph Hellwig
1
-23
/
+30
2023-06-05
PM: hibernate: don't use early_lookup_bdev in resume_store
Christoph Hellwig
1
-1
/
+17
2023-06-05
dm: only call early_lookup_bdev from early boot context
Christoph Hellwig
1
-2
/
+7
2023-06-05
dm: remove dm_get_dev_t
Christoph Hellwig
2
-19
/
+5
2023-06-05
dm: open code dm_get_dev_t in dm_init_init
Christoph Hellwig
1
-1
/
+3
2023-06-05
dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
Christoph Hellwig
1
-9
/
+5
2023-06-05
block: move more code to early-lookup.c
Christoph Hellwig
3
-93
/
+92
2023-06-05
block: move the code to do early boot lookup of block devices to block/
Christoph Hellwig
4
-222
/
+227
2023-06-05
init: clear root_wait on all invalid root= strings
Christoph Hellwig
1
-7
/
+11
2023-06-05
init: improve the name_to_dev_t interface
Christoph Hellwig
9
-75
/
+74
2023-06-05
init: move the nfs/cifs/ram special cases out of name_to_dev_t
Christoph Hellwig
2
-9
/
+12
2023-06-05
init: factor the root_wait logic in prepare_namespace into a helper
Christoph Hellwig
1
-10
/
+22
2023-06-05
init: handle ubi/mtd root mounting like all other root types
Christoph Hellwig
2
-9
/
+15
2023-06-05
init: don't remove the /dev/ prefix from error messages
Christoph Hellwig
1
-11
/
+6
2023-06-05
init: pass root_device_name explicitly
Christoph Hellwig
3
-25
/
+29
[next]