aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+4
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe1-1/+3
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand1-0/+1
2010-12-17block: max hardware sectors limit wrapperMike Snitzer1-0/+1
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen1-3/+6
2010-12-16implement in-kernel gendisk events handlingTejun Heo1-0/+3
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo1-1/+0
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-2/+1
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-0/+8
2010-10-27Add helper function for blkdev_issue_zeroout (sb_issue_discard)Lukas Czerner1-0/+8
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-1/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-80/+21
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-0/+1
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen1-2/+2
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-9/+5
2010-09-16blkio: Core implementation of throttle policyVivek Goyal1-0/+24
2010-09-15block: fix an address space warning in blk-map.cNamhyung Kim1-2/+2
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-4/+29
2010-09-10block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig1-2/+0
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig1-6/+5
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo1-36/+2
2010-09-10block: rename barrier/ordered to flushTejun Heo1-12/+12
2010-09-10block: drop barrier ordering by queue drainingTejun Heo1-11/+8
2010-09-10block: misc cleanups in barrier codeTejun Heo1-1/+0
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-2/+4
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo1-16/+1
2010-09-10ide: remove unnecessary blk_queue_flushing() test in do_ide_request()Tejun Heo1-1/+0
2010-08-12block: add secure discardAdrian Hunter1-1/+6
2010-08-07block: disallow FS recursion from sb_issue_discard allocationMike Snitzer1-1/+1
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-1/+0
2010-08-07block: remove unused REQ_TYPE_LINUX_BLOCKFUJITA Tomonori1-15/+0
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-3/+1
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley1-0/+4
2010-08-07block: don't allocate a payload for discard requestChristoph Hellwig1-0/+2
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-65/+1
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-28/+13
2010-08-07block: kill ISA_DMA_THRESHOLD usageFUJITA Tomonori1-1/+1
2010-08-07block: add sysfs knob for turning off disk entropy contributionsJens Axboe1-1/+4
2010-06-01block: disable preemption before using sched_clock()Jens Axboe1-0/+9
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+2
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo1-2/+1
2010-05-18swap: Add swap slot free callback to block_device_operationsNitin Gupta1-0/+2
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer1-0/+5
2010-04-28blkdev: add blkdev_issue_zeroout helper functionDmitry Monakhov1-1/+2
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-7/+11
2010-04-21blkio: Fix blkio crash during rq stat updateVivek Goyal1-1/+2
2010-04-09blkio: Changes to IO controller additional stats patchesDivyesh Shah1-0/+18
2010-04-02blkio: Increment the blkio cgroup stats for real nowDivyesh Shah1-1/+19
2010-03-19block: remove 16 bytes of padding from struct request on 64bitsRichard Kennedy1-5/+6
2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen1-24/+0