aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07block: add internal hd part table referencesJens Axboe1-3/+3
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand1-5/+21
2011-01-03block: make kblockd_workqueue smarterTejun Heo1-1/+3
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event.Mike Snitzer1-5/+5
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-7/+0
2010-11-10block: read i_size with i_size_read()Mike Snitzer1-2/+2
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-16/+8
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-16/+8
2010-10-23block: fix use-after-free bug in blk throttle codeJens Axboe1-2/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-33/+39
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+43
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-3/+3
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-8/+16
2010-09-16blkio: Core implementation of throttle policyVivek Goyal1-0/+24
2010-09-14block: block_dump: Add number of sectors to debug outputSan Mehat1-2/+3
2010-09-10block: make __blk_rq_prep_clone() copy most command flagsTejun Heo1-3/+1
2010-09-10block: filter flush bio's in __generic_make_request()Tejun Heo1-0/+13
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo1-1/+1
2010-09-10block: rename barrier/ordered to flushTejun Heo1-11/+10
2010-09-10block: drop barrier ordering by queue drainingTejun Heo1-2/+9
2010-09-10block: misc cleanups in barrier codeTejun Heo1-17/+4
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-2/+4
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby1-3/+3
2010-08-12block: add secure discardAdrian Hunter1-1/+4
2010-08-11Merge branch 'master' into for-nextJiri Kosina1-35/+82
2010-08-09Fix spelling fuction -> function in commentsStefan Weil1-1/+1
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