| Commit message (Expand) | Author | Age | Files | Lines |
* | cciss: remove board_id parameter from cciss_interrupt_mode() | Stephen M. Cameron | 2010-08-07 | 1 | -6/+5 |
* | cciss: factor out cciss_board_disabled | Stephen M. Cameron | 2010-08-07 | 1 | -6/+9 |
* | cciss: factor out cciss_lookup_board_id | Stephen M. Cameron | 2010-08-07 | 1 | -31/+35 |
* | cciss: save pdev pointer in per hba structure early to avoid passing it aroun... | Stephen M. Cameron | 2010-08-07 | 1 | -30/+31 |
* | cciss: Set the performant mode bit in the scsi half of the driver | Stephen M. Cameron | 2010-08-07 | 1 | -18/+2 |
* | blkfront: Klog the unclean release path | Daniel Stodden | 2010-08-07 | 1 | -0/+6 |
* | blkfront: Remove obsolete info->users | Daniel Stodden | 2010-08-07 | 1 | -8/+2 |
* | blkfront: Remove obsolete info->users | Daniel Stodden | 2010-08-07 | 1 | -6/+3 |
* | blkfront: Lock blockfront_info during xbdev removal | Daniel Stodden | 2010-08-07 | 1 | -6/+35 |
* | blkfront: Fix blkfront backend switch race (bdev release) | Daniel Stodden | 2010-08-07 | 1 | -16/+33 |
* | blkfront: Fix blkfront backend switch race (bdev open) | Daniel Stodden | 2010-08-07 | 1 | -7/+24 |
* | blkfront: Lock blkfront_info when closing | Daniel Stodden | 2010-08-07 | 1 | -21/+40 |
* | blkfront: Clean up vbd release | Daniel Stodden | 2010-08-07 | 1 | -48/+43 |
* | blkfront: Fix gendisk leak | Daniel Stodden | 2010-08-07 | 1 | -0/+3 |
* | blkfront: Fix backtrace in del_gendisk | Daniel Stodden | 2010-08-07 | 1 | -3/+3 |
* | xen/blkfront: revalidate after setting capacity | K. Y. Srinivasan | 2010-08-07 | 1 | -0/+1 |
* | xen/blkfront: avoid compiler warning from missing cases | Jeremy Fitzhardinge | 2010-08-07 | 1 | -0/+3 |
* | xen/front: Propagate changed size of VBDs | K. Y. Srinivasan | 2010-08-07 | 1 | -2/+17 |
* | blkfront: don't access freed struct xenbus_device | Jan Beulich | 2010-08-07 | 1 | -18/+16 |
* | blkfront: fixes for 'xm block-detach ... --force' | Jan Beulich | 2010-08-07 | 1 | -7/+81 |
* | xen: use less generic names in blkfront driver. | Ian Campbell | 2010-08-07 | 1 | -6/+6 |
* | block: push down BKL into .open and .release | Arnd Bergmann | 2010-08-07 | 20 | -26/+207 |
* | block: push down BKL into .locked_ioctl | Arnd Bergmann | 2010-08-07 | 17 | -32/+159 |
* | block: remove q->prepare_flush_fn completely | FUJITA Tomonori | 2010-08-07 | 6 | -8/+7 |
* | virtio_blk: stop using q->prepare_flush_fn | FUJITA Tomonori | 2010-08-07 | 1 | -29/+21 |
* | ps3disk: stop using q->prepare_flush_fn | FUJITA Tomonori | 2010-08-07 | 1 | -19/+6 |
* | osdblk: stop using q->prepare_flush_fn | FUJITA Tomonori | 2010-08-07 | 1 | -10/+2 |
* | block/xd.c: fix brace typo | Randy Dunlap | 2010-08-07 | 1 | -1/+1 |
* | block: fix some more cmd_type cleanup fallout | Christoph Hellwig | 2010-08-07 | 1 | -1/+1 |
* | virtio_blk: add default case to cmd type switch | Jens Axboe | 2010-08-07 | 1 | -0/+2 |
* | block: unify flags for struct bio and struct request | Christoph Hellwig | 2010-08-07 | 9 | -24/+24 |
* | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 | 13 | -41/+56 |
* | floppy: use warning macros | Stephen Hemminger | 2010-08-07 | 1 | -16/+11 |
* | floppy: use wait_event_interruptible | Stephen Hemminger | 2010-08-07 | 1 | -50/+9 |
* | floppy: fix signed/unsigned warnings | Stephen Hemminger | 2010-08-07 | 1 | -2/+2 |
* | floppy: cmos attribute should be static | Stephen Hemminger | 2010-08-07 | 1 | -1/+1 |
* | floppy: use atomic type for usage_count | Stephen Hemminger | 2010-08-07 | 1 | -30/+12 |
* | floppy: silence warning during disk test | Stephen Hemminger | 2010-08-07 | 1 | -0/+1 |
* | floppy: remove unnecessary inlines | Stephen Hemminger | 2010-08-07 | 1 | -7/+7 |
* | floppy: initialize debug jiffies offset | Stephen Hemminger | 2010-08-07 | 1 | -0/+3 |
* | cciss: change pad value from 32 to 0 | Mike Miller | 2010-08-07 | 1 | -1/+1 |
* | cciss: remove errant debug code | Mike Miller | 2010-08-07 | 1 | -2/+0 |
* | cciss: move next_command function from ifdef | Mike Miller | 2010-08-07 | 1 | -22/+23 |
* | cciss: fix call to put_controller_in_performant_mode | Mike Miller | 2010-08-07 | 1 | -1/+1 |
* | cciss: make sure we request the performant mode irq | Mike Miller | 2010-08-07 | 1 | -4/+4 |
* | cciss: new controller support and bump driver version | Mike Miller | 2010-08-07 | 1 | -6/+14 |
* | cciss: add performant mode support for Stars/Sirius | Mike Miller | 2010-08-07 | 4 | -63/+353 |
* | cciss: make interrupt access methods return type bool | Mike Miller | 2010-08-07 | 1 | -3/+3 |
* | cciss: check for msi in interrupt_not_for_us | Mike Miller | 2010-08-07 | 1 | -2/+3 |
* | cciss: clean up interrupt handler | Mike Miller | 2010-08-07 | 1 | -95/+141 |