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
/
block
/
blk-sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
Bart Van Assche
1
-15
/
+7
2018-02-28
block: Fix a race between request queue removal and the block cgroup controller
Bart Van Assche
1
-7
/
+0
2018-01-18
block: Protect less code with sysfs_lock in blk_{un,}register_queue()
Bart Van Assche
1
-9
/
+28
2018-01-15
block: allow gendisk's request_queue registration to be deferred
Mike Snitzer
1
-0
/
+5
2018-01-15
block: properly protect the 'queue' kobj in blk_unregister_queue
Mike Snitzer
1
-3
/
+10
2017-11-24
blk-sysfs: remove NULL pointer checking in queue_wb_lat_store
weiping zhang
1
-4
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-28
block: fix warning when I/O elevator is changed as request_queue is being rem...
David Jeffery
1
-0
/
+2
2017-06-14
block: Fix a blk_exit_rl() regression
Bart Van Assche
1
-12
/
+22
2017-06-01
block: Avoid that blk_exit_rl() triggers a use-after-free
Bart Van Assche
1
-1
/
+1
2017-05-26
blk-mq: Only register debugfs attributes for blk-mq queues
Bart Van Assche
1
-3
/
+3
2017-05-04
blk-mq: untangle debugfs and sysfs
Omar Sandoval
1
-0
/
+2
2017-05-04
blk-mq: move debugfs declarations to a separate header file
Omar Sandoval
1
-0
/
+1
2017-04-27
blk-mq: Register <dev>/queue/mq after having registered <dev>/queue
Bart Van Assche
1
-3
/
+3
2017-04-19
block: Make writeback throttling defaults consistent for SQ devices
Jan Kara
1
-18
/
+1
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
1
-1
/
+1
2017-04-07
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
1
-1
/
+1
2017-04-07
blk-mq-sched: fix crash in switch error path
Omar Sandoval
1
-1
/
+1
2017-03-29
block: fix leak of q->rq_wb
Omar Sandoval
1
-1
/
+3
2017-03-29
block: warn if sharing request queue across gendisks
Omar Sandoval
1
-0
/
+7
2017-03-28
blk-throttle: choose a small throtl_slice for SSD
Shaohua Li
1
-0
/
+2
2017-03-28
blk-throttle: make throtl_slice tunable
Shaohua Li
1
-0
/
+11
2017-03-21
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
1
-26
/
+5
2017-03-21
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
Omar Sandoval
1
-2
/
+2
2017-03-02
block: don't call ioc_exit_icq() with the queue lock held for blk-mq
Jens Axboe
1
-2
/
+0
2017-02-15
block: do not allow updates through sysfs until registration completes
Tahsin Erdogan
1
-7
/
+12
2017-02-08
block: optionally merge discontiguous discard bios into a single request
Christoph Hellwig
1
-0
/
+12
2017-02-06
blk-mq-sched: (un)register elevator when (un)registering queue
Omar Sandoval
1
-11
/
+10
2017-02-02
blk-mq: move debugfs_remove() of disk dir to blk_release_queue()
Omar Sandoval
1
-0
/
+3
2017-02-02
block: Dynamically allocate and refcount backing_dev_info
Jan Kara
1
-1
/
+1
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
1
-4
/
+4
2017-01-28
block: allow specifying size for extra command data
Christoph Hellwig
1
-2
/
+5
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+190
2016-12-13
mm: don't cap request size based on read-ahead setting
Jens Axboe
1
-0
/
+1
2016-12-01
block: add support for REQ_OP_WRITE_ZEROES
Chaitanya Kulkarni
1
-0
/
+11
2016-11-28
blk-wbt: allow wbt to be enabled always through sysfs
Jens Axboe
1
-6
/
+16
2016-11-28
blk-wbt: allow reset of default latency through sysfs
Jens Axboe
1
-7
/
+15
2016-11-17
blk-mq: make the polling code adaptive
Jens Axboe
1
-8
/
+18
2016-11-17
blk-mq: implement hybrid poll mode for sync O_DIRECT
Jens Axboe
1
-0
/
+29
2016-11-12
blk-wbt: remove stat ops
Jens Axboe
1
-22
/
+1
2016-11-10
block: hook up writeback throttling
Jens Axboe
1
-0
/
+88
2016-11-10
block: add scalable completion tracking of requests
Jens Axboe
1
-0
/
+26
2016-10-18
blk-sysfs: Add 'chunk_sectors' to sysfs attributes
Hannes Reinecke
1
-0
/
+11
2016-10-18
block: Add 'zoned' queue limit
Damien Le Moal
1
-0
/
+18
2016-09-21
blk-mq: register device instead of disk
Matias Bjørling
1
-2
/
+2
2016-07-21
block: expose QUEUE_FLAG_DAX in sysfs
Yigal Korman
1
-0
/
+11
2016-04-13
block: add ability to flag write back caching on a device
Jens Axboe
1
-0
/
+39
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-4
/
+4
2016-02-17
blk: fix overflow in queue_discard_max_hw_show
Alan
1
-3
/
+2
2015-12-03
Merge branch 'mkp-fixes' into fixes
James Bottomley
1
-0
/
+3
[next]