aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-02memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of onlineTejun Heo1-49/+2
2015-06-02writeback: implement bdi_wait_for_completion()Tejun Heo1-0/+1
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_infoTejun Heo1-2/+2
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_infoTejun Heo1-2/+2
2015-06-02writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback'sTejun Heo1-3/+9
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo1-2/+2
2015-06-02writeback: make bdi->min/max_ratio handling cgroup writeback awareTejun Heo1-4/+46
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo2-8/+7
2015-06-02writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo1-0/+3
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo1-1/+1
2015-06-02writeback: implement and use inode_congested()Tejun Heo3-8/+7
2015-06-02writeback: make congestion functions per bdi_writebackTejun Heo1-11/+11
2015-06-02writeback: let balance_dirty_pages() work on the matching cgroup bdi_writebackTejun Heo1-5/+13
2015-06-02writeback: attribute stats to the matching per-cgroup bdi_writebackTejun Heo1-9/+15
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo3-4/+423
2015-06-02bdi: separate out congested state into a separate structTejun Heo1-2/+5
2015-06-02writeback: add @gfp to wb_init()Tejun Heo1-4/+5
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo1-0/+1
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-06-02writeback: reorganize mm/backing-dev.cTejun Heo1-87/+87
2015-06-02writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo1-31/+28
2015-06-02writeback: s/bdi/wb/ in mm/page-writeback.cTejun Heo1-136/+134
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_writebackTejun Heo2-155/+152
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo2-51/+64
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo1-10/+10
2015-06-02memcg: implement mem_cgroup_css_from_page()Tejun Heo1-0/+33
2015-06-02memcg: add mem_cgroup_root_cssTejun Heo1-0/+2
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen6-27/+111
2015-06-02page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo2-10/+21
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown1-17/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+5
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig1-1/+1
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaultsDavid Hildenbrand1-12/+6
2015-05-14mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman1-1/+1
2015-05-14CMA: page_isolation: check buddy before accessing itHui Zhu1-1/+2
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov1-1/+2
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+19
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)1-1/+1
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck1-0/+98
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-12/+11
2015-05-10shmem: switch to simple_follow_link()Al Viro1-7/+2
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2015-05-05mm/hwpoison-inject: check PageLRU of hpageNaoya Horiguchi1-3/+3
2015-05-05mm/hwpoison-inject: fix refcounting in no-injection caseNaoya Horiguchi1-2/+5
2015-05-05mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-05mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+15
2015-04-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3