aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/i2o (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-4/+4
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+2
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig1-2/+2
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi5-9/+9
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-9/+8
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-5/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-5/+1
2011-03-09i2o_block: Convert to bdops->check_events()Tejun Heo1-4/+7
2011-02-01i2o: use alloc_workqueue() instead of create_workqueue()Tejun Heo1-1/+2
2011-01-19drivers/message/, i2o: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl1-2/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-2/+4
2010-11-16SCSI host lock push-downJeff Garzik1-2/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-11/+12
2010-08-11i2o: check return code from put_user()Kulikov Vasiliy1-7/+9
2010-08-11i2o: fix overflow of copy_to_user()Kulikov Vasiliy1-1/+1
2010-08-11drivers/message/i2o/exec-osm.c: add missing mutex_unlockJulia Lawall1-2/+6
2010-08-11drivers/message: move dereference after NULL testJulia Lawall2-3/+3
2010-08-07scsi/i2o: restore ioctl changesArnd Bergmann1-5/+16
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-17/+5
2010-08-07scsi/i2o_block: cleanup ioctl handlingArnd Bergmann1-6/+18
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-05-27drivers/message/i2o/i2o_config.c: use memdup_userJulia Lawall1-8/+3
2010-04-26i2o: cleanup some exit pathsDan Carpenter1-10/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-8/+3
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-05tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König1-1/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+6
2010-01-07drivers/message/i2o/i2o_proc.c: use %pM to show MAC addressH Hartley Sweeten1-8/+3
2010-01-04i2o: propogate the BKL down into the ioctl methodAlan Cox1-7/+6
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-3/+3
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-2/+3
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-3/+3
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-2/+4
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-12/+4
2009-05-11block: cleanup rq->data_len usagesTejun Heo1-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-9/+11
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-1/+1
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-1/+1