Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | block: allow max_discard_segments to be stacked | Mike Snitzer | 1 | -1/+1 |
2018-07-09 | blk-rq-qos: refactor out common elements of blk-wbt | Josef Bacik | 1 | -2/+2 |
2018-03-09 | block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}() | Bart Van Assche | 1 | -4/+2 |
2018-03-09 | block: Use the queue_flag_*() functions instead of open-coding these | Bart Van Assche | 1 | -2/+2 |
2017-11-11 | block: remove __bio_kmap_atomic | Christoph Hellwig | 1 | -1/+1 |
2017-08-23 | block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queue | Bart Van Assche | 1 | -0/+1 |
2017-06-27 | block: don't bother with bounce limits for make_request drivers | Christoph Hellwig | 1 | -5/+0 |
2017-04-08 | block: remove the discard_zeroes_data flag | Christoph Hellwig | 1 | -3/+0 |
2017-02-08 | block: optionally merge discontiguous discard bios into a single request | Christoph Hellwig | 1 | -0/+20 |
2017-02-02 | block: Use pointer to backing_dev_info from request_queue | Jan Kara | 1 | -1/+1 |
2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+38 |
2016-12-13 | mm: don't cap request size based on read-ahead setting | Jens Axboe | 1 | -0/+1 |
2016-12-01 | block: add support for REQ_OP_WRITE_ZEROES | Chaitanya Kulkarni | 1 | -0/+17 |
2016-11-10 | block: hook up writeback throttling | Jens Axboe | 1 | -0/+4 |
2016-11-06 | block: add code to track actual device queue depth | Jens Axboe | 1 | -0/+12 |
2016-10-18 | block: update chunk_sectors in blk_stack_limits() | Hannes Reinecke | 1 | -0/+4 |
2016-10-18 | block: Add 'zoned' queue limit | Damien Le Moal | 1 | -0/+1 |
2016-04-13 | block: kill off q->flush_flags | Jens Axboe | 1 | -8/+10 |
2016-04-13 | block: kill blk_queue_flush() | Jens Axboe | 1 | -20/+0 |
2016-04-13 | block: add ability to flag write back caching on a device | Jens Axboe | 1 | -0/+26 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -6/+6 |
2016-02-11 | block: Initialize max_dev_sectors to 0 | Keith Busch | 1 | -2/+2 |
2015-11-26 | block/sd: Fix device-imposed transfer length limits | Martin K. Petersen | 1 | -20/+16 |
2015-09-02 | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -23/+21 |
2015-08-20 | block: Replace SG_GAPS with new queue limits mask | Keith Busch | 1 | -0/+14 |
2015-08-18 | Revert "block: remove artifical max_hw_sectors cap" | Jeff Moyer | 1 | -1/+3 |
2015-08-13 | block: kill merge_bvec_fn() completely | Kent Overstreet | 1 | -22/+0 |
2015-08-12 | sd: Fix maximum I/O size for BLOCK_PC requests | Martin K. Petersen | 1 | -2/+2 |
2015-07-17 | block: make /sys/block/<dev>/queue/discard_max_bytes writeable | Jens Axboe | 1 | -0/+4 |
2015-03-31 | block: fix blk_stack_limits() regression due to lcm() change | Mike Snitzer | 1 | -3/+3 |
2014-10-22 | block: remove artifical max_hw_sectors cap | Christoph Hellwig | 1 | -3/+1 |
2014-10-09 | block: fix alignment_offset math that assumes io_min is a power-of-2 | Mike Snitzer | 1 | -2/+2 |
2014-06-10 | block: ensure that bio_add_page() always accepts a page for an empty bio | Jens Axboe | 1 | -1/+4 |
2014-06-05 | block: add notion of a chunk size for request merging | Jens Axboe | 1 | -0/+18 |
2014-01-09 | bcache/md: Use raid stripe size | Kent Overstreet | 1 | -0/+4 |
2013-11-14 | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2013-11-08 | block: properly stack underlying max_segment_size to DM device | Mike Snitzer | 1 | -0/+1 |
2013-10-31 | ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc... | Santosh Shilimkar | 1 | -4/+4 |
2012-12-14 | block: discard granularity might not be power of 2 | Shaohua Li | 1 | -3/+3 |
2012-09-20 | block: Implement support for WRITE SAME | Martin K. Petersen | 1 | -0/+16 |
2012-08-01 | block: do not artificially constrain max_sectors for stacking drivers | Mike Snitzer | 1 | -2/+1 |
2012-01-11 | block: Introduce blk_set_stacking_limits function | Martin K. Petersen | 1 | -8/+24 |
2011-05-18 | block: Fix discard topology stacking and reporting | Martin K. Petersen | 1 | -1/+2 |
2011-05-06 | block: add a non-queueable flush flag | shaohua.li@intel.com | 1 | -0/+6 |
2011-04-18 | Revert "block: add callback function for unplug notification" | Jens Axboe | 1 | -16/+0 |
2011-04-12 | block: add callback function for unplug notification | Jens Axboe | 1 | -0/+16 |
2011-03-10 | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 1 | -8/+0 |
2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -8/+0 |
2011-03-03 | block: Initialize ->queue_lock to internal lock at queue allocation time | Vivek Goyal | 1 | -7/+0 |
2010-12-17 | block: max hardware sectors limit wrapper | Mike Snitzer | 1 | -6/+20 |