summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2014-06-01rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov1-1/+1
2014-05-13floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+4
2014-05-13floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-3/+3
2014-05-06mtip32xx: mtip_async_complete() bug fixesSam Bradshaw2-39/+50
2014-05-06mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi1-12/+12
2014-05-06mtip32xx: Set queue bounce limitFelipe Franciosi1-0/+1
2014-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+0
2014-03-29rbd: drop an unsafe assertionAlex Elder1-1/+0
2014-03-11mtip32xx: fix bad use of smp_processor_id()Jens Axboe1-1/+1
2014-03-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-03-04zram: avoid null access when fail to alloc metaMinchan Kim1-0/+2
2014-03-04mm: close PageTail raceDavid Rientjes1-2/+2
2014-02-19mtip32xx: Reduce the number of unaligned writes to 2Asai Thambi S P1-1/+1
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-95/+105
2014-02-12xen-blkback: init persistent_purge_work work_structRoger Pau Monne3-2/+3
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe4-26/+65
2014-02-10null_blk: use blk_complete_request and blk_mq_complete_requestChristoph Hellwig1-65/+32
2014-02-10virtio_blk: use blk_mq_complete_requestChristoph Hellwig1-3/+4
2014-02-08block/null_blk: Fix completion processing from LIFO to FIFOShlomo Pongratz1-0/+2
2014-02-07xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne3-5/+5
2014-02-07xen-blkback: fix shutdown raceRoger Pau Monne3-10/+24
2014-02-07xen-blkback: fix memory leaksRoger Pau Monne3-9/+31
2014-02-07xen-blkback: fix memory leak when persistent grants are usedMatt Rushton1-3/+3
2014-02-06Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-6/+9
2014-02-06Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-105/+652
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk1-6/+9
2014-02-02NVMe: Namespace use after free on surprise removalKeith Busch1-13/+42
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds1-9/+6
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss1-9/+6
2014-01-31zram: remove zram->lock in read path and change it with mutexMinchan Kim2-12/+9
2014-01-31zram: remove workqueue for freeing removed pending slotMinchan Kim2-58/+6
2014-01-31zram: introduce zram->tb_lockMinchan Kim2-6/+23
2014-01-31zram: use atomic operation for statMinchan Kim2-20/+16
2014-01-31zram: remove unnecessary freeMinchan Kim1-8/+0
2014-01-31zram: delay pending free request in read pathMinchan Kim1-1/+0
2014-01-31zram: fix race between reset and flushing pending workMinchan Kim1-2/+2
2014-01-31zram: add copyrightMinchan Kim2-0/+2
2014-01-31zram: remove old private project commentMinchan Kim3-3/+0
2014-01-31zram: promote zram from stagingMinchan Kim6-0/+1149
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds10-130/+205
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds24-502/+342
2014-01-29NVMe: Correct uses of INIT_WORKMatthew Wilcox1-4/+5
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-99/+204
2014-01-28NVMe: Include device and queue numbers in interrupt nameMatthew Wilcox1-5/+9
2014-01-28NVMe: Add a pci_driver shutdown methodKeith Busch1-0/+7
2014-01-28NVMe: Disable admin queue on init failureKeith Busch1-5/+6
2014-01-28NVMe: Dynamically allocate partition numbersMatthew Wilcox1-33/+3
2014-01-28NVMe: Async IO queue deletionKeith Busch1-12/+217
2014-01-28NVMe: Surprise removal handlingKeith Busch1-3/+10