summaryrefslogtreecommitdiffstats
path: root/drivers/message/i2o
Commit message (Expand)AuthorAgeFilesLines
* drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng2008-12-051-1/+0Star
* Fix incorrect use of loose in i2o_block.cNick Andrew2008-12-051-1/+1
* saner FASYNC handling on file closeAl Viro2008-11-011-16/+5Star
* i2o: fix kernel-doc warningsRandy Dunlap2008-10-301-6/+6
* [PATCH] switch i2oAl Viro2008-10-211-9/+8Star
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* i2o: Fix 32/64bit DMA lockingAlan Cox2008-10-167-31/+339
* I2O: handle sysfs_create_link() failuresWang Chen2008-07-241-12/+42
* i2o: fasync BKL pushdownJonathan Corbet2008-07-021-4/+6
* message-i2o-i2o_config: BKL pushdownArnd Bergmann2008-06-201-0/+2
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* drivers: use non-racy method for proc entries creation (2)Denis V. Lunev2008-04-291-4/+2Star
* drivers/message/: Spelling fixesJoe Perches2008-02-031-1/+1
* blk_end_request: changing i2o_block (take 4)Kiyoshi Ueda2008-01-281-12/+8Star
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-1/+1
* i2o: debug messages correctedVasily Averin2007-11-061-2/+2
* SG: audit of drivers that use blk_rq_map_sg()Jens Axboe2007-10-241-0/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-196-13/+13
* I2O: Fix "defined but not used" build warningsSatyam Sharma2007-10-171-47/+47
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-24/+0Star
* fix integer overflow warning in i2o_blockMeelis Roos2007-08-011-1/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+1Star
* i2o debug output cleanupVasily Averin2007-07-171-67/+67
* i2o proc reading oopsVasily Averin2007-07-171-0/+2
* i2o message leak in i2o_msg_post_wait_mem()Vasily Averin2007-07-171-1/+3
* wrong memory access in i2o_block_device_lock()Vasily Averin2007-07-171-1/+1
* i2o_cfg_passthru cleanupVasily Averin2007-07-171-24/+38
* Introduce CONFIG_VIRT_TO_BUSStephen Rothwell2007-07-161-0/+1
* Use mutexes instead of semaphores in I2O driverMatthias Kaehlcke2007-07-163-11/+11
* Use menuconfig objects: I2OJan Engelhardt2007-07-161-14/+7Star
* [SCSI] i2o: remove redundant GFP_ATOMIC from kmalloc from device.cSatyam Sharma2007-07-151-1/+1
* [SCSI] i2o: convert to use the data buffer accessorsFUJITA Tomonori2007-06-171-17/+7Star
* i2o: eliminate a peculiar constraint on i2o_max_driversAkinobu Mita2007-05-241-5/+3Star
* i2o: fix notifiers when max_drivers is configuredAkinobu Mita2007-05-241-7/+7
* i2o: destroy event queue only when drv->event is setAkinobu Mita2007-05-241-2/+6
* [S390] Kconfig: refine depends statements.Martin Schwidefsky2007-05-101-0/+1
* remove unused header file: drivers/message/i2o/i2o_lan.hRobert P. J. Day2007-05-081-159/+0Star
* [PATCH] i2o: block IO errors on i2o diskVasily Averin2007-03-271-11/+1Star
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-122-20/+20
* [PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2006-12-221-1/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-2/+2
* [PATCH] i2o_exec_exit and i2o_driver_exit should not be __exit.Ralf Baechle2006-12-133-4/+4
* [PATCH] kernel-doc: fix fusion and i2o docsRandy Dunlap2006-12-078-33/+41
* [PATCH] I2O: fix I2O_CONFIG without Adaptec extensionRandy Dunlap2006-12-071-1/+1
* [PATCH] I2O: handle __copy_from_userRandy Dunlap2006-12-071-1/+5
* [PATCH] I2O: more error checkingJeff Garzik2006-12-072-10/+21
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-9/+6Star
|\
| * PCI: pci_{enable,disable}_device() nestable portsInaky Perez-Gonzalez2006-12-011-9/+6Star