aboutsummaryrefslogtreecommitdiffstats
path: root/block/ll_rw_blk.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-29block: first step of splitting ll_rw_blk, rename itJens Axboe1-4457/+0
2008-01-29Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+49
2008-01-29Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-85/+213
2008-01-28block: implement drain buffersJames Bottomley1-0/+49
2008-01-28block: cfq: make the io contect sharing locklessJens Axboe1-15/+34
2008-01-28io context sharing: preliminary supportJens Axboe1-16/+30
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe1-9/+21
2008-01-28blk_end_request: cleanup of request completion (take 4)Kiyoshi Ueda1-17/+14
2008-01-28blk_end_request: cleanup 'uptodate' related code (take 4)Kiyoshi Ueda1-47/+9
2008-01-28blk_end_request: remove/unexport end_that_request_* (take 4)Kiyoshi Ueda1-46/+15
2008-01-28blk_end_request: add bidi completion interface (take 4)Kiyoshi Ueda1-5/+35
2008-01-28blk_end_request: add callback feature (take 4)Kiyoshi Ueda1-6/+66
2008-01-28blk_end_request: changing block layer core (take 4)Kiyoshi Ueda1-20/+15
2008-01-28blk_end_request: add/export functions to get request size (take 4)Kiyoshi Ueda1-3/+22
2008-01-28blk_end_request: add new request completion interface (take 4)Kiyoshi Ueda1-0/+96
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+24
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-2/+2
2008-01-24Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng()Greg Kroah-Hartman1-6/+3
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-2/+2
2008-01-11[SCSI] block: Introduce new blk_queue_update_dma_alignment interfaceJames Bottomley1-0/+24
2007-11-27Revert "ll_rw_blk: temporarily enable max_segments tweaking"Jens Axboe1-23/+0
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle1-9/+15
2007-11-09block: fix requeue handling in blk_queue_invalidate_tags()Jens Axboe1-15/+2
2007-11-03Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+6
2007-11-02[BLOCK] Don't allow empty barriers to be passed down to queues that don't gro...Jens Axboe1-1/+6
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-1/+1
2007-10-29[BLOCK] Fix bad sharing of tag busy list on queues with shared tag mapsJens Axboe1-5/+3
2007-10-29block: use lock bitops for the tag map.Nick Piggin1-11/+9
2007-10-29blk_sync_queue() should cancel request_queue->unplug_workOleg Nesterov1-0/+1
2007-10-29block layer: remove a unused argument of drive_stat_acct()Jerome Marchand1-6/+6
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-3/+1
2007-10-23[BLOCK] blk_rq_map_sg: force clear termination bitJens Axboe1-1/+13
2007-10-23[BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg()Jens Axboe1-2/+0
2007-10-22[SG] Update block layer to use sg helpersJens Axboe1-2/+6
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19kernel-api docbook: fix content problemsRandy Dunlap1-1/+1
2007-10-17[BLOCK] blk_rq_map_sg() next_sg fixupJens Axboe1-4/+6
2007-10-17Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+1
2007-10-17mm: bdi init hooksPeter Zijlstra1-3/+10
2007-10-17[BLOCK] Clear sg entry before filling in blk_rq_map_sg()Jens Axboe1-0/+1
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-87/+224
2007-10-16readahead: remove the limit max_sectors_kb imposed on max_readahead_kbFengguang Wu1-9/+0
2007-10-16ll_rw_blk: temporarily enable max_segments tweakingJens Axboe1-0/+23
2007-10-16block: convert to using sg helpersJens Axboe1-7/+11
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-20/+36
2007-10-16block: Initial support for data-less (or empty) barrier supportJens Axboe1-19/+39
2007-10-16block: factor our bio_check_eod()Jens Axboe1-30/+33
2007-10-16block: add end_queued_request() and end_dequeued_request() helpersJens Axboe1-5/+73
2007-10-16block: ll_rw_blk.c: cosmeticsJens Axboe1-6/+9
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-1/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-5/+5
2007-10-10Don't decrement bi_size in bio_endioNeilBrown1-15/+27
2007-10-10Remove flush_dry_bio_endioNeilBrown1-37/+2
2007-10-10ll_rw_blk: blk_cpu_notifier should be __cpuinitdataSatyam Sharma1-2/+2
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe1-17/+17
2007-10-10Share code between init_request_from_bio and blk_rq_bio_prepNeilBrown1-7/+1
2007-10-10Stop exporting blk_rq_bio_prepNeilBrown1-4/+7
2007-10-10New function blk_req_append_bioNeilBrown1-16/+22
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown1-13/+6
2007-10-10Merge blk_recount_segments into blk_recalc_rq_segmentsNeilBrown1-58/+44
2007-09-14shared tag queue barrier commentNick Piggin1-0/+10
2007-09-13Fix race with shared tag queue mapsJens Axboe1-6/+7
2007-08-11Fix remap handling by blktraceAlan D. Brunelle1-0/+4
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-103/+112
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-3/+3
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-2/+2
2007-07-16add a struct request pointer to the request structureFUJITA Tomonori1-0/+1
2007-07-16bind bsg to all SCSI devicesFUJITA Tomonori1-8/+0
2007-07-16bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori1-2/+2
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe1-0/+8
2007-07-10[BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endioTejun Heo1-9/+0
2007-07-10blk_hw_contig_segment(): bad segment size checksJens Axboe1-2/+2
2007-06-15block: always requeue !fs requests at the frontTejun Heo1-0/+9
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 Morton1-4/+3
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08[PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern()Mike Christie1-0/+1
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+2
2007-04-30ll_rw_blk: add io_context private pointerJens Axboe1-0/+1
2007-04-17[SCSI] sg: cap reserved_size values at max_sectorsAlan Stern1-0/+2
2007-03-27block: blk_max_pfn is somtimes wrongVasily Tarasov1-3/+3
2007-02-09[PATCH] md: fix various bugs with aligned reads in RAID5Neil Brown1-1/+1
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-0/+1
2006-12-19[PATCH] Fixup blk_rq_unmap_user() APIJens Axboe1-12/+16
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] Propagate down request sync flagJens Axboe1-8/+20
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 Mita1-0/+40
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-4/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-3/+3
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-40/+126
2006-12-01[PATCH] block: support larger block pc requestsMike Christie1-40/+126
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-4/+4
2006-11-03[PATCH] tidy "md: check bio address after mapping through partitions"Andrew Morton1-4/+5
2006-10-31[PATCH] md: check bio address after mapping through partitions.NeilBrown1-4/+20
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-04[PATCH] helper function for retrieving scsi_cmd given host based block layer tagDavid C Somayajulu1-6/+1
2006-09-30[PATCH] blk_queue_start_tag() shared map race fixJens Axboe1-4/+9
2006-09-30[PATCH] exit_io_context: don't disable irqsOleg Nesterov1-5/+2
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] Add blk_start_queueing() helperJens Axboe1-5/+20
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe1-6/+7
2006-09-30[PATCH] Audit block layer inlinesJens Axboe1-4/+4
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe1-1/+1
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 Axboe1-5/+4
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 Axboe1-7/+6
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingJens Axboe1-3/+4
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe1-0/+2
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-66/+35
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan1-2/+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-21[PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov1-0/+2
2006-07-06[PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe1-2/+2
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 Torvalds1-1/+0
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+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 Mohr1-2/+2
2006-06-23[BLOCK] Fix bounce limit address checkAndi Kleen1-1/+1
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-0/+3
2006-06-23[PATCH] blk_start_queue() must be called with irq disabled - add warningPaolo 'Blaisorblade' Giarrusso1-1/+4
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov1-3/+2
2006-05-23[PATCH] blk: fix gendisk->in_flight accounting during barrier sequenceJens Axboe1-1/+6
2006-05-11[BLOCK] limit request_fn recursionJens Axboe1-2/+15
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman1-1/+1
2006-04-20[patch] cleanup: use blk_queue_stoppedCoywolf Qi Hunt1-2/+2
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz1-1/+1
2006-03-28Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-6/+15
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki1-1/+1
2006-03-28[PATCH] ll_rw_blk: fix 80-col offender in put_io_context()Jens Axboe1-1/+3
2006-03-28[PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to treeJens Axboe1-6/+13
2006-03-27Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-7/+7
2006-03-27[PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.NeilBrown1-0/+2
2006-03-27[PATCH] blk_execute_rq_nowait-speedupAndrew Morton1-3/+5
2006-03-27[BLOCK] ll_rw_blk: kmalloc -> kzalloc conversionJens Axboe1-4/+2
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-2/+42
2006-03-18[PATCH] fix sysfs interaction and lifetime rules handling for queuesAl Viro1-25/+58
2006-03-18[PATCH] deal with rmmod/put_io_context() racesAl Viro1-0/+2
2006-03-18[PATCH] fix locking in queue_requests_store()Al Viro1-3/+7
2006-03-18[PATCH] fix double-free in blk_init_queue_node()Al Viro1-5/+5
2006-03-08[PATCH] block: disable block layer bouncing for most memory on 64bit systemsAndi Kleen1-14/+19
2006-02-08[PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug)Tejun Heo1-2/+2
2006-02-05[PATCH] fix ordering on requeued request drainageJens Axboe1-22/+16
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-1/+1
2006-02-01[PATCH] device-mapper disk statistics: timingJun'ichi "Nick" Nomura1-0/+2
2006-01-31[BLOCK] A few kerneldoc fixupsJens Axboe1-0/+2
2006-01-24[BLOCK] ll_rw_blk: fix setting of ->ordered on initTetsuo Takata1-0/+1
2006-01-24[BLOCK] ll_rw_blk: use preempt-disabling disk_stat_add() in completionJens Axboe1-1/+1
2006-01-24[BLOCK] ll_rw_blk: make max_sectors and max_hw_sectors unsigned intsJens Axboe1-1/+1
2006-01-09Merge branch 'blk-softirq' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+105
2006-01-09[BLOCK] ll_rw_blk: Enable out-of-order request completions through softirqJens Axboe1-1/+105
2006-01-09[BLOCK] Kill blk_attempt_remerge()Jens Axboe1-24/+0
2006-01-09[BLOCK][TRIVIAL] ll_rw_blk: header included twiceNicolas Kaiser1-1/+0
2006-01-06[BLOCK] reimplement handling of barrier requestTejun Heo1-141/+243
2006-01-06[BLOCK] ll_rw_blk: separate out bio init part from __make_requestTejun Heo1-29/+33
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo1-7/+15
2006-01-06[BLOCK] mark some block/ variables consArjan van de Ven1-1/+1
2006-01-06[BLOCK] ll_rw_blk: fastpath get_request()Jens Axboe1-33/+37
2005-12-15[SCSI] seperate max_sectors from max_hw_sectorsMike Christie1-8/+26
2005-12-14[SCSI] export blk layer functions needed for blk_execute_rq_nowaitMike Christie1-1/+5
2005-11-18[BLOCK] new block/ directory comment tidyCoywolf Qi Hunt1-2/+0
2005-11-07Merge branch 'block-dir' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+3612
2005-11-04[BLOCK] Move all core block layer code to new block/ directoryJens Axboe1-0/+3613