index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtip32xx: fix checks for dma mapping errors
Alexey Khoroshilov
2016-03-18
1
-2
/
+2
*
lightnvm: do not load L2P table if not supported
Javier González
2016-03-18
1
-1
/
+1
*
lightnvm: do not reserve lun on l2p loading
Javier González
2016-03-18
1
-3
/
+0
*
nvme: lightnvm: return ppa completion status
Matias Bjorling
2016-03-18
2
-2
/
+16
*
lightnvm: add a bitmap of luns
Wenwei Tao
2016-03-18
4
-29
/
+74
*
lightnvm: specify target's logical address area
Wenwei Tao
2016-03-18
6
-2
/
+116
*
null_blk: add lightnvm null_blk device to the nullb_list
Wenwei Tao
2016-03-18
1
-1
/
+2
*
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-03-18
26
-3011
/
+794
|
\
|
*
NVMe: Expose ns wwid through single sysfs entry
Keith Busch
2016-03-16
2
-0
/
+27
|
*
drivers:block: cpqarray clean up
Valentin Rothberg
2016-03-15
1
-1
/
+0
|
*
brd: Fix discard request processing
Bart Van Assche
2016-03-15
1
-1
/
+1
|
*
cpqarray: remove it from the kernel
Jens Axboe
2016-03-14
7
-2491
/
+0
|
*
cciss: update MAINTAINERS
Don Brace
2016-03-08
1
-2
/
+2
|
*
NVMe: Remove unused sq_head read in completion path
Jon Derrick
2016-03-08
1
-2
/
+0
|
*
bcache: fix cache_set_flush() NULL pointer dereference on OOM
Eric Wheeler
2016-03-08
1
-0
/
+3
|
*
bcache: cleaned up error handling around register_cache()
Eric Wheeler
2016-03-08
1
-12
/
+22
|
*
bcache: fix race of writeback thread starting before complete initialization
Eric Wheeler
2016-03-08
1
-1
/
+8
|
*
NVMe: Create discard zero quirk white list
Keith Busch
2016-03-08
3
-2
/
+15
|
*
nbd: use correct div_s64 helper
Arnd Bergmann
2016-03-04
1
-2
/
+1
|
*
mtip32xx: remove unneeded variable in mtip_cmd_timeout()
Jens Axboe
2016-03-04
1
-2
/
+1
|
*
lightnvm: generalize rrpc ppa calculations
Javier González
2016-03-03
2
-17
/
+40
|
*
lightnvm: remove struct nvm_dev->total_blocks
Matias Bjørling
2016-03-03
1
-5
/
+1
|
*
lightnvm: rename ->nr_pages to ->nr_sects
Matias Bjørling
2016-03-03
5
-24
/
+22
|
*
lightnvm: update closed list outside of intr context
Javier González
2016-03-03
1
-13
/
+10
|
*
xen/blback: Fit the important information of the thread in 17 characters
Konrad Rzeszutek Wilk
2016-03-03
1
-4
/
+3
|
*
lightnvm: fold get bb tbl when using dual/quad plane mode
Matias Bjørling
2016-03-03
3
-9
/
+45
|
*
lightnvm: fix up nonsensical configure overrun checking
Alan
2016-03-03
1
-6
/
+5
|
*
xen-blkback: advertise indirect segment support earlier
Jan Beulich
2016-03-03
1
-5
/
+8
|
*
xen-blkfront: rename indirect descriptor parameter
Jan Beulich
2016-03-03
1
-2
/
+4
|
*
mtip32xx: Cleanup queued requests after surprise removal
Asai Thambi SP
2016-03-03
1
-18
/
+60
|
*
mtip32xx: Implement timeout handler
Asai Thambi SP
2016-03-03
2
-10
/
+92
|
*
mtip32xx: Handle FTL rebuild failure state during device initialization
Asai Thambi SP
2016-03-03
1
-5
/
+6
|
*
mtip32xx: Handle safe removal during IO
Asai Thambi SP
2016-03-03
2
-2
/
+33
|
*
mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
Asai Thambi SP
2016-03-03
1
-7
/
+7
|
*
mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
Asai Thambi SP
2016-03-03
1
-8
/
+12
|
*
mtip32xx: Print exact time when an internal command is interrupted
Asai Thambi SP
2016-03-03
1
-2
/
+6
|
*
mtip32xx: Remove unwanted code from taskfile error handler
Asai Thambi SP
2016-03-03
1
-8
/
+1
|
*
mtip32xx: Fix broken service thread handling
Asai Thambi SP
2016-03-03
2
-3
/
+8
|
*
Merge tag 'nbd-for-4.6' of git://git.pengutronix.de/git/mpa/linux-nbd into fo...
Jens Axboe
2016-03-03
1
-165
/
+170
|
|
\
|
|
*
nbd: Create size change events for userspace
Markus Pargmann
2016-02-15
1
-21
/
+58
|
|
*
nbd: ratelimit error msgs after socket close
Dan Streetman
2016-02-05
1
-2
/
+2
|
|
*
nbd: Move flag parsing to a function
Markus Pargmann
2016-02-05
1
-9
/
+13
|
|
*
nbd: Cleanup reset of nbd and bdev after a disconnect
Markus Pargmann
2016-02-05
1
-11
/
+29
|
|
*
nbd: Timeouts are not user requested disconnects
Markus Pargmann
2016-02-05
1
-3
/
+6
|
|
*
nbd: Remove signal usage
Markus Pargmann
2016-02-05
1
-78
/
+48
|
|
*
nbd: Fix debugfs error handling
Markus Pargmann
2016-02-03
1
-41
/
+14
|
*
|
nvme: expose cntlid in sysfs
Ming Lin
2016-02-29
2
-4
/
+17
|
*
|
nvme: return the whole CQE through the request passthrough interface
Christoph Hellwig
2016-02-29
3
-17
/
+24
|
*
|
nvme: replace the kthread with a per-device watchdog timer
Christoph Hellwig
2016-02-29
1
-89
/
+23
|
*
|
nvme: don't poll the CQ from the kthread
Christoph Hellwig
2016-02-29
1
-12
/
+0
[next]