summaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-07xenbus: Make xenbus_switch_state transactionalDaniel Stodden1-24/+66
2010-08-07xen/blkfront: revalidate after setting capacityK. Y. Srinivasan1-0/+1
2010-08-07xen/blkfront: avoid compiler warning from missing casesJeremy Fitzhardinge1-0/+3
2010-08-07xen/front: Propagate changed size of VBDsK. Y. Srinivasan1-2/+17
2010-08-07blkfront: don't access freed struct xenbus_deviceJan Beulich1-18/+16
2010-08-07blkfront: fixes for 'xm block-detach ... --force'Jan Beulich1-7/+81
2010-08-07xen: use less generic names in blkfront driver.Ian Campbell1-6/+6
2010-08-07writeback.h: needs linux/device.hRandy Dunlap1-0/+1
2010-08-07block: fix problem with sending down discard that isn't of correct granularityJens Axboe1-3/+12
2010-08-07blkdev: check for valid request queue before issuing flushDave Chinner1-0/+9
2010-08-07block: fix for block tracing build errorStephen Rothwell1-11/+15
2010-08-07scsi/i2o: restore ioctl changesArnd Bergmann1-5/+16
2010-08-07scsi/sd: remove big kernel lockArnd Bergmann2-11/+8
2010-08-07block: remove BKL from partition ioctlsArnd Bergmann1-4/+0
2010-08-07block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann1-4/+0
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann4-58/+55
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann39-48/+334
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann30-85/+253
2010-08-07scsi/i2o_block: cleanup ioctl handlingArnd Bergmann1-6/+18
2010-08-07scsi: fix discard page leakFUJITA Tomonori2-7/+10
2010-08-07writeback: Add tracing to write_cache_pagesDave Chinner2-0/+2
2010-08-07writeback: Add tracing to balance_dirty_pagesDave Chinner3-0/+73
2010-08-07writeback: Initial tracing supportDave Chinner3-8/+124
2010-08-07block: remove unused REQ_TYPE_LINUX_BLOCKFUJITA Tomonori1-15/+0
2010-08-07scsi: need to reset unprep_rq_fn in sd_removeFUJITA Tomonori1-0/+1
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori13-22/+14
2010-08-07ide: stop using q->prepare_flush_fnFUJITA Tomonori1-5/+11
2010-08-07virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori1-29/+21
2010-08-07dm: stop using q->prepare_flush_fnFUJITA Tomonori1-14/+2
2010-08-07ps3disk: stop using q->prepare_flush_fnFUJITA Tomonori1-19/+6
2010-08-07osdblk: stop using q->prepare_flush_fnFUJITA Tomonori1-10/+2
2010-08-07scsi: stop using q->prepare_flush_fnFUJITA Tomonori1-10/+16
2010-08-07block: permit PREFLUSH and POSTFLUSH without prepare_flush_fnFUJITA Tomonori1-7/+2
2010-08-07block: introduce REQ_FLUSH flagFUJITA Tomonori2-1/+3
2010-08-07scsi: remove unused free discard page in sd_doneFUJITA Tomonori1-9/+0
2010-08-07scsi: add sd_unprep_fn to free discard pageFUJITA Tomonori1-1/+11
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley4-1/+47
2010-08-07drivers/cdrom: use pr_<level>Joe Perches3-83/+73
2010-08-07block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe1-1/+1
2010-08-07block/xd.c: fix brace typoRandy Dunlap1-1/+1
2010-08-07gcc-4.6: fs: fix unused but set warningsAndi Kleen2-3/+1
2010-08-07gcc-4.6: block: fix unused but set variables in blk-mergeAndi Kleen1-2/+1
2010-08-07block: don't allocate a payload for discard requestChristoph Hellwig4-45/+74
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig3-45/+36
2010-08-07writeback: remove wb_listChristoph Hellwig3-60/+32
2010-08-07block: fix some more cmd_type cleanup falloutChristoph Hellwig4-7/+7
2010-08-07virtio_blk: add default case to cmd type switchJens Axboe1-0/+2
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig47-289/+242
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig47-198/+236
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori20-46/+0