aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-25loop: fix loop block driver discard and encryption commentDave Young1-1/+1
2011-11-24mtip32xx: uninitialized variable in mtip_quiesce_io()Dan Carpenter1-1/+2
2011-11-23mtip32xx: updates based on feedbackAsai Thambi S P2-154/+230
2011-11-18xen-blkback: convert hole punching to discard request on loop devicesLi Dongyang1-17/+2
2011-11-18xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_ioKonrad Rzeszutek Wilk1-30/+24
2011-11-18xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk4-18/+60
2011-11-18xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk3-55/+66
2011-11-16paride: fix potential information leak in pg_read()Dan Carpenter1-0/+1
2011-11-16cciss: auto engage SCSI mid layer at driver load timeStephen M. Cameron2-0/+2
2011-11-16loop: cleanup set_status interfaceDmitry Monakhov1-15/+29
2011-11-16loop: prevent information leak after failed readDmitry Monakhov1-1/+2
2011-11-11The Windows driver .inf disables ASPM on all cciss devices. Do the same.Matthew Garrett1-0/+5
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-0/+5
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds2-51/+8
2011-11-05mtip32xx: update to new ->make_request() APIJens Axboe1-10/+5
2011-11-05mtip32xx: add module.h include to avoid conflict with moduleh treeJens Axboe1-0/+1
2011-11-05mtip32xx: mark a few more items staticJens Axboe1-2/+2
2011-11-05mtip32xx: ensure that all local functions are staticJens Axboe2-352/+313
2011-11-05mtip32xx: cleanup compat ioctl handlingJens Axboe2-91/+64
2011-11-05mtip32xx: fix warnings/errors on 32-bit compilesJens Axboe1-7/+23
2011-11-05block: Add driver for Micron RealSSD pcie flash cardsSam Bradshaw6-0/+4043
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds9-117/+569
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-143/+46
2011-11-04NVMe: Implement doorbell stride capabilityMatthew Wilcox1-3/+14
2011-11-04NVMe: Version 0.7Matthew Wilcox1-1/+1
2011-11-04NVMe: Don't probe namespace 0Matthew Wilcox1-1/+1
2011-11-04Fix calculation of number of pages in a PRP ListNisheeth Bhat1-7/+7
2011-11-04NVMe: Create nvme_identify and nvme_get_features functionsMatthew Wilcox1-33/+43
2011-11-04NVMe: Fix memory leak in nvme_dev_add()Matthew Wilcox1-2/+2
2011-11-04NVMe: Fix calls to dma_unmap_sgNisheeth Bhat1-6/+4
2011-11-04NVMe: Correct sg list setup in nvme_map_user_pagesMatthew Wilcox1-5/+5
2011-11-04Fix bug in NVME_IOCTL_SUBMIT_IOMatthew Wilcox1-0/+1
2011-11-04NVMe: Rework ioctlsMatthew Wilcox1-88/+40
2011-11-04NVMe: Add the nvme thread to the wait queue before waking it upMatthew Wilcox1-0/+2
2011-11-04NVMe: Return real error from nvme_create_queueMatthew Wilcox1-4/+4
2011-11-04NVMe: Version 0.6Matthew Wilcox1-1/+1
2011-11-04NVMe: Add a few calling convention notesMatthew Wilcox1-1/+10
2011-11-04NVMe: Handle failures from memory allocations in nvme_setup_prpsMatthew Wilcox1-15/+41
2011-11-04NVMe: Use an IDA to allocate minor numbersMatthew Wilcox1-4/+34
2011-11-04NVMe: Add include of delay.h for msleepMatthew Wilcox1-0/+1
2011-11-04NVMe: Add support for timing out I/OsMatthew Wilcox1-6/+31
2011-11-04NVMe: Rename cancel_cmdid_data to cancel_cmdidMatthew Wilcox1-2/+5
2011-11-04NVMe: Fix bug in error handlingMatthew Wilcox1-2/+2
2011-11-04NVMe: Time out initialisation after a few secondsMatthew Wilcox1-0/+10
2011-11-04NVMe: Fix warning in free_irqMatthew Wilcox1-1/+3
2011-11-04NVMe: Correct the Controller Configuration settingsMatthew Wilcox1-0/+1
2011-11-04NVMe: Version 0.5Matthew Wilcox1-1/+1
2011-11-04NVMe: Change the definition of nvme_user_ioMatthew Wilcox1-10/+17
2011-11-04NVMe: Add compat_ioctlMatthew Wilcox1-0/+1
2011-11-04NVMe: Simplify queue lookupMatthew Wilcox1-6/+6