aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-18blk-mq: Remove unused variableKeith Busch1-1/+0
2017-01-13block: don't try to discard from __blkdev_issue_zerooutChristoph Hellwig1-7/+6
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal2-9/+9
2017-01-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2017-01-02block: Avoid that sparse complains about context imbalance in __wbt_wait()Bart Van Assche1-5/+6
2017-01-02block: Make wbt_wait() definition consistent with declarationBart Van Assche1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2016-12-22sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2016-12-19block: check partition alignmentStefan Haberland1-0/+3
2016-12-19block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira1-0/+3
2016-12-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+24
2016-12-14blk-mq: Fix failed allocation path when mapping queuesGabriel Krisman Bertazi1-5/+21
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+21
2016-12-14blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi1-3/+3
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-1/+3
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds30-488/+2835
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe2-0/+2
2016-12-09blk-stat: fix a few cases of missing batch flushingJens Axboe1-0/+8
2016-12-09blk-flush: run the queue when inserting blk-mq flushJens Axboe1-1/+1
2016-12-09elevator: make the rqhash helpers exportedJens Axboe1-4/+4
2016-12-09blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe2-38/+48
2016-12-09blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe1-7/+12
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig4-78/+21
2016-12-09blk-wbt: don't throttle discard or write zeroesChristoph Hellwig1-3/+2
2016-12-07Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds1-0/+4
2016-12-05blk-mq: blk_account_io_start() takes a boolJens Axboe1-1/+1
2016-12-05block: fix unintended fallthrough in generic_make_request_checks()Nicolai Stange1-0/+1
2016-12-02blk-stat: fix a typoShaohua Li1-1/+1
2016-12-01block: factor out req_set_nomergeRitesh Harjani1-9/+10
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni7-8/+105
2016-12-01block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni1-34/+81
2016-12-01block: Check partition alignment on zoned block devicesDamien Le Moal1-0/+65
2016-11-29blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi1-8/+1
2016-11-28blk-wbt: allow wbt to be enabled always through sysfsJens Axboe3-7/+29
2016-11-28blk-wbt: cleanup disable-by-default for CFQJens Axboe3-10/+13
2016-11-28blk-wbt: allow reset of default latency through sysfsJens Axboe3-11/+34
2016-11-22block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2-5/+7
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-2/+6
2016-11-21block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff1-1/+6
2016-11-17scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn1-2/+1
2016-11-17block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn1-3/+14
2016-11-17scsi: fc: use bsg_softirq_doneJohannes Thumshirn1-1/+2
2016-11-17scsi: fc: Use bsg_destroy_jobJohannes Thumshirn1-2/+5
2016-11-17block: add reference counting for struct bsg_jobJohannes Thumshirn1-2/+5
2016-11-17blk-mq: make the polling code adaptiveJens Axboe2-11/+82
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe3-0/+80
2016-11-16blk-wbt: fix old-style function declarationArnd Bergmann1-1/+1
2016-11-16block: deal with stale req count of plug listMing Lei2-1/+11