index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-02-21
203
-5577
/
+9729
|
\
|
*
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-17
171
-2850
/
+2494
|
|
\
|
|
*
block: don't defer flushes on blk-mq + scheduling
Jens Axboe
2017-02-17
1
-1
/
+7
|
|
*
blk-mq-sched: ask scheduler for work, if we failed dispatching leftovers
Jens Axboe
2017-02-17
1
-3
/
+12
|
|
*
blk-mq: don't special case flush inserts for blk-mq-sched
Jens Axboe
2017-02-17
1
-8
/
+10
|
|
*
blk-mq-sched: don't add flushes to the head of requeue queue
Jens Axboe
2017-02-17
1
-1
/
+1
|
|
*
blk-mq: have blk_mq_dispatch_rq_list() return if we queued IO or not
Jens Axboe
2017-02-17
1
-1
/
+1
|
|
*
block: do not allow updates through sysfs until registration completes
Tahsin Erdogan
2017-02-15
1
-7
/
+12
|
|
*
blk-mq-sched: don't hold queue_lock when calling exit_icq
Omar Sandoval
2017-02-10
1
-6
/
+16
|
|
*
block: set make_request_fn manually in blk_mq_update_nr_hw_queues
Josef Bacik
2017-02-10
1
-2
/
+6
|
|
*
blk-mq: pass bio to blk_mq_sched_get_rq_priv
Paolo Valente
2017-02-10
3
-6
/
+9
|
|
*
block: fix double-free in the failure path of cgwb_bdi_init()
Tejun Heo
2017-02-08
1
-2
/
+7
|
|
*
nvme: support ranged discard requests
Christoph Hellwig
2017-02-08
2
-7
/
+25
|
|
*
block: optionally merge discontiguous discard bios into a single request
Christoph Hellwig
2017-02-08
8
-1
/
+95
|
|
*
block: enumify ELEVATOR_*_MERGE
Christoph Hellwig
2017-02-08
10
-101
/
+102
|
|
*
block: move req_set_nomerge to blk.h
Christoph Hellwig
2017-02-08
2
-7
/
+7
|
|
*
blk-mq-sched: (un)register elevator when (un)registering queue
Omar Sandoval
2017-02-06
1
-11
/
+10
|
|
*
dm: don't allow ioctls to targets that don't map to whole devices
Christoph Hellwig
2017-02-04
1
-5
/
+8
|
|
*
block: free merged request in the caller
Jens Axboe
2017-02-03
5
-12
/
+35
|
|
*
blk-merge: return the merged request
Jens Axboe
2017-02-03
2
-17
/
+18
|
|
*
blkcg: fix double free of new_blkg in blkcg_init_queue
Hou Tao
2017-02-03
1
-3
/
+1
|
|
*
blk-mq-sched: bypass the scheduler for flushes entirely
Omar Sandoval
2017-02-03
3
-6
/
+23
|
|
*
zram_drv: update for backing dev info changes
Jens Axboe
2017-02-03
1
-1
/
+1
|
|
*
blktrace: use existing disk debugfs directory
Omar Sandoval
2017-02-02
1
-5
/
+8
|
|
*
blk-mq: move debugfs_remove() of disk dir to blk_release_queue()
Omar Sandoval
2017-02-02
2
-1
/
+4
|
|
*
block: use same block debugfs directory for blk-mq and blktrace
Omar Sandoval
2017-02-02
6
-29
/
+21
|
|
*
blktrace: make do_blk_trace_setup() static
Omar Sandoval
2017-02-02
2
-7
/
+3
|
|
*
block: fix debugfs config conditional in struct request_queue
Omar Sandoval
2017-02-02
1
-1
/
+1
|
|
*
debugfs: add debugfs_lookup()
Omar Sandoval
2017-02-02
2
-0
/
+44
|
|
*
scsi, block: fix duplicate bdi name registration crashes
Dan Williams
2017-02-02
5
-8
/
+64
|
|
*
block: Get rid of blk_get_backing_dev_info()
Jan Kara
2017-02-02
9
-31
/
+8
|
|
*
block: Make blk_get_backing_dev_info() safe without open bdev
Jan Kara
2017-02-02
3
-5
/
+11
|
|
*
block: Dynamically allocate and refcount backing_dev_info
Jan Kara
2017-02-02
6
-11
/
+50
|
|
*
block: Use pointer to backing_dev_info from request_queue
Jan Kara
2017-02-02
33
-86
/
+90
|
|
*
block: Unhash block device inodes on gendisk destruction
Jan Kara
2017-02-02
3
-0
/
+18
|
|
*
nbd: use an idr to keep track of nbd devices
Josef Bacik
2017-02-02
1
-98
/
+115
|
|
*
nbd: use our own workqueue for recv threads
Josef Bacik
2017-02-02
1
-2
/
+11
|
|
*
blk-mq-debug: Introduce debugfs_create_files()
Bart Van Assche
2017-02-01
1
-17
/
+17
|
|
*
blk-mq-debug: Make show() operations interruptible
Bart Van Assche
2017-02-01
1
-8
/
+26
|
|
*
blk-mq-debug: Avoid that sparse complains about req_flags_t usage
Bart Van Assche
2017-02-01
2
-2
/
+2
|
|
*
blk-mq-debugfs: Add missing __acquires() / __releases() annotations
Bart Van Assche
2017-02-01
1
-0
/
+4
|
|
*
block: move internal_tag to same cache line as tag
Jens Axboe
2017-01-31
1
-2
/
+3
|
|
*
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
53
-326
/
+338
|
|
*
ide: don't abuse cmd_type
Christoph Hellwig
2017-01-31
14
-51
/
+117
|
|
*
block: introduce blk_rq_is_passthrough
Christoph Hellwig
2017-01-31
21
-53
/
+59
|
|
*
nbd: move request validity checking into nbd_send_cmd
Christoph Hellwig
2017-01-31
1
-11
/
+10
|
|
*
nbd: remove REQ_TYPE_DRV_PRIV leftovers
Christoph Hellwig
2017-01-31
1
-9
/
+1
|
|
*
mspro_block: remove pointless prep_fn
Christoph Hellwig
2017-01-31
1
-13
/
+0
|
|
*
ms_block: remove pointless prep_fn
Christoph Hellwig
2017-01-31
1
-11
/
+0
|
|
*
mmc: remove pointless request type check in mmc_prep_request
Christoph Hellwig
2017-01-31
1
-9
/
+0
[next]