aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2010-08-12block: add secure discardAdrian Hunter
2010-08-08block: update request stacking methods to support discardsike Snitzer
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley
2010-08-07block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe
2010-08-07block: don't allocate a payload for discard requestChristoph Hellwig
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-08-07block: add sysfs knob for turning off disk entropy contributionsJens Axboe
2010-06-24block: Don't count_vm_events for discard bio in submit_bio.Tao Ma
2010-06-17block: fix DISCARD_BARRIER requestsChristoph Hellwig
2010-06-04block: make blk_init_free_list and elevator_init idempotentMike Snitzer
2010-06-04block: avoid unconditionally freeing previously allocated request_queueMike Snitzer
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer
2010-04-09blkio: Add io_merged statDivyesh Shah
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett
2010-04-02blkio: Increment the blkio cgroup stats for real nowDivyesh Shah
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-25Merge branch 'master' into for-2.6.34Jens Axboe
2010-02-23blk-core: use BIO list management functionsAkinobu Mita
2010-02-23Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov
2009-10-24block: silently error unsupported empty barriers tooMark McLoughlin
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan
2009-10-05block: get rid of kblock_schedule_delayed_work()Jens Axboe
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upJens Axboe
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura
2009-10-01block: allow large discard requestsChristoph Hellwig
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan
2009-09-11block: trace bio queueing trial only when it occursMinchan Kim
2009-09-11block: improve queue_should_plug() by looking at IO depthsJens Axboe
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo
2009-09-11block: use the same failfast bits for bio and requestTejun Heo
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-07-28block: make the end_io functions be non-GPL exportsJens Axboe
2009-07-28block: always assign default lock to queuesJens Axboe
2009-07-01blocK: Restore barrier support for md and probably other virtual devices.NeilBrown
2009-07-01block: get rid of queue-private command filterJens Axboe
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen
2009-06-16block: remove some includings of blktrace_api.hLi Zefan
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runJens Axboe
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-11block: add request clone interface (v2)Kiyoshi Ueda
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan
2009-06-09block: needs to set the residual length of a bidi requestFUJITA Tomonori