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
2015-03-23
NVMe: Initialize device list head before starting
Keith Busch
1
-0
/
+1
2015-03-05
Merge tag 'nbd_fixes_20150305' of git://git.pengutronix.de/git/mpa/linux-nbd ...
Jens Axboe
1
-4
/
+4
2015-03-05
nbd: fix possible memory leak
Sudip Mukherjee
1
-4
/
+4
2015-02-28
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-41
/
+58
2015-02-28
zram: use proper type to update max_used_pages
Joonsoo Kim
1
-1
/
+1
2015-02-23
NVMe: Fix for BLK_DEV_INTEGRITY not set
Keith Busch
1
-41
/
+58
2015-02-21
Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme in...
Jens Axboe
2
-207
/
+385
2015-02-20
NVMe: Fix potential corruption on sync commands
Keith Busch
1
-29
/
+3
2015-02-20
NVMe: Remove unused variables
Keith Busch
1
-8
/
+0
2015-02-20
NVMe: Fix scsi mode select llbaa setting
Keith Busch
1
-1
/
+1
2015-02-20
NVMe: Fix potential corruption during shutdown
Keith Busch
1
-30
/
+19
2015-02-20
NVMe: Asynchronous controller probe
Keith Busch
1
-17
/
+31
2015-02-20
NVMe: Register management handle under nvme class
Keith Busch
1
-23
/
+56
2015-02-20
NVMe: Update SCSI Inquiry VPD 83h translation
Keith Busch
1
-41
/
+53
2015-02-20
NVMe: Metadata format support
Keith Busch
1
-67
/
+231
2015-02-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-110
/
+83
2015-02-19
rbd: convert to blk-mq
Christoph Hellwig
1
-54
/
+68
2015-02-19
rbd: do not treat standalone as flatten
Ilya Dryomov
1
-20
/
+10
2015-02-19
rbd: fix error paths in rbd_dev_refresh()
Ilya Dryomov
1
-7
/
+6
2015-02-19
rbd: nuke copy_token()
Rickard Strandqvist
1
-30
/
+0
2015-02-18
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+8
2015-02-17
brd: rename XIP to DAX
Matthew Wilcox
2
-13
/
+14
2015-02-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-117
/
+133
2015-02-13
kernel.h: remove ancient __FUNCTION__ hack
Rasmus Villemoes
1
-1
/
+1
2015-02-13
mm/zpool: add name argument to create zpool
Ganesh Mahendran
1
-3
/
+5
2015-02-13
zram: remove request_queue from struct zram
Sergey Senozhatsky
2
-9
/
+8
2015-02-13
zram: remove init_lock in zram_make_request
Minchan Kim
2
-32
/
+64
2015-02-13
zram: check bd_openers instead of bd_holders
Minchan Kim
1
-1
/
+1
2015-02-13
zram: rework reset and destroy path
Sergey Senozhatsky
1
-42
/
+33
2015-02-13
zram: fix umount-reset_store-mount race condition
Sergey Senozhatsky
1
-14
/
+9
2015-02-13
zram: free meta table in zram_meta_free
Ganesh Mahendran
1
-17
/
+16
2015-02-13
zram: clean up zram_meta_alloc()
Sergey Senozhatsky
1
-8
/
+6
2015-02-13
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-333
/
+374
2015-02-13
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-9
/
+9
2015-02-11
Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-54
/
+126
2015-02-10
xen-blkback: default to X86_32 ABI on x86
David Vrabel
2
-2
/
+11
2015-02-10
xen-blkfront: fix accounting of reqs when migrating
Roger Pau Monne
1
-2
/
+2
2015-02-03
floppy: Avoid manual call of device_create_file()
Takashi Iwai
1
-9
/
+8
2015-01-29
NVMe: avoid kmalloc/kfree for smaller IO
Jens Axboe
1
-31
/
+88
2015-01-28
xen-blkback: safely unmap grants in case they are still in use
Jennifer Herbert
2
-50
/
+122
2015-01-28
xen/grant-table: add helpers for allocating pages
David Vrabel
1
-4
/
+4
2015-01-28
rbd: drop parent_ref in rbd_dev_unprobe() unconditionally
Ilya Dryomov
1
-4
/
+1
2015-01-28
rbd: fix rbd_dev_parent_get() when parent_overlap == 0
Ilya Dryomov
1
-14
/
+6
2015-01-24
Merge branch 'for-3.20/core' into for-3.20/drivers
Jens Axboe
2
-2
/
+2
2015-01-24
block: support different tag allocation policy
Shaohua Li
1
-1
/
+1
2015-01-22
NVMe: within nvme_free_queues(), delete RCU sychro/deferred free
kaoudis
1
-8
/
+1
2015-01-21
block: Add discard flag to blkdev_issue_zeroout() function
Martin K. Petersen
1
-1
/
+1
2015-01-21
virtio_blk: coding style fixes
Michael S. Tsirkin
1
-4
/
+2
2015-01-21
virtio/blk: verify device has config space
Michael S. Tsirkin
1
-0
/
+6
2015-01-17
null_blk: suppress invalid partition info
Jens Axboe
1
-1
/
+1
[next]