string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / drivers / block /
2009-12-15 Arjan van de Venfloppy: Add an extra bound check on ioctl arguments
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-12-12 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-12-11 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-09 Benjamin HerrenschmidtMerge commit 'origin/master' into next
2009-12-09 Benjamin Herrenschmidtpowerpc/macio: Rework hotplug media bay support
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 Adam Buchbindertree-wide: fix misspelling of "definition" in comments
2009-12-03 Philipp Reisnerdrbd_req.c: use part_[inc|dec]_in_flight()
2009-12-03 Jens AxboeMerge branch 'master' into for-2.6.33
2009-12-02 Peter Hortonaoe: prevent cache aliases
2009-11-24 Philipp ReisnerFixed a regression in resync decission code drbd_uuid_c...
2009-11-24 Lars Ellenbergadd missing state change on corrupt packet header in...
2009-11-24 Lars Ellenbergfix in-kernel configuration serialization
2009-11-23 Alex Chiangcciss: change Cmd_sg_list.sg_chain_dma type to dma_addr_t
2009-11-23 Stephen M. Cameroncciss: fix scatter gather cleanup problems
2009-11-13 Alex Chiangcciss: make device attrs static
2009-11-13 Stephen M. Cameroncciss: Fix weird usage of ENXIO in cciss_scsi.c
2009-11-13 Don Bracecciss: Add enhanced scatter-gather support.
2009-11-13 Stephen M. Cameroncciss: Do not automatically rescan on UNIT ATTENTION...
2009-11-13 Stephen M. Cameroncciss: Remove unnecessary check in scan_thread
2009-11-13 Stephen M. Cameroncciss: fix typo that causes scsi status to be lost.
2009-11-13 Stephen M. Cameroncciss: remove sendcmd() as it is no longer used.
2009-11-13 Stephen M. Cameroncciss: clean up code in cciss_shutdown
2009-11-13 Stephen M. Cameroncciss: Remove the "withirq" parameter from various...
2009-11-13 Stephen M. Cameroncciss: Retry driver initiated cmds with unit attention...
2009-11-13 Stephen M. Cameroncciss: Fix problem with remove_from_scan_list on driver...
2009-11-13 Alex Chiangcciss: Make device attributes static
2009-11-09 Jiri Kosinaataflop: remove buggy/commented-out IRQ disable from...
2009-11-04 Jens AxboeMerge branch 'for-jens' of git://git.drbd.org/linux...
2009-11-04 Jeremy Fitzhardingexen: move Xen-testing predicates to common header
2009-11-04 Lars Ellenbergdrbd: performance - don't lose unplug events
2009-11-04 Philipp ReisnerDo not deadlock in drbd_disconnect() [bugz 258]
2009-11-04 Philipp Reisnerdrbdsetup X resume-io should be usable to resume IO...
2009-11-04 Lars Ellenbergdrbd: fix check for too large lower level device
2009-11-04 Lars Ellenbergfix grammar in printk
2009-11-04 Hideyuki Sasakiblock/ps3: fix slow VRAM IO
2009-11-03 Jens AxboeMerge branch 'for-linus' into for-2.6.33
2009-10-29 Alexey Dobriyanloop: fix NULL dereference if mount fails
2009-10-28 Jens Axboedrbd: fix in_flight rw indexing
2009-10-22 Rusty Russellvirtio_blk: Revert serial number support
2009-10-22 Christian Borntraegervirtio: let header files include virtio_ids.h
2009-10-22 Christoph Hellwigvirtio_blk: revert QUEUE_FLAG_VIRT addition
2009-10-13 Jens AxboeMerge branch 'for-linus' into for-2.6.33
2009-10-13 Stephen M. Cameroncciss: Add cciss_allow_hpsa module parameter
2009-10-13 Stephen M. Cameroncciss: Fix multiple calls to pci_release_regions
2009-10-07 Randy Dunlapdrbd: needs __ratelimit()
2009-10-06 Philipp Reisnerdrbd: Work on permission enforcement
2009-10-05 Jens Axboedrbd: fixup for reverted dual in_flight patch
2009-10-05 Jens AxboeMerge branch 'master' into for-2.6.33
2009-10-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-10-01 Jens Axboedrbd: remove tracing bits
2009-10-01 Lars Ellenbergdropping unneeded include autoconf.h
2009-10-01 Philipp ReisnerThe DRBD driver
2009-10-01 Alexander Beregalovcciss: fix build when !PROC_FS
2009-10-01 Jens Axboecciss: cciss_host_attr_groups should be const
2009-10-01 Stephen M. Cameroncciss: Dynamically allocate the drive_info_struct for...
2009-10-01 Stephen M. Cameroncciss: Add usage_count attribute to each logical drive...
2009-10-01 Stephen M. Cameroncciss: Add a "raid_level" attribute to each logical...
2009-10-01 Stephen M. Cameroncciss: fix some magic numbers in the raid-level decoding
2009-10-01 Stephen M. Cameroncciss: Add lunid attribute to each logical drive in...
2009-10-01 Stephen M. Cameroncciss: Don't check h->busy_initializing in cciss_open().
2009-10-01 Stephen M. Cameroncciss: Preserve all 8 bytes of LUN ID for logical drives.
2009-10-01 Stephen M. Cameroncciss: Silence noisy per-disk messages output by cciss_...
2009-10-01 Stephen M. Cameroncciss: Fix excessive gendisk freeing bug on driver...
2009-10-01 Stephen M. Cameroncciss: Fix usage_count check in rebuild_lun_table when...
2009-10-01 Stephen M. Cameroncciss: Clear all sysfs-exposed data for deleted logical...
2009-10-01 Stephen M. Cameroncciss: Handle special case for sysfs attributes of...
2009-10-01 Stephen M. Cameroncciss: Handle cases when cciss_add_disk fails.
2009-10-01 Stephen M. Cameroncciss: Handle failure of blk_init_queue gracefully...
2009-10-01 Stephen M. Cameroncciss: Rearrange logical drive sysfs code to make the...
2009-10-01 Stephen M. Cameroncciss: Dynamically allocate struct device for each...
2009-10-01 Stephen M. Cameroncciss: Remove some unused code in rebuild_lun_table()
2009-10-01 Andrew Pattersoncciss: Allow triggering of rescan of logical drive...
2009-10-01 Andrew Pattersoncciss: Use one scan thread per controller and fix hang...
2009-10-01 Andrew Pattersoncciss: Remove sysfs entries for logical drives on drive...
2009-10-01 Randy Dunlapcciss: fix schedule_timeout() parameters
2009-10-01 Alexey Dobriyandac960: switch to seq_file
2009-10-01 Alexey Dobriyancpqarray: switch to seq_file
2009-09-23 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-23 Michael Bueschdac960: fix undefined behavior on empty string
2009-09-23 Christoph Hellwigvirtio_blk: add support for cache flush
2009-09-23 Fernando Luis Vazq... virtio: add virtio IDs file
2009-09-23 Rusty Russellvirtio: make add_buf return capacity remaining
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-21 Peter Huewetrivial: add __init/__exit macros to DAC960.c
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-09-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-09-15 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-09-15 GeunSik Limdebugfs: Modify default debugfs directory for debugging...
2009-09-15 David Brownelldriver model: constify attribute groups
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-14 Frans Popfloppy: Switch driver to dev_pm_ops
2009-09-14 Ed Cashinaoe: end barrier bios with EOPNOTSUPP
next