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
2014-02-14
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-95
/
+105
2014-02-12
xen-blkback: init persistent_purge_work work_struct
Roger Pau Monne
3
-2
/
+3
2014-02-10
Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
4
-26
/
+65
2014-02-10
null_blk: use blk_complete_request and blk_mq_complete_request
Christoph Hellwig
1
-65
/
+32
2014-02-10
virtio_blk: use blk_mq_complete_request
Christoph Hellwig
1
-3
/
+4
2014-02-08
block/null_blk: Fix completion processing from LIFO to FIFO
Shlomo Pongratz
1
-0
/
+2
2014-02-07
xen-blkfront: handle backend CLOSED without CLOSING
David Vrabel
1
-1
/
+4
2014-02-07
xen-blkif: drop struct blkif_request_segment_aligned
Roger Pau Monne
3
-5
/
+5
2014-02-07
xen-blkback: fix shutdown race
Roger Pau Monne
3
-10
/
+24
2014-02-07
xen-blkback: fix memory leaks
Roger Pau Monne
3
-9
/
+31
2014-02-07
xen-blkback: fix memory leak when persistent grants are used
Matt Rushton
1
-3
/
+3
2014-02-06
Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-6
/
+9
2014-02-06
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2
-105
/
+652
2014-02-03
Revert "xen/grant-table: Avoid m2p_override during mapping"
Konrad Rzeszutek Wilk
1
-6
/
+9
2014-02-02
NVMe: Namespace use after free on surprise removal
Keith Busch
1
-13
/
+42
2014-01-31
Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-9
/
+6
2014-01-31
xen/grant-table: Avoid m2p_override during mapping
Zoltan Kiss
1
-9
/
+6
2014-01-31
zram: remove zram->lock in read path and change it with mutex
Minchan Kim
2
-12
/
+9
2014-01-31
zram: remove workqueue for freeing removed pending slot
Minchan Kim
2
-58
/
+6
2014-01-31
zram: introduce zram->tb_lock
Minchan Kim
2
-6
/
+23
2014-01-31
zram: use atomic operation for stat
Minchan Kim
2
-20
/
+16
2014-01-31
zram: remove unnecessary free
Minchan Kim
1
-8
/
+0
2014-01-31
zram: delay pending free request in read path
Minchan Kim
1
-1
/
+0
2014-01-31
zram: fix race between reset and flushing pending work
Minchan Kim
1
-2
/
+2
2014-01-31
zram: add copyright
Minchan Kim
2
-0
/
+2
2014-01-31
zram: remove old private project comment
Minchan Kim
3
-3
/
+0
2014-01-31
zram: promote zram from staging
Minchan Kim
6
-0
/
+1149
2014-01-30
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-130
/
+205
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
24
-502
/
+342
2014-01-29
NVMe: Correct uses of INIT_WORK
Matthew Wilcox
1
-4
/
+5
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-99
/
+204
2014-01-28
NVMe: Include device and queue numbers in interrupt name
Matthew Wilcox
1
-5
/
+9
2014-01-28
NVMe: Add a pci_driver shutdown method
Keith Busch
1
-0
/
+7
2014-01-28
NVMe: Disable admin queue on init failure
Keith Busch
1
-5
/
+6
2014-01-28
NVMe: Dynamically allocate partition numbers
Matthew Wilcox
1
-33
/
+3
2014-01-28
NVMe: Async IO queue deletion
Keith Busch
1
-12
/
+217
2014-01-28
NVMe: Surprise removal handling
Keith Busch
1
-3
/
+10
2014-01-28
NVMe: Abort timed out commands
Keith Busch
1
-1
/
+67
2014-01-28
NVMe: Schedule reset for failed controllers
Keith Busch
1
-2
/
+19
2014-01-28
libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}
Ilya Dryomov
1
-4
/
+4
2014-01-28
libceph: introduce and start using oid abstraction
Ilya Dryomov
1
-8
/
+2
2014-01-28
libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN
Ilya Dryomov
1
-3
/
+3
2014-01-28
libceph: start using oloc abstraction
Ilya Dryomov
1
-4
/
+4
2014-01-24
drivers/block/Kconfig: update RAM block device module name
Fabian Frederick
1
-1
/
+2
2014-01-23
Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+2
2014-01-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+0
2014-01-22
mg_disk: Spelling s/finised/finished/
Geert Uytterhoeven
1
-1
/
+1
2014-01-22
null_blk: Null pointer deference problem in alloc_page_buffers
Raghavendra K T
1
-0
/
+5
2014-01-22
mtip32xx: Correctly handle security locked condition
Sam Bradshaw
2
-3
/
+15
2014-01-22
mtip32xx: Make SGL container per-command to eliminate high order dma allocation
Sam Bradshaw
2
-97
/
+149
[next]