Age | Commit message (Expand) | Author | Files | Lines |
2018-07-18 | block: Add part_stat_read_accum to read across field entries. | Michael Callahan | 4 | -7/+7 |
2018-07-18 | block: make bdev_ops->rw_page() take a REQ_OP instead of bool | Tejun Heo | 7 | -33/+34 |
2018-07-17 | pktcdvd: remove assignment in if condition | RAGHU Halharvi | 1 | -23/+46 |
2018-07-17 | blk-mq: issue directly if hw queue isn't busy in case of 'none' | Ming Lei | 3 | -2/+36 |
2018-07-16 | blk-iolatency: truncate our current time | Josef Bacik | 1 | -0/+6 |
2018-07-16 | blk-iolatency: don't change the latency window | Josef Bacik | 1 | -10/+0 |
2018-07-13 | lightnvm: pblk: assume that chunks are closed on 1.2 devices | Hans Holmberg | 1 | -2/+3 |
2018-07-13 | lightnvm: pblk: add asynchronous partial read | Heiner Litz | 2 | -63/+130 |
2018-07-13 | lightnvm: pblk: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-07-13 | lightnvm: pblk: expose generic disk name on pr_* msgs | Matias Bjørling | 9 | -138/+153 |
2018-07-13 | lightnvm: limit get chunk meta request size | Matias Bjørling | 1 | -2/+8 |
2018-07-13 | lightnvm: pblk: fix read_bitmap for 32bit archs | Matias Bjørling | 1 | -7/+7 |
2018-07-13 | lightnvm: Remove redundant rq->__data_len initialization | Bart Van Assche | 1 | -4/+2 |
2018-07-13 | lightnvm: pblk: enable line minor version detection | Matias Bjørling | 1 | -2/+3 |
2018-07-13 | lightnvm: move NVM_DEBUG to pblk | Matias Bjørling | 10 | -70/+72 |
2018-07-13 | lightnvm: pblk: handle case when mw_cunits equals to 0 | Marcin Dziegielewski | 2 | -7/+5 |
2018-07-13 | block: remove blkdev_entry_to_request() macro | Vladimir Zapolskiy | 1 | -2/+0 |
2018-07-12 | block: skd: Use %pad printk format for dma_addr_t values | Helge Deller | 1 | -8/+8 |
2018-07-12 | bsg: remove read/write support | Christoph Hellwig | 1 | -454/+6 |
2018-07-11 | blk-iolatency: fix max_depth comparisons | Josef Bacik | 1 | -6/+6 |
2018-07-10 | block: iolatency: avoid 64-bit division | Arnd Bergmann | 1 | -2/+1 |
2018-07-09 | block/DAC960.c: fix defined but not used build warnings | Randy Dunlap | 1 | -3/+6 |
2018-07-09 | null_blk: add zone support | Matias Bjørling | 5 | -3/+234 |
2018-07-09 | null_blk: move shared definitions to header file | Matias Bjørling | 2 | -75/+81 |
2018-07-09 | block: Add default switch case to blk_pm_allow_request() to kill warning | Geert Uytterhoeven | 1 | -2/+2 |
2018-07-09 | block: fix infinite loop if the device loses discard capability | Mikulas Patocka | 1 | -0/+10 |
2018-07-09 | block, mm: remove unnecessary __GFP_HIGH flag | Shakeel Butt | 1 | -1/+1 |
2018-07-09 | null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb device | Liu Bo | 1 | -0/+1 |
2018-07-09 | mm: skip readahead if the cgroup is congested | Josef Bacik | 1 | -0/+7 |
2018-07-09 | Documentation: add a doc for blk-iolatency | Josef Bacik | 1 | -0/+79 |
2018-07-09 | block: introduce blk-iolatency io controller | Josef Bacik | 6 | -2/+957 |
2018-07-09 | rq-qos: introduce dio_bio callback | Josef Bacik | 3 | -0/+16 |
2018-07-09 | block: remove external dependency on wbt_flags | Josef Bacik | 6 | -42/+68 |
2018-07-09 | blk-rq-qos: refactor out common elements of blk-wbt | Josef Bacik | 10 | -251/+478 |
2018-07-09 | blk-stat: export helpers for modifying blk_rq_stat | Josef Bacik | 2 | -8/+12 |
2018-07-09 | memcontrol: schedule throttling if we are congested | Tejun Heo | 7 | -14/+81 |
2018-07-09 | blkcg: add generic throttling mechanism | Josef Bacik | 5 | -0/+332 |
2018-07-09 | swap,blkcg: issue swap io with the appropriate context | Tejun Heo | 3 | -0/+32 |
2018-07-09 | blk: introduce REQ_SWAP | Josef Bacik | 3 | -3/+4 |
2018-07-09 | blk-cgroup: allow controllers to output their own stats | Josef Bacik | 2 | -3/+47 |
2018-07-09 | block: introduce bio_issue_as_root_blkg | Josef Bacik | 1 | -0/+16 |
2018-07-09 | block: add bi_blkg to the bio for cgroups | Josef Bacik | 4 | -15/+32 |
2018-07-09 | blk-mq: dequeue request one by one from sw queue if hctx is busy | Ming Lei | 4 | -11/+45 |
2018-07-09 | block/loop: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-07-09 | drbd: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+3 |
2018-07-09 | blk-mq: only attempt to merge bio if there is rq in sw queue | Ming Lei | 1 | -1/+2 |
2018-07-09 | blk-mq: use list_splice_tail_init() to insert requests | Ming Lei | 1 | -7/+7 |
2018-07-09 | blk-mq: fix typo in a function comment | Minwoo Im | 1 | -1/+1 |
2018-07-09 | blk-mq: code clean-up by adding an API to clear set->mq_map | Minwoo Im | 3 | -5/+12 |
2018-07-09 | paride: remove redundant variable n | Colin Ian King | 1 | -2/+1 |