index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block, bfq: remove slow-system class
Paolo Valente
2018-05-31
2
-105
/
+46
*
block, bfq: add description of weight-raising heuristics
Paolo Valente
2018-05-31
1
-24
/
+56
*
block, bfq: remove the removal of 'next' rq in bfq_requests_merged
Filippo Muzzini
2018-05-31
1
-7
/
+0
*
block, bfq: remove wrong check in bfq_requests_merged
Paolo Valente
2018-05-31
1
-6
/
+20
*
block, bfq: remove wrong lock in bfq_requests_merged
Filippo Muzzini
2018-05-31
1
-2
/
+0
*
block: fixup bioset_integrity_create() call
Jens Axboe
2018-05-30
1
-1
/
+1
*
block: Drop bioset_create()
Kent Overstreet
2018-05-30
1
-48
/
+13
*
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
4
-31
/
+34
*
blk-throttle: return proper bool type to caller instead of 0/1
Chengguang Xu
2018-05-30
1
-5
/
+5
*
blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter
Christoph Hellwig
2018-05-30
1
-1
/
+1
*
blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatch
Liu Bo
2018-05-30
1
-1
/
+2
*
block: kyber: make kyber more friendly with merging
Jianchao Wang
2018-05-30
1
-32
/
+158
*
blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper
Jens Axboe
2018-05-30
1
-10
/
+24
*
block: remove parent device reference from struct bsg_class_device
Christoph Hellwig
2018-05-29
2
-38
/
+7
*
block: don't print a message when the device went away
Christoph Hellwig
2018-05-29
1
-2
/
+2
*
blk-mq: simplify blk_mq_rq_timed_out
Christoph Hellwig
2018-05-29
1
-14
/
+8
*
block: remove BLK_EH_HANDLED
Christoph Hellwig
2018-05-29
2
-7
/
+0
*
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
2018-05-29
2
-2
/
+2
*
blk-mq: Remove generation seqeunce
Keith Busch
2018-05-29
5
-231
/
+77
*
blk-mq: Fix timeout and state order
Keith Busch
2018-05-29
1
-1
/
+1
*
block drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-24
8
-80
/
+73
*
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
2018-05-24
1
-0
/
+12
*
blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
Bart Van Assche
2018-05-22
1
-2
/
+6
*
blk-mq: remove wrong 'unlikely' check
huhai
2018-05-22
1
-1
/
+1
*
blk-mq: clear hctx->dispatch_from when mappings change
huhai
2018-05-18
1
-0
/
+1
*
blk-mq: remove redundant insert case in blk_mq_make_request()
huhai
2018-05-16
1
-15
/
+1
*
block: Add sysfs entry for fua support
Kent Overstreet
2018-05-14
1
-0
/
+11
*
block: Export bio check/set pages_dirty
Kent Overstreet
2018-05-14
1
-0
/
+2
*
block: Add warning for bi_next not NULL in bio_endio()
Kent Overstreet
2018-05-14
2
-1
/
+10
*
block: Add missing flush_dcache_page() call
Kent Overstreet
2018-05-14
1
-0
/
+2
*
block: Split out bio_list_copy_data()
Kent Overstreet
2018-05-14
1
-32
/
+51
*
block: Add bio_copy_data_iter(), zero_fill_bio_iter()
Kent Overstreet
2018-05-14
1
-20
/
+24
*
block: Use bioset_init() for fs_bio_set
Kent Overstreet
2018-05-14
2
-5
/
+4
*
block: Add bioset_init()/bioset_exit()
Kent Overstreet
2018-05-14
1
-28
/
+65
*
block: Convert bio_set to mempool_init()
Kent Overstreet
2018-05-14
2
-34
/
+31
*
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
Christoph Hellwig
2018-05-14
1
-1
/
+1
*
block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM
Christoph Hellwig
2018-05-14
1
-3
/
+2
*
block: pass an explicit gfp_t to get_request
Christoph Hellwig
2018-05-14
1
-7
/
+7
*
block: sanitize blk_get_request calling conventions
Christoph Hellwig
2018-05-14
3
-19
/
+8
*
block: fix __get_request documentation
Christoph Hellwig
2018-05-14
1
-1
/
+1
*
kyber-iosched: update shallow depth when setting up hardware queue
Jens Axboe
2018-05-10
1
-0
/
+3
*
bfq-iosched: update shallow depth to smallest one used
Jens Axboe
2018-05-10
1
-3
/
+14
*
bfq-iosched: remove unused variable
Jens Axboe
2018-05-10
2
-15
/
+7
*
bfq: calculate shallow depths at init time
Jens Axboe
2018-05-10
1
-47
/
+50
*
bfq-iosched: don't worry about reserved tags in limit_depth
Jens Axboe
2018-05-10
1
-8
/
+1
*
blk-mq: don't call into depth limiting for reserved tags
Jens Axboe
2018-05-10
1
-2
/
+4
*
block, bfq: postpone rq preparation to insert or merge
Paolo Valente
2018-05-10
1
-29
/
+57
*
block: consolidate struct request timestamp fields
Omar Sandoval
2018-05-09
8
-39
/
+27
*
block: move blk_stat_add() to __blk_mq_end_request()
Omar Sandoval
2018-05-09
1
-4
/
+5
*
block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
Omar Sandoval
2018-05-09
3
-48
/
+51
[next]