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
2017-06-09
block: introduce new block status code type
Christoph Hellwig
25
-123
/
+129
2017-06-09
nbd: set sk->sk_sndtimeo for our sockets
Josef Bacik
1
-0
/
+2
2017-06-09
loop: fix error handling regression
Arnd Bergmann
1
-1
/
+2
2017-06-09
pktcdvd: use class_groups instead of class_attrs
Greg Kroah-Hartman
1
-18
/
+17
2017-06-09
zram: use class_groups instead of class_attrs
Greg Kroah-Hartman
1
-11
/
+15
2017-06-08
loop: support 4k physical blocksize
Hannes Reinecke
2
-6
/
+38
2017-06-08
loop: Remove unused 'bdev' argument from loop_set_capacity
Hannes Reinecke
1
-2
/
+2
2017-06-08
Fix loop device flush before configure v3
James Wang
1
-0
/
+3
2017-06-02
Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-0
/
+2
2017-06-01
pktcdvd: Check queue type before attaching to a queue
Bart Van Assche
1
-0
/
+5
2017-06-01
block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH
Bart Van Assche
1
-0
/
+1
2017-05-30
nbd: add FUA op support
Shaun McDowell
1
-3
/
+13
2017-05-30
nbd: don't leak nbd_config
Ilya Dryomov
1
-0
/
+1
2017-05-30
nbd: nbd_reset() call in nbd_dev_add() is redundant
Ilya Dryomov
1
-10
/
+4
2017-05-29
rbd: implement REQ_OP_WRITE_ZEROES
Ilya Dryomov
1
-0
/
+2
2017-05-27
drbd: ->sendpage() never needed set_fs()
Al Viro
1
-3
/
+0
2017-05-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-15
/
+20
2017-05-16
Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
1
-3
/
+5
2017-05-16
block: xen-blkback: add null check to avoid null pointer dereference
Gustavo A. R. Silva
1
-3
/
+5
2017-05-11
drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()
Lars Ellenberg
1
-12
/
+15
2017-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+1
2017-05-10
Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-144
/
+215
2017-05-09
treewide: convert PF_MEMALLOC manipulations to new helpers
Vlastimil Babka
1
-3
/
+4
2017-05-09
fs: ceph: CURRENT_TIME with ktime_get_real_ts()
Deepa Dinamani
1
-1
/
+1
2017-05-09
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-1
/
+1
2017-05-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-353
/
+171
2017-05-06
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-11
/
+38
2017-05-04
rbd: exclusive map option
Ilya Dryomov
1
-10
/
+73
2017-05-04
rbd: return ResponseMessage result from rbd_handle_request_lock()
Ilya Dryomov
1
-14
/
+26
2017-05-04
rbd: kill rbd_is_lock_supported()
Ilya Dryomov
1
-11
/
+3
2017-05-04
rbd: support updating the lock cookie without releasing the lock
Ilya Dryomov
1
-25
/
+41
2017-05-04
rbd: store lock cookie
Ilya Dryomov
1
-5
/
+8
2017-05-04
rbd: ignore unlock errors
Ilya Dryomov
1
-18
/
+14
2017-05-04
rbd: fix error handling around rbd_init_disk()
Ilya Dryomov
1
-43
/
+44
2017-05-04
rbd: move rbd_unregister_watch() call into rbd_dev_image_release()
Ilya Dryomov
1
-15
/
+3
2017-05-04
rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()
Ilya Dryomov
1
-5
/
+5
2017-05-04
libceph, ceph: always advertise all supported features
Ilya Dryomov
1
-1
/
+1
2017-05-04
zram: reduce load operation in page_same_filled
Sangwoo Park
1
-3
/
+5
2017-05-04
zram: use zram_free_page instead of open-coded
Minchan Kim
1
-14
/
+3
2017-05-04
zram: introduce zram data accessor
Minchan Kim
1
-11
/
+22
2017-05-04
zram: remove zram_meta structure
Minchan Kim
2
-117
/
+78
2017-05-04
zram: use zram_slot_lock instead of raw bit_spin_lock op
Minchan Kim
1
-14
/
+27
2017-05-04
zram: partial IO refactoring
Minchan Kim
1
-153
/
+184
2017-05-04
zram: handle multiple pages attached bio's bvec
Minchan Kim
1
-29
/
+11
2017-05-03
brd: fix uninitialized use of brd->dax_dev
Gerald Schaefer
1
-7
/
+5
2017-05-03
mtip32xx: convert internal commands to regular block infrastructure
Jens Axboe
2
-178
/
+30
2017-05-03
mtip32xx: cleanup internal tag assumptions
Jens Axboe
1
-10
/
+9
2017-05-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2017-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-3
/
+3
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
1
-2
/
+1
[prev]
[next]