Age | Commit message (Expand) | Author | Files | Lines |
2016-01-21 | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov | 1 | -4/+8 |
2016-01-21 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 15 | -86/+313 |
2016-01-21 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -18/+100 |
2016-01-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2 | -8/+68 |
2016-01-20 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2 | -30/+122 |
2016-01-20 | fs/adfs/adfs.h: tidy up comments | Andrew Morton | 1 | -14/+14 |
2016-01-20 | fs/overlayfs/super.c needs pagemap.h | Andrew Morton | 1 | -0/+1 |
2016-01-20 | proc read mm's {arg,env}_{start,end} with mmap semaphore taken. | Mateusz Guzik | 1 | -3/+10 |
2016-01-20 | fs/coredump: prevent "" / "." / ".." core path components | Jann Horn | 1 | -0/+20 |
2016-01-20 | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | 3 | -13/+14 |
2016-01-20 | fat: constify fatent_operations structures | Julia Lawall | 2 | -13/+13 |
2016-01-20 | fat: permit to return phy block number by fibmap in fallocated region | Namjae Jeon | 4 | -30/+87 |
2016-01-20 | fat: skip cluster allocation on fallocated region | Namjae Jeon | 1 | -2/+8 |
2016-01-20 | fat: add fat_fallocate operation | Namjae Jeon | 3 | -2/+94 |
2016-01-20 | fat: add simple validation for directory inode | OGAWA Hirofumi | 1 | -0/+22 |
2016-01-20 | fat: allow time_offset to be up to 24 hours | Jan Kara | 1 | -1/+6 |
2016-01-20 | fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_delete | Geliang Tang | 1 | -4/+2 |
2016-01-20 | epoll: add EPOLLEXCLUSIVE flag | Jason Baron | 1 | -3/+21 |
2016-01-20 | fs/proc/task_mmu.c: add workaround for old compilers | Kirill A. Shutemov | 1 | -1/+1 |
2016-01-20 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+1 |
2016-01-19 | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+5 |
2016-01-18 | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 46 | -828/+3688 |
2016-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -0/+2 |
2016-01-16 | fs/stat.c: drop the last new_valid_dev check | Yaowei Bai | 1 | -1/+1 |
2016-01-15 | mm/hugetlbfs: unmap pages if page fault raced with hole punch | Mike Kravetz | 1 | -69/+75 |
2016-01-15 | fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list() | Mike Kravetz | 1 | -8/+11 |
2016-01-15 | mm: fix locking order in mm_take_all_locks() | Kirill A. Shutemov | 1 | -1/+1 |
2016-01-15 | cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro... | Tejun Heo | 1 | -2/+0 |
2016-01-15 | dax: re-enable dax pmd mappings | Dan Williams | 2 | -7/+4 |
2016-01-15 | dax: provide diagnostics for pmd mapping failures | Dan Williams | 1 | -8/+57 |
2016-01-15 | mm, dax: convert vmf_insert_pfn_pmd() to pfn_t | Dan Williams | 1 | -1/+1 |
2016-01-15 | mm, dax, gpu: convert vm_insert_mixed to pfn_t | Dan Williams | 1 | -1/+1 |
2016-01-15 | mm, dax, pmem: introduce pfn_t | Dan Williams | 1 | -4/+7 |
2016-01-15 | dax: Split pmd map when fallback on COW | Toshi Kani | 1 | -1/+3 |
2016-01-15 | dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() | Dan Williams | 2 | -86/+135 |
2016-01-15 | dax: guarantee page aligned results from bdev_direct_access() | Dan Williams | 2 | -1/+2 |
2016-01-15 | dax: increase granularity of dax_clear_blocks() operations | Dan Williams | 1 | -14/+8 |
2016-01-15 | pmem, dax: clean up clear_pmem() | Dan Williams | 1 | -3/+1 |
2016-01-15 | mm: differentiate page_mapped() from page_mapcount() for compound pages | Kirill A. Shutemov | 1 | -2/+2 |
2016-01-15 | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 1 | -4/+4 |
2016-01-15 | mm, proc: adjust PSS calculation | Kirill A. Shutemov | 1 | -16/+31 |
2016-01-15 | page-flags: define PG_locked behavior on compound pages | Kirill A. Shutemov | 1 | -4/+4 |
2016-01-15 | Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 12 | -47/+310 |
2016-01-15 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 10 | -200/+195 |
2016-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 72 | -262/+252 |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+3 |
2016-01-14 | Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 22 | -417/+1148 |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+2 |
2016-01-14 | mm: rework virtual memory accounting | Konstantin Khlebnikov | 1 | -4/+3 |
2016-01-14 | hugetlb: make mm and fs code explicitly non-modular | Paul Gortmaker | 1 | -25/+2 |