aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* cciss: Make cciss_seq_show handle holes in the h->drv[] arrayStephen M. Cameron2010-02-051-0/+3
* pktcdvd: removing device does not remove its sysfs dirThadeu Lima de Souza Cascardo2010-02-021-1/+1
* drbd: null dereference bugDan Carpenter2010-01-251-1/+1
* drbd: fix max_segment_size initializationLars Ellenberg2010-01-221-1/+1
* drbd: Allow online resizing of DRBD devices while peer not reachable (needs t...Philipp Reisner2010-01-123-11/+15
* drbd: Don't go into StandAlone mode when authentification failes because of n...Johannes Thoma2010-01-121-9/+22
* drbd: check on CONFIG_LBDAF, not LBDLars Ellenberg2010-01-071-1/+1
* drivers/block/drbd: Correct NULL testJulia Lawall2010-01-041-1/+1
* drbd: Silenced an assert that could triggered after changing write ordering m...Philipp Reisner2009-12-311-4/+5
* drbd: Kconfig fixJohannes Thoma2009-12-291-1/+1
* drbd: Fix for a race between IO and a detach operation [Bugz 262]Philipp Reisner2009-12-291-0/+1
* drbd: Use drbd_crypto_is_hash() instead of an open coded checkPhilipp Reisner2009-12-291-1/+1
* aoe: switch to the new bio_flush_dcache_pages() interfaceAndrew Morton2009-12-221-16/+1
* drivers/block/mg_disk.c: use resource_size()H Hartley Sweeten2009-12-221-1/+1
* drivers/block/DAC960.c: use DAC960_V2_ControllerJulia Lawall2009-12-221-1/+1
* Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linusJens Axboe2009-12-215-7/+3
|\
| * drbd: remove unused #include <linux/version.h>Huang Weiyi2009-12-213-3/+0
| * drbd: remove duplicated #includeHuang Weiyi2009-12-211-1/+0
| * drbd: Fix test of unsigned in _drbd_fault_random()Roel Kluin2009-12-211-1/+1
| * drbd: Constify struct file_operationsEmese Revfy2009-12-213-3/+3
* | drbd: fix test of unsigned in _drbd_fault_random()Roel Kluin2009-12-181-1/+1
* | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-152-13/+20
|\ \ | |/
| * block,xd: Delay allocation of DMA buffers until device is knownMel Gorman2009-12-091-11/+19
| * drbd: Following the hmac change to SHASH (see linux commit 8bd1209cfff)Philipp Reisner2009-12-091-2/+1
* | floppy: Add an extra bound check on ioctl argumentsArjan van de Ven2009-12-151-0/+3
* | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-121-23/+16
|\ \
| * \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-0923-298/+19678
| |\ \ | | |/
| * | powerpc/macio: Rework hotplug media bay supportBenjamin Herrenschmidt2009-12-091-23/+16
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-0/+1
|\ \ \
| * | | xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-041-0/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-092-4/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-next' into for-linusJiri Kosina2009-12-072-4/+1
| |\ \
| | * | tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
| | * | ataflop: remove buggy/commented-out IRQ disable from do_fd_request()Jiri Kosina2009-11-091-3/+0
| | |/
* | | drbd_req.c: use part_[inc|dec]_in_flight()Philipp Reisner2009-12-031-2/+2
* | | Merge branch 'master' into for-2.6.33Jens Axboe2009-12-031-2/+21
|\ \ \ | |/ /
| * | aoe: prevent cache aliasesPeter Horton2009-12-011-2/+21
| * | cciss: make device attrs staticAlex Chiang2009-11-131-8/+8
| |/
* | Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260]Philipp Reisner2009-11-241-0/+1
* | add missing state change on corrupt packet header in drbd_recv_headerLars Ellenberg2009-11-241-1/+3
* | fix in-kernel configuration serializationLars Ellenberg2009-11-241-1/+1
* | cciss: change Cmd_sg_list.sg_chain_dma type to dma_addr_tAlex Chiang2009-11-231-1/+1
* | cciss: fix scatter gather cleanup problemsStephen M. Cameron2009-11-231-7/+18
* | cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron2009-11-132-6/+3
* | cciss: Add enhanced scatter-gather support.Don Brace2009-11-133-20/+188
* | cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGEDStephen M. Cameron2009-11-131-2/+16
* | cciss: Remove unnecessary check in scan_threadStephen M. Cameron2009-11-131-7/+5
* | cciss: fix typo that causes scsi status to be lost.Stephen M. Cameron2009-11-131-1/+1
* | cciss: remove sendcmd() as it is no longer used.Stephen M. Cameron2009-11-131-163/+0