summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-09fs/dax.c: fix typo in #endif commentValentin Rothberg1-1/+1
2015-09-09xfs: huge page fault supportMatthew Wilcox2-1/+30
2015-09-09ext4: huge page fault supportMatthew Wilcox1-1/+9
2015-09-09ext2: huge page fault supportMatthew Wilcox1-1/+8
2015-09-09dax: add huge page fault supportMatthew Wilcox3-3/+170
2015-09-09mm: add vmf_insert_pfn_pmd()Matthew Wilcox2-0/+45
2015-09-09mm: export various functions for the benefit of DAXMatthew Wilcox2-6/+11
2015-09-09mm: add a pmd_fault handlerMatthew Wilcox2-6/+26
2015-09-09thp: prepare for DAX huge pagesMatthew Wilcox2-19/+33
2015-09-09dax: revert userfaultfd changeAndrew Morton1-1/+4
2015-09-09dax: move DAX-related functions to a new headerMatthew Wilcox9-14/+28
2015-09-09thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov2-11/+2
2015-09-09mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov1-1/+1
2015-09-09mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov1-10/+2
2015-09-09mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2-4/+9
2015-09-09selftests/userfaultfd: fix compiler warnings on 32-bitGeert Uytterhoeven1-3/+6
2015-09-09cgroup: fix seq_show_option merge with legacy_nameKees Cook1-1/+1
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust5-11/+55
2015-09-07NFSv4: Express delegation limit in units of pagesTrond Myklebust4-10/+14
2015-09-05task_work: remove fifo ordering guaranteeEric Dumazet1-10/+2
2015-09-05mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause1-6/+6
2015-09-05mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause1-3/+3
2015-09-05mm/memory.c: make tlb_next_batch() return boolNicholas Krause1-5/+5
2015-09-05mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause1-1/+1
2015-09-05mm: remove struct node_active_regionminkyung88.kim1-8/+0
2015-09-05mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov1-7/+2
2015-09-05mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov1-10/+11
2015-09-05mremap: don't do mm_populate(new_addr) on failureOleg Nesterov1-1/+3
2015-09-05mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov4-12/+21
2015-09-05mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov1-9/+7
2015-09-05mm/hugetlb.c: make vma_shareable() return boolNicholas Krause1-3/+3
2015-09-05mm: make GUP handle pfn mapping unless FOLL_GET is requestedKirill A. Shutemov1-10/+50
2015-09-05mm: fix status code which move_pages() returns for zero pageKirill A. Shutemov1-12/+6
2015-09-05mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()Sebastian Andrzej Siewior1-1/+7
2015-09-05genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy2-14/+59
2015-09-05genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy8-32/+39
2015-09-05mm/memblock: WARN_ON when nid differs from overlap regionWei Yang1-0/+3