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-05-10
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
3
-164
/
+3484
2013-05-10
NVMe: Use user defined admin ioctl timeout
Keith Busch
1
-1
/
+5
2013-05-08
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
17
-350
/
+938
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-84
/
+26
2013-05-08
NVMe: Simplify Firmware Activate code slightly
Matthew Wilcox
1
-4
/
+2
2013-05-08
NVMe: Only clear the enable bit when disabling controller
Matthew Wilcox
1
-1
/
+4
2013-05-08
NVMe: Wait for device to acknowledge shutdown
Matthew Wilcox
1
-19
/
+46
2013-05-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
18
-56
/
+29
2013-05-07
block_device_operations->release() should return void
Al Viro
18
-56
/
+29
2013-05-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1024
/
+1834
2013-05-03
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-82
/
+66
2013-05-02
NVMe: Schedule timeout for sync commands
Keith Busch
1
-1
/
+1
2013-05-02
NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO
Keith Busch
1
-4
/
+67
2013-05-02
NVMe: Device specific stripe size handling
Keith Busch
1
-4
/
+15
2013-05-02
NVMe: Split non-mergeable bio requests
Keith Busch
1
-30
/
+122
2013-05-02
NVMe: Remove dead code in nvme_dev_add
Keith Busch
1
-9
/
+2
2013-05-02
NVMe: Check for NULL memory in nvme_dev_add
Keith Busch
1
-0
/
+2
2013-05-02
NVMe: Fix error clean-up on nvme_alloc_queue
Keith Busch
1
-1
/
+1
2013-05-02
NVMe: Free admin queue on request_irq error
Keith Busch
1
-4
/
+9
2013-05-02
NVMe: Add scsi unmap to SG_IO
Keith Busch
1
-0
/
+78
2013-05-02
NVMe: queue usage fixes in nvme-scsi
Keith Busch
1
-5
/
+20
2013-05-02
rbd: fix image request leak on parent read
Alex Elder
1
-0
/
+1
2013-05-02
rbd: allocate image object names with a slab allocator
Alex Elder
1
-3
/
+29
2013-05-02
rbd: allocate object requests with a slab allocator
Alex Elder
1
-3
/
+20
2013-05-02
rbd: allocate name separate from obj_request
Alex Elder
1
-3
/
+9
2013-05-02
rbd: allocate image requests with a slab allocator
Alex Elder
1
-5
/
+34
2013-05-02
rbd: use binary search for snapshot lookup
Alex Elder
1
-5
/
+29
2013-05-02
rbd: clear EXISTS flag if mapped snapshot disappears
Alex Elder
1
-0
/
+23
2013-05-02
rbd: kill off the snapshot list
Alex Elder
1
-256
/
+1
2013-05-02
rbd: define rbd_snap_size() and rbd_snap_features()
Alex Elder
1
-23
/
+129
2013-05-02
rbd: use snap_id not index to look up snap info
Alex Elder
1
-31
/
+37
2013-05-02
rbd: look up snapshot name in names buffer
Alex Elder
1
-10
/
+30
2013-05-02
rbd: drop obj_request->version
Alex Elder
1
-2
/
+0
2013-05-02
rbd: drop rbd_obj_method_sync() version parameter
Alex Elder
1
-13
/
+11
2013-05-02
rbd: more version parameter removal
Alex Elder
1
-21
/
+18
2013-05-02
rbd: get rid of some version parameters
Alex Elder
1
-10
/
+6
2013-05-02
rbd: stop tracking header object version
Alex Elder
1
-10
/
+1
2013-05-02
rbd: snap names are pointer to constant data
Alex Elder
1
-7
/
+7
2013-05-02
rbd: don't revalidate so much
Alex Elder
1
-1
/
+4
2013-05-02
rbd: fix up the layering warning message
Alex Elder
1
-2
/
+9
2013-05-02
ceph: use ceph_create_snap_context()
Alex Elder
1
-35
/
+6
2013-05-02
rbd: set up devices only for mapped images
Alex Elder
1
-7
/
+5
2013-05-02
rbd: don't have device release destroy rbd_dev
Alex Elder
1
-2
/
+2
2013-05-02
rbd: define rbd_dev_unprobe()
Alex Elder
1
-40
/
+38
2013-05-02
rbd: don't destroy rbd_dev in device release function
Alex Elder
1
-15
/
+26
2013-05-02
rbd: drop module later
Alex Elder
1
-3
/
+1
2013-05-02
rbd: set up watch in rbd_dev_image_probe()
Alex Elder
1
-10
/
+11
2013-05-02
rbd: don't bother checking whether order changes
Alex Elder
1
-8
/
+0
2013-05-02
rbd: don't clean up watch in device release function
Alex Elder
1
-8
/
+23
2013-05-02
rbd: define rbd_header_name()
Alex Elder
1
-28
/
+38
[next]