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: only allow polling if a poll queue_map exists
Christoph Hellwig
2018-12-04
1
-1
/
+1
*
|
block: remove ->poll_fn
Christoph Hellwig
2018-12-04
2
-28
/
+19
*
|
block: move queues types to the block layer
Christoph Hellwig
2018-12-04
2
-10
/
+20
*
|
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
2018-12-04
1
-1
/
+1
|
\
|
|
*
block: fix single range discard merge
Ming Lei
2018-11-30
1
-1
/
+1
*
|
blk-mq: don't call ktime_get_ns() if we don't need it
Jens Axboe
2018-12-03
1
-2
/
+17
*
|
block: add cmd_flags to print_req_error
Balbir Singh
2018-12-01
1
-4
/
+5
*
|
sbitmap: optimize wakeup check
Jens Axboe
2018-11-30
1
-6
/
+5
*
|
blk-mq: use plug for devices that implement ->commits_rqs()
Jens Axboe
2018-11-29
1
-1
/
+5
*
|
blk-mq: use bd->last == true for list inserts
Jens Axboe
2018-11-29
3
-10
/
+10
*
|
blk-mq: add mq_ops->commit_rqs()
Jens Axboe
2018-11-29
1
-0
/
+16
*
|
block: improve logic around when to sort a plug list
Jens Axboe
2018-11-29
2
-5
/
+19
*
|
blk-mq: Add a NULL check in blk_mq_free_map_and_requests()
Dan Carpenter
2018-11-29
1
-1
/
+1
*
|
block: add io timeout to sysfs
Weiping Zhang
2018-11-28
1
-0
/
+27
*
|
block: use rcu_work instead of call_rcu to avoid sleep in softirq
Yufen Yu
2018-11-28
1
-3
/
+5
*
|
blk-mq: fix failure to decrement plug count on single rq removal
Jens Axboe
2018-11-28
1
-1
/
+3
*
|
block: sum requests in the plug structure
Jens Axboe
2018-11-26
3
-39
/
+9
*
|
blk-mq: Simplify request completion state
Keith Busch
2018-11-26
1
-3
/
+1
*
|
blk-mq: Return true if request was completed
Keith Busch
2018-11-26
1
-2
/
+3
*
|
blk-mq: never redirect polled IO completions
Jens Axboe
2018-11-26
1
-1
/
+6
*
|
blk-mq: ensure mq_ops ->poll() is entered at least once
Jens Axboe
2018-11-26
1
-2
/
+2
*
|
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
2018-11-26
2
-6
/
+9
*
|
blk-mq: remove 'tag' parameter from mq_ops->poll()
Jens Axboe
2018-11-26
1
-1
/
+1
*
|
blk-mq: when polling for IO, look for any completion
Jens Axboe
2018-11-26
2
-37
/
+47
*
|
blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
Ming Lei
2018-11-21
3
-17
/
+62
*
|
block: fix attempt to assign NULL io_context
Jens Axboe
2018-11-20
1
-1
/
+8
*
|
block: Initialize BIO I/O priority early
Damien Le Moal
2018-11-19
1
-4
/
+1
*
|
block: prevent merging of requests with different priorities
Damien Le Moal
2018-11-19
2
-5
/
+6
*
|
block: Introduce get_current_ioprio()
Damien Le Moal
2018-11-19
1
-5
/
+1
*
|
block: Remove bio->bi_ioc
Damien Le Moal
2018-11-19
6
-26
/
+6
*
|
block: have ->poll_fn() return number of entries polled
Jens Axboe
2018-11-19
1
-9
/
+9
*
|
block: avoid ordered task state change for polled IO
Jens Axboe
2018-11-19
1
-2
/
+2
*
|
Merge tag 'v4.20-rc3' into for-4.21/block
Jens Axboe
2018-11-18
6
-24
/
+27
|
\
|
|
*
SCSI: fix queue cleanup race before queue initialization is done
Ming Lei
2018-11-14
1
-3
/
+2
|
*
block: fix 32 bit overflow in __blkdev_issue_discard()
Dave Chinner
2018-11-14
1
-1
/
+3
|
*
block: copy ioprio in __bio_clone_fast() and bounce
Hannes Reinecke
2018-11-12
2
-0
/
+2
|
*
Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-11-09
4
-22
/
+22
|
|
\
|
|
*
block: make sure writesame bio is aligned with logical block size
Ming Lei
2018-11-09
1
-1
/
+1
|
|
*
block: cleanup __blkdev_issue_discard()
Ming Lei
2018-11-09
1
-17
/
+6
|
|
*
block: make sure discard bio is aligned with logical block size
Ming Lei
2018-11-09
3
-3
/
+13
|
|
*
block: Clear kernel memory before copying to user
Keith Busch
2018-11-07
1
-0
/
+1
|
|
*
block: respect virtual boundary mask in bvecs
Johannes Thumshirn
2018-11-07
2
-2
/
+2
*
|
|
blk-rq-qos: inline check for q->rq_qos functions
Jens Axboe
2018-11-16
2
-42
/
+80
*
|
|
block: add queue_is_mq() helper
Jens Axboe
2018-11-16
11
-34
/
+32
*
|
|
block: add wbt_disable_default export for BFQ
Jens Axboe
2018-11-15
1
-0
/
+1
*
|
|
block: remove the queue_lock indirection
Christoph Hellwig
2018-11-15
11
-86
/
+78
*
|
|
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
2018-11-15
2
-14
/
+4
*
|
|
blk-cgroup: move locking into blkg_destroy_all
Christoph Hellwig
2018-11-15
1
-7
/
+2
*
|
|
blk-cgroup: consolidate error handling in blkcg_init_queue
Christoph Hellwig
2018-11-15
1
-12
/
+10
*
|
|
block: remove a few unused exports
Christoph Hellwig
2018-11-15
6
-17
/
+0
[prev]
[next]