aboutsummaryrefslogtreecommitdiff
path: root/drivers/message/i2o
AgeCommit message (Expand)Author
2010-11-16SCSI host lock push-downJeff Garzik
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-11i2o: check return code from put_user()Kulikov Vasiliy
2010-08-11i2o: fix overflow of copy_to_user()Kulikov Vasiliy
2010-08-11drivers/message/i2o/exec-osm.c: add missing mutex_unlockJulia Lawall
2010-08-11drivers/message: move dereference after NULL testJulia Lawall
2010-08-07scsi/i2o: restore ioctl changesArnd Bergmann
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07scsi/i2o_block: cleanup ioctl handlingArnd Bergmann
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-05-27drivers/message/i2o/i2o_config.c: use memdup_userJulia Lawall
2010-04-26i2o: cleanup some exit pathsDan Carpenter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-05tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-07drivers/message/i2o/i2o_proc.c: use %pM to show MAC addressH Hartley Sweeten
2010-01-04i2o: propogate the BKL down into the ioctl methodAlan Cox
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo
2009-05-11block: cleanup rq->data_len usagesTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-01-06i2o: remove extraneous kernel-docRandy Dunlap
2009-01-06i2o: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2009-01-05i2o: Update my addressAlan Cox
2008-12-05drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng
2008-12-05Fix incorrect use of loose in i2o_block.cNick Andrew
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-30i2o: fix kernel-doc warningsRandy Dunlap
2008-10-21[PATCH] switch i2oAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-16i2o: Fix 32/64bit DMA lockingAlan Cox
2008-07-24I2O: handle sysfs_create_link() failuresWang Chen