summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-08mm: take i_mmap_lock in unmap_mapping_range() for DAXKirill A. Shutemov2-25/+21
2015-09-08dax: use linear_page_index()Matthew Wilcox1-1/+1
2015-09-08dax: ensure that zero pages are removed from other processesMatthew Wilcox1-1/+5
2015-09-08dax: don't use set_huge_zero_page()Kirill A. Shutemov3-10/+13
2015-09-08thp: fix zap_huge_pmd() for DAXKirill A. Shutemov1-40/+31
2015-09-08thp: decrement refcount on huge zero page if it is splitKirill A. Shutemov1-1/+3
2015-09-08dax: fix race between simultaneous faultsMatthew Wilcox2-19/+25
2015-09-08ext4: start transaction before calling into DAXMatthew Wilcox1-3/+52
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox3-3/+16
2015-09-08dax: improve comment about truncate raceMatthew Wilcox1-1/+6
2015-09-08thp: change insert_pfn's return type to voidMatthew Wilcox1-3/+3
2015-09-08ext4: use ext4_get_block_write() for DAXMatthew Wilcox1-4/+4
2015-09-08fs/dax.c: fix typo in #endif commentValentin Rothberg1-1/+1
2015-09-08xfs: huge page fault supportMatthew Wilcox2-1/+30
2015-09-08ext4: huge page fault supportMatthew Wilcox1-1/+9
2015-09-08ext2: huge page fault supportMatthew Wilcox1-1/+8
2015-09-08dax: add huge page fault supportMatthew Wilcox3-3/+170
2015-09-08mm: add vmf_insert_pfn_pmd()Matthew Wilcox2-0/+45
2015-09-08mm: export various functions for the benefit of DAXMatthew Wilcox2-6/+11
2015-09-08mm: add a pmd_fault handlerMatthew Wilcox2-6/+26
2015-09-08thp: prepare for DAX huge pagesMatthew Wilcox2-19/+33
2015-09-08dax: revert userfaultfd changeAndrew Morton1-1/+4
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox9-14/+28
2015-09-08thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov2-11/+2
2015-09-08mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov1-1/+1
2015-09-08mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov1-10/+2
2015-09-08mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2-4/+9
2015-09-08selftests/userfaultfd: fix compiler warnings on 32-bitGeert Uytterhoeven1-3/+6
2015-09-08cgroup: fix seq_show_option merge with legacy_nameKees Cook1-1/+1
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds54-1089/+1321
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds55-478/+861
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-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds29-1119/+936
2015-09-05Merge tag 'for-linus-4.3-merge-window-part-1' of git://git.kernel.org/pub/scm...Linus Torvalds2-2/+2
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds277-4331/+18634
2015-09-05Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds4-17/+20
2015-09-05Merge tag 'md/4.3' of git://neil.brown.name/mdLinus Torvalds12-193/+433
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds35-572/+669
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-338/+1134
2015-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds143-1062/+5174
2015-09-05task_work: remove fifo ordering guaranteeEric Dumazet1-10/+2
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown4194-80815/+169842
2015-09-04mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause1-6/+6
2015-09-04mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause1-3/+3
2015-09-04mm/memory.c: make tlb_next_batch() return boolNicholas Krause1-5/+5
2015-09-04mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause1-1/+1
2015-09-04mm: remove struct node_active_regionminkyung88.kim1-8/+0
2015-09-04mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov1-7/+2
2015-09-04mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov1-10/+11