index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-04
block: don't drain in-progress dispatch in blk_cleanup_queue()
Ming Lei
1
-12
/
+0
2019-05-04
blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release
Ming Lei
1
-8
/
+0
2019-05-04
blk-mq: free hw queue's resource in hctx's release handler
Ming Lei
1
-1
/
+1
2019-05-04
blk-mq: move cancel of requeue_work into blk_mq_release
Ming Lei
1
-1
/
+0
2019-05-01
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
1
-0
/
+1
2019-04-05
block: Revert v5.0 blk_mq_request_issue_directly() changes
Bart Van Assche
1
-3
/
+1
2019-03-12
mm: refactor readahead defines in mm.h
Nikolay Borisov
1
-2
/
+1
2019-01-30
block: pass no-op callback to INIT_WORK().
Tetsuo Handa
1
-1
/
+5
2019-01-27
Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"
Jens Axboe
1
-11
/
+0
2019-01-22
block: cover another queue enter recursion via BIO_QUEUE_ENTERED
Ming Lei
1
-0
/
+11
2019-01-10
block: fix kerneldoc comment for blk_attempt_plug_merge()
Jonathan Corbet
1
-1
/
+0
2019-01-09
block: clarify documentation for blk_{start|finish}_plug
Jeff Moyer
1
-0
/
+19
2018-12-16
block: clear REQ_HIPRI if polling is not supported
Christoph Hellwig
1
-0
/
+3
2018-12-16
blk-mq: replace and kill blk_mq_request_issue_directly
Jianchao Wang
1
-1
/
+3
2018-12-10
block: delete part_round_stats and switch to less precise counting
Mikulas Patocka
1
-58
/
+4
2018-12-10
block: stop passing 'cpu' to all percpu stats methods
Mike Snitzer
1
-19
/
+15
2018-12-04
block: remove ->poll_fn
Christoph Hellwig
1
-23
/
+0
2018-12-01
block: add cmd_flags to print_req_error
Balbir Singh
1
-4
/
+5
2018-11-29
blk-mq: use bd->last == true for list inserts
Jens Axboe
1
-1
/
+1
2018-11-29
block: improve logic around when to sort a plug list
Jens Axboe
1
-0
/
+1
2018-11-26
block: sum requests in the plug structure
Jens Axboe
1
-26
/
+4
2018-11-26
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
1
-3
/
+6
2018-11-26
blk-mq: when polling for IO, look for any completion
Jens Axboe
1
-2
/
+11
2018-11-20
block: Initialize BIO I/O priority early
Damien Le Moal
1
-4
/
+1
2018-11-20
block: prevent merging of requests with different priorities
Damien Le Moal
1
-3
/
+0
2018-11-20
block: Introduce get_current_ioprio()
Damien Le Moal
1
-5
/
+1
2018-11-20
block: Remove bio->bi_ioc
Damien Le Moal
1
-1
/
+1
2018-11-19
Merge tag 'v4.20-rc3' into for-4.21/block
Jens Axboe
1
-3
/
+2
2018-11-16
block: add queue_is_mq() helper
Jens Axboe
1
-6
/
+6
2018-11-15
block: remove the queue_lock indirection
Christoph Hellwig
1
-9
/
+1
2018-11-15
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
1
-13
/
+3
2018-11-15
block: use atomic bitops for ->queue_flags
Christoph Hellwig
1
-47
/
+7
2018-11-15
block: remove QUEUE_FLAG_BYPASS and ->bypass
Christoph Hellwig
1
-21
/
+0
2018-11-14
SCSI: fix queue cleanup race before queue initialization is done
Ming Lei
1
-3
/
+2
2018-11-09
block: remove req->timeout_list
Christoph Hellwig
1
-1
/
+0
2018-11-07
block: kill request ->cpu member
Jens Axboe
1
-2
/
+0
2018-11-07
block: kill request slab cache
Jens Axboe
1
-8
/
+0
2018-11-07
block: remove request_list code
Jens Axboe
1
-75
/
+0
2018-11-07
block: kill legacy parts of timeout handling
Jens Axboe
1
-1
/
+0
2018-11-07
block: remove __blk_put_request()
Jens Axboe
1
-9
/
+0
2018-11-07
block: remove dead elevator code
Jens Axboe
1
-1695
/
+14
2018-11-07
block: remove legacy rq tagging
Jens Axboe
1
-6
/
+0
2018-11-07
block: remove q->lld_busy_fn()
Jens Axboe
1
-2
/
+0
2018-11-07
blk-mq: provide mq_ops->busy() hook
Jens Axboe
1
-0
/
+2
2018-11-02
blkcg: revert blkcg cleanups series
Dennis Zhou
1
-1
/
+0
2018-10-31
block: call rq_qos_exit() after queue is frozen
Ming Lei
1
-0
/
+3
2018-10-25
block: add a report_zones method
Christoph Hellwig
1
-1
/
+0
2018-10-21
blkcg: reassociate bios when make_request() is called recursively
Dennis Zhou
1
-0
/
+1
2018-10-14
block: remove bogus check for queue_lock assignment
Jens Axboe
1
-2
/
+1
2018-10-14
blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs
Jianchao Wang
1
-1
/
+1
[next]