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
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-21
block: simplify and cleanup bvec pool handling
Christoph Hellwig
1
-1
/
+0
2016-07-21
block: get rid of bio_rw and READA
Christoph Hellwig
6
-19
/
+23
2016-07-05
bcache: Remove redundant block_size assignment
Yijing Wang
1
-1
/
+0
2016-07-05
bcache: update document info
Yijing Wang
2
-2
/
+3
2016-07-05
bcache: Remove redundant parameter for cache_alloc()
Yijing Wang
1
-2
/
+2
2016-06-12
bcache: Remove deprecated create_workqueue
Bhaktipriya Shridhar
1
-2
/
+3
2016-06-09
block: add a separate operation type for secure erase
Christoph Hellwig
2
-5
/
+3
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
22
-45
/
+48
2016-06-07
block, drivers: add REQ_OP_FLUSH operation
Mike Christie
1
-1
/
+1
2016-06-07
block, drivers, fs: shrink bi_rw from long to int
Mike Christie
2
-4
/
+4
2016-06-07
drivers: use req op accessor
Mike Christie
1
-1
/
+1
2016-06-07
md: use bio op accessors
Mike Christie
10
-84
/
+88
2016-06-07
bcache: use bio op accessors
Mike Christie
7
-28
/
+31
2016-06-07
dm: use bio op accessors
Mike Christie
13
-79
/
+97
2016-06-07
dm: pass dm stats data dir instead of bi_rw
Mike Christie
2
-14
/
+16
2016-06-07
block discard: use bio set op accessor
Mike Christie
1
-1
/
+1
2016-06-07
bcache: use op_is_write instead of checking for REQ_WRITE
Mike Christie
2
-4
/
+4
2016-06-07
dm: use op_is_write instead of checking for REQ_WRITE
Mike Christie
2
-5
/
+5
2016-06-07
fs: have submit_bh users pass in op and flags separately
Mike Christie
1
-2
/
+2
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
11
-19
/
+35
2016-05-28
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-7
/
+0
2016-05-24
bcache: bch_gc_thread() is not freezable
Jiri Kosina
1
-2
/
+0
2016-05-24
bcache: bch_allocator_thread() is not freezable
Jiri Kosina
1
-2
/
+0
2016-05-24
bcache: bch_writeback_thread() is not freezable
Jiri Kosina
1
-3
/
+0
2016-05-20
Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
9
-77
/
+235
2016-05-18
Merge tag 'dm-4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
5
-254
/
+281
2016-05-18
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-13
/
+14
2016-05-13
dm thin: unroll issue_discard() to create longer discard bio chains
Joe Thornber
1
-37
/
+71
2016-05-13
dm thin: use __blkdev_issue_discard for async discard support
Mike Snitzer
1
-54
/
+16
2016-05-13
dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()
Mike Snitzer
1
-12
/
+1
2016-05-13
dm raid: make sure no feature flags are set in metadata
Heinz Mauelshagen
1
-1
/
+6
2016-05-09
md-cluster: check the return value of process_recvd_msg
Guoqing Jiang
1
-3
/
+10
2016-05-09
md-cluster: gather resync infos and enable recv_thread after bitmap is ready
Guoqing Jiang
3
-6
/
+28
2016-05-09
md: set MD_CHANGE_PENDING in a atomic region
Guoqing Jiang
5
-23
/
+24
2016-05-09
md: raid5: add prerequisite to run underneath dm-raid
Heinz Mauelshagen
1
-2
/
+4
2016-05-09
md: raid10: add prerequisite to run underneath dm-raid
Heinz Mauelshagen
1
-4
/
+8
2016-05-09
md: md.c: fix oops in mddev_suspend for raid0
Heinz Mauelshagen
1
-1
/
+1
2016-05-05
dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() call
Michal Hocko
1
-1
/
+1
2016-05-05
dm mpath: eliminate use of spinlock in IO fast-paths
Mike Snitzer
1
-77
/
+93
2016-05-05
dm mpath: move trigger_event member to the end of 'struct multipath'
Mike Snitzer
1
-2
/
+1
2016-05-05
dm mpath: use atomic_t for counting members of 'struct multipath'
Mike Snitzer
1
-28
/
+33
2016-05-05
dm mpath: switch to using bitops for state flags
Mike Snitzer
1
-56
/
+75
2016-05-05
dm thin: Remove return statement from void function
Amitoj Kaur Chawla
1
-1
/
+1
2016-05-05
dm: remove unused mapped_device argument from free_tio()
Mike Snitzer
1
-6
/
+4
2016-05-04
md-cluster: fix ifnullfree.cocci warnings
kbuild test robot
1
-2
/
+1
2016-05-04
md-cluster/bitmap: unplug bitmap to sync dirty pages to disk
Guoqing Jiang
1
-5
/
+5
2016-05-04
md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_fil...
Guoqing Jiang
1
-3
/
+13
2016-05-04
md-cluster/bitmap: fix wrong calcuation of offset
Guoqing Jiang
1
-1
/
+1
2016-05-04
md-cluster: sync bitmap when node received RESYNCING msg
Guoqing Jiang
3
-0
/
+51
2016-05-04
md-cluster: always setup in-memory bitmap
Guoqing Jiang
1
-2
/
+35
[next]