Age | Commit message (Expand) | Author | Files | Lines |
2009-05-11 | block: convert to pos and nr_sectors accessors | Tejun Heo | 1 | -11/+11 |
2009-05-11 | block: add rq->resid_len | Tejun Heo | 1 | -9/+4 |
2009-04-13 | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -8/+109 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | cciss: change to discover first memory BAR | Mike Miller | 1 | -5/+14 |
2009-04-07 | cciss: kernel scan thread for MSA2012 | Mike Miller | 1 | -2/+86 |
2009-04-07 | cciss: fix residual count for block pc requests | Jens Axboe | 1 | -1/+9 |
2009-03-24 | cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignment | Jens Axboe | 1 | -0/+7 |
2009-03-05 | cciss: remove 30 second initial timeout on controller reset | Jens Axboe | 1 | -5/+3 |
2009-02-26 | cciss: shorten 30s timeout on controller reset | Jens Axboe | 1 | -3/+7 |
2009-02-18 | cciss: PCI power management reset for kexec | Chip Coldwell | 1 | -0/+215 |
2008-12-29 | cciss: simplify parameters to deregister_disk function | Stephen M. Cameron | 1 | -7/+9 |
2008-12-29 | cciss: switch to using hlist for command list management | Jens Axboe | 1 | -42/+30 |
2008-12-19 | cciss: fix problem that deleting multiple logical drives could cause a panic | Stephen M. Cameron | 1 | -0/+5 |
2008-11-19 | cciss: fix DEBUG printk formats | Randy Dunlap | 1 | -4/+5 |
2008-11-06 | cciss: fix regression firmware not displayed in procfs | Mike Miller | 1 | -1/+22 |
2008-11-06 | cciss: fix sysfs broken symlink regression | Mike Miller | 1 | -0/+1 |
2008-11-06 | cciss: new hardware support | Mike Miller | 1 | -0/+4 |
2008-10-21 | [PATCH] switch cciss | Al Viro | 1 | -39/+39 |
2008-10-21 | [PATCH] beginning of methods conversion | Al Viro | 1 | -4/+4 |
2008-10-21 | [PATCH] switch scsi_cmd_ioctl() to passing fmode_t | Al Viro | 1 | -1/+2 |
2008-10-09 | drivers/block: Use DIV_ROUND_UP | Julia Lawall | 1 | -4/+4 |
2008-08-06 | cciss: fix bug if scsi tape support is disabled | Mike Miller | 1 | -0/+2 |
2008-08-06 | cciss: fix negative logical drive count in procfs | Mike Miller | 1 | -6/+9 |
2008-08-06 | cciss: remove redundant code | Mike Miller | 1 | -304/+169 |
2008-08-06 | cciss: make rebuild_lun_table behave better | Mike Miller | 1 | -122/+214 |
2008-08-06 | cciss: return -EFAULT if copy_from_user() fails | Nikanth Karthikesan | 1 | -1/+1 |
2008-08-05 | block/cciss.c: remove pointless curr_queue calculation | Hannes Reinecke | 1 | -2/+0 |
2008-07-04 | cciss: read config to obtain max outstanding commands per controller | Mike Miller | 1 | -29/+37 |
2008-07-04 | cciss: fix regression that no device nodes are created if no logical drives a... | Stephen M. Cameron | 1 | -0/+4 |
2008-06-12 | cciss: add new hardware support | Mike Miller | 1 | -5/+16 |
2008-05-01 | cciss: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 1 | -6/+2 |
2008-04-29 | proc: remove proc_root_driver | Alexey Dobriyan | 1 | -2/+2 |
2008-04-21 | cciss: Fix race between disk-adding code and interrupt handler | scameron@beardog.cca.cpqcorp.net | 1 | -1/+16 |
2008-04-11 | cciss: error: implicit declaration of function 'sg_init_table' | Mike Pagano | 1 | -0/+1 |
2008-03-04 | cciss: remove READ_AHEAD define and use block layer defaults | Mike Miller | 1 | -3/+0 |
2008-03-04 | resubmit: cciss: procfs updates to display info about many | Mike Miller | 1 | -96/+157 |
2008-02-06 | cciss: use upper_32_bits() macro to eliminate warnings | Randy Dunlap | 1 | -4/+6 |
2008-01-29 | cciss: fix bug in overriding ->data_len before completion | Jens Axboe | 1 | -1/+0 |
2008-01-28 | blk_end_request: changing cciss (take 4) | Kiyoshi Ueda | 1 | -22/+3 |
2008-01-14 | cciss: section mismatch | Randy Dunlap | 1 | -1/+1 |
2007-10-29 | cciss: update copyright notices | Mike Miller | 1 | -7/+7 |
2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -2/+2 |
2007-10-17 | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 1 | -3/+8 |
2007-10-17 | drivers/block/cciss.c: fix check-after-use | Adrian Bunk | 1 | -29/+27 |
2007-10-17 | cciss: fix error reporting for SG_IO | Steve Cameron | 1 | -18/+61 |
2007-10-17 | cciss: disable DMA refetch on Smart Array P600 | Mike Miller (OS Dev) | 1 | -3/+8 |
2007-10-16 | Merge branch 'sglist-arch' into for-linus | Jens Axboe | 1 | -0/+1 |