index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-sysfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
block: fix warning when I/O elevator is changed as request_queue is being rem...
David Jeffery
2017-08-28
1
-0
/
+2
*
block: Fix a blk_exit_rl() regression
Bart Van Assche
2017-06-14
1
-12
/
+22
*
block: Avoid that blk_exit_rl() triggers a use-after-free
Bart Van Assche
2017-06-01
1
-1
/
+1
*
blk-mq: Only register debugfs attributes for blk-mq queues
Bart Van Assche
2017-05-26
1
-3
/
+3
*
blk-mq: untangle debugfs and sysfs
Omar Sandoval
2017-05-04
1
-0
/
+2
*
blk-mq: move debugfs declarations to a separate header file
Omar Sandoval
2017-05-04
1
-0
/
+1
*
blk-mq: Register <dev>/queue/mq after having registered <dev>/queue
Bart Van Assche
2017-04-26
1
-3
/
+3
*
block: Make writeback throttling defaults consistent for SQ devices
Jan Kara
2017-04-19
1
-18
/
+1
*
block: remove the discard_zeroes_data flag
Christoph Hellwig
2017-04-08
1
-1
/
+1
*
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
2017-04-07
1
-1
/
+1
|
\
|
*
blk-mq-sched: fix crash in switch error path
Omar Sandoval
2017-04-07
1
-1
/
+1
*
|
block: fix leak of q->rq_wb
Omar Sandoval
2017-03-29
1
-1
/
+3
*
|
block: warn if sharing request queue across gendisks
Omar Sandoval
2017-03-29
1
-0
/
+7
*
|
blk-throttle: choose a small throtl_slice for SSD
Shaohua Li
2017-03-28
1
-0
/
+2
*
|
blk-throttle: make throtl_slice tunable
Shaohua Li
2017-03-28
1
-0
/
+11
*
|
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
2017-03-21
1
-26
/
+5
*
|
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
Omar Sandoval
2017-03-21
1
-2
/
+2
|
/
*
block: don't call ioc_exit_icq() with the queue lock held for blk-mq
Jens Axboe
2017-03-02
1
-2
/
+0
*
block: do not allow updates through sysfs until registration completes
Tahsin Erdogan
2017-02-15
1
-7
/
+12
*
block: optionally merge discontiguous discard bios into a single request
Christoph Hellwig
2017-02-08
1
-0
/
+12
*
blk-mq-sched: (un)register elevator when (un)registering queue
Omar Sandoval
2017-02-06
1
-11
/
+10
*
blk-mq: move debugfs_remove() of disk dir to blk_release_queue()
Omar Sandoval
2017-02-02
1
-0
/
+3
*
block: Dynamically allocate and refcount backing_dev_info
Jan Kara
2017-02-02
1
-1
/
+1
*
block: Use pointer to backing_dev_info from request_queue
Jan Kara
2017-02-02
1
-4
/
+4
*
block: allow specifying size for extra command data
Christoph Hellwig
2017-01-27
1
-2
/
+5
*
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
1
-0
/
+190
|
\
|
*
block: add support for REQ_OP_WRITE_ZEROES
Chaitanya Kulkarni
2016-12-01
1
-0
/
+11
|
*
blk-wbt: allow wbt to be enabled always through sysfs
Jens Axboe
2016-11-28
1
-6
/
+16
|
*
blk-wbt: allow reset of default latency through sysfs
Jens Axboe
2016-11-28
1
-7
/
+15
|
*
blk-mq: make the polling code adaptive
Jens Axboe
2016-11-17
1
-8
/
+18
|
*
blk-mq: implement hybrid poll mode for sync O_DIRECT
Jens Axboe
2016-11-17
1
-0
/
+29
|
*
blk-wbt: remove stat ops
Jens Axboe
2016-11-11
1
-22
/
+1
|
*
block: hook up writeback throttling
Jens Axboe
2016-11-10
1
-0
/
+88
|
*
block: add scalable completion tracking of requests
Jens Axboe
2016-11-10
1
-0
/
+26
|
*
blk-sysfs: Add 'chunk_sectors' to sysfs attributes
Hannes Reinecke
2016-10-18
1
-0
/
+11
|
*
block: Add 'zoned' queue limit
Damien Le Moal
2016-10-18
1
-0
/
+18
*
|
mm: don't cap request size based on read-ahead setting
Jens Axboe
2016-12-12
1
-0
/
+1
|
/
*
blk-mq: register device instead of disk
Matias Bjørling
2016-09-21
1
-2
/
+2
*
block: expose QUEUE_FLAG_DAX in sysfs
Yigal Korman
2016-07-20
1
-0
/
+11
*
block: add ability to flag write back caching on a device
Jens Axboe
2016-04-12
1
-0
/
+39
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-4
/
+4
*
blk: fix overflow in queue_discard_max_hw_show
Alan
2016-02-17
1
-3
/
+2
*
Merge branch 'mkp-fixes' into fixes
James Bottomley
2015-12-03
1
-0
/
+3
|
\
|
*
block/sd: Fix device-imposed transfer length limits
Martin K. Petersen
2015-11-25
1
-0
/
+3
*
|
block: add block polling support
Jens Axboe
2015-11-07
1
-0
/
+35
*
|
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-04
1
-2
/
+1
|
\
\
|
*
|
block: generic request_queue reference counting
Dan Williams
2015-10-21
1
-2
/
+1
|
|
/
*
/
block: don't release bdi while request_queue has live references
Tejun Heo
2015-10-15
1
-0
/
+1
|
/
*
block: make generic_make_request handle arbitrarily sized bios
Kent Overstreet
2015-08-13
1
-0
/
+3
[next]