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
*
fs/block_dev.c: return the right error in thaw_bdev()
Pierre Morel
2016-10-05
1
-5
/
+2
*
nvme: Pass pointers, not dma addresses, to nvme_get/set_features()
Andy Lutomirski
2016-09-24
3
-13
/
+11
*
nvme/scsi: Remove power management support
Andy Lutomirski
2016-09-24
1
-71
/
+3
*
nvmet: Make dsm number of ranges zero based
Alexander Solganik
2016-09-24
1
-1
/
+1
*
nvmet: Use direct IO for writes
Sagi Grimberg
2016-09-24
1
-0
/
+1
*
admin-cmd: Added smart-log command support.
Chaitanya Kulkarni
2016-09-24
1
-0
/
+88
*
nvme-fabrics: Add host_traddr options field to host infrastructure
James Smart
2016-09-24
2
-0
/
+17
*
nvme-fabrics: revise host transport option descriptions
James Smart
2016-09-24
1
-3
/
+4
*
nvme-fabrics: rework nvmf_get_address() for variable options
James Smart
2016-09-24
1
-2
/
+10
*
nbd: use BLK_MQ_F_BLOCKING
Josef Bacik
2016-09-23
1
-1
/
+1
*
blkcg: Annotate blkg_hint correctly
Bart Van Assche
2016-09-23
1
-1
/
+1
*
cfq: fix starvation of asynchronous writes
Glauber Costa
2016-09-23
1
-3
/
+10
*
blk-mq: add flag for drivers wanting blocking ->queue_rq()
Jens Axboe
2016-09-22
2
-1
/
+2
*
blk-mq: remove non-blocking pass in blk_mq_map_request
Christoph Hellwig
2016-09-22
1
-13
/
+1
*
blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()
Jens Axboe
2016-09-22
1
-14
/
+2
*
block: export bio_free_pages to other modules
Guoqing Jiang
2016-09-22
9
-36
/
+13
*
lightnvm: propagate device_add() error code
Arnd Bergmann
2016-09-21
2
-4
/
+7
*
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
2016-09-21
8
-17
/
+278
*
lightnvm: control life of nvm_dev in driver
Matias Bjørling
2016-09-21
6
-68
/
+83
*
blk-mq: register device instead of disk
Matias Bjørling
2016-09-21
4
-15
/
+12
*
null_blk: refactor to support non-gendisk devices
Matias Bjørling
2016-09-21
1
-49
/
+61
*
nvme: refactor namespaces to support non-gendisk devices
Matias Bjørling
2016-09-21
3
-43
/
+78
*
lightnvm: NVM should depend on HAS_DMA
Geert Uytterhoeven
2016-09-21
1
-1
/
+1
*
sbitmap: initialize weight to zero
Colin Ian King
2016-09-19
1
-1
/
+1
*
sbitmap: don't update the allocation hint on clear after resize
Omar Sandoval
2016-09-17
1
-1
/
+1
*
sbitmap: re-initialize allocation hints after resize
Omar Sandoval
2016-09-17
1
-2
/
+7
*
sbitmap: randomize initial alloc_hint values
Omar Sandoval
2016-09-17
3
-9
/
+6
*
sbitmap: push alloc policy into sbitmap_queue
Omar Sandoval
2016-09-17
4
-33
/
+34
*
sbitmap: push per-cpu last_tag into sbitmap_queue
Omar Sandoval
2016-09-17
6
-42
/
+98
*
sbitmap: allocate wait queues on a specific node
Omar Sandoval
2016-09-17
1
-1
/
+1
*
blk-mq: abstract tag allocation out into sbitmap library
Omar Sandoval
2016-09-17
11
-476
/
+789
*
blk-mq: account higher order dispatch
Jens Axboe
2016-09-16
2
-7
/
+14
*
blk-mq: introduce blk_mq_delay_kick_requeue_list()
Mike Snitzer
2016-09-14
3
-5
/
+14
*
block: remove IOPRIO_BITS
Christoph Hellwig
2016-09-14
1
-1
/
+0
*
bio.h: remove a very outdated comment
Christoph Hellwig
2016-09-14
1
-2
/
+0
*
block: remove bio_destructor_t
Christoph Hellwig
2016-09-14
1
-1
/
+0
*
block: Improve bio_set_op_attrs() robustness
Bart Van Assche
2016-09-14
1
-5
/
+12
*
block, dm-crypt, btrfs: Introduce bio_flags()
Bart Van Assche
2016-09-14
3
-4
/
+6
*
block: Document that bio_op() uses the data type of bio.bi_opf
Bart Van Assche
2016-09-14
1
-1
/
+1
*
block: remove remnant refs to hardsect
Linus Walleij
2016-09-14
3
-4
/
+4
*
block: remove blk_mq_alloc_single_hw_queue() prototype
Linus Walleij
2016-09-14
1
-1
/
+0
*
block_dev: remove DAX leftovers
Christoph Hellwig
2016-09-14
1
-10
/
+1
*
block: enable zeroing of io_poll statistics
Stephen Bates
2016-09-14
1
-1
/
+10
*
block: add poll_considered statistic
Stephen Bates
2016-09-14
3
-3
/
+10
*
nbd: allow block mq to deal with timeouts
Josef Bacik
2016-09-08
1
-37
/
+14
*
nbd: use flags instead of bool
Josef Bacik
2016-09-08
1
-8
/
+10
*
nbd: don't shutdown sock with irq's disabled
Josef Bacik
2016-09-08
1
-4
/
+15
*
nbd: convert to blkmq
Josef Bacik
2016-09-08
1
-208
/
+129
*
mtip32xx: mark symbols static where possible
Baoyou Xie
2016-08-29
1
-1
/
+1
*
blk-mq: prefetch request in blk_mq_tag_to_rq()
Jens Axboe
2016-08-29
1
-1
/
+4
[next]