summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-16blkio: Core implementation of throttle policyVivek Goyal
2010-09-15block: fix an address space warning in blk-map.cNamhyung Kim
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen
2010-09-10block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo
2010-09-10block: rename barrier/ordered to flushTejun Heo
2010-09-10block: drop barrier ordering by queue drainingTejun Heo
2010-09-10block: misc cleanups in barrier codeTejun Heo
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo
2010-09-10ide: remove unnecessary blk_queue_flushing() test in do_ide_request()Tejun Heo
2010-08-12block: add secure discardAdrian Hunter
2010-08-07block: disallow FS recursion from sb_issue_discard allocationMike Snitzer
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: remove unused REQ_TYPE_LINUX_BLOCKFUJITA Tomonori
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley
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: kill ISA_DMA_THRESHOLD usageFUJITA Tomonori
2010-08-07block: add sysfs knob for turning off disk entropy contributionsJens Axboe
2010-06-01block: disable preemption before using sched_clock()Jens Axboe
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo
2010-05-18swap: Add swap slot free callback to block_device_operationsNitin Gupta
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer
2010-04-28blkdev: add blkdev_issue_zeroout helper functionDmitry Monakhov
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2010-04-21blkio: Fix blkio crash during rq stat updateVivek Goyal
2010-04-09blkio: Changes to IO controller additional stats patchesDivyesh Shah
2010-04-02blkio: Increment the blkio cgroup stats for real nowDivyesh Shah
2010-03-19block: remove 16 bytes of padding from struct request on 64bitsRichard Kennedy
2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-26block: Add BLK_ prefix to definitionsMartin K. Petersen
2010-02-26block: Remove unused accessor functionMartin K. Petersen
2010-02-25Merge branch 'master' into for-2.6.34Jens Axboe
2010-02-23Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe
2010-01-29block: Added in stricter no merge semantics for block I/OAlan D. Brunelle
2010-01-11block: Stop using byte offsetsMartin K. Petersen
2010-01-11block: bdev_stack_limits wrapperMartin K. Petersen
2010-01-11block: Fix discard alignment calculation and printingMartin K. Petersen
2009-12-30block: blk_rq_err_sectors cleanupGui Jianfeng
2009-12-29block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov