summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet3-39/+36
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet2-27/+115
2018-05-14sbitmap: fix race in wait batch accountingJens Axboe1-10/+25
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig8-15/+16
2018-05-14block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig1-3/+2
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig2-11/+7
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig29-59/+42
2018-05-14block: fix __get_request documentationChristoph Hellwig1-1/+1
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig4-24/+18
2018-05-14memstick: remove unused variablesChristoph Hellwig2-2/+0
2018-05-12ps3disk: handle highmem pagesChristoph Hellwig1-2/+0
2018-05-12jsflash: handle highmem pagesChristoph Hellwig1-2/+4
2018-05-12aoe: handle highmem pagesChristoph Hellwig2-2/+2
2018-05-12mtd_blkdevs: handle highmem pagesChristoph Hellwig1-6/+14
2018-05-12memstick: don't call blk_queue_bounce_limitChristoph Hellwig2-10/+0
2018-05-12DAC960: don't use block layer bounce buffersChristoph Hellwig2-8/+2
2018-05-12mtip32xx: don't use block layer bounce buffersChristoph Hellwig1-1/+0
2018-05-10sbitmap: warn if using smaller shallow depth than was setupOmar Sandoval1-0/+2
2018-05-10kyber-iosched: update shallow depth when setting up hardware queueJens Axboe1-0/+3
2018-05-10bfq-iosched: update shallow depth to smallest one usedJens Axboe1-3/+14
2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval2-9/+69
2018-05-10bfq-iosched: remove unused variableJens Axboe2-15/+7
2018-05-10bfq: calculate shallow depths at init timeJens Axboe1-47/+50
2018-05-10bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe1-8/+1
2018-05-10blk-mq: don't call into depth limiting for reserved tagsJens Axboe1-2/+4
2018-05-10block, bfq: postpone rq preparation to insert or mergePaolo Valente1-29/+57
2018-05-10mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET1-1/+1
2018-05-09brd: Mark as non-rotationalSeongJae Park1-0/+4
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval10-76/+30
2018-05-09block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval1-4/+5
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval4-63/+57
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval10-77/+41
2018-05-09block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval2-12/+56
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval4-46/+45
2018-05-09block: move some wbt helpers to blk-wbt.cOmar Sandoval2-25/+28
2018-05-09blk-wbt: throttle discards like background writesJens Axboe3-21/+32
2018-05-09blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe2-11/+18
2018-05-09blk-wbt: account any writing command as a writeJens Axboe1-1/+1
2018-05-09block: break discard submissions into the user defined sizeJens Axboe1-3/+9
2018-05-08loop: remember whether sysfs_create_group() was doneTetsuo Handa2-5/+7
2018-05-08block: Shorten interrupt disabled regionsThomas Gleixner1-10/+2
2018-05-08block: Remove redundant WARN_ON()Anna-Maria Gleixner1-1/+0
2018-05-08block: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior1-3/+0
2018-05-07Fix typo in comment.Florian La Roche1-1/+1
2018-05-07Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-16/+40
2018-05-07Linux 4.17-rc4v4.17-rc4Linus Torvalds1-2/+2
2018-05-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-85/+122
2018-05-06Merge tag 'iommu-fixes-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-34/+37
2018-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+5
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-30/+55