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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-02
nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
Bart Van Assche
1
-14
/
+2
2016-11-02
nvme: Fix a race condition related to stopping queues
Bart Van Assche
1
-1
/
+1
2016-11-02
dm: Fix a race condition related to stopping and starting queues
Bart Van Assche
1
-12
/
+1
2016-11-02
dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
Bart Van Assche
1
-15
/
+1
2016-11-02
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
Bart Van Assche
7
-15
/
+15
2016-11-02
blk-mq: Introduce blk_mq_quiesce_queue()
Bart Van Assche
4
-7
/
+69
2016-11-02
blk-mq: Remove blk_mq_cancel_requeue_work()
Bart Van Assche
4
-10
/
+0
2016-11-02
blk-mq: Avoid that requeueing starts stopped queues
Bart Van Assche
4
-12
/
+3
2016-11-02
blk-mq: Move more code into blk_mq_direct_issue_request()
Bart Van Assche
1
-8
/
+10
2016-11-02
blk-mq: Introduce blk_mq_queue_stopped()
Bart Van Assche
2
-0
/
+21
2016-11-02
blk-mq: Introduce blk_mq_hctx_stopped()
Bart Van Assche
2
-6
/
+11
2016-11-02
blk-mq: Do not invoke .queue_rq() for a stopped queue
Bart Van Assche
1
-3
/
+3
2016-11-02
block: add bio_iov_iter_get_pages()
Kent Overstreet
2
-0
/
+50
2016-11-02
writeback: mark background writeback as such
Jens Axboe
1
-0
/
+2
2016-11-02
writeback: add wbc_to_write_flags()
Jens Axboe
8
-16
/
+17
2016-11-02
block: add REQ_BACKGROUND
Jens Axboe
1
-0
/
+2
2016-11-01
block: remove the CONFIG_BLOCK ifdef in blk_types.h
Christoph Hellwig
1
-3
/
+0
2016-11-01
mm: only include blk_types in swap.h if CONFIG_SWAP is enabled
Christoph Hellwig
7
-1
/
+9
2016-11-01
ceph: don't include blk_types.h in messenger.h
Christoph Hellwig
1
-1
/
+1
2016-11-01
arm, arm64: don't include blk_types.h in <asm/io.h>
Christoph Hellwig
2
-2
/
+0
2016-11-01
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
18
-1
/
+19
2016-11-01
block, fs: move submit_bio to bio.h
Christoph Hellwig
2
-1
/
+2
2016-11-01
fs: decouple READ and WRITE from the block layer ops
Christoph Hellwig
4
-14
/
+11
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
53
-182
/
+133
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
6
-28
/
+33
2016-11-01
block: treat REQ_FUA and REQ_PREFLUSH as synchronous
Christoph Hellwig
2
-4
/
+10
2016-11-01
block: don't use REQ_SYNC in the READ_SYNC definition
Christoph Hellwig
1
-1
/
+1
2016-11-01
btrfs: use op_is_sync to check for synchronous requests
Christoph Hellwig
2
-2
/
+2
2016-11-01
bcache: use op_is_sync to check for synchronous requests
Christoph Hellwig
2
-4
/
+3
2016-11-01
umem: use op_is_sync to check for synchronous requests
Christoph Hellwig
1
-1
/
+1
2016-11-01
blk-cgroup: use op_is_sync to check for synchronous requests
Christoph Hellwig
1
-1
/
+1
2016-11-01
cfq-iosched: use op_is_sync instead of opencoding it
Christoph Hellwig
1
-12
/
+4
2016-10-28
block: add a proper block layer data direction encoding
Christoph Hellwig
2
-13
/
+30
2016-10-28
block: better op and flags encoding
Christoph Hellwig
23
-221
/
+148
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
38
-218
/
+242
2016-10-28
block: replace REQ_THROTTLED with a bio flag
Christoph Hellwig
2
-11
/
+7
2016-10-28
block: move REQ_RAHEAD to common flags
Christoph Hellwig
1
-2
/
+2
2016-10-28
block: REQ_NOMERGE is common to the bio and request
Christoph Hellwig
1
-1
/
+1
2016-10-28
block: remove bio_is_rw
Christoph Hellwig
2
-12
/
+1
2016-10-28
blk-mq: get rid of confusing blk_map_ctx structure
Jens Axboe
1
-13
/
+5
2016-10-28
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
1
-3
/
+3
2016-10-25
brd: remove support for BLKFLSBUF
Mike Snitzer
1
-35
/
+0
2016-10-25
brd: Switch rd_size to unsigned long
Jan Kara
1
-2
/
+2
2016-10-25
sd: fix uninitialized variable access in error handling
Arnd Bergmann
1
-1
/
+3
2016-10-25
block: zoned: fix harmless maybe-uninitialized warning
Arnd Bergmann
1
-4
/
+2
2016-10-19
sd: Implement support for ZBC devices
Hannes Reinecke
5
-35
/
+843
2016-10-18
blk-zoned: implement ioctls
Shaun Tancheff
5
-0
/
+162
2016-10-18
block: Implement support for zoned block devices
Hannes Reinecke
6
-0
/
+401
2016-10-18
block: Define zoned block device operations
Shaun Tancheff
2
-0
/
+6
2016-10-18
block: update chunk_sectors in blk_stack_limits()
Hannes Reinecke
1
-0
/
+4
[prev]
[next]