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
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
1
-1
/
+1
2013-09-12
pktcdvd: fix defective misuses of pkt_<level>
Joe Perches
1
-3
/
+3
2013-09-12
pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()
Joe Perches
1
-15
/
+16
2013-09-12
pktcdvd: convert pr_info to pkt_info
Joe Perches
1
-6
/
+8
2013-09-12
pktcdvd: convert pr_notice to pkt_notice
Joe Perches
1
-10
/
+12
2013-09-12
pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible
Joe Perches
1
-20
/
+24
2013-09-12
pktcdvd: add struct pktcdvd_device * to pkt_dbg
Joe Perches
1
-48
/
+42
2013-09-12
pktcdvd: consolidate DPRINTK and VPRINTK macros
Joe Perches
1
-54
/
+53
2013-09-12
pktcdvd: convert printk to pr_<level>
Joe Perches
1
-61
/
+61
2013-09-12
pktcdvd: convert ZONE macro to static function get_zone()
Joe Perches
1
-10
/
+10
2013-09-12
aoe: do not BUG if memory pressure prevented debugfs file creation
Ed Cashin
1
-1
/
+0
2013-09-12
aoe: suppress compiler warnings
Andy Shevchenko
1
-4
/
+0
2013-09-12
aoe: remove custom implementation of kbasename()
Andy Shevchenko
1
-6
/
+3
2013-09-12
aoe: update internal version number to 85
Ed Cashin
1
-1
/
+1
2013-09-12
aoe: update copyright date
Ed Cashin
1
-1
/
+1
2013-09-12
aoe: fill in per-AoE-target information for debugfs file
Ed Cashin
1
-1
/
+32
2013-09-12
aoe: provide file operations for debugfs files
Ed Cashin
1
-1
/
+24
2013-09-12
aoe: add AoE-target files to debugfs
Ed Cashin
3
-0
/
+38
2013-09-12
aoe: create and destroy debugfs directory for aoe
Ed Cashin
1
-1
/
+9
2013-09-12
drivers/block/swim.c: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-09-12
cciss: set max scatter gather entries to 32 on P600
Mike Miller
1
-0
/
+7
2013-09-12
drivers/block/mg_disk.c: make mg_times_out() static
Jingoo Han
1
-1
/
+1
2013-09-12
block: replace strict_strtoul() with kstrtoul()
Jingoo Han
3
-3
/
+3
2013-09-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-17
/
+19
2013-09-08
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2
-201
/
+408
2013-09-07
NVMe: Merge issue on character device bring-up
Keith Busch
1
-4
/
+8
2013-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-09-04
rbd: fix null dereference in dout
Josh Durgin
1
-3
/
+5
2013-09-04
rbd: fix buffer size for writes to images with snapshots
Josh Durgin
1
-5
/
+5
2013-09-04
rbd: fix I/O error propagation for reads
Josh Durgin
1
-7
/
+7
2013-09-04
NVMe: Handle ioremap failure
Keith Busch
1
-8
/
+22
2013-09-04
NVMe: Add pci suspend/resume driver callbacks
Keith Busch
1
-15
/
+58
2013-09-04
NVMe: Use normal shutdown
Keith Busch
1
-0
/
+26
2013-09-04
NVMe: Separate controller init from disk discovery
Keith Busch
1
-30
/
+47
2013-09-04
NVMe: Separate queue alloc/free from create/delete
Keith Busch
1
-39
/
+94
2013-09-04
NVMe: Group pci related actions in functions
Keith Busch
1
-46
/
+66
2013-09-04
NVMe: Disk stats for read/write commands only
Keith Busch
1
-3
/
+3
2013-09-04
NVMe: Bring up cdev on set feature failure
Keith Busch
1
-2
/
+2
2013-09-04
NVMe: Fix checkpatch issues
Keith Busch
1
-5
/
+4
2013-09-04
NVMe: Namespace IDs are unsigned
Matthew Wilcox
1
-2
/
+5
2013-09-03
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+9
2013-08-28
rbd: convert bus code to use bus_groups
Greg Kroah-Hartman
1
-5
/
+9
2013-08-20
treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks
Joe Perches
1
-1
/
+1
2013-08-15
Merge remote-tracking branch 'linus/master' into testing
Sage Weil
28
-682
/
+2164
2013-08-14
aoe: adjust ref of head for compound page tails
Ed Cashin
1
-10
/
+7
2013-08-10
block: rbd: use NULL instead of 0
Jingoo Han
1
-2
/
+2
2013-07-23
Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-624
/
+1915
2013-07-10
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
1
-2
/
+2
2013-07-10
xilinx systemace: Fix sparse warnings
Michal Simek
1
-2
/
+2
2013-07-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-84
/
+90
[next]