summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2011-03-221-26/+335
|\
| * rbd: use watch/notify for changes in rbd headerYehuda Sadeh2011-03-221-26/+335
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-02-155-6/+6
| |\ \
| * | | fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock2011-02-021-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2011-03-161-2/+2
|\ \ \ \
| * | | | m68k/block: amiflop - Remove superfluous amiga_chip_alloc() castGeert Uytterhoeven2011-03-161-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-161-7/+4
|\ \ \ \
| * | | | dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-7/+4
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-161-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-032-6/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy2011-03-031-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds2011-03-151-5/+74
|\ \ \ \
| * | | | xen-blkfront: handle Xen major numbers other than XENVBDStefano Stabellini2011-02-251-5/+74
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ...Linus Torvalds2011-03-151-4/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | / | | | |/
| | * / xen: Union the blkif_request request specific fieldsOwen Smith2011-03-081-4/+4
| | |/
* | | block: kill loop_mutexPetr Uzel2011-03-031-5/+0
* | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-02-251-1/+1
|\ \ \ | |/ / |/| |
| * | Fix over-zealous flush_disk when changing device size.NeilBrown2011-02-241-1/+1
| |/
* | nbd: remove module-level ioctl mutexSoren Hansen2011-02-111-3/+0
* | cciss: make cciss_revalidate not loop through CISS_MAX_LUNS volumes unnecessa...Stephen M. Cameron2011-01-191-1/+1
* | drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-yTracey Dent2011-01-191-1/+1
* | loop: queue_lock NULL pointer derefence in blk_throtl_exitSergey Senozhatsky2011-01-191-0/+3
* | drivers/block/Makefile: replace the use of <module>-objs with <module>-yTracey Dent2011-01-191-1/+1
|/
* Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-134-20/+24
|\
| * cciss: reinstate proper FIFO order of command queue listJens Axboe2011-01-103-15/+14
| * floppy: replace NO_GEOM macro with a functionPekka Enberg2010-11-081-5/+10
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-135-93/+47
|\ \
| * | Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-201-1/+1
| * | fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-171-4/+0
| * | Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-274-88/+46
| |\ \
| | * | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-6/+6
| | * | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-134-88/+46
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-131-4/+15
|\ \ \ \
| * | | | rbd: fix cleanup when trying to mount inexistent imageYehuda Sadeh2011-01-121-4/+15
* | | | | Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-121-0/+1
|\ \ \ \ \
| * | | | | xen: separate out frontend xenbusIan Campbell2011-01-051-0/+1
* | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-072-4/+4
|\ \ \ \ \ \
| * | | | | | xen: don't use flush_scheduled_work()Tejun Heo2010-12-241-2/+2
| * | | | | | floppy: don't use flush_scheduled_work()Tejun Heo2010-12-241-2/+2
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-269-317/+534
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Fix build error in drivers/block/cciss.cLinus Torvalds2010-12-201-1/+1
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-12-204-8/+21
| |\ \ \ \ \ \
| | * | | | | | cciss: fix cciss_revalidate panicStephen M. Cameron2010-12-171-0/+2
| | * | | | | | drbd: fix for spin_lock_irqsave in endio callbackLars Ellenberg2010-11-272-2/+11
| | * | | | | | drbd: don't recvmsg with zero lengthLars Ellenberg2010-11-271-6/+8
| * | | | | | | xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge2010-12-151-1/+1
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'rbd-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-021-277/+471
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | rbd: replace the rbd sysfs interfaceYehuda Sadeh2010-12-011-277/+471
| | |/ / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-11-274-26/+36
| |\ \ \ \ \ | | |/ / / / | |/| | | |