aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 1-27/+10
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-6/+7
2010-08-07block: add sysfs knob for turning off disk entropy contributionsGravatar Jens Axboe 1-1/+2
2010-06-24block: Don't count_vm_events for discard bio in submit_bio.Gravatar Tao Ma 1-1/+1
2010-06-17block: fix DISCARD_BARRIER requestsGravatar Christoph Hellwig 1-5/+2
2010-06-04block: make blk_init_free_list and elevator_init idempotentGravatar Mike Snitzer 1-0/+3
2010-06-04block: avoid unconditionally freeing previously allocated request_queueGravatar Mike Snitzer 1-6/+11
2010-05-11block: allow initialization of previously allocated request_queueGravatar Mike Snitzer 1-1/+17
2010-04-09blkio: Add io_merged statGravatar Divyesh Shah 1-0/+2
2010-04-06laptop-mode: Make flushes per-deviceGravatar Matthew Garrett 1-1/+4
2010-04-02blkio: Increment the blkio cgroup stats for real nowGravatar Divyesh Shah 1-2/+4
2010-02-26block: Consolidate phys_segment and hw_segment limitsGravatar Martin K. Petersen 1-2/+1
2010-02-25Merge branch 'master' into for-2.6.34Gravatar Jens Axboe 1-9/+2
2010-02-23blk-core: use BIO list management functionsGravatar Akinobu Mita 1-17/+14
2010-02-23Revert "block: improve queue_should_plug() by looking at IO depths"Gravatar Jens Axboe 1-9/+2
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Gravatar Ilya Loginov 1-0/+19
2009-10-24block: silently error unsupported empty barriers tooGravatar Mark McLoughlin 1-1/+1
2009-10-06block: Seperate read and write statistics of in_flight requests v2Gravatar Nikanth Karthikesan 1-4/+4
2009-10-05block: get rid of kblock_schedule_delayed_work()Gravatar Jens Axboe 1-8/+0
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Gravatar Jens Axboe 1-3/+3
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upGravatar Jens Axboe 1-0/+8
2009-10-01Add a tracepoint for block request remappingGravatar Jun'ichi Nomura 1-0/+1
2009-10-01block: allow large discard requestsGravatar Christoph Hellwig 1-1/+2
2009-10-01block: use normal I/O path for discard requestsGravatar Christoph Hellwig 1-2/+1
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-32/+134
2009-09-14Seperate read and write statistics of in_flight requestsGravatar Nikanth Karthikesan 1-3/+3
2009-09-11block: trace bio queueing trial only when it occursGravatar Minchan Kim 1-2/+2
2009-09-11block: improve queue_should_plug() by looking at IO depthsGravatar Jens Axboe 1-2/+9
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingGravatar Jens Axboe 1-12/+13
2009-09-11block: implement mixed merge of different failfast requestsGravatar Tejun Heo 1-0/+99
2009-09-11block: use the same failfast bits for bio and requestGravatar Tejun Heo 1-12/+7
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+1
2009-07-28block: make the end_io functions be non-GPL exportsGravatar Jens Axboe 1-6/+6
2009-07-28block: always assign default lock to queuesGravatar Jens Axboe 1-7/+0
2009-07-01blocK: Restore barrier support for md and probably other virtual devices.Gravatar NeilBrown 1-5/+5
2009-07-01block: get rid of queue-private command filterGravatar Jens Axboe 1-2/+0
2009-07-01block: Create bip slabs with embedded integrity vectorsGravatar Martin K. Petersen 1-1/+1
2009-06-16block: remove some includings of blktrace_api.hGravatar Li Zefan 1-1/+0
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runGravatar Jens Axboe 1-0/+5
2009-06-11block: fix kernel-doc in recent block/ changesGravatar Randy Dunlap 1-10/+11
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-302/+546
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Linus Torvalds 1-3/+7
2009-06-11block: add request clone interface (v2)Gravatar Kiyoshi Ueda 1-0/+100
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Gravatar Li Zefan 1-12/+4
2009-06-09block: needs to set the residual length of a bidi requestGravatar FUJITA Tomonori 1-0/+3
2009-05-30block: fix an oops on BLKPREP_KILLGravatar James Bottomley 1-0/+5
2009-05-27block: fix oops with block tag queueingGravatar James Bottomley 1-4/+4
2009-05-22block: Use accessor functions for queue limitsGravatar Martin K. Petersen 1-8/+8
2009-05-22Merge branch 'master' into for-2.6.31Gravatar Jens Axboe 1-2/+2
2009-05-20block: change the tag sync vs async restriction logicGravatar Jens Axboe 1-1/+1