summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | blkcg: remove cfqg_stats->sectorsTejun Heo2015-08-191-19/+36
| * | | | | | blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo2015-08-195-108/+133
| * | | | | | blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo2015-08-193-34/+50
| * | | | | | blkcg: make blkcg_[rw]stat per-cpuTejun Heo2015-08-194-136/+153
| * | | | | | blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo2015-08-193-66/+57Star
| * | | | | | blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo2015-08-196-99/+57Star
| * | | | | | blk-throttle: improve queue bypass handlingTejun Heo2015-08-191-3/+4
| * | | | | | blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo2015-08-192-7/+3Star
| * | | | | | blkcg: inline [__]blkg_lookup()Tejun Heo2015-08-192-40/+47
| * | | | | | blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo2015-08-193-23/+52
| * | | | | | blkcg: minor updates around blkcg_policy_dataTejun Heo2015-08-193-21/+28
| * | | | | | blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo2015-08-194-27/+26Star
| * | | | | | blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo2015-08-194-54/+31Star
| * | | | | | blk-throttle: remove asynchrnous percpu stats allocation mechanismTejun Heo2015-08-191-87/+25Star
| * | | | | | blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo2015-08-194-21/+44
| * | | | | | blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fnTejun Heo2015-08-191-1/+2
| * | | | | | blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo2015-08-192-37/+21Star
| * | | | | | blkcg: remove unnecessary blkcg_root handling from css_alloc/free pathsTejun Heo2015-08-191-15/+10Star
| * | | | | | blkcg: use blkg_free() in blkcg_init_queue() failure pathTejun Heo2015-08-191-2/+3
| * | | | | | blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Tejun Heo2015-08-191-2/+1Star
| * | | | | | cfq-iosched: charge async IOs to the appropriate blkcg's instead of the rootTejun Heo2015-08-191-43/+42Star
| * | | | | | cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()Tejun Heo2015-08-191-34/+15Star
| * | | | | | cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_...Tejun Heo2015-08-191-16/+12Star
| * | | | | | cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()Tejun Heo2015-08-191-35/+10Star
| * | | | | | blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all...Tejun Heo2015-08-192-5/+5
| * | | | | | cfq-iosched: minor cleanupsTejun Heo2015-08-191-15/+11Star
| * | | | | | cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()Tejun Heo2015-08-191-0/+2
| * | | | | | cfq-iosched: fix async oom queue handlingTejun Heo2015-08-191-1/+1
| * | | | | | cfq-iosched: simplify control flow in cfq_get_queue()Tejun Heo2015-08-191-6/+7
| * | | | | | writeback: update writeback tracepoints to report cgroupTejun Heo2015-08-193-49/+151
| * | | | | | kernfs: implement kernfs_path_len()Tejun Heo2015-08-192-0/+27
| * | | | | | writeback: explain why @inode is allowed to be NULL for inode_congested()Tejun Heo2015-08-191-1/+4
| * | | | | | writeback: remove wb_writeback_work->single_wait/doneTejun Heo2015-08-191-86/+30Star
| * | | | | | writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo2015-08-192-15/+15
| * | | | | | Merge branch 'for-4.3-unified-base' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2015-08-194-24/+111
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-11165-4353/+4768
|\ \ \ \ \ \ \ \
| * | | | | | | | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-1024-169/+28Star
| * | | | | | | | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-1018-98/+25Star
| * | | | | | | | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-1018-146/+19Star
| * | | | | | | | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-1019-99/+39Star
| * | | | | | | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-1025-569/+70Star
| * | | | | | | | mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()Kirill A. Shutemov2015-09-101-2/+2
| * | | | | | | | mm: make sure all file VMAs have ->vm_ops setKirill A. Shutemov2015-09-101-0/+8
| * | | | | | | | mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2015-09-104-61/+31Star
| * | | | | | | | mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-1017-18/+18
| * | | | | | | | namei: fix warning while make xmldocs caused by namei.cMasanari Iida2015-09-101-1/+1
| * | | | | | | | ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso2015-09-102-3/+3
| * | | | | | | | zlib_deflate/deftree: remove bi_reverse()yalin wang2015-09-102-19/+3Star
| * | | | | | | | lib/decompress_unlzma: Do a NULL check for pointerFabio Estevam2015-09-101-1/+1
| * | | | | | | | lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-1014-27/+70