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
starfive-6.6.48-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
2024-09-16
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
10
-63
/
+97
2024-09-10
drbd: Add NULL check for net_conf to prevent dereference in state validation
Mikhail Lobanov
1
-1
/
+1
2024-09-07
mtip32xx: Remove redundant null pointer checks in mtip_hw_debugfs_init()
Li Zetao
1
-18
/
+1
2024-09-06
Merge tag 'block-6.11-20240906' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+2
2024-09-06
zram: Shrink zram_table_entry::flags.
Sebastian Andrzej Siewior
2
-2
/
+3
2024-09-06
zram: Remove ZRAM_LOCK
Sebastian Andrzej Siewior
2
-12
/
+3
2024-09-06
zram: Replace bit spinlocks with a spinlock_t.
Mike Galbraith
2
-4
/
+15
2024-09-06
nbd: correct the maximum value for discard sectors
Wouter Verhelst
1
-1
/
+1
2024-09-06
nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONAL
Wouter Verhelst
1
-0
/
+2
2024-09-06
nbd: implement the WRITE_ZEROES command
Wouter Verhelst
1
-0
/
+8
2024-09-04
ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
Li Nan
1
-0
/
+2
2024-08-30
nbd: fix race between timeout and normal completion
Ming Lei
1
-1
/
+12
2024-08-28
block/rnbd-srv: Add sanity check and remove redundant assignment
Md Haris Iqbal
1
-2
/
+9
2024-08-27
pktcdvd: remove unnecessary debugfs_create_dir() error check
Yang Ruibin
1
-2
/
+0
2024-08-26
drbd: Remove an unused field in struct drbd_device
Christophe JAILLET
1
-1
/
+0
2024-08-12
ublk: move zone report data out of request pdu
Ming Lei
1
-16
/
+46
2024-08-02
drbd: Remove unused extern declarations
YueHaibing
1
-10
/
+0
2024-07-29
nbd: add support for rotational devices
Wouter Verhelst
1
-0
/
+3
2024-07-29
drbd: use sendpages_ok() instead of sendpage_ok()
Ofir Gal
1
-1
/
+1
2024-07-28
Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linux
Linus Torvalds
2
-1
/
+8
2024-07-26
Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-20
/
+15
2024-07-25
rbd: don't assume rbd_is_lock_owner() for exclusive mappings
Ilya Dryomov
1
-5
/
+0
2024-07-25
rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappings
Ilya Dryomov
1
-5
/
+5
2024-07-25
rbd: rename RBD_LOCK_STATE_RELEASING and releasing_wait
Ilya Dryomov
1
-10
/
+10
2024-07-24
ublk: fix UBLK_CMD_DEL_DEV_ASYNC handling
Ming Lei
1
-1
/
+4
2024-07-23
drbd: Add peer_device to Kernel doc
Simon Horman
1
-0
/
+4
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-12
/
+8
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-1
/
+1
2024-07-17
virtio_blk: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-12
/
+8
2024-07-16
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
31
-274
/
+328
2024-07-10
floppy: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-10
loop: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-10
ublk_drv: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-10
xen/blkback: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-09
block/rnbd: Constify struct kobj_type
Christophe JAILLET
2
-3
/
+3
2024-07-09
loop: Don't bother validating blocksize
John Garry
1
-11
/
+1
2024-07-09
virtio_blk: Don't bother validating blocksize
John Garry
1
-10
/
+1
2024-07-09
null_blk: Don't bother validating blocksize
John Garry
1
-3
/
+0
2024-07-09
virtio_blk: Fix default logical block size fallback
John Garry
1
-13
/
+13
2024-07-05
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
3
-3
/
+3
2024-07-05
null_blk: Introduce the zone_full parameter
Damien Le Moal
3
-3
/
+17
2024-07-05
loop: remove the unused inode variable in loop_configure
Christoph Hellwig
1
-2
/
+0
2024-07-04
null_blk: don't initialize static 'g_virt_boundary' to false
Zhu Yanjun
1
-1
/
+1
2024-07-04
mm/zsmalloc: use a proper page type
David Hildenbrand
1
-0
/
+1
2024-07-02
xen-blkfront: fix sector_size propagation to the block layer
Christoph Hellwig
1
-11
/
+5
2024-07-02
null_blk: Fix description of the fua parameter
Damien Le Moal
1
-1
/
+1
2024-06-28
rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCE
Christoph Hellwig
1
-1
/
+0
2024-06-28
rnbd: don't set QUEUE_FLAG_SAME_COMP
Christoph Hellwig
1
-1
/
+0
2024-06-28
loop: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-13
/
+2
[next]