index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
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
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-12-28
1
-4
/
+1
|
\
|
*
scsi: block: remove the cluster flag
Christoph Hellwig
2018-12-18
1
-4
/
+1
*
|
blk-mq: enable IO poll if .nr_queues of type poll > 0
Ming Lei
2018-12-17
1
-1
/
+2
*
|
block: only allow polling if a poll queue_map exists
Christoph Hellwig
2018-12-04
1
-1
/
+1
*
|
block: add io timeout to sysfs
Weiping Zhang
2018-11-28
1
-0
/
+27
*
|
block: add queue_is_mq() helper
Jens Axboe
2018-11-16
1
-7
/
+7
*
|
block: remove the queue_lock indirection
Christoph Hellwig
2018-11-15
1
-2
/
+2
*
|
block: use atomic bitops for ->queue_flags
Christoph Hellwig
2018-11-15
1
-16
/
+12
*
|
block: remove dead elevator code
Jens Axboe
2018-11-07
1
-27
/
+9
*
|
block: remove legacy rq tagging
Jens Axboe
2018-11-07
1
-3
/
+0
|
/
*
block: call rq_qos_exit() after queue is frozen
Ming Lei
2018-10-31
1
-2
/
+0
*
block: Introduce blk_revalidate_disk_zones()
Damien Le Moal
2018-10-25
1
-0
/
+2
*
block: Expose queue nr_zones in sysfs
Damien Le Moal
2018-10-25
1
-0
/
+11
*
blk-wbt: don't maintain inflight counts if disabled
Jens Axboe
2018-08-23
1
-1
/
+18
*
blkcg: Make blkg_root_lookup() work for queues in bypass mode
Bart Van Assche
2018-08-11
1
-1
/
+1
*
block: Ensure that a request queue is dissociated from the cgroup controller
Bart Van Assche
2018-08-09
1
-0
/
+15
*
blk-rq-qos: refactor out common elements of blk-wbt
Josef Bacik
2018-07-09
1
-12
/
+10
*
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-2
/
+1
*
block drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-24
1
-34
/
+34
*
block: Add sysfs entry for fua support
Kent Overstreet
2018-05-14
1
-0
/
+11
*
block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
Bart Van Assche
2018-03-08
1
-15
/
+7
*
block: Fix a race between request queue removal and the block cgroup controller
Bart Van Assche
2018-02-28
1
-7
/
+0
*
block: Protect less code with sysfs_lock in blk_{un,}register_queue()
Bart Van Assche
2018-01-18
1
-9
/
+28
*
block: allow gendisk's request_queue registration to be deferred
Mike Snitzer
2018-01-15
1
-0
/
+5
*
block: properly protect the 'queue' kobj in blk_unregister_queue
Mike Snitzer
2018-01-15
1
-3
/
+10
*
blk-sysfs: remove NULL pointer checking in queue_wb_lat_store
weiping zhang
2017-11-23
1
-4
/
+1
*
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
[next]