index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.modinst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
block: kyber: make kyber more friendly with merging
Jianchao Wang
1
-32
/
+158
2018-05-30
blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper
Jens Axboe
2
-11
/
+26
2018-05-29
block: remove parent device reference from struct bsg_class_device
Christoph Hellwig
7
-63
/
+19
2018-05-29
block: don't print a message when the device went away
Christoph Hellwig
3
-8
/
+12
2018-05-29
block: unexport check_disk_size_change
Christoph Hellwig
1
-1
/
+0
2018-05-29
block: move ->timeout request member
Jens Axboe
1
-2
/
+2
2018-05-29
blk-mq: simplify blk_mq_rq_timed_out
Christoph Hellwig
1
-14
/
+8
2018-05-29
block: document the blk_eh_timer_return values
Christoph Hellwig
1
-2
/
+2
2018-05-29
block: remove BLK_EH_HANDLED
Christoph Hellwig
4
-19
/
+0
2018-05-29
libiscsi: don't try to bypass SCSI EH
Christoph Hellwig
1
-2
/
+2
2018-05-29
mmc: complete requests from ->timeout
Christoph Hellwig
1
-2
/
+3
2018-05-29
scsi_transport_fc: complete requests from ->timeout
Christoph Hellwig
1
-4
/
+3
2018-05-29
null_blk: complete requests from ->timeout
Christoph Hellwig
1
-2
/
+4
2018-05-29
mtip32xx: complete requests from ->timeout
Christoph Hellwig
1
-1
/
+2
2018-05-29
nbd: complete requests from ->timeout
Christoph Hellwig
1
-3
/
+4
2018-05-29
nvme: return BLK_EH_DONE from ->timeout
Christoph Hellwig
3
-11
/
+7
2018-05-29
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
17
-25
/
+25
2018-05-29
blk-mq: Remove generation seqeunce
Keith Busch
6
-254
/
+89
2018-05-29
blk-mq: Fix timeout and state order
Keith Busch
1
-1
/
+1
2018-05-29
libata: remove ata_scsi_timed_out
Christoph Hellwig
2
-53
/
+0
2018-05-28
bcache: Replace bch_read_string_list() by __sysfs_match_string()
Andy Shevchenko
1
-35
/
+9
2018-05-28
bcache: Move couple of functions to sysfs.c
Andy Shevchenko
3
-40
/
+35
2018-05-28
bcache: Move couple of string arrays to sysfs.c
Andy Shevchenko
3
-20
/
+18
2018-05-28
bcache: stop bcache device when backing device is offline
Coly Li
2
-0
/
+55
2018-05-25
null_blk: add blocking description and remove lightnvm
Liu Bo
1
-3
/
+6
2018-05-25
nvme: fixup memory leak in nvme_init_identify()
Hannes Reinecke
1
-1
/
+1
2018-05-25
nvme: fix KASAN warning when parsing host nqn
Hannes Reinecke
1
-1
/
+1
2018-05-25
nvmet-loop: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
1
-1
/
+1
2018-05-25
nvmet-fc: increase LS buffer count per fc port
James Smart
1
-1
/
+1
2018-05-25
nvmet: add simple file backed ns support
Chaitanya Kulkarni
6
-52
/
+413
2018-05-25
nvmet: remove duplicate NULL initialization for req->ns
Chaitanya Kulkarni
5
-12
/
+1
2018-05-25
nvmet: make a few error messages more generic
Chaitanya Kulkarni
1
-2
/
+2
2018-05-25
nvme-fabrics: allow duplicate connections to the discovery controller
Hannes Reinecke
2
-1
/
+3
2018-05-25
nvme-fabrics: centralize discovery controller defaults
Hannes Reinecke
1
-4
/
+4
2018-05-25
nvme-fabrics: remove unnecessary controller subnqn validation
James Smart
1
-10
/
+0
2018-05-25
nvme-fc: remove setting DNR on exception conditions
James Smart
1
-10
/
+0
2018-05-25
nvme-rdma: stop admin queue before freeing it
Jianchao Wang
1
-4
/
+6
2018-05-25
nvme-pci: Fix AER reset handling
Keith Busch
1
-9
/
+5
2018-05-25
nvme-pci: set nvmeq->cq_vector after alloc cq/sq
Jianchao Wang
1
-9
/
+16
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
25
-163
/
+154
2018-05-24
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
3
-14
/
+34
2018-05-23
bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
Tejun Heo
1
-1
/
+17
2018-05-23
nbd: set discard granularity properly
Josef Bacik
1
-2
/
+8
2018-05-23
nvme: host: core: fix precedence of ternary operator
Ivan Bornyakov
1
-2
/
+2
2018-05-23
nvme: fix lockdep warning in nvme_mpath_clear_current_path
Johannes Thumshirn
1
-1
/
+2
2018-05-22
blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
Bart Van Assche
1
-2
/
+6
2018-05-22
block/ndb: add WQ_UNBOUND to the knbd-recv workqueue
Dan Melnic
1
-1
/
+2
2018-05-22
blk-mq: remove wrong 'unlikely' check
huhai
1
-1
/
+1
2018-05-21
nvme-pci: fix race between poll and IRQ completions
Jens Axboe
1
-4
/
+11
2018-05-18
nvme-pci: drop IRQ disabling on submission queue lock
Jens Axboe
1
-4
/
+4
[next]