| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: page_alloc: retry direct compaction | Yi-wei Zhao | 2016-01-08 | 1 | -1/+1 |
* | radix-tree: fix contiguous iterator | Konstantin Khlebnikov | 2016-01-08 | 1 | -1/+4 |
* | radix-tree: introduce bit-optimized iterator | Konstantin Khlebnikov | 2016-01-08 | 1 | -0/+196 |
* | radix_tree: remove radix_tree_indirect_to_ptr() | Xiao Guangrong | 2016-01-08 | 1 | -3/+0 |
* | tmpfs radix_tree: locate_item to speed up swapoff | Hugh Dickins | 2016-01-08 | 1 | -0/+1 |
* | radix_tree: exceptional entries and indices | Hugh Dickins | 2016-01-08 | 1 | -3/+33 |
* | ksm: check and skip page, if it is already scanned | Pradeep Sawlani | 2016-01-08 | 1 | -0/+11 |
* | cfq-iosched: fix the setting of IOPS mode on SSDs | Jens Axboe | 2016-01-08 | 1 | -0/+2 |
* | block: cgroups, kconfig, build bits for BFQ-v7r8-3.3 | Arianna Avanzini | 2016-01-08 | 1 | -0/+6 |
* | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 2016-01-08 | 1 | -3/+25 |
* | threadgroup: extend threadgroup_lock() to cover exit and exec | faux123 | 2016-01-08 | 1 | -6/+26 |
* | threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem | Tejun Heo | 2016-01-08 | 2 | -20/+19 |
* | iosched: prevent aliased requests from starving other I/O | Jeff Moyer | 2016-01-08 | 1 | -1/+1 |
* | mm: pass readahead info down to the i/o scheduler | Lee Susman | 2016-01-08 | 1 | -0/+1 |
* | block: add REQ_URGENT to request flags | Paul Reioux | 2016-01-08 | 1 | -1/+3 |
* | block: Add API for urgent request handling | Tatyana Brokhman | 2016-01-08 | 2 | -0/+6 |
* | block: Add support for reinsert a dispatched req | Tatyana Brokhman | 2016-01-08 | 2 | -0/+7 |
* | block: Expose kblock_schedule_delayed_work() | Tatyana Brokhman | 2016-01-08 | 1 | -0/+2 |
* | block: Add BLKROTATIONAL ioctl | Martin K. Petersen | 2016-01-08 | 1 | -0/+1 |
* | block: Introduce blk_set_stacking_limits function | Martin K. Petersen | 2016-01-08 | 1 | -0/+1 |
* | block: don't call elevator callbacks for plug merges | Tejun Heo | 2016-01-08 | 1 | -6/+0 |
* | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct... | Tejun Heo | 2016-01-08 | 1 | -2/+1 |
* | block: strip out locking optimization in put_io_context() | faux123 | 2016-01-08 | 2 | -6/+2 |
* | block, cfq: move icq creation and rq->elv.icq association to | faux123 | 2016-01-08 | 2 | -4/+63 |
* | block, cfq: restructure io_cq creation path for io_context | faux123 | 2016-01-08 | 1 | -0/+2 |
* | block, cfq: move io_cq exit/release to blk-ioc.c | Tejun Heo | 2016-01-08 | 2 | -6/+19 |
* | block, cfq: move icq cache management to block core | Tejun Heo | 2016-01-08 | 1 | -1/+10 |
* | block, cfq: move cfqd->icq_list to request_queue and add request->elv.icq | Tejun Heo | 2016-01-08 | 1 | -2/+8 |
* | block, cfq: reorganize cfq_io_context into generic and cfq specific parts | faux123 | 2016-01-08 | 1 | -29/+14 |
* | block: remove elevator_queue->ops | Tejun Heo | 2016-01-08 | 1 | -3/+2 |
* | block, cfq: kill cic->key | Tejun Heo | 2016-01-08 | 1 | -1/+0 |
* | block, cfq: kill ioc_gone | Tejun Heo | 2016-01-08 | 1 | -17/+0 |
* | block, cfq: remove delayed unlink | Tejun Heo | 2016-01-08 | 1 | -1/+0 |
* | block, cfq: unlink cfq_io_context's immediately | Tejun Heo | 2016-01-08 | 2 | -4/+11 |
* | block, cfq: move ioc ioprio/cgroup changed handling to cic | Tejun Heo | 2016-01-08 | 1 | -5/+9 |
* | block, cfq: misc updates to cfq_io_context | faux123 | 2016-01-08 | 1 | -0/+1 |
* | block: misc updates to blk_get_queue() | Tejun Heo | 2016-01-08 | 1 | -1/+1 |
* | block: make ioc get/put interface more conventional and fix race on alloction | faux123 | 2016-01-08 | 1 | -2/+2 |
* | block: misc ioc cleanups | faux123 | 2016-01-08 | 1 | -9/+3 |
* | block, cfq: move cfqd->cic_index to q->id | faux123 | 2016-01-08 | 1 | -0/+6 |
* | ida: simplified functions for id allocation | Rusty Russell | 2016-01-08 | 1 | -0/+4 |
* | block: add blk_queue_dead() | Tejun Heo | 2016-01-08 | 1 | -0/+1 |
* | block: fix flush machinery for stacking drivers with differring flush flags | Jeff Moyer | 2016-01-08 | 1 | -0/+1 |
* | block: Remove the control of complete cpu from bio. | Tao Ma | 2016-01-08 | 2 | -15/+4 |
* | block: drop @tsk from attempt_plug_merge() and explain sync rules | Tejun Heo | 2016-01-08 | 1 | -0/+6 |
* | block: move blk_throtl prototypes to block/blk.h | Tejun Heo | 2016-01-08 | 1 | -14/+0 |
* | block: document blk-plug | faux123 | 2016-01-08 | 1 | -8/+15 |
* | block: reorder request_queue to remove 64 bit alignment padding | Richard Kennedy | 2016-01-08 | 1 | -7/+6 |
* | block: document blk_plug list access | Shaohua Li | 2016-01-08 | 1 | -0/+6 |
* | block:fix the comment error in blkdev.h | Wanlong Gao | 2016-01-08 | 1 | -1/+1 |