summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-23UPSTREAM: mm: don't cap request size based on read-ahead settingJens Axboe4-11/+31
2016-04-13block: kill off q->flush_flagsJens Axboe8-28/+32
2016-04-12block: kill blk_queue_flush()Jens Axboe3-23/+2
2016-04-12block: add ability to flag write back caching on a deviceJens Axboe4-0/+77
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-02-11block: Initialize max_dev_sectors to 0Keith Busch1-2/+2
2015-11-26block/sd: Fix device-imposed transfer length limitsMartin K. Petersen5-37/+51
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds132-2130/+1199
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch7-42/+43
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer3-2/+5
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet32-859/+9
2015-08-12sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen2-5/+5
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe4-2/+53
2015-03-31block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer3-3/+15
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig3-5/+2
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2-5/+4
2014-06-10block: ensure that bio_add_page() always accepts a page for an empty bioJens Axboe2-2/+10
2014-06-05block: add notion of a chunk size for request mergingJens Axboe3-2/+41
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet4-0/+12
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds49-364/+3885
2013-11-08block: properly stack underlying max_segment_size to DM deviceMike Snitzer1-0/+1
2013-10-31ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Santosh Shilimkar1-4/+4
2012-12-14block: discard granularity might not be power of 2Shaohua Li3-16/+20
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen11-6/+181
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. Petersen4-11/+29
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen3-4/+9
2011-05-06block: add a non-queueable flush flagshaohua.li@intel.com2-0/+13
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe3-22/+0
2011-04-12block: add callback function for unplug notificationJens Axboe3-0/+22
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe137-1533/+606
2011-03-10block: remove per-queue pluggingJens Axboe119-1269/+151
2011-03-03block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal2-8/+15
2010-12-17block: max hardware sectors limit wrapperMike Snitzer3-9/+23
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen7-40/+13
2010-10-23Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds80-1921/+845
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen2-3/+3
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. Petersen12-50/+167
2010-09-10Consolidate min_not_zeroMartin K. Petersen5-13/+10
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo15-102/+67
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley4-1/+47
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds34-178/+475
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-15block: Fix overrun in lcm() and move it to libMartin K. Petersen4-11/+25
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen35-136/+70
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen41-53/+60
2010-02-26block: Add BLK_ prefix to definitionsMartin K. Petersen3-7/+11
[next]