summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman
2016-07-28mm: move page mapped accounting to the nodeMel Gorman
2016-07-28mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko
2016-07-28proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko
2016-07-28proc, oom: drop bogus sighand lockMichal Hocko
2016-07-28proc, oom: drop bogus task_lock and mm checkMichal Hocko
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-27Merge tag 'dlm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-07-26Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...Linus Torvalds
2016-07-26Merge tag 'for-linus-4.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov
2016-07-26mm: introduce fault_envKirill A. Shutemov
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-07-26pipe: account to kmemcgVladimir Davydov
2016-07-26fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner
2016-07-26ocfs2/cluster: clean up unnecessary assignment for 'ret'piaojun
2016-07-26ocfs2: remove obscure BUG_ON in dlmglueJoseph Qi
2016-07-26ocfs2: cleanup implemented prototypesJoseph Qi
2016-07-26ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi
2016-07-26ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locksJoseph Qi
2016-07-26ocfs2: improve recovery performanceJunxiao Bi
2016-07-26ocfs2: fix a redundant re-initializationEric Ren
2016-07-26dax: remote unused fault wrappersRoss Zwisler
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-07-25Merge tag 'v4.7' into for-linus/pstoreKees Cook
2016-07-25f2fs: clean up coding style and redundancyJaegeuk Kim
2016-07-24Merge tag 'char-misc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-24Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-23Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-22f2fs: get victim segment again after new cpYunlei He
2016-07-22ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner
2016-07-22xfs: remove EXPERIMENTAL tag from sparse inode featureDave Chinner
2016-07-22xfs: bufferhead chains are invalid after end_page_writebackDave Chinner
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner
2016-07-22libxfs: directory node splitting does not have an extra blockDave Chinner
2016-07-22xfs: remove dax code from object file when disabledArnd Bergmann
2016-07-22xfs: skip dirty pages in ->releasepage()Brian Foster