aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fdt_sw.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-18dm flakey: Properly corrupt multi-page bios.Sweet Tea1-11/+22
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz6-6/+7
2018-12-18dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security1-3/+3
2018-12-18dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis1-5/+14
2018-12-18dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis1-0/+22
2018-12-18dm bufio: update comment in dm-bufio.cShenghui Wang1-6/+6
2018-12-18dm writecache: fix typo in error msg for creating writecache_flush_threadShenghui Wang1-1/+1
2018-12-18dm: remove indirect calls from __send_changing_extent_only()Mike Snitzer1-10/+7
2018-12-18dm mpath: only flush workqueue when neededwuzhouhui1-2/+4
2018-12-18dm rq: remove unused arguments from rq_completed()Mike Snitzer1-9/+5
2018-12-18dm: avoid indirect call in __dm_make_requestMikulas Patocka1-23/+6
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2-2/+4
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe3-10/+10
2018-12-17blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei1-0/+3
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou3-1/+7
2018-12-17blk-mq: fix dispatch from sw queueMing Lei4-45/+68
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal3-2/+14
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig1-5/+1
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig1-5/+8
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei2-17/+16
2018-12-17blk-mq: fix allocation for queue mapping tableMing Lei1-1/+1
2018-12-16blk-wbt: export internal state via debugfsMing Lei1-0/+91
2018-12-16blk-mq-debugfs: support rq_qosMing Lei5-0/+98
2018-12-16block: update sysfs documentationDamien Le Moal2-3/+38
2018-12-16block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu1-1/+1
2018-12-16aoe: add __exit annotationChengguang Xu1-1/+1
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig1-0/+3
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang3-11/+8
2018-12-16blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang2-16/+12
2018-12-16blk-mq: refactor the code of issue request directlyJianchao Wang1-49/+54
2018-12-16block: remove the bio_integrity_advance exportChristoph Hellwig1-1/+0
2018-12-16block: remove the bioset_integrity_free exportChristoph Hellwig1-1/+0
2018-12-14block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exportsChristoph Hellwig1-2/+0
2018-12-14block: remove the unused bio_iov_iter_get_pages exportChristoph Hellwig1-1/+0
2018-12-14block: remove the blk_recount_segments exportChristoph Hellwig1-1/+0
2018-12-14block: remove the bio_phys_segments exportChristoph Hellwig1-2/+1
2018-12-13nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2-4/+25
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li1-1/+2
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li3-2/+55
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li1-3/+4
2018-12-13bcache: option to automatically run gc thread after writebackColy Li4-0/+52
2018-12-13bcache: introduce force_wake_up_gc()Coly Li2-15/+20
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang1-2/+19
2018-12-13bcache: do not mark writeback_running too earlyShenghui Wang1-1/+2
2018-12-13bcache: update comment in sysfs.cShenghui Wang1-2/+2
2018-12-13bcache: update comment for bch_data_insertShenghui Wang1-3/+3
2018-12-13bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2-4/+2
2018-12-13bcache: add comment for cache_set->fill_iterShenghui Wang2-1/+10
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg1-3/+25