aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-07block, bfq: add requeue-request hookPaolo Valente1-25/+82
2018-02-06block: Add should_fail_bio() for bpf error injectionHoward McLauchlan1-1/+10
2018-02-06blk-wbt: account flush requests correctlyJens Axboe1-1/+9
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds4-7/+47
2018-02-01blk-mq-sched: Enable merging discard bio into requestKeith Busch1-0/+2
2018-02-01blk-mq: fix discard merge with scheduler attachedJens Axboe2-3/+28
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2-4/+17
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds32-684/+1506
2018-01-24bsg: use pr_debug instead of hand crafted macrosJohannes Thumshirn1-23/+17
2018-01-24blk-mq-debugfs: don't allow write on attributes with seq_operations setEryu Guan1-1/+5
2018-01-23block: Set BIO_TRACE_COMPLETION on new bio during splitGoldwyn Rodrigues1-1/+1
2018-01-19blk-throttle: use queue_is_rq_basedweiping zhang1-1/+1
2018-01-19block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche1-14/+0
2018-01-19blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delaysBart Van Assche1-4/+3
2018-01-19blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly()Bart Van Assche3-4/+4
2018-01-18blk-throttle: track read and write request individuallyJoseph Qi1-55/+79
2018-01-18block: add bdev_read_only() checks to common helpersIlya Dryomov1-0/+12
2018-01-18block: fail op_is_write() requests to read-only partitionsIlya Dryomov1-18/+38
2018-01-18blk-throttle: export io_serviced_recursive, io_service_bytes_recursiveweiping zhang1-0/+10
2018-01-18block: Protect less code with sysfs_lock in blk_{un,}register_queue()Bart Van Assche1-9/+28
2018-01-18block: Document scheduler modification locking requirementsBart Van Assche1-0/+8
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche2-2/+3
2018-01-18block, bfq: limit sectors served with interactive weight raisingPaolo Valente3-9/+80
2018-01-18block, bfq: limit tags for writes and async I/OPaolo Valente2-0/+89
2018-01-17blk-mq: don't dispatch request in blk_mq_request_direct_issue if queue is busyMing Lei1-12/+10
2018-01-17block: Fix __bio_integrity_endio() documentationBart Van Assche1-1/+0
2018-01-17blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_requestMike Snitzer4-12/+10
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei3-10/+33
2018-01-17blk-mq: factor out a few helpers from __blk_mq_try_issue_directlyMike Snitzer1-27/+52
2018-01-17blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printkMing Lei1-2/+20
2018-01-17blk-mq: make sure hctx->next_cpu is set correctlyMing Lei1-2/+28
2018-01-15blk_rq_map_user_iov: fix error overrideDouglas Gilbert1-2/+2
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer2-3/+22
2018-01-15block: properly protect the 'queue' kobj in blk_unregister_queueMike Snitzer2-11/+11
2018-01-15block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDENMike Snitzer1-1/+2
2018-01-14blk-mq: fix bad clear of RQF_MQ_INFLIGHT in blk_mq_ct_ctx_init()Jens Axboe1-2/+3
2018-01-12blk-mq: add missing RQF_STARTED to debugfsJens Axboe1-0/+1
2018-01-12blk-mq: simplify queue mapping & schedule with each possisble CPUChristoph Hellwig1-11/+8
2018-01-11blk-mq: Reduce the number of if-statements in blk_mq_mark_tag_wait()Bart Van Assche1-34/+35
2018-01-10blk-mq: Add locking annotations to hctx_lock() and hctx_unlock()Bart Van Assche1-0/+2
2018-01-10block: silently forbid sending any ioctl to a partitionPaolo Bonzini1-29/+0
2018-01-10block: rearrange a few request fields for better cache layoutJens Axboe1-9/+9
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe4-20/+12
2018-01-10block: add accessors for setting/querying request deadlineJens Axboe3-7/+24
2018-01-10block: remove REQ_ATOM_POLL_SLEPTJens Axboe3-6/+3
2018-01-10blk-mq: add a few missing debugfs RQF_ flagsJens Axboe1-0/+2
2018-01-10blk-mq: Explain when 'active_queues' is decrementedBart Van Assche1-0/+6
2018-01-10partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron1-1/+3