aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-14block: discard granularity might not be power of 2Shaohua Li1-3/+3
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-0/+16
2012-08-01block: do not artificially constrain max_sectors for stacking driversMike Snitzer1-2/+1
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen1-8/+24
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen1-1/+2
2011-05-06block: add a non-queueable flush flagshaohua.li@intel.com1-0/+6
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe1-16/+0
2011-04-12block: add callback function for unplug notificationJens Axboe1-0/+16
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-8/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-8/+0
2011-03-02block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal1-7/+0
2010-12-17block: max hardware sectors limit wrapperMike Snitzer1-6/+20
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen1-23/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+20
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen1-1/+1
2010-10-01block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni1-1/+1
2010-10-01block: revert bad fix for memory hotplug causing bouncesJens Axboe1-1/+3
2010-09-24block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni1-3/+1
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-0/+3
2010-09-10Consolidate min_not_zeroMartin K. Petersen1-5/+0
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-0/+20
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley1-0/+17
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15block: Fix overrun in lcm() and move it to libMartin K. Petersen1-10/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-47/+13
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-4/+4
2010-02-26block: Add BLK_ prefix to definitionsMartin K. Petersen1-2/+2
2010-02-26block: Remove unused accessor functionMartin K. Petersen1-9/+0
2010-02-26block: Update blk_queue_max_sectors and documentationMartin K. Petersen1-13/+17
2010-01-11block: Stop using byte offsetsMartin K. Petersen1-17/+9
2010-01-11block: bdev_stack_limits wrapperMartin K. Petersen1-0/+22
2010-01-11block: Correct handling of bottom device misaligmentMartin K. Petersen1-4/+13
2009-12-29block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen1-11/+33
2009-12-21block: Fix topology stacking for data and discard alignmentMartin K. Petersen1-37/+50
2009-12-16block: temporarily disable discard granularityJens Axboe1-0/+7
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen1-0/+2
2009-11-11block: jiffies fixesRandy Dunlap1-1/+2
2009-11-10block: Expose discard granularityMartin K. Petersen1-10/+36
2009-10-12blk-settings: fix function parameter kernel-doc notationRandy Dunlap1-1/+1
2009-10-01block: allow large discard requestsChristoph Hellwig1-0/+13
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig1-17/+0
2009-10-01block: Do not clamp max_hw_sectors for stacking devicesMartin K. Petersen1-1/+2
2009-10-01block: Set max_sectors correctly for stacking devicesMartin K. Petersen1-1/+2
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen1-1/+20
2009-08-01block: Update topology documentationMartin K. Petersen1-6/+13
2009-08-01block: Stack optimal I/O sizeMartin K. Petersen1-0/+11
2009-08-01block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen1-7/+24
2009-08-01block: Make blk_queue_stack_limits use the new stacking interfaceMartin K. Petersen1-21/+1
2009-07-28block: always assign default lock to queuesJens Axboe1-0/+7
2009-06-19Fix kernel-doc parameter name typo in blk-settings.c:Randy Dunlap1-1/+1
2009-06-18block: Fix bounce_pfn settingMartin K. Petersen1-1/+1
2009-06-16block: Introduce helper to reset queue limits to default valuesMartin K. Petersen1-6/+27
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runJens Axboe1-4/+0
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap1-3/+3
2009-06-09block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen1-2/+3
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe1-17/+0
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen1-0/+17
2009-05-28block: export blk_stack_limits()Mike Snitzer1-0/+1
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen1-0/+186
2009-05-22block: Move queue limits to an embedded structMartin K. Petersen1-21/+34
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-3/+12
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-11/+10
2009-04-22block: fix queue bounce limit settingTejun Heo1-9/+11
2009-04-06pata_artop: typoAlan Cox1-1/+1
2008-12-29block: use min_not_zero in blk_queue_stack_limitsFUJITA Tomonori1-3/+3
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-0/+4
2008-10-17block: move q->unplug_work initializationPeter Zijlstra1-2/+0
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda1-0/+6
2008-10-09block: unify request timeout handlingJens Axboe1-0/+12
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison1-1/+1
2008-10-09block: add support for IO CPU affinityJens Axboe1-1/+1
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap1-4/+4
2008-10-09Add 'discard' request handlingDavid Woodhouse1-0/+17
2008-07-04block: add blk_queue_update_dma_padFUJITA Tomonori1-4/+20
2008-05-14Remove blkdev warning triggered by using mdNeil Brown1-1/+7
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-10/+10
2008-04-29block: make queue flags non-atomicNick Piggin1-1/+1
2008-04-29unexport blk_max_pfnAdrian Bunk1-1/+0
2008-04-02Fix bounce setting for 64-bitAndrea Arcangeli1-1/+1
2008-03-04block: remove extern on function definitionHarvey Harrison1-1/+1
2008-03-04Fix DMA access of block device in 64-bit kernel on some non-x86 systems with ...Yang Shi1-1/+1
2008-03-04block: separate out padding from alignmentTejun Heo1-0/+17
2008-03-04block: fix kernel-docbook parameters and filesRandy Dunlap1-1/+0
2008-02-19block: implement request_queue->dma_drain_neededTejun Heo1-2/+5
2008-02-19make blk_settings_init() staticAdrian Bunk1-1/+1
2008-02-01block: make core bits checkpatch compliantJens Axboe1-34/+27
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-0/+402