summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove jsflash driverJens Axboe2018-05-154-708/+0
* block: Add sysfs entry for fua supportKent Overstreet2018-05-141-0/+11
* block: Export bio check/set pages_dirtyKent Overstreet2018-05-141-0/+2
* block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet2018-05-142-1/+10
* block: Add missing flush_dcache_page() callKent Overstreet2018-05-141-0/+2
* block: Split out bio_list_copy_data()Kent Overstreet2018-05-143-35/+55
* block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet2018-05-142-23/+39
* block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-144-8/+7
* block: Add bioset_init()/bioset_exit()Kent Overstreet2018-05-142-28/+67
* block: Convert bio_set to mempool_init()Kent Overstreet2018-05-143-39/+36
* mempool: Add mempool_init()/mempool_exit()Kent Overstreet2018-05-142-27/+115
* sbitmap: fix race in wait batch accountingJens Axboe2018-05-141-10/+25
* block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-148-15/+16
* block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig2018-05-141-3/+2
* block: pass an explicit gfp_t to get_requestChristoph Hellwig2018-05-142-11/+7
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-1429-59/+42
* block: fix __get_request documentationChristoph Hellwig2018-05-141-1/+1
* scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig2018-05-144-24/+18
* memstick: remove unused variablesChristoph Hellwig2018-05-142-2/+0
* ps3disk: handle highmem pagesChristoph Hellwig2018-05-111-2/+0
* jsflash: handle highmem pagesChristoph Hellwig2018-05-111-2/+4
* aoe: handle highmem pagesChristoph Hellwig2018-05-112-2/+2
* mtd_blkdevs: handle highmem pagesChristoph Hellwig2018-05-111-6/+14
* memstick: don't call blk_queue_bounce_limitChristoph Hellwig2018-05-112-10/+0
* DAC960: don't use block layer bounce buffersChristoph Hellwig2018-05-112-8/+2
* mtip32xx: don't use block layer bounce buffersChristoph Hellwig2018-05-111-1/+0
* sbitmap: warn if using smaller shallow depth than was setupOmar Sandoval2018-05-101-0/+2
* kyber-iosched: update shallow depth when setting up hardware queueJens Axboe2018-05-101-0/+3
* bfq-iosched: update shallow depth to smallest one usedJens Axboe2018-05-101-3/+14
* sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval2018-05-102-9/+69
* bfq-iosched: remove unused variableJens Axboe2018-05-102-15/+7
* bfq: calculate shallow depths at init timeJens Axboe2018-05-101-47/+50
* bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe2018-05-101-8/+1
* blk-mq: don't call into depth limiting for reserved tagsJens Axboe2018-05-101-2/+4
* block, bfq: postpone rq preparation to insert or mergePaolo Valente2018-05-101-29/+57
* mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET2018-05-101-1/+1
* brd: Mark as non-rotationalSeongJae Park2018-05-091-0/+4
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-0910-76/+30
* block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval2018-05-091-4/+5
* block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval2018-05-094-63/+57
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-0910-77/+41
* block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval2018-05-092-12/+56
* block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval2018-05-094-46/+45
* block: move some wbt helpers to blk-wbt.cOmar Sandoval2018-05-092-25/+28
* blk-wbt: throttle discards like background writesJens Axboe2018-05-083-21/+32
* blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe2018-05-082-11/+18
* blk-wbt: account any writing command as a writeJens Axboe2018-05-081-1/+1
* block: break discard submissions into the user defined sizeJens Axboe2018-05-081-3/+9
* loop: remember whether sysfs_create_group() was doneTetsuo Handa2018-05-072-5/+7
* block: Shorten interrupt disabled regionsThomas Gleixner2018-05-071-10/+2