summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2009-05-19xen/blkfront: fix warning when deleting gendisk on unplug/shutdownIan Campbell-2/+2
2009-05-19xen/blkfront: allow xenbus state transition to Closing->Closed when not Conn...Ian Campbell-2/+4
2009-04-28hd: fix lockingTejun Heo-10/+7
2009-04-28mg_disk: fix CONFIG_LBD=y warningBartlomiej Zolnierkiewicz-1/+1
2009-04-28mg_disk: fix lockingTejun Heo-4/+13
2009-04-24umem: fix request_queue lock warningSage Weil-0/+1
2009-04-17USB: add reset endpoint operationsDavid Vrabel-11/+9
2009-04-15brd: fix cacheflushingNick Piggin-1/+3
2009-04-15brd: support barriersNick Piggin-0/+1
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang-1/+1
2009-04-08xsysace: Fix dereferencing of cf_id after hd_driveid removalGrant Likely-6/+6
2009-04-07Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-10/+1162
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-7/+7
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang-6/+6
2009-04-07loop: mutex already unlocked in loop_clr_fd()Alexander Beregalov-2/+5
2009-04-07mflash: initial supportunsik Kim-0/+1023
2009-04-07cciss: change to discover first memory BARMike Miller-5/+14
2009-04-07cciss: kernel scan thread for MSA2012Mike Miller-2/+111
2009-04-07cciss: fix residual count for block pc requestsJens Axboe-1/+9
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanupLinus Torvalds-28/+27
2009-04-02nbd: trivial cleanupsPavel Machek-6/+4
2009-04-02nbd: add locking to nbd_ioctlPavel Machek-35/+67
2009-04-02floppy: provide a PNP device table in the module.Scott James Remnant-0/+8
2009-04-01include/linux/hdreg.h: remove unused definesBartlomiej Zolnierkiewicz-0/+2
2009-04-01aoe: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz-11/+12
2009-04-01xsysace: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz-17/+13
2009-04-01loop: add ioctl to resize a loop deviceJ. R. Okajima-0/+30
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan-2/+0
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds-0/+1252
2009-03-26Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-4/+52
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller-15/+900
2009-03-26m68k: mac - Add SWIM floppy supportLaurent Vivier-0/+1252
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-6/+5
2009-03-26loop: fix circular locking in loop_clr_fd()Nikanth Karthikesan-2/+14
2009-03-24platform: make better use of to_platform_{device,driver}() macrosEric Miao-2/+1
2009-03-24usb-storage: prepare for subdriver separationAlan Stern-1/+1
2009-03-24USB: ub: use USB API functions rather than constantsJulia Lawall-5/+4
2009-03-24loop: support barrier writesNikanth Karthikesan-2/+30
2009-03-24cpqarray: enable bus masteringDave Jones-0/+1
2009-03-24cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignmentJens Axboe-0/+7
2009-03-18Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt-0/+22
2009-03-14Fix Xilinx SystemACE driver to handle empty CF slotGrant Likely-0/+22
2009-03-13ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven-0/+866
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger-1/+1
2009-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-1/+1
2009-03-05loop: don't increment p->offset with (size_t) -EINVALRoel Kluin-2/+1
2009-03-05cciss: remove 30 second initial timeout on controller resetJens Axboe-5/+3
2009-03-05Fix kernel NULL pointer dereference in xen-blkfrontKris Shannon-0/+2
2009-03-04aoe: error printed 1 too earlyRoel Kluin-1/+1
2009-02-26xen/blkfront: use blk_rq_map_sg to generate ring entriesJens Axboe-15/+15