aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+10
|\ \ | |/ |/|
| * rbd: remove buggy rollback functionalityJosh Durgin2011-12-071-90/+0
| * 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-065-0/+5
|\ \
| * | block: Fix files that are modules and hence need module.hPaul Gortmaker2011-10-313-0/+3
| * | block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-312-0/+2
* | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-062-51/+8
|\ \ \
| * | | block: xen-blkback: use API provided by xenbus module to map ringsDavid Vrabel2011-10-262-51/+8
* | | | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-049-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/+1
| | * | | | 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/+2
| | * | | | xen-blkback: fixed indentation and commentsJoe Jin2011-10-132-3/+3
| | * | | | xen-blkfront: fix a deadlock while handling discard responseLi Dongyang2011-10-131-2/+0
| | * | | | 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
| * | | | | nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton2011-08-191-1/+1
| * | | | | nbd: replace some printk with dev_warn() and dev_info()WANG Cong2011-08-191-6/+5
| * | | | | nbd: lower the loglevel of an error messageWANG Cong2011-08-191-1/+1
| * | | | | nbd: replace printk KERN_ERR with dev_err()WANG Cong2011-08-191-25/+25
| * | | | | nbd: replace sysfs_create_file() with device_create_file()WANG Cong2011-08-191-3/+3
| * | | | | nbd: use task_pid_nr() to get current pidWANG Cong2011-08-191-1/+1
| * | | | | cciss: add transport mode attribute to sysJoe Handzik2011-08-081-0/+13
| * | | | | cciss: Adds simple mode functionalityJoseph Handzik2011-08-082-11/+46
| |/ / / /
* | | | | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-048-143/+46
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'for-linus' into for-3.2/coreJens Axboe2011-10-241-112/+23
| |\ \ \ \
| | * | | | loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig2011-10-171-112/+23
| | | |/ / | | |/| |
| * | | | Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-198-105/+236
| |\ \ \ \ | | |/ / /
| * | | | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-128-31/+23
| | |/ / | |/| |
* | | | virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-11-021-6/+24
| |_|/ |/| |