aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12block: add secure discardAdrian Hunter1-1/+4
2010-08-08block: update request stacking methods to support discardsike Snitzer1-0/+5
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley1-0/+25
2010-08-07block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe1-1/+1
2010-08-07block: don't allocate a payload for discard requestChristoph Hellwig1-0/+32
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-27/+10
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-6/+7
2010-08-07block: add sysfs knob for turning off disk entropy contributionsJens Axboe1-1/+2
2010-06-24block: Don't count_vm_events for discard bio in submit_bio.Tao Ma1-1/+1
2010-06-17block: fix DISCARD_BARRIER requestsChristoph Hellwig1-5/+2
2010-06-04block: make blk_init_free_list and elevator_init idempotentMike Snitzer1-0/+3
2010-06-04block: avoid unconditionally freeing previously allocated request_queueMike Snitzer1-6/+11
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer1-1/+17
2010-04-09blkio: Add io_merged statDivyesh Shah1-0/+2
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett1-1/+4
2010-04-02blkio: Increment the blkio cgroup stats for real nowDivyesh Shah1-2/+4
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-25Merge branch 'master' into for-2.6.34Jens Axboe1-9/+2
2010-02-23blk-core: use BIO list management functionsAkinobu Mita1-17/+14
2010-02-23Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe1-9/+2
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's pagesIlya Loginov1-0/+19
2009-10-24block: silently error unsupported empty barriers tooMark McLoughlin1-1/+1
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan1-4/+4
2009-10-05block: get rid of kblock_schedule_delayed_work()Jens Axboe1-8/+0
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-3/+3
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upJens Axboe1-0/+8
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+1
2009-10-01block: allow large discard requestsChristoph Hellwig1-1/+2
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig1-2/+1
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-32/+134
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan1-3/+3
2009-09-11block: trace bio queueing trial only when it occursMinchan Kim1-2/+2
2009-09-11block: improve queue_should_plug() by looking at IO depthsJens Axboe1-2/+9
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-12/+13
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo1-0/+99
2009-09-11block: use the same failfast bits for bio and requestTejun Heo1-12/+7
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-07-28block: make the end_io functions be non-GPL exportsJens Axboe1-6/+6
2009-07-28block: always assign default lock to queuesJens Axboe1-7/+0
2009-07-01blocK: Restore barrier support for md and probably other virtual devices.NeilBrown1-5/+5
2009-07-01block: get rid of queue-private command filterJens Axboe1-2/+0
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen1-1/+1
2009-06-16block: remove some includings of blktrace_api.hLi Zefan1-1/+0
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runJens Axboe1-0/+5
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap1-10/+11
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-302/+546
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-3/+7
2009-06-11block: add request clone interface (v2)Kiyoshi Ueda1-0/+100
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-12/+4
2009-06-09block: needs to set the residual length of a bidi requestFUJITA Tomonori1-0/+3