summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2009-12-01aoe: prevent cache aliasesPeter Horton-2/+21
2009-11-13cciss: make device attrs staticAlex Chiang-8/+8
2009-10-29loop: fix NULL dereference if mount failsAlexey Dobriyan-1/+1
2009-10-22virtio_blk: Revert serial number supportRusty Russell-34/+3
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger-1/+0
2009-10-22virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig-1/+0
2009-10-13cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron-40/+34
2009-10-13cciss: Fix multiple calls to pci_release_regionsStephen M. Cameron-2/+3
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-329/+655
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2009-10-01cciss: fix build when !PROC_FSAlexander Beregalov-4/+5
2009-10-01cciss: cciss_host_attr_groups should be constJens Axboe-1/+1
2009-10-01cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron-130/+168
2009-10-01cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron-0/+20
2009-10-01cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron-0/+24
2009-10-01cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron-3/+2
2009-10-01cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron-0/+26
2009-10-01cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron-1/+1
2009-10-01cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron-25/+25
2009-10-01cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron-5/+0
2009-10-01cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron-7/+8
2009-10-01cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron-12/+21
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron-10/+21
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron-4/+14
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron-10/+25
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron-0/+3
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ...Stephen M. Cameron-10/+10
2009-10-01cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron-27/+73
2009-10-01cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron-8/+0
2009-10-01cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson-3/+33
2009-10-01cciss: Use one scan thread per controller and fix hang during rmmodAndrew Patterson-22/+141
2009-10-01cciss: Remove sysfs entries for logical drives on driver cleanup.Andrew Patterson-1/+4
2009-10-01cciss: fix schedule_timeout() parametersRandy Dunlap-2/+3
2009-10-01dac960: switch to seq_fileAlexey Dobriyan-85/+71
2009-10-01cpqarray: switch to seq_fileAlexey Dobriyan-33/+30
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds-6/+27
2009-09-23seq_file: constify seq_operationsJames Morris-1/+1
2009-09-23dac960: fix undefined behavior on empty stringMichael Buesch-1/+1
2009-09-23virtio_blk: add support for cache flushChristoph Hellwig-5/+25
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao-0/+1
2009-09-23virtio: make add_buf return capacity remainingRusty Russell-1/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-5/+5
2009-09-22const: make block_device_operations constAlexey Dobriyan-34/+32
2009-09-21trivial: remove unnecessary semicolonsJoe Perches-3/+3
2009-09-21trivial: add __init/__exit macros to DAC960.cPeter Huewe-2/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers-5/+5
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-2/+2
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-1/+1
2009-09-15debugfs: Modify default debugfs directory for debugging pktcdvd.GeunSik Lim-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell-1/+1