summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2011-03-03block: kill loop_mutexPetr Uzel-5/+0
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds-1/+1
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown-1/+1
2011-02-11nbd: remove module-level ioctl mutexSoren Hansen-3/+0
2011-01-19cciss: make cciss_revalidate not loop through CISS_MAX_LUNS volumes unnecessa...Stephen M. Cameron-1/+1
2011-01-19drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-yTracey Dent-1/+1
2011-01-19loop: queue_lock NULL pointer derefence in blk_throtl_exitSergey Senozhatsky-0/+3
2011-01-19drivers/block/Makefile: replace the use of <module>-objs with <module>-yTracey Dent-1/+1
2011-01-13Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-20/+24
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-93/+47
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-4/+15
2011-01-12rbd: fix cleanup when trying to mount inexistent imageYehuda Sadeh-4/+15
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2011-01-10cciss: reinstate proper FIFO order of command queue listJens Axboe-15/+14
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-4/+4
2011-01-05xen: separate out frontend xenbusIan Campbell-0/+1
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-317/+534
2010-12-24xen: don't use flush_scheduled_work()Tejun Heo-2/+2
2010-12-24floppy: don't use flush_scheduled_work()Tejun Heo-2/+2
2010-12-20Fix build error in drivers/block/cciss.cLinus Torvalds-1/+1
2010-12-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-8/+21
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe-1/+1
2010-12-17cciss: fix cciss_revalidate panicStephen M. Cameron-0/+2
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław-4/+0
2010-12-15xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge-1/+1
2010-12-02Merge branch 'rbd-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-277/+471
2010-12-01rbd: replace the rbd sysfs interfaceYehuda Sadeh-277/+471
2010-11-27drbd: fix for spin_lock_irqsave in endio callbackLars Ellenberg-2/+11
2010-11-27drbd: don't recvmsg with zero lengthLars Ellenberg-6/+8
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe-88/+46
2010-11-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-26/+36
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-2/+0
2010-11-17cciss: fix build for PROC_FS disabledJens Axboe-2/+1
2010-11-16SCSI host lock push-downJeff Garzik-3/+5
2010-11-15block: fix amiga and atari floppy driver compile warningVivek Goyal-2/+2
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-425/+267
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo-6/+6
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo-88/+46
2010-11-12Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-425/+267
2010-11-12Merge branch 'upstream/blkfront' of git://git.kernel.org/pub/scm/linux/kernel...Jens Axboe-22/+33
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig-11/+0
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe-412/+264
2010-11-10block: read i_size with i_size_read()Mike Snitzer-1/+1
2010-11-10cciss: fix proc warning on attempt to remove non-existant directoryJens Axboe-1/+2
2010-11-08aoe: remove dev_base_lock use from aoecmd_cfg_pkts()Eric Dumazet-3/+3
2010-11-08floppy: replace NO_GEOM macro with a functionPekka Enberg-5/+10
2010-11-06floppy: fix another use-after-freeVivek Goyal-1/+1
2010-11-05floppy: fix use-after-free in module load failure pathLinus Torvalds-1/+1
2010-11-02xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requestsJeremy Fitzhardinge-0/+10
2010-11-02xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIERJeremy Fitzhardinge-2/+12