aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2011-11-16paride: fix potential information leak in pg_read()Gravatar Dan Carpenter 1-0/+1
2011-11-16cciss: auto engage SCSI mid layer at driver load timeGravatar Stephen M. Cameron 2-0/+2
2011-11-16loop: cleanup set_status interfaceGravatar Dmitry Monakhov 1-15/+29
2011-11-16loop: prevent information leak after failed readGravatar Dmitry Monakhov 1-1/+2
2011-11-11The Windows driver .inf disables ASPM on all cciss devices. Do the same.Gravatar Matthew Garrett 1-0/+5
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-0/+5
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-51/+8
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-117/+569
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-143/+46
2011-11-02virtio-blk: use ida to allocate disk indexGravatar Michael S. Tsirkin 1-6/+24
2011-10-31block: Fix files that are modules and hence need module.hGravatar Paul Gortmaker 3-0/+3
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosGravatar Paul Gortmaker 2-0/+2
2011-10-31virtio-blk: use ida to allocate disk indexGravatar Michael S. Tsirkin 1-6/+24
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientGravatar Linus Torvalds 1-1/+1
2011-10-26block: xen-blkback: use API provided by xenbus module to map ringsGravatar David Vrabel 2-51/+8
2011-10-25libceph: create messenger with clientGravatar Sage Weil 1-1/+1
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 5-9/+6
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Gravatar Linus Torvalds 1-1/+1
2011-10-24Merge branch 'for-linus' into for-3.2/coreGravatar Jens Axboe 1-112/+23
2011-10-20cciss: add small delay when using PCI Power Management to reset for kumpGravatar Mike Miller 1-0/+7
2011-10-20Merge branch 'stable/for-jens-3.2' of git://oss.oracle.com/git/kwilk/xen into...Gravatar Jens Axboe 4-66/+367
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreGravatar Jens Axboe 8-105/+236
2011-10-17xen/blkback: Fix two races in the handling of barrier requests.Gravatar Konrad Rzeszutek Wilk 1-5/+5
2011-10-17loop: remove the incorrect write_begin/write_end shortcutGravatar Christoph Hellwig 1-112/+23
2011-10-14xen/blkback: Check for proper operation.Gravatar Konrad Rzeszutek Wilk 1-1/+1
2011-10-13xen/blkback: Fix the inhibition to map pages when discarding sector ranges.Gravatar Konrad Rzeszutek Wilk 1-2/+1
2011-10-13xen/blkback: Report VBD_WSECT (wr_sect) properly.Gravatar Konrad Rzeszutek Wilk 1-1/+1
2011-10-13xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests.Gravatar Konrad Rzeszutek Wilk 3-2/+58
2011-10-13xen-blkfront: plug device number leak in xlblk_init() error pathGravatar Laszlo Ersek 1-1/+9
2011-10-13xen-blkfront: If no barrier or flush is supported, use invalid operation.Gravatar Konrad Rzeszutek Wilk 1-1/+3
2011-10-13xen-blkback: use kzalloc() in favor of kmalloc()+memset()Gravatar Jan Beulich 1-4/+2
2011-10-13xen-blkback: fixed indentation and commentsGravatar Joe Jin 2-3/+3
2011-10-13xen-blkfront: fix a deadlock while handling discard responseGravatar Li Dongyang 1-2/+0
2011-10-13xen-blkfront: Handle discard requests.Gravatar Li Dongyang 1-23/+88
2011-10-13xen-blkback: Implement discard requests ('feature-discard')Gravatar Li Dongyang 3-31/+206
2011-09-29xen: modify kernel mappings corresponding to granted pagesGravatar Stefano Stabellini 1-1/+1
2011-09-21floppy: use del_timer_sync() in init cleanupGravatar Carsten Emde 1-4/+4
2011-09-21drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Gravatar Ayan George 1-3/+4
2011-09-21drivers/block/loop.c: emit uevent on auto releaseGravatar Phillip Susi 1-1/+1
2011-09-21drivers/block/cpqarray.c: use pci_dev->revisionGravatar Sergei Shtylyov 1-1/+1
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 7-99/+274
2011-09-15Remove unneeded version.h includes from drivers/block/Gravatar Jesper Juhl 2-2/+0
2011-09-15treewide: remove extra semicolons from various parts of the kernelGravatar Justin P. Mattock 1-1/+1
2011-09-15drbd: Use angle brackets for system includesGravatar Joe Perches 2-3/+3
2011-09-15drbd: Convert vmalloc/memset to vzallocGravatar Joe Perches 1-3/+2
2011-09-12block: remove support for bio remapping from ->make_requestGravatar Christoph Hellwig 8-31/+23
2011-08-23loop: always allow userspace partitions and optionally support automatic scan...Gravatar Kay Sievers 1-4/+45
2011-08-23Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jens Axboe 2-4/+4
2011-08-22xen-blkback: fixed indentation and commentsGravatar Joe Jin 2-3/+3
2011-08-22xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed.Gravatar Joe Jin 1-1/+1