aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-02virtio-blk: use ida to allocate disk indexMichael S. Tsirkin1-6/+24
2011-10-31block: Fix files that are modules and hence need module.hPaul Gortmaker3-0/+3
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2-0/+2
2011-10-31virtio-blk: use ida to allocate disk indexMichael S. Tsirkin1-6/+24
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds1-1/+1
2011-10-26block: xen-blkback: use API provided by xenbus module to map ringsDavid Vrabel2-51/+8
2011-10-25libceph: create messenger with clientSage Weil1-1/+1
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-9/+6
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe1-112/+23
2011-10-20cciss: add small delay when using PCI Power Management to reset for kumpMike Miller1-0/+7
2011-10-20Merge branch 'stable/for-jens-3.2' of git://oss.oracle.com/git/kwilk/xen into for-3.2/driversJens Axboe4-66/+367
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe8-105/+236
2011-10-17xen/blkback: Fix two races in the handling of barrier requests.Konrad Rzeszutek Wilk1-5/+5
2011-10-17loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig1-112/+23
2011-10-14xen/blkback: Check for proper operation.Konrad Rzeszutek Wilk1-1/+1
2011-10-13xen/blkback: Fix the inhibition to map pages when discarding sector ranges.Konrad Rzeszutek Wilk1-2/+1
2011-10-13xen/blkback: Report VBD_WSECT (wr_sect) properly.Konrad Rzeszutek Wilk1-1/+1
2011-10-13xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests.Konrad Rzeszutek Wilk3-2/+58
2011-10-13xen-blkfront: plug device number leak in xlblk_init() error pathLaszlo Ersek1-1/+9
2011-10-13xen-blkfront: If no barrier or flush is supported, use invalid operation.Konrad Rzeszutek Wilk1-1/+3
2011-10-13xen-blkback: use kzalloc() in favor of kmalloc()+memset()Jan Beulich1-4/+2
2011-10-13xen-blkback: fixed indentation and commentsJoe Jin2-3/+3
2011-10-13xen-blkfront: fix a deadlock while handling discard responseLi Dongyang1-2/+0
2011-10-13xen-blkfront: Handle discard requests.Li Dongyang1-23/+88
2011-10-13xen-blkback: Implement discard requests ('feature-discard')Li Dongyang3-31/+206
2011-09-29xen: modify kernel mappings corresponding to granted pagesStefano Stabellini1-1/+1
2011-09-21floppy: use del_timer_sync() in init cleanupCarsten Emde1-4/+4
2011-09-21drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Ayan George1-3/+4
2011-09-21drivers/block/loop.c: emit uevent on auto releasePhillip Susi1-1/+1
2011-09-21drivers/block/cpqarray.c: use pci_dev->revisionSergei Shtylyov1-1/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina7-99/+274
2011-09-15Remove unneeded version.h includes from drivers/block/Jesper Juhl2-2/+0
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock1-1/+1
2011-09-15drbd: Use angle brackets for system includesJoe Perches2-3/+3
2011-09-15drbd: Convert vmalloc/memset to vzallocJoe Perches1-3/+2
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig8-31/+23
2011-08-23loop: always allow userspace partitions and optionally support automatic scanningKay Sievers1-4/+45
2011-08-23Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe2-4/+4
2011-08-22xen-blkback: fixed indentation and commentsJoe Jin2-3/+3
2011-08-22xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed.Joe Jin1-1/+1
2011-08-19loop: add discard support for loop devicesLukas Czerner1-0/+54
2011-08-19nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton1-1/+1
2011-08-19nbd: replace some printk with dev_warn() and dev_info()WANG Cong1-6/+5
2011-08-19nbd: lower the loglevel of an error messageWANG Cong1-1/+1
2011-08-19nbd: replace printk KERN_ERR with dev_err()WANG Cong1-25/+25