aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2-6/+6
2006-12-13[PATCH] remove the broken BLK_DEV_SWIM_IOP driverAdrian Bunk3-586/+0
2006-12-13[PATCH] cciss: remove calls to pci_disable_deviceMike Miller1-6/+13
2006-12-13[PATCH] cciss: map out more memory for config tableMike Miller1-1/+1
2006-12-08[PATCH] struct path: convert nbdJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert block_driversJosef Sipek3-5/+5
2006-12-08[PATCH] pktcdvd: add sysfs and debugfs interfaceThomas Maier1-4/+439
2006-12-08[PATCH] pktcdvd: bio write congestion using congestion_wait()Thomas Maier1-0/+32
2006-12-08[PATCH] pktcdvd: make procfs interface optionalThomas Maier1-5/+9
2006-12-08[PATCH] pktcdvd: reusability of procfs functionsThomas Maier1-27/+45
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2006-12-07[PATCH] nbd: show nbd client pid in sysfsPaul Clements1-0/+16
2006-12-07[PATCH] remove drivers/block/paride/jumboAdrian Bunk1-70/+0
2006-12-07[PATCH] paride: remove parport #ifdef'sAdrian Bunk2-46/+0
2006-12-07[PATCH] CISS: require same SCSI module supportRandy Dunlap1-1/+2
2006-12-07[PATCH] paride: return proper error codeAkinobu Mita4-12/+12
2006-12-07[PATCH] paride_register(): shuffle return valuesAlexey Dobriyan16-18/+26
2006-12-07[PATCH] paride: rename pi_register() and pi_unregister()Alexey Dobriyan17-37/+37
2006-12-07[PATCH] cciss: cleanup cciss_interrupt modeMike Miller1-5/+3
2006-12-07[PATCH] cciss: add support for 1024 logical volumesMike Miller3-40/+79
2006-12-07[PATCH] cciss: remove unused revalidate_allvol functionMike Miller1-73/+1
2006-12-07[PATCH] cciss: change cciss_open for consistencyMike Miller1-1/+1
2006-12-07[PATCH] cciss: set sector_size to 2048 for performanceMike Miller2-3/+10
2006-12-07[PATCH] cciss: disable DMA prefetch on P600Mike Miller2-0/+12
2006-12-07[PATCH] cciss: fix pci ssid for the E500 controllerMike Miller1-2/+2
2006-12-07[PATCH] cciss: increase number of commands on controllerMike Miller2-36/+40
2006-12-07[PATCH] cciss: reference driver supportMike Miller1-7/+23
2006-12-07[PATCH] cciss: version changeMike Miller1-3/+4
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-2/+2
2006-12-06[CRYPTO] cryptoloop: Select CRYPTO_CBCHerbert Xu1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-13/+36
2006-12-04[POWERPC] iSeries: improve viodasd initialisationStephen Rothwell1-13/+36
2006-11-22WorkStruct: make allyesconfigDavid Howells7-20/+21
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+3
2006-11-22WorkStruct: Merge the pending bit into the wq_data pointerDavid Howells1-2/+2
2006-11-22WorkStruct: Typedef the work function prototypeDavid Howells1-2/+2
2006-11-16aoe: Add forgotten NULL at end of attribute list in aoeblk.cDennis Stosberg1-0/+1
2006-11-14[PATCH] cpqarray: fix iostatJens Axboe1-4/+11
2006-11-14[PATCH] cciss: fix iostatJens Axboe1-0/+6
2006-10-28[PATCH] cciss: fix printk format warningRandy Dunlap1-4/+4
2006-10-21[PATCH] cciss: Fix warnings (and bug on 1TB discs)Matthew Wilcox1-13/+9
2006-10-18aoe: fix sysfs_create_file warningsGreg Kroah-Hartman1-9/+14
2006-10-18aoe: revert printk macrosEd L. Cashin7-37/+39
2006-10-18aoe: update driver versionEd L. Cashin1-1/+1
2006-10-18aoe: remove sysfs commentEd L. Cashin1-1/+0
2006-10-18aoe: use bio->bi_idxEd L. Cashin2-1/+3
2006-10-18aoe: module parameter for device timeoutEd L. Cashin1-2/+5
2006-10-18aoe: zero copy write 2 of 2Ed L. Cashin3-20/+64