summaryrefslogtreecommitdiffstats
path: root/include/ras (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-04mm: introduce do_read_fault()Kirill A. Shutemov1-0/+43
2014-04-04mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov1-31/+45
2014-04-04mm: rename __do_fault() -> do_fault()Kirill A. Shutemov1-5/+5
2014-04-04include/linux/mm.h: remove ifdef conditionRashika Kheria1-2/+0
2014-04-04mm/nobootmem.c: mark function as staticRashika Kheria1-1/+1
2014-04-04mm/page_cgroup.c: mark functions as staticRashika Kheria1-6/+6
2014-04-04mm/process_vm_access.c: mark function as staticRashika Kheria1-1/+1
2014-04-04mm/mmap.c: mark function as staticRashika Kheria1-1/+1
2014-04-04mm/memory.c: mark functions as staticRashika Kheria1-2/+2
2014-04-04mm/compaction.c: mark function as staticRashika Kheria1-1/+1
2014-04-04mm, compaction: avoid isolating pinned pagesDavid Rientjes1-0/+9
2014-04-04mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes1-2/+3
2014-04-04mm: keep page cache radix tree nodes in checkJohannes Weiner10-43/+359
2014-04-04lib: radix_tree: tree node interfaceJohannes Weiner2-115/+182
2014-04-04mm: thrash detection-based file cache sizingJohannes Weiner8-23/+331
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2014-04-04mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner11-130/+349
2014-04-04mm: filemap: move radix tree hole searching hereJohannes Weiner6-82/+84
2014-04-04mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner1-13/+12
2014-04-04lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2-4/+28
2014-04-04fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner1-20/+13
2014-04-04mm: vmstat: fix UP zone state accountingJohannes Weiner1-8/+9
2014-04-04mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov1-13/+13
2014-04-04mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso1-13/+71
2014-04-04mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim1-50/+45
2014-04-04mm, hugetlb: remove resv_map_putJoonsoo Kim1-12/+3
2014-04-04mm, hugetlb: fix race in region trackingDavidlohr Bueso2-20/+39
2014-04-04mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim1-13/+17
2014-04-04mm, hugetlb: unify region structure handlingJoonsoo Kim3-18/+45
2014-04-04mm: optimize put_mems_allowed() usageMel Gorman8-39/+38
2014-04-04mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes1-0/+1
2014-04-04mm: vmscan: remove shrink_control arg from do_try_to_free_pages()Vladimir Davydov1-20/+12
2014-04-04mm: vmscan: move call to shrink_slab() to shrink_zones()Vladimir Davydov1-31/+25
2014-04-04mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov1-2/+2
2014-04-04kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every oneBen Zhang1-8/+8
2014-04-04fs/direct-io.c: remove some left over checksDan Carpenter3-3/+3
2014-04-04fs/direct-io.c: remove redundant comparisonGu Zheng1-1/+0
2014-04-04ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang1-8/+15
2014-04-04ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen3-0/+7
2014-04-04ocfs2: iput inode alloc when failed locallyjiangyiwen2-2/+4
2014-04-04ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...Tariq Saeed1-5/+17
2014-04-04ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failedYounger Liu3-2/+32
2014-04-04ocfs2: flock: drop cross-node lock when failed locallyWengang Wang1-0/+2
2014-04-04ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong8-1/+20
2014-04-04ocfs2: fix panic on kfree(xattr->name)Tetsuo Handa1-2/+0
2014-04-04ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-04-04ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_l...Xue jiufei1-3/+0
2014-04-04ocfs2: allow for more than one data extent when creating xattrTariq Saeed1-1/+8
2014-04-04ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handlerZhonghua Guo1-12/+9
2014-04-04ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10