Age | Commit message (Expand) | Author | Files | Lines |
2009-10-29 | loop: fix NULL dereference if mount fails | Alexey Dobriyan | 1 | -1/+1 |
2009-10-22 | virtio_blk: Revert serial number support | Rusty Russell | 1 | -34/+3 |
2009-10-22 | virtio: let header files include virtio_ids.h | Christian Borntraeger | 1 | -1/+0 |
2009-10-22 | virtio_blk: revert QUEUE_FLAG_VIRT addition | Christoph Hellwig | 1 | -1/+0 |
2009-10-13 | cciss: Add cciss_allow_hpsa module parameter | Stephen M. Cameron | 1 | -40/+34 |
2009-10-13 | cciss: Fix multiple calls to pci_release_regions | Stephen M. Cameron | 1 | -2/+3 |
2009-10-04 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 4 | -329/+655 |
2009-10-02 | const: constify remaining file_operations | Alexey Dobriyan | 1 | -1/+1 |
2009-10-01 | cciss: fix build when !PROC_FS | Alexander Beregalov | 1 | -4/+5 |
2009-10-01 | cciss: cciss_host_attr_groups should be const | Jens Axboe | 1 | -1/+1 |
2009-10-01 | cciss: Dynamically allocate the drive_info_struct for each logical drive. | Stephen M. Cameron | 2 | -130/+168 |
2009-10-01 | cciss: Add usage_count attribute to each logical drive in /sys | Stephen M. Cameron | 1 | -0/+20 |
2009-10-01 | cciss: Add a "raid_level" attribute to each logical drive in /sys | Stephen M. Cameron | 1 | -0/+24 |
2009-10-01 | cciss: fix some magic numbers in the raid-level decoding | Stephen M. Cameron | 1 | -3/+2 |
2009-10-01 | cciss: Add lunid attribute to each logical drive in /sys | Stephen M. Cameron | 1 | -0/+26 |
2009-10-01 | cciss: Don't check h->busy_initializing in cciss_open(). | Stephen M. Cameron | 1 | -1/+1 |
2009-10-01 | cciss: Preserve all 8 bytes of LUN ID for logical drives. | Stephen M. Cameron | 2 | -25/+25 |
2009-10-01 | cciss: Silence noisy per-disk messages output by cciss_read_capacity | Stephen M. Cameron | 1 | -5/+0 |
2009-10-01 | cciss: Fix excessive gendisk freeing bug on driver unload. | Stephen M. Cameron | 1 | -7/+8 |
2009-10-01 | cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs. | Stephen M. Cameron | 1 | -12/+21 |
2009-10-01 | cciss: Clear all sysfs-exposed data for deleted logical drives. | Stephen M. Cameron | 1 | -10/+21 |
2009-10-01 | cciss: Handle special case for sysfs attributes of the first logical drive. | Stephen M. Cameron | 1 | -4/+14 |
2009-10-01 | cciss: Handle cases when cciss_add_disk fails. | Stephen M. Cameron | 1 | -10/+25 |
2009-10-01 | cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk. | Stephen M. Cameron | 1 | -0/+3 |
2009-10-01 | cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ... | Stephen M. Cameron | 1 | -10/+10 |
2009-10-01 | cciss: Dynamically allocate struct device for each logical drive as needed. | Stephen M. Cameron | 2 | -27/+73 |
2009-10-01 | cciss: Remove some unused code in rebuild_lun_table() | Stephen M. Cameron | 1 | -8/+0 |
2009-10-01 | cciss: Allow triggering of rescan of logical drive topology via sysfs entry | Andrew Patterson | 1 | -3/+33 |
2009-10-01 | cciss: Use one scan thread per controller and fix hang during rmmod | Andrew Patterson | 2 | -22/+141 |
2009-10-01 | cciss: Remove sysfs entries for logical drives on driver cleanup. | Andrew Patterson | 1 | -1/+4 |
2009-10-01 | cciss: fix schedule_timeout() parameters | Randy Dunlap | 1 | -2/+3 |
2009-10-01 | dac960: switch to seq_file | Alexey Dobriyan | 1 | -85/+71 |
2009-10-01 | cpqarray: switch to seq_file | Alexey Dobriyan | 1 | -33/+30 |
2009-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 1 | -6/+27 |
2009-09-23 | seq_file: constify seq_operations | James Morris | 1 | -1/+1 |
2009-09-23 | dac960: fix undefined behavior on empty string | Michael Buesch | 1 | -1/+1 |
2009-09-23 | virtio_blk: add support for cache flush | Christoph Hellwig | 1 | -5/+25 |
2009-09-23 | virtio: add virtio IDs file | Fernando Luis Vazquez Cao | 1 | -0/+1 |
2009-09-23 | virtio: make add_buf return capacity remaining | Rusty Russell | 1 | -1/+1 |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -5/+5 |
2009-09-22 | const: make block_device_operations const | Alexey Dobriyan | 31 | -34/+32 |
2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 2 | -3/+3 |
2009-09-21 | trivial: add __init/__exit macros to DAC960.c | Peter Huewe | 1 | -2/+2 |
2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2 | -5/+5 |
2009-09-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2 | -2/+2 |
2009-09-15 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -1/+1 |
2009-09-15 | debugfs: Modify default debugfs directory for debugging pktcdvd. | GeunSik Lim | 1 | -1/+1 |
2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -1/+1 |
2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -2/+7 |
2009-09-15 | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 6 | -23/+14 |