aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01block: Set max_sectors correctly for stacking devicesMartin K. Petersen1-1/+2
2009-10-01cciss: cciss_host_attr_groups should be constJens Axboe1-1/+1
2009-10-01cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron2-130/+168
2009-10-01cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron2-0/+27
2009-10-01cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron2-0/+31
2009-10-01cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron1-3/+2
2009-10-01cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron2-0/+33
2009-10-01cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron1-1/+1
2009-10-01cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron2-25/+25
2009-10-01cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron1-5/+0
2009-10-01cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron1-7/+8
2009-10-01cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron1-12/+21
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron1-10/+21
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron1-4/+14
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron1-10/+25
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron1-0/+3
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path work.Stephen M. Cameron1-10/+10
2009-10-01cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron2-27/+73
2009-10-01cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron1-8/+0
2009-10-01cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson2-3/+40
2009-10-01cciss: Use one scan thread per controller and fix hang during rmmodAndrew Patterson2-22/+141
2009-10-01cciss: Remove sysfs entries for logical drives on driver cleanup.Andrew Patterson1-1/+4
2009-10-01cciss: fix schedule_timeout() parametersRandy Dunlap1-2/+3
2009-10-01dac960: switch to seq_fileAlexey Dobriyan1-85/+71
2009-10-01cpqarray: switch to seq_fileAlexey Dobriyan1-33/+30
2009-09-27Linux 2.6.32-rc1Linus Torvalds1-2/+2
2009-09-27alpha: Fix duplicate <asm/thread_info.h> includeLinus Torvalds1-1/+0
2009-09-27tty: Fix regressions caused by commit b50989dcDave Young3-15/+27
2009-09-27ACPI: kill "unused variable ā€˜iā€™" warningLinus Torvalds1-1/+0
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan64-83/+83
2009-09-27ACPI: IA64=y ACPI=n build fixLen Brown1-0/+2
2009-09-27ACPI: Kill overly verbose "power state" log messagesRoland Dreier1-7/+0
2009-09-27x86: Fix hwpoison code related build failure on 32-bit NUMAQLinus Torvalds2-1/+14
2009-09-27ACPI: fix Compaq Evo N800c (Pentium 4m) boot hang regressionZhao Yakui1-1/+1
2009-09-27ACPI: Clarify resource conflict messageJean Delvare1-1/+7
2009-09-27thinkpad-acpi: fix CONFIG_THINKPAD_ACPI_HOTKEY_POLL build problemHenrique de Moraes Holschuh1-0/+2
2009-09-26headers: kref.h reduxAlexey Dobriyan9-10/+0
2009-09-26make Linux bootable on ARM againNicolas Pitre1-0/+2
2009-09-26backlight: new driver for ADP5520/ADP5501 MFD PMICsMichael Hennerich3-0/+390
2009-09-26backlight: extend event support to also support poll()Henrique de Moraes Holschuh1-0/+1
2009-09-26ACPI: i2c-scmi: don't use acpi_device_uid()Bjorn Helgaas1-3/+2
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe3-4/+7