aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10NVMe: Change nvme_completion_fn to take a devMatthew Wilcox1-18/+25
2012-01-10NVMe: Change get_nvmeq to take a dev instead of a namespaceMatthew Wilcox1-4/+4
2012-01-10NVMe: Simplify completion handlingMatthew Wilcox1-86/+81
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds2-13/+7
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-10/+7
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro6-10/+7
2012-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-1/+0
2012-01-05block: xsysace: Don't use NO_IRQMichal Simek1-5/+5
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2-13/+7
2012-01-04mtip32xx: do rebuild monitoring asynchronouslyAsai Thambi S P2-40/+65
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro2-2/+2
2012-01-03fs: move code out of buffer.cAl Viro4-8/+5
2011-12-25Merge branch 'stable/for-jens-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.3/driversJens Axboe4-105/+137
2011-12-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-151/+221
2011-12-16xen-blkfront: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo1-4/+8
2011-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-91/+10
2011-12-12block/swim3: Locking fixesBenjamin Herrenschmidt1-147/+215
2011-12-10m68k/mac: cleanup forward declarationsFinn Thain1-1/+0
2011-12-07rbd: remove buggy rollback functionalityJosh Durgin1-90/+0
2011-12-07rbd: return an error when an invalid header is readJosh Durgin1-1/+10
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-12-02loop: Fix discard_alignment default settingLukas Czerner1-1/+1
2011-11-28cciss: fix flush cache transfer lengthStephen M. Cameron1-0/+2
2011-11-28cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron1-2/+2
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