summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* nbd: trivial cleanupsPavel Machek2009-04-031-6/+4Star
* nbd: add locking to nbd_ioctlPavel Machek2009-04-031-35/+67
* floppy: provide a PNP device table in the module.Scott James Remnant2009-04-031-0/+8
* loop: add ioctl to resize a loop deviceJ. R. Okajima2009-04-011-0/+30
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-301-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2009-03-274-0/+1252
|\
| * m68k: mac - Add SWIM floppy supportLaurent Vivier2009-03-264-0/+1252
* | Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-03-273-4/+52
|\ \
| * | loop: fix circular locking in loop_clr_fd()Nikanth Karthikesan2009-03-261-2/+14
| * | loop: support barrier writesNikanth Karthikesan2009-03-241-2/+30
| * | cpqarray: enable bus masteringDave Jones2009-03-241-0/+1
| * | cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignmentJens Axboe2009-03-241-0/+7
| |/
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-268-15/+900
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-03-261-6/+5Star
| |\ \
| | * | usb-storage: prepare for subdriver separationAlan Stern2009-03-251-1/+1
| | * | USB: ub: use USB API functions rather than constantsJulia Lawall2009-03-251-5/+4Star
| | |/
| * / platform: make better use of to_platform_{device,driver}() macrosEric Miao2009-03-251-2/+1Star
| |/
| * Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2009-03-181-0/+22
| |\
| | * Fix Xilinx SystemACE driver to handle empty CF slotGrant Likely2009-03-141-0/+22
| * | ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven2009-03-132-0/+866
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-091-1/+1
| |\
| * | loop: don't increment p->offset with (size_t) -EINVALRoel Kluin2009-03-051-2/+1Star
| * | cciss: remove 30 second initial timeout on controller resetJens Axboe2009-03-051-5/+3Star
| * | Fix kernel NULL pointer dereference in xen-blkfrontKris Shannon2009-03-051-0/+2
* | | net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
| |/ |/|
* | aoe: error printed 1 too earlyRoel Kluin2009-03-041-1/+1
|/
* xen/blkfront: use blk_rq_map_sg to generate ring entriesJens Axboe2009-02-261-15/+15
* cciss: shorten 30s timeout on controller resetJens Axboe2009-02-261-3/+7
* m68k: atari - Rename "mfp" to "st_mfp"Geert Uytterhoeven2009-02-221-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-02-192-1/+216
|\
| * cciss: PCI power management reset for kexecChip Coldwell2009-02-181-0/+215
| * paride/pg.c: xs(): &&/|| confusionRoel Kluin2009-02-181-1/+1
* | floppy: request and release only the ports we actually usePhilippe De Muyter2009-02-191-27/+52
* | aoe: ignore vendor extension AoE responsesEd Cashin2009-02-192-0/+3
|/
* nbd: fix I/O hang on disconnected nbdsPaul Clements2009-02-111-0/+9
* powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/blockStephen Rothwell2009-01-161-9/+9
* nbd: do not allow two clients at the same timePavel Machek2009-01-161-0/+4
* Merge commit 'gcl/gcl-next' into nextBenjamin Herrenschmidt2009-01-131-0/+1
|\
| * powerpc/xsysace: add compatible string for non-ipcore instanceYuri Tikhonov2009-01-091-0/+1
* | m68k: amiflop - Get rid of sleep_on callsAndreas Bombe2009-01-121-24/+16Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-01-081-4/+4
|\
| * sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg2009-01-061-4/+4
* | USB: change interface to usb_lock_device_for_reset()Alan Stern2009-01-071-6/+5Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-12-311-13/+28
|\
| * virtio_blk: fix type warningRandy Dunlap2008-12-291-1/+1
| * virtio: block: dynamic maximum segmentsRusty Russell2008-12-291-13/+23
| * virtio: set max_segment_size and max_sectors to infinite.Rusty Russell2008-12-291-0/+5
* | cciss: simplify parameters to deregister_disk functionStephen M. Cameron2008-12-291-7/+9
* | loop: Do not call loop_unplug for not configured loop device.Milan Broz2008-12-291-0/+1
* | loop: Flush possible running bios when loop device is released.Milan Broz2008-12-291-3/+35