Age | Commit message (Expand) | Author |
2015-02-16 | vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX | Matthew Wilcox |
2015-02-16 | ext2: remove xip.c and xip.h | Matthew Wilcox |
2015-02-16 | ext2: remove ext2_use_xip | Matthew Wilcox |
2015-02-16 | ext2: remove ext2_xip_verify_sb() | Matthew Wilcox |
2015-02-16 | vfs: remove get_xip_mem | Matthew Wilcox |
2015-02-16 | dax,ext2: replace xip_truncate_page with dax_truncate_page | Matthew Wilcox |
2015-02-16 | dax,ext2: replace the XIP page fault handler with the DAX page fault handler | Matthew Wilcox |
2015-02-16 | dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks | Matthew Wilcox |
2015-02-16 | dax,ext2: replace XIP read and write with DAX I/O | Matthew Wilcox |
2015-02-16 | vfs,ext2: introduce IS_DAX(inode) | Matthew Wilcox |
2015-02-15 | Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-02-15 | Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2015-02-13 | fs: dcache: manually unpoison dname after allocation to shut up kasan's reports | Andrey Ryabinin |
2015-02-13 | epoll: optimize setting task running after blocking | Davidlohr Bueso |
2015-02-13 | bitmap, cpumask, nodemask: remove dedicated formatting functions | Tejun Heo |
2015-02-13 | proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo |
2015-02-13 | fs/namespace: convert devname allocation to kstrdup_const | Andrzej Hajda |
2015-02-13 | kernfs: remove KERNFS_STATIC_NAME | Tejun Heo |
2015-02-13 | kernfs: convert node name allocation to kstrdup_const | Andrzej Hajda |
2015-02-12 | Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2015-02-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-02-12 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski |
2015-02-12 | fs/proc/array.c: convert to use string_escape_str() | Andy Shevchenko |
2015-02-12 | fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps | Rafael Aquini |
2015-02-12 | fs: proc: use PDE() to get proc_dir_entry | Alexander Kuleshov |
2015-02-12 | fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea... | Petr Cermak |
2015-02-12 | list_lru: add helpers to isolate items | Vladimir Davydov |
2015-02-12 | fs: shrinker: always scan at least one object of each type | Vladimir Davydov |
2015-02-12 | fs: make shrinker memcg aware | Vladimir Davydov |
2015-02-12 | list_lru: organize all list_lrus to list | Vladimir Davydov |
2015-02-12 | vmscan: per memory cgroup slab shrinkers | Vladimir Davydov |
2015-02-12 | fs: consolidate {nr,free}_cached_objects args in shrink_control | Vladimir Davydov |
2015-02-12 | list_lru: introduce list_lru_shrink_{count,walk} | Vladimir Davydov |
2015-02-12 | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-02-12 | Merge tag 'jfs-3.20' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds |
2015-02-12 | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2015-02-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-02-11 | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2015-02-11 | Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2015-02-11 | mm: /proc/pid/clear_refs: avoid split_huge_page() | Kirill A. Shutemov |
2015-02-11 | mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) | Naoya Horiguchi |
2015-02-11 | numa_maps: remove numa_maps->vma | Naoya Horiguchi |
2015-02-11 | numa_maps: fix typo in gather_hugetbl_stats | Naoya Horiguchi |
2015-02-11 | pagemap: use walk->vma instead of calling find_vma() | Naoya Horiguchi |
2015-02-11 | clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk() | Naoya Horiguchi |
2015-02-11 | smaps: remove mem_size_stats->vma and use walk_page_vma() | Naoya Horiguchi |
2015-02-11 | proc/pagemap: walk page tables under pte lock | Konstantin Khlebnikov |
2015-02-11 | page_writeback: put account_page_redirty() after set_page_dirty() | Konstantin Khebnikov |
2015-02-11 | mm: account pmd page tables to the process | Kirill A. Shutemov |