aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-11/+16
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+8
2010-02-26block: Add BLK_ prefix to definitionsMartin K. Petersen1-3/+7
2010-02-26block: Remove unused accessor functionMartin K. Petersen1-1/+0
2010-02-25Merge branch 'master' into for-2.6.34Jens Axboe1-4/+2
2010-02-23Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe1-3/+1
2010-01-29block: Added in stricter no merge semantics for block I/OAlan D. Brunelle1-0/+3
2010-01-11block: Stop using byte offsetsMartin K. Petersen1-12/+5
2010-01-11block: bdev_stack_limits wrapperMartin K. Petersen1-0/+2
2010-01-11block: Fix discard alignment calculation and printingMartin K. Petersen1-2/+5
2009-12-30block: blk_rq_err_sectors cleanupGui Jianfeng1-6/+0
2009-12-29block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen1-2/+9
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen1-0/+14
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's pagesIlya Loginov1-0/+11
2009-11-10block: Expose discard granularityMartin K. Petersen1-0/+18
2009-10-29block: move bdi/address_space unplug functions to backing-dev.hJens Axboe1-13/+0
2009-10-05block: get rid of kblock_schedule_delayed_work()Jens Axboe1-4/+0
2009-10-03block: Topology ioctlsMartin K. Petersen1-5/+30
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upJens Axboe1-0/+4
2009-10-01block: allow large discard requestsChristoph Hellwig1-0/+3
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig1-4/+2
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig1-3/+6
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen1-0/+1
2009-09-11block: enable rq CPU completion affinity by defaultJens Axboe1-1/+2
2009-09-11block: improve queue_should_plug() by looking at IO depthsJens Axboe1-0/+2
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-1/+1
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo1-5/+18