aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2007-05-15ll_rw_blk: fix gcc 4.2 warning on current_io_context()Jens Axboe1-1/+0
2007-05-11When stacked block devices are in-use (e.g. md or dm), the recursive callsNeil Brown1-1/+52
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-1/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-1/+1
2007-05-09kblockd: use flush_workAndrew Morton2-5/+4
2007-05-09Display all possible partitions when the root filesystem failed to mountDave Gilbert1-0/+53
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+1
2007-05-08as: fix antic_expire checkNick Piggin1-3/+3
2007-05-08[PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern()Mike Christie1-0/+1
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter1-4/+2
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-1/+5
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2007-04-30Merge branch 'cfq' into for-linusJens Axboe2-416/+438
2007-04-30[PATCH] elevator: elv_list_lock does not need irq disablingJens Axboe1-8/+9
2007-04-30cfq-iosched: speedup cic rb lookupJens Axboe1-2/+18
2007-04-30ll_rw_blk: add io_context private pointerJens Axboe1-0/+1
2007-04-30cfq-iosched: get rid of cfqq hashVasily Tarasov1-100/+67
2007-04-30cfq-iosched: tighten queue request overlap conditionJens Axboe1-1/+2
2007-04-30cfq-iosched: improve sync vs async workloadsJens Axboe1-13/+18
2007-04-30cfq-iosched: never allow an async queue idlingJens Axboe1-1/+6
2007-04-30cfq-iosched: get rid of ->dispatch_sliceJens Axboe1-5/+1
2007-04-30cfq-iosched: don't pass unused preemption variable aroundJens Axboe1-15/+13
2007-04-30cfq-iosched: get rid of ->cur_rr and ->cfq_listJens Axboe1-55/+32
2007-04-30cfq-iosched: slice offset should take ioprio into accountJens Axboe1-1/+2
2007-04-30[PATCH] cfq-iosched: style cleanups and commentsJens Axboe1-16/+50
2007-04-30cfq-iosched: sort IDLE queues into the rbtreeJens Axboe1-36/+31
2007-04-30cfq-iosched: sort RT queues into the rbtreeJens Axboe1-15/+12
2007-04-30[PATCH] cfq-iosched: speed up rbtree handlingJens Axboe1-14/+48
2007-04-30cfq-iosched: rework the whole round-robin list conceptJens Axboe1-238/+123
2007-04-30cfq-iosched: minor updatesJens Axboe1-63/+18
2007-04-30cfq-iosched: development updateJens Axboe1-120/+261
2007-04-30cfq-iosched: improve preemption for cooperating tasksJens Axboe1-6/+20
2007-04-25cfq-iosched: fix alias + front merge bugJens Axboe1-6/+6
2007-04-20cfq-iosched: fix sequential write regressionJens Axboe1-15/+19
2007-04-17[SCSI] sg: cap reserved_size values at max_sectorsAlan Stern2-1/+5
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton1-2/+0
2007-03-27make elv_register() output atomicThibaut VARENE1-3/+4
2007-03-27block: blk_max_pfn is somtimes wrongVasily Tarasov1-3/+3
2007-02-20[PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra1-1/+1
2007-02-20[PATCH] rework reserved major handlingAndrew Morton1-7/+2
2007-02-17update I/O sched Kconfig help texts - CFQ is now default, not AS.Jesper Juhl1-4/+5
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-02-12[PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majorsAndrew Morton1-0/+8
2007-02-11cfq-iosched: improve continue or break logic in cfq_dispatchJens Axboe1-8/+8
2007-02-11cfq-iosched: remove the implicit queue kicking in slice expireJens Axboe1-6/+6
2007-02-11cfq-iosched: check whether a queue timed out in accountingJens Axboe1-14/+18
2007-02-11cfq-iosched: tweak the FIFO checkingJens Axboe1-3/+4
2007-02-11cfq-iosched: don't pass in queue for cfq_arm_slice_timer()Jens Axboe1-5/+4
2007-02-11cfq-iosched: account for slice over/under timeJens Axboe1-20/+12
2007-02-11cfq-iosched: defer slice activation to first request being activeJens Axboe1-38/+53
2007-02-11[PATCH] cfq-iosched: use last service point as the fairness criteriaJens Axboe1-14/+34
2007-02-11cfq-iosched: document the cfqq flagsJens Axboe1-9/+9
2007-02-11[PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()Jens Axboe1-10/+9
2007-02-11cfq-iosched: remove cfq_io_context last_queueJens Axboe1-17/+2
2007-02-11elevator: don't sort reads between writesJens Axboe1-0/+2
2007-02-11elevator: abstract out the activate and deactivate functionsJens Axboe1-9/+20
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2007-02-11[PATCH] Relay: add CPU hotplug supportMathieu Desnoyers1-2/+1
2007-02-10[PARTITION]: Add whole_disk attribute.Fabio Massimo Di Nitto1-1/+1
2007-02-09[PATCH] md: fix various bugs with aligned reads in RAID5Neil Brown1-1/+1
2007-01-29[PATCH] Fix SG_IO timeout jiffy conversionMike Christie1-2/+3
2007-01-23[PATCH] elevator: move clearing of unplug flag earlierLinas Vepstas1-5/+6
2007-01-02[PATCH] cfq-iosched: merging problemJens Axboe1-3/+3
2006-12-22[PATCH] cfq-iosched: tighten allow merge criteriaJens Axboe1-13/+8
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-0/+1
2006-12-21[PATCH] elevator: fixup typo in merge logicJens Axboe1-1/+1
2006-12-20[PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe2-4/+55
2006-12-19[PATCH] Fixup blk_rq_unmap_user() APIJens Axboe2-14/+17
2006-12-19[PATCH] __blk_rq_unmap_user() fails to return errorJens Axboe1-2/+7
2006-12-19[PATCH] __blk_rq_map_user() doesn't need to grab the queue_lockJens Axboe1-9/+0
2006-12-19[PATCH] Remove queue merging hooksJens Axboe1-9/+6
2006-12-19[PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requestsJens Axboe1-4/+2
2006-12-13[PATCH] Allow as-iosched to be unloadedJens Axboe1-14/+1
2006-12-13[PATCH] Propagate down request sync flagJens Axboe2-14/+32
2006-12-12[PATCH] remove unnecessary blk_queue_bounce in SG_IOFUJITA Tomonori1-7/+0
2006-12-12[PATCH] fix SG_IO bio leakFUJITA Tomonori1-0/+3
2006-12-12[PATCH] remove blk_queue_activity_fnBoaz Harrosh1-12/+0
2006-12-10[PATCH] io-accounting: read accountingAndrew Morton1-2/+5
2006-12-08[PATCH] fault-injection capability for disk IOAkinobu Mita2-0/+71
2006-12-08[PATCH] struct path: convert blockJosef Sipek1-1/+1
2006-12-08[PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra1-2/+2
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-4/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-5/+5
2006-12-07[PATCH] Allow NULL pointers in percpu_freeAlan Stern1-2/+1
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-1/+1
2006-12-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2-23/+18
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells8-89/+206
2006-12-04[PATCH] Centralise definitions of sector_t and blkcnt_tMatthew Wilcox1-4/+2
2006-12-04[PATCH] blktrace: don't return blktrace_seq from trace_note()Jens Axboe1-7/+4
2006-12-04[PATCH] blktrace: uninline trace_note()Jens Axboe1-15/+15
2006-12-01[BLOCK] Cleanup unused variable passingJens Axboe5-10/+9
2006-12-01[PATCH] block: support larger block pc requestsMike Christie2-67/+152
2006-12-01[PATCH] blktrace: add timestamp messageOlaf Kirch1-12/+45
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley4-101/+45
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells3-10/+13
2006-11-16[PATCH] scsi: clear garbage after CDBs on SG_IOTejun Heo1-2/+1
2006-11-15[SCSI] block: convert jiffies to msecs in scsi_ioctl()Hannes Reinecke1-1/+1
2006-11-13[PATCH] Fix bad data direction in SG_IOJens Axboe1-1/+1
2006-11-03[PATCH] tidy "md: check bio address after mapping through partitions"Andrew Morton1-4/+5
2006-10-31[PATCH] CFQ: request <-> request merging rr_list fixupJens Axboe1-3/+3
2006-10-31[PATCH] md: check bio address after mapping through partitions.NeilBrown1-4/+20
2006-10-30[PATCH] CFQ: bad locking in changed_ioprio()Jens Axboe1-2/+3
2006-10-30[PATCH] CFQ: use irq safe locking in cfq_cic_link()Jens Axboe1-2/+3
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-71/+0
2006-10-20[PATCH] export clear_queue_congested and set_queue_congestedThomas Maier1-10/+10
2006-10-12[PATCH] block layer: elv_iosched_show should get elv_list_lockVasily Tarasov1-2/+2
2006-10-12[PATCH] block layer: elevator_find function cleanupVasily Tarasov1-8/+5
2006-10-04[PATCH] helper function for retrieving scsi_cmd given host based block layer tagDavid C Somayajulu1-6/+1
2006-10-03[PATCH] dm: export blkdev_driver_ioctlAlasdair G Kergon1-2/+3
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2-2/+2
2006-09-30[PATCH] Only enable CONFIG_BLOCK option for embeddedJens Axboe1-1/+1
2006-09-30[PATCH] blk_queue_start_tag() shared map race fixJens Axboe1-4/+9
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe5-5/+5
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells3-1/+24
2006-09-30[PATCH] blktrace: cleanup using on_each_cpuMartin Peschke1-15/+4
2006-09-30[PATCH] exit_io_context: don't disable irqsOleg Nesterov1-5/+2
2006-09-30[PATCH] blktrace: support for logging metadata readsJens Axboe1-1/+4
2006-09-30[PATCH] cfq-iosched: use metadata read flagJens Axboe1-0/+24
2006-09-30[PATCH] Allow file systems to differentiate between data and meta readsJens Axboe1-0/+2
2006-09-30[PATCH] ll_rw_blk: allow more flexibility for read_ahead_kb storeJens Axboe1-3/+0
2006-09-30[PATCH] cfq-iosched: improve queue preemptionJens Axboe1-6/+8
2006-09-30[PATCH] Add blk_start_queueing() helperJens Axboe3-25/+25
2006-09-30[PATCH] cfq-iosched: kill the empty_listJens Axboe1-8/+2
2006-09-30[PATCH] cfq-iosched: Kill O(N) runtime of cfq_resort_rr_list()Jens Axboe1-31/+22
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe5-22/+25
2006-09-30[PATCH] Audit block layer inlinesJens Axboe2-5/+5
2006-09-30[PATCH] cfq-iosched: use new io context counting mechanismJens Axboe1-5/+7
2006-09-30[PATCH] as-iosched: use new io context counting mechanismJens Axboe1-4/+5
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe2-38/+18
2006-09-30[PATCH] cfq-iosched: cleanups, fixes, dead code removalJens Axboe1-114/+70
2006-09-30[PATCH] ll_rw_blk: cleanup __make_request()Jens Axboe1-15/+7
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe4-14/+11
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe1-3/+0
2006-09-30[PATCH] Remove struct request_list from struct requestJens Axboe1-8/+2
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe2-9/+7
2006-09-30[PATCH] as-iosched: kill arqJens Axboe1-195/+118
2006-09-30[PATCH] cfq-iosched: kill crqJens Axboe1-144/+95
2006-09-30[PATCH] cfq-iosched: remove the crq flag functions/variableJens Axboe1-42/+16
2006-09-30[PATCH] deadline-iosched: remove elevator private drq request typeJens Axboe1-142/+52
2006-09-30[PATCH] as-iosched: remove arq->is_sync memberJens Axboe1-22/+14
2006-09-30[PATCH] as-iosched: reuse rq for fifoJens Axboe1-22/+12
2006-09-30[PATCH] cfq-iosched: convert to using the FIFO elevator definesJens Axboe1-2/+1
2006-09-30[PATCH] deadline-iosched: migrate to using the elevator rb functionsJens Axboe1-136/+34
2006-09-30[PATCH] cfq-iosched: migrate to using the elevator rb functionsJens Axboe1-123/+41
2006-09-30[PATCH] as-iosched: migrate to using the elevator rb functionsJens Axboe1-151/+29
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingJens Axboe2-17/+113
2006-09-30[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe1-2/+2
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe5-360/+142
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe4-83/+52
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan2-4/+5
2006-09-29[PATCH] block: handle subsystem_register() init errorsRandy Dunlap1-2/+7
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-09-23Merge mulgrave-w:git/linux-2.6James Bottomley1-0/+12
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust1-0/+12
2006-08-31[SCSI] block: add support for shared tag mapsJames Bottomley1-21/+88
2006-08-22elv_unregister: fix possible crash on module unloadOleg Nesterov1-1/+2
2006-08-21[PATCH] cfq_cic_link: fix usage of wrong cfq_io_contextOleg Nesterov1-1/+1
2006-08-21[PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov1-0/+2
2006-07-25[PATCH] cfq-iosched: don't use a hard jiffies value, translate from msecsJens Axboe1-1/+1
2006-07-25[PATCH] blktrace: fix read-ahead bitMilton Miller1-1/+1
2006-07-14[PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctlArjan van de Ven1-2/+2
2006-07-06[PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe1-2/+2
2006-07-06[PATCH] blktrace: readahead supportNathan Scott1-1/+4
2006-07-03[PATCH] lockdep: annotate on-stack completionsIngo Molnar1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds7-7/+0
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel7-7/+0
2006-06-27[PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman1-3/+1
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-26spelling fixesAndreas Mohr2-3/+3
2006-06-23[BLOCK] Fix bounce limit address checkAndi Kleen1-1/+1
2006-06-23[PATCH] rbtree: support functions used by the io schedulersJens Axboe3-32/+20
2006-06-23[PATCH] cfq-iosched: rq update fixesJens Axboe1-5/+5
2006-06-23[PATCH] cfq-iosched: many performance fixesJens Axboe1-40/+76
2006-06-23[PATCH] cfq-iosched: correctly set ioprio on both targetsJens Axboe1-3/+2
2006-06-23[PATCH] Make CFQ the default IO schedulerJens Axboe1-1/+1
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe3-4/+5
2006-06-23[PATCH] cfq-iosched: Don't set the queue batching limitsJens Axboe1-45/+3
2006-06-23[PATCH] remove dead code from elevator switchingDave Jones1-3/+0
2006-06-23[PATCH] blk_start_queue() must be called with irq disabled - add warningPaolo 'Blaisorblade' Giarrusso1-1/+4
2006-06-23[PATCH] iosched: use hlist for request hashtableAkinobu Mita2-49/+35
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov1-3/+2
2006-06-21[PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers1-5/+2
2006-06-20Fix up CFQ scheduler for recent rbtree node shrinkageLinus Torvalds1-1/+0
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds3-13/+5
2006-06-14[PATCH] cfq-iosched: fix crash in do_div()Jens Axboe1-8/+3
2006-06-08[PATCH] elevator switching raceJens Axboe5-45/+53
2006-06-01[PATCH] cfq-iosched: busy_rr fairness fixJens Axboe1-2/+5
2006-06-01[PATCH] cfq-iosched: fix bug in timer handling for the idle classJens Axboe1-4/+3
2006-06-01[PATCH] cfq-iosched: Detect hardware queueingJens Axboe1-2/+13
2006-06-01[PATCH] cfq-iosched: Detect idle process issuing async requestJens Axboe1-3/+13
2006-06-01[PATCH] cfq-iosched: check busy queues before deciding we are idleJens Axboe1-0/+7
2006-05-30[PATCH] cfq-iosched: fixup locking and ->queue_list list managementJens Axboe1-12/+13
2006-05-23[PATCH] blk: fix gendisk->in_flight accounting during barrier sequenceJens Axboe1-1/+6
2006-05-12Revert "[BLOCK] Fix oops on removal of SD/MMC card"Linus Torvalds1-2/+0
2006-05-11[BLOCK] limit request_fn recursionJens Axboe2-3/+22