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
2018-04-26
Merge tag 'for-linus-20180425' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-52
/
+68
2018-04-17
block/swim: Select appropriate drive on device open
Finn Thain
1
-1
/
+1
2018-04-17
block/swim: Fix IO error at end of medium
Finn Thain
1
-5
/
+8
2018-04-17
block/swim: Check drive type
Finn Thain
1
-2
/
+4
2018-04-17
block/swim: Rename macros to avoid inconsistent inverted logic
Finn Thain
2
-7
/
+7
2018-04-17
block/swim: Don't log an error message for an invalid ioctl
Finn Thain
1
-7
/
+2
2018-04-17
block/swim: Remove extra put_disk() call from error path
Finn Thain
1
-1
/
+0
2018-04-17
block/swim: Fix array bounds check
Finn Thain
1
-1
/
+1
2018-04-17
m68k/mac: Don't remap SWIM MMIO region
Finn Thain
1
-7
/
+3
2018-04-16
rbd: notrim map option
Ilya Dryomov
1
-5
/
+14
2018-04-16
rbd: adjust queue limits for "fancy" striping
Ilya Dryomov
1
-9
/
+8
2018-04-16
rbd: avoid Wreturn-type warnings
Arnd Bergmann
1
-3
/
+3
2018-04-16
rbd: support timeout in rbd_wait_state_locked()
Dongsheng Yang
1
-1
/
+21
2018-04-16
rbd: refactor rbd_wait_state_locked()
Ilya Dryomov
1
-17
/
+26
2018-04-15
loop: handle short DIO reads
Jens Axboe
1
-7
/
+27
2018-04-15
loop: remove cmd->rq member
Jens Axboe
2
-18
/
+19
2018-04-14
Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-19
/
+26
2018-04-10
Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1472
/
+980
2018-04-10
loop: fix LOOP_GET_STATUS lock imbalance
Omar Sandoval
1
-15
/
+18
2018-04-10
block/loop: fix deadlock after loop_set_status
Tetsuo Handa
1
-4
/
+8
2018-04-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-17
/
+8
2018-04-06
zram: drop max_zpage_size and use zs_huge_class_size()
Sergey Senozhatsky
2
-17
/
+8
2018-04-06
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
15
-111
/
+165
2018-04-02
rbd: remove VLA usage
Kyle Spiers
1
-4
/
+4
2018-04-02
rbd: fix spelling mistake: "reregisteration" -> "reregistration"
Colin Ian King
1
-1
/
+1
2018-04-02
rbd: get the latest osdmap when using an existing client
Ilya Dryomov
1
-36
/
+33
2018-04-02
rbd: move rbd_get_client() below rbd_put_client()
Ilya Dryomov
1
-20
/
+20
2018-04-02
rbd: remove redundant declaration of rbd_spec_put()
Ilya Dryomov
1
-1
/
+0
2018-04-02
rbd: allow "fancy" striping
Ilya Dryomov
1
-27
/
+2
2018-04-02
rbd: introduce OWN_BVECS data type
Ilya Dryomov
1
-7
/
+149
2018-04-02
rbd: remove rbd_parent_request_{create,destroy}()
Ilya Dryomov
1
-68
/
+6
2018-04-02
rbd: get rid of img_req->{offset,length}
Ilya Dryomov
1
-18
/
+8
2018-04-02
rbd: remove rbd_img_request_fill() and helpers
Ilya Dryomov
1
-98
/
+0
2018-04-02
rbd: switch to common striping framework
Ilya Dryomov
1
-23
/
+168
2018-04-02
rbd: create+truncate for whole-object layered discards
Ilya Dryomov
1
-1
/
+6
2018-04-02
rbd: move to obj_req->img_extents
Ilya Dryomov
1
-52
/
+98
2018-04-02
rbd: incorporate ceph_object_extent
Ilya Dryomov
1
-37
/
+34
2018-04-02
rbd: store data_type in img_req instead of obj_req
Ilya Dryomov
1
-26
/
+8
2018-04-02
rbd: remove obj_req->flags field
Ilya Dryomov
1
-35
/
+0
2018-04-02
rbd: remove old request completion code
Ilya Dryomov
1
-172
/
+3
2018-04-02
rbd: new request completion code
Ilya Dryomov
1
-13
/
+55
2018-04-02
rbd: update rbd_img_request_submit() signature
Ilya Dryomov
1
-10
/
+3
2018-04-02
rbd: add img_req->op_type field
Ilya Dryomov
1
-63
/
+12
2018-04-02
rbd: simplify rbd_osd_req_create()
Ilya Dryomov
1
-45
/
+14
2018-04-02
rbd: remove old request handling code
Ilya Dryomov
1
-730
/
+4
2018-04-02
rbd: new request handling code
Ilya Dryomov
1
-77
/
+601
2018-04-02
rbd: move from raw pages to bvec data descriptors
Ilya Dryomov
1
-78
/
+77
2018-04-02
rbd: get rid of img_req->copyup_pages
Ilya Dryomov
1
-34
/
+9
2018-04-02
rbd: don't (ab)use obj_req->pages for stat requests
Ilya Dryomov
1
-10
/
+5
2018-04-02
rbd: remove bio cloning helpers
Ilya Dryomov
1
-141
/
+0
[next]