aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-95/+105
2014-02-11xen-blkback: init persistent_purge_work work_structGravatar Roger Pau Monne 3-2/+3
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jens Axboe 4-26/+65
2014-02-10null_blk: use blk_complete_request and blk_mq_complete_requestGravatar Christoph Hellwig 1-65/+32
2014-02-10virtio_blk: use blk_mq_complete_requestGravatar Christoph Hellwig 1-3/+4
2014-02-07block/null_blk: Fix completion processing from LIFO to FIFOGravatar Shlomo Pongratz 1-0/+2
2014-02-07xen-blkfront: handle backend CLOSED without CLOSINGGravatar David Vrabel 1-1/+4
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedGravatar Roger Pau Monne 3-5/+5
2014-02-07xen-blkback: fix shutdown raceGravatar Roger Pau Monne 3-10/+24
2014-02-07xen-blkback: fix memory leaksGravatar Roger Pau Monne 3-9/+31
2014-02-07xen-blkback: fix memory leak when persistent grants are usedGravatar Matt Rushton 1-3/+3
2014-02-05Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-6/+9
2014-02-05Merge git://git.infradead.org/users/willy/linux-nvmeGravatar Linus Torvalds 2-105/+652
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Gravatar Konrad Rzeszutek Wilk 1-6/+9
2014-02-02NVMe: Namespace use after free on surprise removalGravatar Keith Busch 1-13/+42
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 1-9/+6
2014-01-31xen/grant-table: Avoid m2p_override during mappingGravatar Zoltan Kiss 1-9/+6
2014-01-30zram: remove zram->lock in read path and change it with mutexGravatar Minchan Kim 2-12/+9
2014-01-30zram: remove workqueue for freeing removed pending slotGravatar Minchan Kim 2-58/+6
2014-01-30zram: introduce zram->tb_lockGravatar Minchan Kim 2-6/+23
2014-01-30zram: use atomic operation for statGravatar Minchan Kim 2-20/+16
2014-01-30zram: remove unnecessary freeGravatar Minchan Kim 1-8/+0
2014-01-30zram: delay pending free request in read pathGravatar Minchan Kim 1-1/+0
2014-01-30zram: fix race between reset and flushing pending workGravatar Minchan Kim 1-2/+2
2014-01-30zram: add copyrightGravatar Minchan Kim 2-0/+2
2014-01-30zram: remove old private project commentGravatar Minchan Kim 3-3/+0
2014-01-30zram: promote zram from stagingGravatar Minchan Kim 6-0/+1149
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 10-130/+205
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 24-502/+342
2014-01-29NVMe: Correct uses of INIT_WORKGravatar Matthew Wilcox 1-4/+5
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-99/+204
2014-01-27NVMe: Include device and queue numbers in interrupt nameGravatar Matthew Wilcox 1-5/+9
2014-01-27NVMe: Add a pci_driver shutdown methodGravatar Keith Busch 1-0/+7
2014-01-27NVMe: Disable admin queue on init failureGravatar Keith Busch 1-5/+6
2014-01-27NVMe: Dynamically allocate partition numbersGravatar Matthew Wilcox 1-33/+3
2014-01-27NVMe: Async IO queue deletionGravatar Keith Busch 1-12/+217
2014-01-27NVMe: Surprise removal handlingGravatar Keith Busch 1-3/+10
2014-01-27NVMe: Abort timed out commandsGravatar Keith Busch 1-1/+67
2014-01-27NVMe: Schedule reset for failed controllersGravatar Keith Busch 1-2/+19
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Gravatar Ilya Dryomov 1-4/+4
2014-01-27libceph: introduce and start using oid abstractionGravatar Ilya Dryomov 1-8/+2
2014-01-27libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENGravatar Ilya Dryomov 1-3/+3
2014-01-27libceph: start using oloc abstractionGravatar Ilya Dryomov 1-4/+4
2014-01-23drivers/block/Kconfig: update RAM block device module nameGravatar Fabian Frederick 1-1/+2
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+2
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+0
2014-01-21mg_disk: Spelling s/finised/finished/Gravatar Geert Uytterhoeven 1-1/+1
2014-01-21null_blk: Null pointer deference problem in alloc_page_buffersGravatar Raghavendra K T 1-0/+5
2014-01-21mtip32xx: Correctly handle security locked conditionGravatar Sam Bradshaw 2-3/+15
2014-01-21mtip32xx: Make SGL container per-command to eliminate high order dma allocationGravatar Sam Bradshaw 2-97/+149