aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/i2o (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-6/+6
2009-01-06i2o: remove extraneous kernel-docRandy Dunlap2-3/+0
2009-01-06i2o: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-6/+6
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-05i2o: Update my addressAlan Cox4-4/+4
2008-12-05drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng1-1/+0
2008-12-05Fix incorrect use of loose in i2o_block.cNick Andrew1-1/+1
2008-11-01saner FASYNC handling on file closeAl Viro1-16/+5
2008-10-30i2o: fix kernel-doc warningsRandy Dunlap1-6/+6
2008-10-21[PATCH] switch i2oAl Viro1-9/+8
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-16i2o: Fix 32/64bit DMA lockingAlan Cox7-31/+339
2008-07-24I2O: handle sysfs_create_link() failuresWang Chen1-12/+42
2008-07-02i2o: fasync BKL pushdownJonathan Corbet1-4/+6
2008-06-20message-i2o-i2o_config: BKL pushdownArnd Bergmann1-0/+2
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-4/+2
2008-02-03drivers/message/: Spelling fixesJoe Perches1-1/+1
2008-01-28blk_end_request: changing i2o_block (take 4)Kiyoshi Ueda1-12/+8
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-1/+1
2007-11-05i2o: debug messages correctedVasily Averin1-2/+2
2007-10-24SG: audit of drivers that use blk_rq_map_sg()Jens Axboe1-0/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt6-13/+13
2007-10-17I2O: Fix "defined but not used" build warningsSatyam Sharma1-47/+47
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-24/+0
2007-07-31fix integer overflow warning in i2o_blockMeelis Roos1-1/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+1
2007-07-17i2o debug output cleanupVasily Averin1-67/+67
2007-07-17i2o proc reading oopsVasily Averin1-0/+2
2007-07-17i2o message leak in i2o_msg_post_wait_mem()Vasily Averin1-1/+3
2007-07-17wrong memory access in i2o_block_device_lock()Vasily Averin1-1/+1
2007-07-17i2o_cfg_passthru cleanupVasily Averin1-24/+38
2007-07-16Introduce CONFIG_VIRT_TO_BUSStephen Rothwell1-0/+1
2007-07-16Use mutexes instead of semaphores in I2O driverMatthias Kaehlcke3-11/+11
2007-07-16Use menuconfig objects: I2OJan Engelhardt1-14/+7
2007-07-15[SCSI] i2o: remove redundant GFP_ATOMIC from kmalloc from device.cSatyam Sharma1-1/+1
2007-06-17[SCSI] i2o: convert to use the data buffer accessorsFUJITA Tomonori1-17/+7
2007-05-23i2o: eliminate a peculiar constraint on i2o_max_driversAkinobu Mita1-5/+3
2007-05-23i2o: fix notifiers when max_drivers is configuredAkinobu Mita1-7/+7
2007-05-23i2o: destroy event queue only when drv->event is setAkinobu Mita1-2/+6
2007-05-10[S390] Kconfig: refine depends statements.Martin Schwidefsky1-0/+1
2007-05-08remove unused header file: drivers/message/i2o/i2o_lan.hRobert P. J. Day1-159/+0
2007-03-27[PATCH] i2o: block IO errors on i2o diskVasily Averin1-11/+1
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven2-20/+20
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-2/+2
2006-12-13[PATCH] i2o_exec_exit and i2o_driver_exit should not be __exit.Ralf Baechle3-4/+4
2006-12-07[PATCH] kernel-doc: fix fusion and i2o docsRandy Dunlap8-33/+41