summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu2013-11-221-4/+4
* virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li2013-11-201-2/+3
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-161-257/+65Star
|\
| * virtio_blk: blk-mq supportJens Axboe2013-11-141-257/+65Star
| * Merge branch 'for-3.13/post-mq-drivers' into for-linusJens Axboe2013-11-1421-357/+6362
| |\
* | \ Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-151-46/+37Star
|\ \ \
| * | | virtio_blk: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs2013-10-291-0/+2
| * | | virtio: use size-based config accessors.Rusty Russell2013-10-171-44/+33Star
| * | | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-231-2/+2
* | | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-152-3/+3
* | | | Merge branch 'for-3.13/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-1421-357/+6362
|\ \ \ \ | | |_|/ | |/| |
| * | | pktcdvd: debugfs functions return NULL on errorDan Carpenter2013-11-081-18/+4Star
| * | | xen-blkfront: restore the non-persistent data pathRoger Pau Monne2013-11-081-25/+100
| * | | skd: fix formatting in skd_s1120.hBartlomiej Zolnierkiewicz2013-11-081-120/+110Star
| * | | skd: reorder construct/destruct codeBartlomiej Zolnierkiewicz2013-11-081-164/+141Star
| * | | skd: cleanup skd_do_inq_page_da()Bartlomiej Zolnierkiewicz2013-11-081-26/+13Star
| * | | skd: remove SKD_OMIT_FROM_SRC_DIST ifdefsBartlomiej Zolnierkiewicz2013-11-081-14/+0Star
| * | | skd: remove redundant skdev->pdev assignment from skd_pci_probe()Bartlomiej Zolnierkiewicz2013-11-081-1/+1
| * | | skd: use <asm/unaligned.h>Bartlomiej Zolnierkiewicz2013-11-081-1/+1
| * | | skd: remove SCSI subsystem specific includesBartlomiej Zolnierkiewicz2013-11-081-3/+0Star
| * | | skd: register block device only if some devices are presentBartlomiej Zolnierkiewicz2013-11-081-21/+12Star
| * | | skd: fix error messages in skd_init()Bartlomiej Zolnierkiewicz2013-11-081-12/+9Star
| * | | skd: fix error paths in skd_init()Bartlomiej Zolnierkiewicz2013-11-081-3/+13
| * | | skd: fix unregister_blkdev() placementBartlomiej Zolnierkiewicz2013-11-081-1/+1
| * | | skd: more removal of bio-based codeMike Snitzer2013-11-081-71/+20Star
| * | | skd: cleanup the skd_*() function block wrappingJens Axboe2013-11-081-37/+15Star
| * | | skd: rip out bio pathJens Axboe2013-11-081-467/+62Star
| * | | skd: fix error return code in skd_pci_probe()Wei Yongjun2013-11-081-1/+3
| * | | cciss: return 0 from driver probe function on success, not 1Stephen M. Cameron2013-11-081-1/+1
| * | | skd: Replaced custom debug PRINTKs with pr_debugrchinthekindi2013-11-081-284/+407
| * | | skd: Fix checkpatch ERRORS and removed unused functionsAkhil Bhansali2013-11-081-22/+31
| * | | rsxx: Fix possible kernel panic with invalid config.Philip J Kelleher2013-11-082-4/+6
| * | | rsxx: Disallow discards from being unmapped.Philip J Kelleher2013-11-082-12/+17
| * | | drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg2013-11-082-2/+5
| * | | drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg2013-11-081-1/+5
| * | | drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner2013-11-082-2/+3
| * | | drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner2013-11-081-23/+16Star
| * | | drbd: fix NULL pointer deref in module init error pathLars Ellenberg2013-11-081-10/+9Star
| * | | block: disable cpqarray in KconfigJens Axboe2013-11-081-1/+1
| * | | Add support for sTec's pci-e flash card KronosAkhil Bhansali2013-11-084-0/+6183
| * | | rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher2013-11-082-21/+24
| * | | mtip32xx: dynamically allocate buffer in debugfs functionsDavid Milburn2013-11-081-10/+37
| * | | mtip32xx: Add SRSI supportAsai Thambi S P2013-11-082-182/+289
| * | | rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher2013-11-082-47/+28Star
| * | | rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher2013-11-083-22/+37
| * | | loop: fix crash when using unassigned loop deviceMikulas Patocka2013-11-081-7/+8
| * | | xen/blkback: fix reference countingVegard Nossum2013-11-081-1/+2
| * | | xen-blkfront: improve aproximation of required grants per requestRoger Pau Monne2013-11-081-4/+7
| * | | xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne2013-11-081-4/+29
| * | | mg_disk: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-081-1/+1