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-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Fix cloning of requests with a special payload
Bart Van Assche
2018-06-28
1
-0
/
+4
*
Revert "block: Add warning for bi_next not NULL in bio_endio()"
Bart Van Assche
2018-06-19
1
-7
/
+1
*
block: always set partition number to '0' in blk_partition_remap()
Hannes Reinecke
2018-06-07
1
-1
/
+1
*
block: don't use blocking queue entered for recursive bio submits
Jens Axboe
2018-06-02
1
-1
/
+3
*
block: move sysfs_lock into elevator_init
Christoph Hellwig
2018-06-01
1
-9
/
+1
*
block: remove the always unused name argument to elevator_init
Christoph Hellwig
2018-06-01
1
-1
/
+1
*
block: move initialization of elevator-related fields to blk_alloc_queue_node
Christoph Hellwig
2018-06-01
1
-0
/
+5
*
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-3
/
+4
*
blk-mq: Remove generation seqeunce
Keith Busch
2018-05-29
1
-6
/
+0
*
block: Add warning for bi_next not NULL in bio_endio()
Kent Overstreet
2018-05-14
1
-1
/
+7
*
block: Use bioset_init() for fs_bio_set
Kent Overstreet
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
1
-11
/
+3
*
block: fix __get_request documentation
Christoph Hellwig
2018-05-14
1
-1
/
+1
*
block: consolidate struct request timestamp fields
Omar Sandoval
2018-05-09
1
-9
/
+8
*
block: get rid of struct blk_issue_stat
Omar Sandoval
2018-05-09
1
-1
/
+4
*
block: pass struct request instead of struct blk_issue_stat to wbt
Omar Sandoval
2018-05-09
1
-5
/
+5
*
block: Shorten interrupt disabled regions
Thomas Gleixner
2018-05-07
1
-10
/
+2
*
block: Remove redundant WARN_ON()
Anna-Maria Gleixner
2018-05-07
1
-1
/
+0
*
blk-mq: start request gstate with gen 1
Jianchao Wang
2018-04-16
1
-0
/
+4
*
block: do not use interruptible wait anywhere
Alan Jenkins
2018-04-14
1
-7
/
+4
*
blk-mq: Avoid that submitting a bio concurrently with device removal triggers...
Bart Van Assche
2018-04-10
1
-6
/
+29
*
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-04-05
1
-82
/
+168
|
\
|
*
block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...
Bart Van Assche
2018-03-19
1
-2
/
+2
|
*
block: bio_check_eod() needs to consider partitions
Christoph Hellwig
2018-03-17
1
-53
/
+40
|
*
block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
Bart Van Assche
2018-03-08
1
-16
/
+75
|
*
block: Use the queue_flag_*() functions instead of open-coding these
Bart Van Assche
2018-03-08
1
-1
/
+1
|
*
block: Fix a race between request queue removal and the block cgroup controller
Bart Van Assche
2018-02-28
1
-0
/
+31
|
*
block: Fix a race between the cgroup code and request queue initialization
Bart Van Assche
2018-02-28
1
-8
/
+16
|
*
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
2018-02-28
1
-3
/
+4
*
|
block: fix the count of PGPGOUT for WRITE_SAME
Jiufei Xue
2018-03-01
1
-1
/
+1
|
/
*
block: Add should_fail_bio() for bpf error injection
Howard McLauchlan
2018-02-06
1
-1
/
+10
*
blk-mq: fix discard merge with scheduler attached
Jens Axboe
2018-02-01
1
-0
/
+2
*
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
2018-01-30
1
-0
/
+1
*
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-01-29
1
-35
/
+52
|
\
|
*
block: Remove kblockd_schedule_delayed_work{,_on}()
Bart Van Assche
2018-01-19
1
-14
/
+0
|
*
blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...
Bart Van Assche
2018-01-19
1
-1
/
+1
|
*
block: fail op_is_write() requests to read-only partitions
Ilya Dryomov
2018-01-18
1
-18
/
+38
|
*
blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
Ming Lei
2018-01-17
1
-2
/
+1
|
*
block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit
Jens Axboe
2018-01-10
1
-1
/
+1
|
*
blk-mq: replace timeout synchronization with a RCU and generation based scheme
Tejun Heo
2018-01-09
1
-0
/
+2
|
*
blk-mq: quiesce queue before freeing queue
Ming Lei
2018-01-06
1
-0
/
+9
|
*
block: introduce zoned block devices zone write locking
Christoph Hellwig
2018-01-05
1
-0
/
+1
*
|
block: drain queue before waiting for q_usage_counter becoming zero
Ming Lei
2018-01-05
1
-2
/
+7
|
/
*
block/laptop_mode: Convert timers to use timer_setup()
Kees Cook
2017-11-21
1
-5
/
+5
*
block: wake up all tasks blocked in get_request()
Ming Lei
2017-11-15
1
-2
/
+2
*
block, nvme: Introduce blk_mq_req_flags_t
Bart Van Assche
2017-11-10
1
-6
/
+6
*
block, scsi: Make SCSI quiesce and resume work reliably
Bart Van Assche
2017-11-10
1
-8
/
+34
*
block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
Bart Van Assche
2017-11-10
1
-0
/
+30
[next]