aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds1-42/+0
2005-09-05[PATCH] Floppy: add cmos attribute to floppy driver tidyAndrew Morton1-8/+7
2005-09-05[PATCH] Floppy: Add cmos attribute to floppy driverHannes Reinecke1-13/+29
2005-09-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds1-2/+4
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-1/+1
2005-09-01[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu1-2/+4
2005-08-29Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds1-1/+1
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-1/+1
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+1
2005-08-24[PATCH] cfq-iosched.c: minor fixesJens Axboe1-10/+21
2005-08-10kconfig: move initramfs options to General SetupSam Ravnborg1-42/+0
2005-08-05[PATCH] blk: fix tag shrinking (revive real_max_size)Tejun Heo1-3/+15
2005-08-02[PATCH] cfq-iosched: fix problem with barriers and max_depth == 1Jens Axboe1-0/+1
2005-07-28[PATCH] cciss per disk queueMike Miller2-25/+28
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-2/+2
2005-07-27[PATCH] ub: fix for blank CDsPete Zaitcev1-41/+170
2005-07-27[PATCH] as-iosched tunable encoding fixJens Axboe1-9/+1
2005-06-29[PATCH] Fix get_request nastinessHugh Dickins1-3/+2
2005-06-28[PATCH] blk: light iocontext opsNick Piggin1-31/+25
2005-06-28[PATCH] blk: reduce lockingNick Piggin1-10/+19
2005-06-28[PATCH] blk: __make_request efficiencyNick Piggin1-41/+21
2005-06-28[PATCH] ll_rw_blk: prevent huge request allocationsJens Axboe1-0/+9
2005-06-28[PATCH] cciss_ioctl() warning fixAndrew Morton1-1/+0
2005-06-27[PATCH] cfq build fixAndrew Morton1-25/+24
2005-06-27[PATCH] cciss: remove partition info from CCISS_GETLUNINFOMike Miller1-7/+0
2005-06-27[PATCH] cciss: pci domain info pass 2Mike Miller1-0/+1
2005-06-27[PATCH] cciss: pci id fixMike Miller1-3/+6
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt1-1/+9
2005-06-27Merge 'upstream' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+4
2005-06-27[PATCH] CFQ io scheduler: scheduler switch oopsJens Axboe1-2/+3
2005-06-27[PATCH] CFQ io scheduler updatesJens Axboe1-161/+299
2005-06-27[PATCH] Fix cfq_find_next_crq()Jens Axboe1-1/+2
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe5-662/+1320
2005-06-27[PATCH] drivers/block/sx8.c: Use the DMA_{64, 32}BIT_MASK constantsTobias Klauser1-3/+4
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds1-2/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-2/+1
2005-06-25[PATCH] ll_merge_requests_fn() cleanupNikita Danilov1-3/+3
2005-06-25[PATCH] drivers/block/ll_rw_blk.c: cleanupsAdrian Bunk1-59/+8
2005-06-23[PATCH] block: add unlocked_ioctl support for block devicesArnd Bergmann1-20/+54
2005-06-23[PATCH] Improve CD/DVD packet driver write performancePeter Osterlund1-16/+20
2005-06-23[PATCH] add check to /proc/devices read routinesNeil Horman1-2/+10
2005-06-23[PATCH] optimise loop driver a bitNick Piggin1-43/+38
2005-06-23[PATCH] blk: unplug laterNick Piggin1-1/+1
2005-06-23[PATCH] blk: branch hintsNick Piggin1-6/+6
2005-06-23[PATCH] blk: no memory barrierNick Piggin1-1/+0
2005-06-23[PATCH] blk: cleanup generic tag support error messagesTejun Heo1-5/+13
2005-06-23[PATCH] blk: remove BLK_TAGS_{PER_LONG|MASK}Tejun Heo1-2/+2
2005-06-23[PATCH] blk: remove blk_queue_tag->real_max_depth optimizationTejun Heo1-25/+10
2005-06-23[PATCH] blk: use find_first_zero_bit() in blk_queue_start_tag()Tejun Heo1-9/+4
2005-06-23[PATCH] NUMA aware block device control structure allocationChristoph Lameter4-16/+43
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou1-1/+1
2005-06-20[PATCH] class: convert drivers/block/* to use the new class api instead of cl...gregkh@suse.de3-22/+22
2005-06-20[PATCH] sysfs: (driver/block) if show/store is missing return -EIODmitry Torokhov5-9/+9
2005-06-17merge by hand (fix up qla_os.c merge error)James Bottomley5-26/+25
2005-06-17When cfq I/O scheduler is selected, get_request() in __make_request() callsKiyoshi Ueda1-3/+6
2005-06-16 This patch fixes q->unplug_thresh condition check inTejun Heo1-1/+1
2005-06-16This patch kills elevator_global_init() in elevator.c which doesTejun Heo1-7/+0
2005-06-11[SCSI] cciss 2.6 DMA mappingmike.miller@hp.com1-9/+3
2005-06-09[PATCH] USB: fix ub issuesPete Zaitcev1-2/+2
2005-06-03[PATCH] USB: Support multiply-LUN devices in ubPete Zaitcev1-235/+363
2005-05-26Automatic merge of ../scsi-misc-2.6-old/James Bottomley4-17/+22
2005-05-20[PATCH] packet driver permission checking fixPeter Osterlund1-1/+7
2005-05-20merge by hand - fix up rejections in Documentation/DocBook/MakefileJames Bottomley11-41/+504
2005-05-20[SCSI] remove requeue feature from blk_insert_request()Tejun Heo3-17/+9
2005-05-20[SCSI] make blk layer set REQ_SOFTBARRIER on defer and requeueTejun Heo1-0/+13
2005-05-17[PATCH] CDRW/DVD packet writing data corruption fixPeter Osterlund1-1/+3
2005-05-16[PATCH] Fix root hole in pktcdvdPeter Osterlund1-2/+2
2005-05-16[PATCH] Fix root hole in raw deviceStephen Tweedie1-0/+2
2005-05-06[PATCH] drivers/block/rd.c: rd_size shouldn't be staticAdrian Bunk1-1/+1
2005-05-05[PATCH] make some things staticAdrian Bunk1-1/+1
2005-05-05[PATCH] remove do_sync parameter from __invalidate_deviceChristoph Hellwig2-2/+4
2005-05-05[PATCH] DAC960: add support for Mylex AcceleRAID 4/5/600Christoph Hellwig2-1/+448
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 3Al Viro1-1/+1
2005-05-03[PATCH] aoe: update version number to 10Ed L Cashin1-1/+1
2005-05-03[PATCH] aoe: add firmware version to info in sysfsEd L Cashin1-0/+13
2005-05-03[PATCH] aoe: allow multiple aoe devices to have the same macEd L Cashin1-7/+4
2005-05-03[PATCH] aoe: improve allowed interfaces configurationEd L Cashin1-1/+16
2005-05-01[PATCH] nbd: Don't create all MAX_NBD devices by default all the timeLars Marowsky-Bree1-3/+13
2005-05-01[PATCH] noop-iosched: kill O(N) merge scanJens Axboe1-24/+3
2005-04-24[PATCH] broken dependency for floppy on ARMAl Viro1-1/+1
2005-04-18[PATCH] aoe 12/12: send outgoing packets in orderecashin@coraid.com3-12/+21
2005-04-18[PATCH] aoe 11/12: add support for disk statisticsecashin@coraid.com3-0/+16
2005-04-18[PATCH] aoe 6/12: Alexey Dobriyan sparse cleanupecashin@coraid.com3-38/+32
2005-04-18[PATCH] aoe 5/12: don't try to free null bufpoolecashin@coraid.com1-1/+2
2005-04-18[PATCH] aoe 3/12: update driver version to 6ecashin@coraid.com1-1/+1
2005-04-18[PATCH] aoe 2/12: allow multiple aoe devices with same MACecashin@coraid.com3-8/+8
2005-04-18[PATCH] aoe 1/12: remove too-low cap on minor numberecashin@coraid.com2-4/+10
2005-04-18merge by hand (scsi_device.h)James Bottomley1-5/+0
2005-04-18[PATCH] consolidate timeout defintions in scsi.h1-5/+0
2005-04-16[PATCH] fix NMI lockup with CFQ scheduler1-0/+9
2005-04-16[PATCH] arm: fix floppy disk dependenciesRussell King1-1/+1
2005-04-16[PATCH] use cheaper elv_queue_empty when unplug a deviceKen Chen1-1/+2
2005-04-16[PATCH] possible use-after-free of bioJens Axboe1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds81-0/+70243