Age | Commit message (Expand) | Author | Files | Lines |
2005-06-20 | [PATCH] update blk_execute_rq to take an at_head parameter | James Bottomley | 4 | -8/+9 |
2005-06-20 | [PATCH] kill 'reading' variable in sg_io(), it isn't used anymore. | Jens Axboe | 1 | -5/+1 |
2005-06-20 | [PATCH] The blk_rq_map_user() change missed an update in scsi_ioctl.c | James Bottomley | 1 | -3/+2 |
2005-06-20 | [PATCH] Add scatter-gather support for the block layer SG_IO | James Bottomley | 2 | -17/+81 |
2005-06-20 | [PATCH] Cleanup blk_rq_map_* interfaces | Jens Axboe | 3 | -54/+50 |
2005-06-20 | [PATCH] Keep the bio end_io parts inside of bio.c for blk_rq_map_kern() | Jens Axboe | 1 | -11/+0 |
2005-06-20 | [PATCH] Add blk_rq_map_kern() | Mike Christie | 1 | -0/+56 |
2005-06-19 | [PATCH] console blanking oops fix | Jan Beulich | 1 | -0/+4 |
2005-06-19 | Merge 'upstream-2.6.13' branch of rsync://rsync.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -38/+150 |
2005-06-18 | [PATCH] Fix typo in drivers/pci/pci-driver.c | Mika Kukkonen | 1 | -1/+1 |
2005-06-18 | Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net... | Linus Torvalds | 30 | -3821/+8998 |
2005-06-18 | Merge /spare/repo/linux-2.6/ | Jeff Garzik | 49 | -245/+318 |
2005-06-18 | [SCSI] aacraid: regression fix | Mark Haverkamp | 1 | -6/+7 |
2005-06-18 | merge by hand (qla_os.c mismerge) | James Bottomley | 189 | -19011/+12947 |
2005-06-18 | merge by hand (fix up qla_os.c merge error) | James Bottomley | 176 | -18984/+12919 |
2005-06-17 | Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+6 |
2005-06-17 | [PATCH] PCI: don't override drv->shutdown unconditionally | Christoph Hellwig | 1 | -1/+4 |
2005-06-17 | [SCSI] allow sleeping in ->eh_host_reset_handler() | Jeff Garzik | 37 | -42/+176 |
2005-06-17 | [SCSI] allow sleeping in ->eh_bus_reset_handler() | Jeff Garzik | 31 | -38/+132 |
2005-06-17 | [SCSI] allow sleeping in ->eh_device_reset_handler() | Jeff Garzik | 16 | -40/+97 |
2005-06-17 | [SCSI] allow sleeping in ->eh_abort_handler() | Jeff Garzik | 18 | -47/+121 |
2005-06-17 | [SCSI] Remove no-op implementations of SCSI EH hooks | Jeff Garzik | 40 | -261/+0 |
2005-06-17 | [SCSI] Remove unnecessary locking around completion function calls | Jeff Garzik | 3 | -12/+0 |
2005-06-17 | When cfq I/O scheduler is selected, get_request() in __make_request() calls | Kiyoshi Ueda | 1 | -3/+6 |
2005-06-16 | Merge 'for-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/axboe... | Linus Torvalds | 1 | -8/+1 |
2005-06-16 | [PATCH] fix for kaweth broken by changes in the networking layer | Oliver Neukum | 1 | -1/+1 |
2005-06-16 | [PATCH] ALPS: fix enabling hardware tapping | Dmitry Torokhov | 1 | -1/+1 |
2005-06-16 | [PATCH] sbp2 slab corruption fix | Alexandre Oliva | 1 | -1/+2 |
2005-06-16 | This patch fixes q->unplug_thresh condition check in | Tejun Heo | 1 | -1/+1 |
2005-06-16 | This patch kills elevator_global_init() in elevator.c which does | Tejun Heo | 1 | -7/+0 |
2005-06-14 | [PATCH] macmodes: needs a license | Randy Dunlap | 1 | -0/+1 |
2005-06-14 | [PATCH] i2o: Fix free of event memory in i2o_block_event() | Markus Lidel | 1 | -0/+1 |
2005-06-14 | [PATCH] Typo in fbdev sysfs support, virtual_size | Jon Smirl | 1 | -1/+1 |
2005-06-14 | [PATCH] Fix PCI BAR size interpretation on 64-bit arches | Olof Johansson | 1 | -1/+1 |
2005-06-14 | [SCSI] aic7xxx: fix the BIOS limits setting routines | James Bottomley | 1 | -10/+25 |
2005-06-14 | [SCSI] zfcp: fix handling of port boxed and lun boxed fsf states | Andreas Herrmann | 4 | -28/+75 |
2005-06-14 | [SCSI] zfcp: fix module parameter parsing | Andreas Herrmann | 1 | -3/+12 |
2005-06-14 | [SCSI] zfcp: fix bug during adapter shutdown | Andreas Herrmann | 7 | -80/+45 |
2005-06-14 | [SCSI] zfcp: fix: problem in send_els_handler when D_ID assignment changes | Andreas Herrmann | 3 | -25/+16 |
2005-06-14 | [SCSI] zfcp: fix: mark fsf request failed when receiving unknown status quali... | Andreas Herrmann | 1 | -4/+2 |
2005-06-14 | [SCSI] zfcp: fix: reopen port only if link-test fails | Andreas Herrmann | 1 | -15/+4 |
2005-06-14 | [SCSI] zfcp: fix: allow more time for adapter initialization | Andreas Herrmann | 2 | -14/+17 |
2005-06-14 | [SCSI] zfcp: fix wrong handling of failed requests for GID_PN command | Andreas Herrmann | 1 | -1/+4 |
2005-06-14 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2005-06-14 | [NET]: Move the netdev list to vger.kernel.org. | Ralf Baechle | 1 | -1/+1 |
2005-06-13 | [PATCH] spin longer for ehci port reset completion | David Brownell | 1 | -1/+4 |
2005-06-13 | [PATCH] pwc bug fix | Alan Cox | 1 | -4/+0 |
2005-06-13 | [PATCH] radeonfb: don't blow up VGA console on load | Benjamin Herrenschmidt | 1 | -4/+3 |
2005-06-13 | [PATCH] M68k: Mark Sun-3 NCR5380 SCSI broken | Geert Uytterhoeven | 1 | -1/+1 |
2005-06-13 | [PATCH] IrDA: IrDA: Fix CONFIG_VIA_FIR typo (double `those') | Geert Uytterhoeven | 1 | -1/+1 |