summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-20fs/adfs/adfs.h: tidy up commentsAndrew Morton
2016-01-20fs/overlayfs/super.c needs pagemap.hAndrew Morton
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik
2016-01-20fs/coredump: prevent "" / "." / ".." core path componentsJann Horn
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-01-20fat: constify fatent_operations structuresJulia Lawall
2016-01-20fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon
2016-01-20fat: skip cluster allocation on fallocated regionNamjae Jeon
2016-01-20fat: add fat_fallocate operationNamjae Jeon
2016-01-20fat: add simple validation for directory inodeOGAWA Hirofumi
2016-01-20fat: allow time_offset to be up to 24 hoursJan Kara
2016-01-20fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang
2016-01-20epoll: add EPOLLEXCLUSIVE flagJason Baron
2016-01-20fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2016-01-16fs/stat.c: drop the last new_valid_dev checkYaowei Bai
2016-01-15mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz
2016-01-15fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz
2016-01-15mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov
2016-01-15cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...Tejun Heo
2016-01-15dax: re-enable dax pmd mappingsDan Williams
2016-01-15dax: provide diagnostics for pmd mapping failuresDan Williams
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams
2016-01-15dax: Split pmd map when fallback on COWToshi Kani
2016-01-15dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams
2016-01-15dax: guarantee page aligned results from bdev_direct_access()Dan Williams
2016-01-15dax: increase granularity of dax_clear_blocks() operationsDan Williams
2016-01-15pmem, dax: clean up clear_pmem()Dan Williams
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-15mm, proc: adjust PSS calculationKirill A. Shutemov
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov
2016-01-14hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker
2016-01-14mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Oleg Nesterov