| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg... | Linus Torvalds | 2011-07-26 | 4 | -72/+300 |
|\ |
|
| * | mm: properly reflect task dirty limits in dirty_exceeded logic | Jan Kara | 2011-07-24 | 1 | -6/+20 |
| * | writeback: trace global_dirty_state | Wu Fengguang | 2011-07-10 | 1 | -0/+1 |
| * | writeback: introduce max-pause and pass-good dirty limits | Wu Fengguang | 2011-07-10 | 1 | -0/+33 |
| * | writeback: introduce smoothed global dirty limit | Wu Fengguang | 2011-07-10 | 1 | -2/+72 |
| * | writeback: consolidate variable names in balance_dirty_pages() | Wu Fengguang | 2011-07-10 | 1 | -10/+11 |
| * | writeback: show bdi write bandwidth in debugfs | Wu Fengguang | 2011-07-10 | 1 | -11/+13 |
| * | writeback: bdi write bandwidth estimation | Wu Fengguang | 2011-07-10 | 2 | -0/+99 |
| * | writeback: account per-bdi accumulated written pages | Jan Kara | 2011-07-10 | 2 | -2/+9 |
| * | writeback: make writeback_control.nr_to_write straight | Wu Fengguang | 2011-07-10 | 2 | -26/+8 |
| * | writeback: skip tmpfs early in balance_dirty_pages_ratelimited_nr() | Wu Fengguang | 2011-06-19 | 1 | -3/+4 |
| * | writeback: skip balance_dirty_pages() for in-memory fs | Wu Fengguang | 2011-06-08 | 1 | -6/+4 |
| * | writeback: add bdi_dirty_limit() kernel-doc | Wu Fengguang | 2011-06-08 | 1 | -2/+9 |
| * | writeback: split inode_wb_list_lock into bdi_writeback.list_lock | Christoph Hellwig | 2011-06-08 | 3 | -9/+22 |
| * | writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage | Wu Fengguang | 2011-06-08 | 1 | -2/+2 |
* | | Merge 'akpm' patch series | Linus Torvalds | 2011-07-26 | 19 | -482/+695 |
|\ \ |
|
| * | | devres: fix possible use after free | Maxin B John | 2011-07-26 | 1 | -1/+1 |
| * | | writeback: account NR_WRITTEN at IO completion time | Wu Fengguang | 2011-07-26 | 1 | -2/+3 |
| * | | tmpfs: simplify unuse and writepage | Hugh Dickins | 2011-07-26 | 1 | -34/+16 |
| * | | tmpfs: simplify filepage/swappage | Hugh Dickins | 2011-07-26 | 1 | -129/+108 |
| * | | tmpfs: simplify prealloc_page | Hugh Dickins | 2011-07-26 | 1 | -44/+16 |
| * | | tmpfs: remove_shmem_readpage | Hugh Dickins | 2011-07-26 | 1 | -34/+6 |
| * | | tmpfs: pass gfp to shmem_getpage_gfp | Hugh Dickins | 2011-07-26 | 1 | -23/+44 |
| * | | tmpfs: refine shmem_file_splice_read | Hugh Dickins | 2011-07-26 | 1 | -119/+19 |
| * | | tmpfs: clone shmem_file_splice_read() | Hugh Dickins | 2011-07-26 | 1 | -1/+217 |
| * | | mm/futex: fix futex writes on archs with SW tracking of dirty & young | Benjamin Herrenschmidt | 2011-07-26 | 1 | -1/+57 |
| * | | mm: remove useless rcu lock-unlock from mapping_tagged() | Konstantin Khlebnikov | 2011-07-26 | 1 | -5/+1 |
| * | | mm: page allocator: reconsider zones for allocation after direct reclaim | Mel Gorman | 2011-07-26 | 1 | -0/+23 |
| * | | mm: page allocator: initialise ZLC for first zone eligible for zone_reclaim | Mel Gorman | 2011-07-26 | 1 | -13/+22 |
| * | | mm: preallocate page before lock_page() at filemap COW | KAMEZAWA Hiroyuki | 2011-07-26 | 1 | -22/+34 |
| * | | tmpfs: no need to use i_lock | Hugh Dickins | 2011-07-26 | 1 | -8/+6 |
| * | | mm: pincer in truncate_inode_pages_range | Hugh Dickins | 2011-07-26 | 1 | -1/+1 |
| * | | mm: consistent truncate and invalidate loops | Hugh Dickins | 2011-07-26 | 2 | -63/+49 |
| * | | mm: tidy vmtruncate_range and related functions | Hugh Dickins | 2011-07-26 | 1 | -14/+17 |
| * | | mm: cleanup descriptions of filler arg | Hugh Dickins | 2011-07-26 | 1 | -6/+6 |
| * | | mmap: fix and tidy up overcommit page arithmetic | Dmitry Fink | 2011-07-26 | 2 | -42/+26 |
| * | | mm/memblock.c: avoid abuse of RED_INACTIVE | Andrew Morton | 2011-07-26 | 1 | -4/+4 |
| * | | oom: remove references to old badness() function | David Rientjes | 2011-07-26 | 1 | -1/+1 |
| * | | mm/memory.c: remove ZAP_BLOCK_SIZE | Andrew Morton | 2011-07-26 | 1 | -11/+0 |
| * | | mm: hugetlb: fix coding style issues | Chris Forbes | 2011-07-26 | 1 | -16/+15 |
| * | | mm/huge_memory.c: minor lock simplification in __khugepaged_exit | Chris Wright | 2011-07-26 | 1 | -4/+2 |
| * | | mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN... | Daniel Kiper | 2011-07-26 | 1 | -4/+4 |
| * | | mm: remove the leftovers of noswapaccount | WANG Cong | 2011-07-26 | 1 | -1/+1 |
| * | | pagewalk: fix code comment for THP | KOSAKI Motohiro | 2011-07-26 | 1 | -1/+2 |
| * | | pagewalk: add locking-rule comments | KOSAKI Motohiro | 2011-07-26 | 1 | -0/+3 |
| * | | pagewalk: don't look up vma if walk->hugetlb_entry is unused | KOSAKI Motohiro | 2011-07-26 | 1 | -6/+37 |
| * | | pagewalk: fix walk_page_range() don't check find_vma() result properly | KOSAKI Motohiro | 2011-07-26 | 1 | -1/+1 |
| * | | mm: swap-token: add a comment for priority aging | KOSAKI Motohiro | 2011-07-26 | 1 | -0/+11 |
| * | | mm: swap-token: makes global variables to function local | KOSAKI Motohiro | 2011-07-26 | 1 | -2/+2 |
| * | | mm: swap-token: fix dead link | KOSAKI Motohiro | 2011-07-26 | 1 | -1/+1 |