| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-02-14 | 6 | -95/+105 |
|\ |
|
| * | xen-blkback: init persistent_purge_work work_struct | Roger Pau Monne | 2014-02-11 | 3 | -2/+3 |
| * | Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker... | Jens Axboe | 2014-02-10 | 4 | -26/+65 |
| |\ |
|
| | * | xen-blkfront: handle backend CLOSED without CLOSING | David Vrabel | 2014-02-07 | 1 | -1/+4 |
| | * | xen-blkif: drop struct blkif_request_segment_aligned | Roger Pau Monne | 2014-02-07 | 3 | -5/+5 |
| | * | xen-blkback: fix shutdown race | Roger Pau Monne | 2014-02-07 | 3 | -10/+24 |
| | * | xen-blkback: fix memory leaks | Roger Pau Monne | 2014-02-07 | 3 | -9/+31 |
| | * | xen-blkback: fix memory leak when persistent grants are used | Matt Rushton | 2014-02-07 | 1 | -3/+3 |
| * | | null_blk: use blk_complete_request and blk_mq_complete_request | Christoph Hellwig | 2014-02-10 | 1 | -65/+32 |
| * | | virtio_blk: use blk_mq_complete_request | Christoph Hellwig | 2014-02-10 | 1 | -3/+4 |
| * | | block/null_blk: Fix completion processing from LIFO to FIFO | Shlomo Pongratz | 2014-02-07 | 1 | -0/+2 |
* | | | Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-02-05 | 1 | -6/+9 |
|\ \ \ |
|
| * | | | Revert "xen/grant-table: Avoid m2p_override during mapping" | Konrad Rzeszutek Wilk | 2014-02-03 | 1 | -6/+9 |
* | | | | Merge git://git.infradead.org/users/willy/linux-nvme | Linus Torvalds | 2014-02-05 | 2 | -105/+652 |
|\ \ \ \ |
|
| * | | | | NVMe: Namespace use after free on surprise removal | Keith Busch | 2014-02-02 | 1 | -13/+42 |
| * | | | | NVMe: Correct uses of INIT_WORK | Matthew Wilcox | 2014-01-29 | 1 | -4/+5 |
| * | | | | NVMe: Include device and queue numbers in interrupt name | Matthew Wilcox | 2014-01-27 | 1 | -5/+9 |
| * | | | | NVMe: Add a pci_driver shutdown method | Keith Busch | 2014-01-27 | 1 | -0/+7 |
| * | | | | NVMe: Disable admin queue on init failure | Keith Busch | 2014-01-27 | 1 | -5/+6 |
| * | | | | NVMe: Dynamically allocate partition numbers | Matthew Wilcox | 2014-01-27 | 1 | -33/+3 |
| * | | | | NVMe: Async IO queue deletion | Keith Busch | 2014-01-27 | 1 | -12/+217 |
| * | | | | NVMe: Surprise removal handling | Keith Busch | 2014-01-27 | 1 | -3/+10 |
| * | | | | NVMe: Abort timed out commands | Keith Busch | 2014-01-27 | 1 | -1/+67 |
| * | | | | NVMe: Schedule reset for failed controllers | Keith Busch | 2014-01-27 | 1 | -2/+19 |
| * | | | | NVMe: Device resume error handling | Keith Busch | 2013-12-16 | 1 | -15/+93 |
| * | | | | NVMe: Cache dev->pci_dev in a local pointer | Matthew Wilcox | 2013-12-16 | 1 | -4/+4 |
| * | | | | NVMe: Fix lockdep warnings | Matthew Wilcox | 2013-12-16 | 1 | -6/+6 |
| * | | | | NVMe: compat SG_IO ioctl | Keith Busch | 2013-12-16 | 2 | -1/+164 |
| * | | | | NVMe: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-11-18 | 1 | -3/+2 |
| * | | | | NVMe: Avoid shift operation when writing cq head doorbell | Haiyan Hu | 2013-11-18 | 1 | -5/+5 |
* | | | | | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2014-01-31 | 1 | -9/+6 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | xen/grant-table: Avoid m2p_override during mapping | Zoltan Kiss | 2014-01-31 | 1 | -9/+6 |
* | | | | | zram: remove zram->lock in read path and change it with mutex | Minchan Kim | 2014-01-30 | 2 | -12/+9 |
* | | | | | zram: remove workqueue for freeing removed pending slot | Minchan Kim | 2014-01-30 | 2 | -58/+6 |
* | | | | | zram: introduce zram->tb_lock | Minchan Kim | 2014-01-30 | 2 | -6/+23 |
* | | | | | zram: use atomic operation for stat | Minchan Kim | 2014-01-30 | 2 | -20/+16 |
* | | | | | zram: remove unnecessary free | Minchan Kim | 2014-01-30 | 1 | -8/+0 |
* | | | | | zram: delay pending free request in read path | Minchan Kim | 2014-01-30 | 1 | -1/+0 |
* | | | | | zram: fix race between reset and flushing pending work | Minchan Kim | 2014-01-30 | 1 | -2/+2 |
* | | | | | zram: add copyright | Minchan Kim | 2014-01-30 | 2 | -0/+2 |
* | | | | | zram: remove old private project comment | Minchan Kim | 2014-01-30 | 3 | -3/+0 |
* | | | | | zram: promote zram from staging | Minchan Kim | 2014-01-30 | 6 | -0/+1149 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-01-30 | 10 | -130/+205 |
|\ \ \ \ |
|
| * | | | | mg_disk: Spelling s/finised/finished/ | Geert Uytterhoeven | 2014-01-21 | 1 | -1/+1 |
| * | | | | null_blk: Null pointer deference problem in alloc_page_buffers | Raghavendra K T | 2014-01-21 | 1 | -0/+5 |
| * | | | | mtip32xx: Correctly handle security locked condition | Sam Bradshaw | 2014-01-21 | 2 | -3/+15 |
| * | | | | mtip32xx: Make SGL container per-command to eliminate high order dma allocation | Sam Bradshaw | 2014-01-21 | 2 | -97/+149 |
| * | | | | Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Jens Axboe | 2014-01-21 | 1 | -9/+27 |
| |\ \ \ \ |
|
| | * | | | | floppy: bail out in open() if drive is not responding to block0 read | Jiri Kosina | 2014-01-17 | 1 | -9/+27 |
| * | | | | | drivers/block/loop.c: fix comment typo in loop_config_discard | Olaf Hering | 2014-01-21 | 1 | -1/+1 |