Age | Commit message (Expand) | Author | Files | Lines |
2006-06-21 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -2/+2 |
2006-06-11 | [SCSI] remove scsi_request infrastructure | Christoph Hellwig | 1 | -2/+2 |
2006-06-10 | [PATCH] I2O: Bugfixes to get I2O working again | Markus Lidel | 2 | -38/+38 |
2006-03-28 | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 1 | -1/+1 |
2006-03-26 | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 1 | -4/+3 |
2006-03-25 | [PATCH] i2o_dump_hrt() output cleanup | Vasily Averin | 1 | -18/+13 |
2006-03-12 | [SCSI] i2o: fix memory leak in i2o_exec_lct_modified | Vasily Averin | 1 | -4/+17 |
2006-02-05 | [PATCH] Fix i2o_scsi oops on abort | Markus Lidel | 1 | -1/+1 |
2006-02-03 | [PATCH] I2O: fix and workaround for Motorola/Freescale controller | Markus Lidel | 2 | -0/+21 |
2006-02-03 | [PATCH] I2O: don't disable PCI device if it is enabled before probing | Markus Lidel | 1 | -15/+14 |
2006-01-14 | [SCSI] fix up message/i2o/pci.c | James Bottomley | 1 | -1/+1 |
2006-01-14 | [SCSI] I2O: move pci_request_regions() just behind pci_enable_device() | Salyzyn, Mark | 1 | -5/+5 |
2006-01-10 | spelling: s/retreive/retrieve/ | Adrian Bunk | 1 | -1/+1 |
2006-01-09 | [PATCH] Add block_device_operations.getgeo block device method | Christoph Hellwig | 1 | -10/+8 |
2006-01-06 | Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
2006-01-06 | [PATCH] I2O: Lindent run | Markus Lidel | 3 | -32/+29 |
2006-01-06 | [PATCH] I2O: Optimizing | Markus Lidel | 8 | -35/+22 |
2006-01-06 | [PATCH] I2O: Beautifying | Markus Lidel | 9 | -26/+20 |
2006-01-06 | [PATCH] I2O: Bugfixes | Markus Lidel | 4 | -24/+20 |
2006-01-06 | [PATCH] I2O: Remove wrong I2O device class | Markus Lidel | 4 | -114/+68 |
2006-01-06 | [PATCH] I2O: SPARC fixes | Markus Lidel | 5 | -101/+111 |
2006-01-06 | [PATCH] I2O: changed I2O API to create I2O messages in kernel memory | Markus Lidel | 8 | -426/+412 |
2006-01-06 | [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() | Tejun Heo | 1 | -1/+1 |
2005-12-18 | [PATCH] i2o: Do not disable pci device when it's in use | Ben Collins | 1 | -1/+5 |
2005-11-28 | [PATCH] drivers/message/i2o/pci.c: fix a NULL pointer dereference | Adrian Bunk | 1 | -1/+1 |
2005-11-07 | [PATCH] message: fix-up schedule_timeout() usage | Nishanth Aravamudan | 1 | -10/+5 |
2005-11-07 | [PATCH] fix remaining missing includes | Tim Schmielau | 1 | -0/+1 |
2005-10-31 | [PATCH] fix missing includes | Tim Schmielau | 4 | -0/+10 |
2005-10-31 | [PATCH] Typo fix: dot after newline in printk strings | Jean Delvare | 1 | -1/+1 |
2005-10-28 | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2005-10-28 | [PATCH] I2O: remove i2o_device_class | Dmitry Torokhov | 4 | -70/+17 |
2005-10-28 | [PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o code | Greg Kroah-Hartman | 1 | -12/+10 |
2005-10-28 | [PATCH] I2O: remove class interface | Dmitry Torokhov | 1 | -133/+122 |
2005-09-21 | [PATCH] Fix I2O config-osm init to return proper error | Deepak Saxena | 1 | -1/+4 |
2005-08-10 | [PATCH] I2O: added pci_request_regions() before using the controller | Markus Lidel | 1 | -0/+10 |
2005-08-09 | [PATCH] i2o: remove new configuration API | Markus Lidel | 2 | -494/+3 |
2005-07-08 | [PATCH] i2o: config-osm build fix | Andrew Morton | 1 | -0/+2 |
2005-06-24 | [PATCH] tpm: device attribute fixes | Yani Ioannou | 2 | -3/+3 |
2005-06-24 | [PATCH] i2o build fix | Andrew Morton | 3 | -3/+6 |
2005-06-24 | [PATCH] I2O: Limit max sector workaround for Promise controllers | Markus Lidel | 1 | -0/+1 |
2005-06-24 | [PATCH] I2O: Lindent run and replacement of printk through osm printing funct... | Markus Lidel | 10 | -106/+96 |
2005-06-24 | [PATCH] I2O: second code cleanup of sparse warnings and unneeded syncronization | Markus Lidel | 10 | -261/+233 |
2005-06-24 | [PATCH] I2O: Adaptec specific SG_IO access, firmware access through sysfs and... | Markus Lidel | 5 | -105/+208 |
2005-06-24 | [PATCH] I2O: new sysfs attributes and Adaptec specific block device access an... | Markus Lidel | 13 | -475/+1176 |
2005-06-24 | [PATCH] I2O: first code cleanup of spare warnings and unused functions | Markus Lidel | 9 | -278/+340 |
2005-06-24 | [PATCH] I2O: bugfixes and compability enhancements | Markus Lidel | 6 | -136/+116 |
2005-06-14 | [PATCH] i2o: Fix free of event memory in i2o_block_event() | Markus Lidel | 1 | -0/+1 |
2005-04-18 | [PATCH] Convert i2o to compat_ioctl | | 1 | -14/+27 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 16 | -0/+10038 |