summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2009-11-13cciss: Retry driver initiated cmds with unit attention conditionStephen M. Cameron
2009-11-13cciss: Fix problem with remove_from_scan_list on driver unloadStephen M. Cameron
2009-11-13cciss: Make device attributes staticAlex Chiang
2009-11-09ataflop: remove buggy/commented-out IRQ disable from do_fd_request()Jiri Kosina
2009-11-04Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.33Jens Axboe
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge
2009-11-04drbd: performance - don't lose unplug eventsLars Ellenberg
2009-11-04Do not deadlock in drbd_disconnect() [bugz 258]Philipp Reisner
2009-11-04drbdsetup X resume-io should be usable to resume IO [Bugz 256]Philipp Reisner
2009-11-04drbd: fix check for too large lower level deviceLars Ellenberg
2009-11-04fix grammar in printkLars Ellenberg
2009-11-04block/ps3: fix slow VRAM IOHideyuki Sasaki
2009-11-03Merge branch 'for-linus' into for-2.6.33Jens Axboe
2009-10-29loop: fix NULL dereference if mount failsAlexey Dobriyan
2009-10-28drbd: fix in_flight rw indexingJens Axboe
2009-10-22virtio_blk: Revert serial number supportRusty Russell
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-10-22virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig
2009-10-13Merge branch 'for-linus' into for-2.6.33Jens Axboe
2009-10-13cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron
2009-10-13cciss: Fix multiple calls to pci_release_regionsStephen M. Cameron
2009-10-07drbd: needs __ratelimit()Randy Dunlap
2009-10-06drbd: Work on permission enforcementPhilipp Reisner
2009-10-05drbd: fixup for reverted dual in_flight patchJens Axboe
2009-10-05Merge branch 'master' into for-2.6.33Jens Axboe
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-10-01drbd: remove tracing bitsJens Axboe
2009-10-01dropping unneeded include autoconf.hLars Ellenberg
2009-10-01The DRBD driverPhilipp Reisner
2009-10-01cciss: fix build when !PROC_FSAlexander Beregalov
2009-10-01cciss: cciss_host_attr_groups should be constJens Axboe
2009-10-01cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron
2009-10-01cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron
2009-10-01cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron
2009-10-01cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron
2009-10-01cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron
2009-10-01cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron
2009-10-01cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ...Stephen M. Cameron
2009-10-01cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron
2009-10-01cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron
2009-10-01cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson