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-11-16
Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2018-11-15
block: remove the queue_lock indirection
Christoph Hellwig
2
-6
/
+6
2018-11-15
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
3
-4
/
+3
2018-11-15
umem: don't override the queue_lock
Christoph Hellwig
1
-2
/
+1
2018-11-15
drbd: don't override the queue_lock
Christoph Hellwig
1
-1
/
+1
2018-11-15
block: don't hold the queue_lock over blk_abort_request
Christoph Hellwig
1
-4
/
+1
2018-11-12
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
1
-2
/
+0
2018-11-10
null_blk: remove unused nullb device
Jens Axboe
1
-2
/
+0
2018-11-10
floppy: fix race condition in __floppy_read_block_0()
Jens Axboe
1
-1
/
+2
2018-11-10
pd: replace ->special use with private data in the request
Christoph Hellwig
1
-5
/
+25
2018-11-10
aoe: replace ->special use with private data in the request
Christoph Hellwig
4
-23
/
+20
2018-11-10
skd_main: don't use req->special
Christoph Hellwig
1
-1
/
+7
2018-11-10
nullb: remove leftover legacy request code
Christoph Hellwig
1
-6
/
+3
2018-11-10
Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2018-11-09
mtip32xxx: use for_each_sg
Christoph Hellwig
1
-3
/
+2
2018-11-09
mtip32xx: don't use req->special
Christoph Hellwig
2
-4
/
+8
2018-11-09
mtip32xx: remove mtip_get_int_command
Christoph Hellwig
1
-17
/
+7
2018-11-09
mtip32xx: remove mtip_init_cmd_header
Christoph Hellwig
2
-34
/
+15
2018-11-09
mtip32xx: add missing endianess annotations on struct smart_attr
Christoph Hellwig
1
-2
/
+2
2018-11-09
mtip32xx: remove __force_bit2int
Christoph Hellwig
2
-35
/
+26
2018-11-09
mtip32xx: return a blk_status_t from mtip_send_trim
Christoph Hellwig
1
-19
/
+11
2018-11-09
mtip32xx: merge mtip_submit_request into mtip_queue_rq
Christoph Hellwig
1
-50
/
+28
2018-11-09
mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io
Christoph Hellwig
1
-7
/
+4
2018-11-09
sx8: use a per-host tag_set
Christoph Hellwig
1
-248
/
+95
2018-11-09
sx8: cleanup queue and disk allocation / freeing
Christoph Hellwig
1
-59
/
+48
2018-11-08
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
3
-7
/
+13
2018-11-08
loop: Get rid of 'nested' acquisition of loop_ctl_mutex
Jan Kara
1
-6
/
+6
2018-11-08
loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
Jan Kara
1
-11
/
+15
2018-11-08
loop: Fix deadlock when calling blkdev_reread_part()
Jan Kara
1
-12
/
+16
2018-11-08
loop: Move loop_reread_partitions() out of loop_ctl_mutex
Jan Kara
1
-5
/
+14
2018-11-08
loop: Move special partition reread handling in loop_clr_fd()
Jan Kara
1
-14
/
+19
2018-11-08
loop: Push loop_ctl_mutex down to loop_change_fd()
Jan Kara
1
-11
/
+11
2018-11-08
loop: Push loop_ctl_mutex down to loop_set_fd()
Jan Kara
1
-12
/
+14
2018-11-08
loop: Push loop_ctl_mutex down to loop_set_status()
Jan Kara
1
-26
/
+25
2018-11-08
loop: Push loop_ctl_mutex down to loop_get_status()
Jan Kara
1
-27
/
+10
2018-11-08
loop: Push loop_ctl_mutex down into loop_clr_fd()
Jan Kara
1
-20
/
+29
2018-11-08
loop: Split setting of lo_state from loop_clr_fd
Jan Kara
1
-21
/
+31
2018-11-08
loop: Push lo_ctl_mutex down into individual ioctls
Jan Kara
1
-25
/
+63
2018-11-08
loop: Get rid of loop_index_mutex
Jan Kara
1
-21
/
+20
2018-11-08
loop: Fold __loop_release into loop_release
Jan Kara
1
-9
/
+7
2018-11-08
block/loop: Use global lock for ioctl() operation.
Tetsuo Handa
2
-30
/
+29
2018-11-08
block/loop: Don't grab "struct file" for vfs_getattr() operation.
Tetsuo Handa
1
-5
/
+5
2018-11-08
sunvdc: fix compiler warning
Jens Axboe
1
-1
/
+0
2018-11-07
blk-mq: abstract out queue map
Jens Axboe
1
-1
/
+1
2018-11-07
sunvdc: convert to blk-mq
Jens Axboe
1
-51
/
+98
2018-11-07
null_blk: Add conventional zone configuration for zoned support
Masato Suzuki
3
-1
/
+34
2018-11-06
xen-blkfront: fix kernel panic with negotiate_mq error path
Manjunath Patil
1
-0
/
+1
2018-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-10
/
+15
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
4
-14
/
+11
2018-11-02
blkcg: revert blkcg cleanups series
Dennis Zhou
1
-3
/
+2
[prev]
[next]