aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds46-828/+3688
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+2
2016-01-16fs/stat.c: drop the last new_valid_dev checkYaowei Bai1-1/+1
2016-01-15mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz1-69/+75
2016-01-15fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz1-8/+11
2016-01-15mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov1-1/+1
2016-01-15cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_from_page()Tejun Heo1-2/+0
2016-01-15dax: re-enable dax pmd mappingsDan Williams2-7/+4
2016-01-15dax: provide diagnostics for pmd mapping failuresDan Williams1-8/+57
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams1-1/+1
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-1/+1
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams1-4/+7
2016-01-15dax: Split pmd map when fallback on COWToshi Kani1-1/+3
2016-01-15dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams2-86/+135
2016-01-15dax: guarantee page aligned results from bdev_direct_access()Dan Williams2-1/+2
2016-01-15dax: increase granularity of dax_clear_blocks() operationsDan Williams1-14/+8
2016-01-15pmem, dax: clean up clear_pmem()Dan Williams1-3/+1
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-2/+2
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-4/+4
2016-01-15mm, proc: adjust PSS calculationKirill A. Shutemov1-16/+31
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-4/+4
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-47/+310
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds10-200/+195
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds72-262/+252
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds22-417/+1148
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-4/+3
2016-01-14hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker1-25/+2
2016-01-14mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_pmd()Oleg Nesterov1-3/+0
2016-01-14proc: meminfo: estimate available memory more conservativelyJohannes Weiner1-4/+1
2016-01-14fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO)Andrew Morton1-1/+1
2016-01-14mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand1-2/+12
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-1/+2
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka1-29/+13
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka1-2/+20
2016-01-14mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka1-0/+51
2016-01-14mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov52-68/+82
2016-01-14Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov1-8/+1
2016-01-14ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.hJoseph Qi1-11/+0
2016-01-14ocfs2: dlm: remove redundant codeJunxiao Bi1-5/+1
2016-01-14ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delJoseph Qi1-9/+9
2016-01-14ocfs2/dlm: do not insert a new mle when another process is already migratingxuejiufei1-2/+3
2016-01-14ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-01-14ocfs2: do not lock/unlock() inode DLM lockGoldwyn Rodrigues1-8/+0
2016-01-14ocfs2: fix slot overwritten if storage link down during mountjiangyiwen1-1/+10
2016-01-14ocfs2/dlm: return appropriate value when dlm_grab() returns NULLXue jiufei2-2/+2
2016-01-14ocfs2: clean up redundant NULL check before iputJoseph Qi7-25/+11
2016-01-14ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_workerjiangyiwen1-1/+1