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-flush.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: switch all files cleared marked as GPLv2 to SPDX tags
Christoph Hellwig
2019-04-30
1
-2
/
+1
*
blk-mq: use blk_mq_put_driver_tag() to put tag
Yufen Yu
2019-03-24
1
-2
/
+2
*
blk-mq: fix a hung issue when fsync
Jianchao Wang
2019-01-30
1
-1
/
+1
*
block: add queue_is_mq() helper
Jens Axboe
2018-11-16
1
-2
/
+1
*
block: update a few comments for the legacy request removal
Christoph Hellwig
2018-11-15
1
-2
/
+2
*
blk-mq: cache request hardware queue mapping
Jens Axboe
2018-11-07
1
-8
/
+4
*
blk-mq: pass in request/bio flags to queue mapping
Jens Axboe
2018-11-07
1
-3
/
+4
*
block: cleanup kick/queued handling
Jens Axboe
2018-11-07
1
-16
/
+10
*
block: remove non mq parts from the flush code
Jens Axboe
2018-11-07
1
-124
/
+30
*
blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs
Jianchao Wang
2018-10-13
1
-3
/
+3
*
block: fix use-after-free in block flush handling
Jens Axboe
2018-06-09
1
-1
/
+3
*
block: pass failfast and driver-specific flags to flush requests
Hannes Reinecke
2018-06-06
1
-3
/
+6
*
blk-mq: don't allocate driver tag upfront for flush rq
Ming Lei
2017-11-04
1
-9
/
+26
*
blk-flush: use blk_mq_request_bypass_insert()
Ming Lei
2017-11-04
1
-1
/
+1
*
blk-flush: don't run queue for requests bypassing flush
Ming Lei
2017-11-04
1
-1
/
+1
*
block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH rename
Omar Sandoval
2017-08-25
1
-12
/
+12
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-1
/
+1
*
block: Check locking assumptions at runtime
Bart Van Assche
2017-06-20
1
-3
/
+5
*
block: introduce new block status code type
Christoph Hellwig
2017-06-09
1
-4
/
+4
*
block: make __blk_end_bidi_request private
Christoph Hellwig
2017-04-19
1
-1
/
+1
*
block: remove outdated part of blkdev_issue_flush() comment
Eric Biggers
2017-03-24
1
-2
/
+1
*
block: don't defer flushes on blk-mq + scheduling
Jens Axboe
2017-02-17
1
-1
/
+7
*
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
1
-1
/
+0
*
block: allow specifying size for extra command data
Christoph Hellwig
2017-01-27
1
-3
/
+2
*
blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()
Jens Axboe
2017-01-27
1
-1
/
+1
*
blk-mq-sched: add framework for MQ capable IO schedulers
Jens Axboe
2017-01-17
1
-5
/
+7
*
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
1
-11
/
+16
|
\
|
*
blk-flush: run the queue when inserting blk-mq flush
Jens Axboe
2016-12-09
1
-1
/
+1
|
*
block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSH
Jens Axboe
2016-11-08
1
-0
/
+7
|
*
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
Bart Van Assche
2016-11-02
1
-4
/
+1
|
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-2
/
+2
|
*
block: better op and flags encoding
Christoph Hellwig
2016-10-28
1
-1
/
+1
|
*
block: split out request-only flags into a new namespace
Christoph Hellwig
2016-10-28
1
-4
/
+5
*
|
block: flush: fix IO hang in case of flood fua req
Ming Lei
2016-10-26
1
-0
/
+28
|
/
*
blk-mq: remove ->map_queue
Christoph Hellwig
2016-09-15
1
-3
/
+3
*
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
1
-8
/
+8
*
block, drivers: add REQ_OP_FLUSH operation
Mike Christie
2016-06-07
1
-2
/
+2
*
block, fs, mm, drivers: use bio set/get op accessors
Mike Christie
2016-06-07
1
-1
/
+1
*
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-06-07
1
-1
/
+2
*
block: kill off q->flush_flags
Jens Axboe
2016-04-13
1
-5
/
+6
*
Revert "blk-flush: Queue through IO scheduler when flush not required"
Jens Axboe
2015-11-25
1
-1
/
+1
*
blk-flush: Queue through IO scheduler when flush not required
Jan Kara
2015-11-16
1
-1
/
+1
*
blk-mq: fix race between timeout and freeing request
Ming Lei
2015-08-15
1
-1
/
+14
*
blk-mq: support per-distpatch_queue flush machinery
Ming Lei
2014-09-25
1
-7
/
+14
*
block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue
Ming Lei
2014-09-25
1
-6
/
+5
*
block: flush: avoid to figure out flush queue unnecessarily
Ming Lei
2014-09-25
1
-14
/
+16
*
block: remove blk_init_flush() and its pair
Ming Lei
2014-09-25
1
-17
/
+2
*
block: introduce blk_flush_queue to drive flush machinery
Ming Lei
2014-09-25
1
-41
/
+68
*
block: avoid to use q->flush_rq directly
Ming Lei
2014-09-25
1
-8
/
+9
*
block: move flush initialization to blk_flush_init
Ming Lei
2014-09-25
1
-0
/
+4
[next]