aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-07blkfront: don't access freed struct xenbus_deviceJan Beulich1-18/+16
2010-08-07blkfront: fixes for 'xm block-detach ... --force'Jan Beulich1-7/+81
2010-08-07xen: use less generic names in blkfront driver.Ian Campbell1-6/+6
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann20-26/+207
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann17-32/+159
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori6-8/+7
2010-08-07virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori1-29/+21
2010-08-07ps3disk: stop using q->prepare_flush_fnFUJITA Tomonori1-19/+6
2010-08-07osdblk: stop using q->prepare_flush_fnFUJITA Tomonori1-10/+2
2010-08-07block/xd.c: fix brace typoRandy Dunlap1-1/+1
2010-08-07block: fix some more cmd_type cleanup falloutChristoph Hellwig1-1/+1
2010-08-07virtio_blk: add default case to cmd type switchJens Axboe1-0/+2
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig9-24/+24
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig13-41/+56
2010-08-07floppy: use warning macrosStephen Hemminger1-16/+11
2010-08-07floppy: use wait_event_interruptibleStephen Hemminger1-50/+9
2010-08-07floppy: fix signed/unsigned warningsStephen Hemminger1-2/+2
2010-08-07floppy: cmos attribute should be staticStephen Hemminger1-1/+1
2010-08-07floppy: use atomic type for usage_countStephen Hemminger1-30/+12
2010-08-07floppy: silence warning during disk testStephen Hemminger1-0/+1
2010-08-07floppy: remove unnecessary inlinesStephen Hemminger1-7/+7
2010-08-07floppy: initialize debug jiffies offsetStephen Hemminger1-0/+3
2010-08-07cciss: change pad value from 32 to 0Mike Miller1-1/+1
2010-08-07cciss: remove errant debug codeMike Miller1-2/+0
2010-08-07cciss: move next_command function from ifdefMike Miller1-22/+23
2010-08-07cciss: fix call to put_controller_in_performant_modeMike Miller1-1/+1
2010-08-07cciss: make sure we request the performant mode irqMike Miller1-4/+4
2010-08-07cciss: new controller support and bump driver versionMike Miller1-6/+14
2010-08-07cciss: add performant mode support for Stars/SiriusMike Miller4-63/+353
2010-08-07cciss: make interrupt access methods return type boolMike Miller1-3/+3
2010-08-07cciss: check for msi in interrupt_not_for_usMike Miller1-2/+3
2010-08-07cciss: clean up interrupt handlerMike Miller1-95/+141
2010-08-07cciss: enqueue and submit ioMike Miller1-23/+15
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-08-05Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-13/+51
2010-08-05Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-0/+30
2010-08-05virtio_blk: Remove VBID ioctlRyan Harper1-10/+0
2010-08-05virtio_blk: Add 'serial' attribute to virtio-blk devices (v2)Ryan Harper1-0/+28
2010-08-05virtio_blk: support barriers without FLUSH featureChristoph Hellwig1-3/+23
2010-08-04Merge branch 'master' into for-nextJiri Kosina4-5/+10
2010-07-29blkfront: do not create a PV cdrom device if xen_hvm_guestStefano Stabellini1-13/+26
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini1-0/+17
2010-07-20block: cciss: use ARRAY_SIZEKulikov Vasiliy1-1/+1
2010-07-19update email addressPavel Machek1-1/+1
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2010-06-15cciss: set SCSI max cmd len to 16, as default is wrongStephen M. Cameron1-0/+1
2010-06-14cpqarray: fix two more wrong section typeJens Axboe1-2/+2
2010-06-14cpqarray: fix wrong __init type on pci probe functionJens Axboe1-1/+1
2010-06-14drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner2-2/+6
2010-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds8-139/+122