summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-102-13/+7Star
|\
| * Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-042-13/+7Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \
| * | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-086-10/+7Star
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-076-10/+7Star
| |\ \ \ \
| | | * | | fs: move code out of buffer.cAl Viro2012-01-044-8/+5Star
| | |/ / / | |/| | |
| | * | | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-042-2/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-01-071-1/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | m68k/mac: cleanup forward declarationsFinn Thain2011-12-101-1/+0Star
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-12-163-151/+221
|\ \ \
| * | | block/swim3: Locking fixesBenjamin Herrenschmidt2011-12-121-147/+215
| * | | loop: Fix discard_alignment default settingLukas Czerner2011-12-021-1/+1
| * | | cciss: fix flush cache transfer lengthStephen M. Cameron2011-11-281-0/+2
| * | | cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron2011-11-281-2/+2
| * | | loop: fix loop block driver discard and encryption commentDave Young2011-11-251-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-12-131-91/+10Star
|\ \ \ | |/ / |/| |
| * | rbd: remove buggy rollback functionalityJosh Durgin2011-12-071-90/+0Star
| * | rbd: return an error when an invalid header is readJosh Durgin2011-12-071-1/+10
* | | paride: fix potential information leak in pg_read()Dan Carpenter2011-11-161-0/+1
* | | cciss: auto engage SCSI mid layer at driver load timeStephen M. Cameron2011-11-162-0/+2
* | | loop: cleanup set_status interfaceDmitry Monakhov2011-11-161-15/+29
* | | loop: prevent information leak after failed readDmitry Monakhov2011-11-161-1/+2
* | | The Windows driver .inf disables ASPM on all cciss devices. Do the same.Matthew Garrett2011-11-111-0/+5
| |/ |/|
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-075-0/+5
|\ \
| * | block: Fix files that are modules and hence need module.hPaul Gortmaker2011-11-013-0/+3
| * | block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-11-012-0/+2
* | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-072-51/+8Star
|\ \ \
| * | | block: xen-blkback: use API provided by xenbus module to map ringsDavid Vrabel2011-10-262-51/+8Star
* | | | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-059-117/+569
|\ \ \ \
| * | | | virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-10-311-6/+24
| * | | | cciss: add small delay when using PCI Power Management to reset for kumpMike Miller2011-10-201-0/+7
| * | | | Merge branch 'stable/for-jens-3.2' of git://oss.oracle.com/git/kwilk/xen into...Jens Axboe2011-10-204-66/+367
| |\ \ \ \
| | * | | | xen/blkback: Fix two races in the handling of barrier requests.Konrad Rzeszutek Wilk2011-10-171-5/+5
| | * | | | xen/blkback: Check for proper operation.Konrad Rzeszutek Wilk2011-10-141-1/+1
| | * | | | xen/blkback: Fix the inhibition to map pages when discarding sector ranges.Konrad Rzeszutek Wilk2011-10-131-2/+1Star
| | * | | | xen/blkback: Report VBD_WSECT (wr_sect) properly.Konrad Rzeszutek Wilk2011-10-131-1/+1
| | * | | | xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests.Konrad Rzeszutek Wilk2011-10-133-2/+58
| | * | | | xen-blkfront: plug device number leak in xlblk_init() error pathLaszlo Ersek2011-10-131-1/+9
| | * | | | xen-blkfront: If no barrier or flush is supported, use invalid operation.Konrad Rzeszutek Wilk2011-10-131-1/+3
| | * | | | xen-blkback: use kzalloc() in favor of kmalloc()+memset()Jan Beulich2011-10-131-4/+2Star
| | * | | | xen-blkback: fixed indentation and commentsJoe Jin2011-10-132-3/+3
| | * | | | xen-blkfront: fix a deadlock while handling discard responseLi Dongyang2011-10-131-2/+0Star
| | * | | | xen-blkfront: Handle discard requests.Li Dongyang2011-10-131-23/+88
| | * | | | xen-blkback: Implement discard requests ('feature-discard')Li Dongyang2011-10-133-31/+206
| * | | | | drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Ayan George2011-09-211-3/+4
| * | | | | drivers/block/loop.c: emit uevent on auto releasePhillip Susi2011-09-211-1/+1
| * | | | | drivers/block/cpqarray.c: use pci_dev->revisionSergei Shtylyov2011-09-211-1/+1
| * | | | | loop: always allow userspace partitions and optionally support automatic scan...Kay Sievers2011-08-231-4/+45
| * | | | | loop: add discard support for loop devicesLukas Czerner2011-08-191-0/+54