aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-01shmem: writepage directly to swapGravatar Hugh Dickins 1-2/+1
2009-03-24Merge branch 'master' into nextGravatar James Morris 1-22/+21
2009-02-25shmem: fix shared anonymous accountingGravatar Hugh Dickins 1-22/+21
2009-02-11integrity: shmem zero fixGravatar Mimi Zohar 1-1/+1
2009-02-06Merge branch 'master' into nextGravatar James Morris 1-18/+86
2009-02-06Integrity: IMA file free imbalanceGravatar Mimi Zohar 1-0/+2
2009-01-31Stop playing silly games with the VM_ACCOUNT flagGravatar Linus Torvalds 1-1/+1
2009-01-08memcg: fix shmem's swap accountingGravatar KAMEZAWA Hiroyuki 1-18/+12
2009-01-08memcg: revert gfp mask fixGravatar KAMEZAWA Hiroyuki 1-4/+4
2009-01-08memcg: handle swap cachesGravatar KAMEZAWA Hiroyuki 1-2/+16
2009-01-08memcg: fix gfp_mask of callers of chargeGravatar KAMEZAWA Hiroyuki 1-3/+3
2009-01-06shmem: unify regular and tiny shmemGravatar Matt Mackall 1-10/+71
2009-01-06mm: don't mark_page_accessed in shmem_faultGravatar Hugh Dickins 1-1/+0
2008-11-14CRED: Wrap task credential accesses in the core kernelGravatar David Howells 1-4/+4
2008-10-30nfsd: fix vm overcommit crashGravatar Alan Cox 1-4/+4
2008-10-20SHM_LOCKED pages are unevictableGravatar Lee Schermerhorn 1-0/+4
2008-10-20vmscan: split LRU lists into anon & file setsGravatar Rik van Riel 1-1/+1
2008-10-20define page_file_cache() functionGravatar Rik van Riel 1-0/+1
2008-10-18Export shmem_file_setup for DRM-GEMGravatar Keith Packard 1-0/+1
2008-10-13integrity: special fs magicGravatar Mimi Zohar 1-3/+1
2008-08-04mm: rename page trylockGravatar Nick Piggin 1-2/+2
2008-07-28tmpfs: fix kernel BUG in shmem_delete_inodeGravatar Hugh Dickins 1-1/+2
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-26mm: speculative page referencesGravatar Nick Piggin 1-3/+3
2008-07-25memcg: helper function for relcaim from shmem.Gravatar KAMEZAWA Hiroyuki 1-7/+4
2008-07-25memcg: remove refcnt from page_cgroupGravatar KAMEZAWA Hiroyuki 1-11/+24
2008-07-24tmpfs: support aioGravatar Hugh Dickins 1-21/+34
2008-04-30mm: bdi: add separate writeback accounting capabilityGravatar Miklos Szeredi 1-1/+1
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoGravatar Lee Schermerhorn 1-25/+32
2008-04-28mempolicy: rework shmem mpol parsing and displayGravatar Lee Schermerhorn 1-105/+13
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Gravatar Lee Schermerhorn 1-6/+10
2008-04-28mempolicy: rename mpol_free to mpol_putGravatar Lee Schermerhorn 1-2/+2
2008-04-28mempolicy: fix parsing of tmpfs mpol mount optionGravatar Lee Schermerhorn 1-5/+11
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagGravatar David Rientjes 1-0/+6
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagGravatar David Rientjes 1-0/+2
2008-04-28mempolicy: support optional mode flagsGravatar David Rientjes 1-8/+16
2008-04-28mempolicy: convert MPOL constants to enumGravatar David Rientjes 1-4/+5
2008-03-19mm/shmem and tiny-shmem: fix some kernel-docGravatar Randy Dunlap 1-15/+10
2008-03-04memcg: mem_cgroup_charge never NULLGravatar Hugh Dickins 1-3/+6
2008-02-08mount-options-fix-tmpfs-fixGravatar Andrew Morton 1-0/+2
2008-02-08mount options: fix tmpfsGravatar akpm@linux-foundation.org 1-64/+132
2008-02-07memcgroup: fix hang with shmem/tmpfsGravatar Hugh Dickins 1-1/+27
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferGravatar David P. Quigley 1-2/+1
2008-02-05tmpfs: fix shmem_swaplist racesGravatar Hugh Dickins 1-12/+25
2008-02-05tmpfs: radix_tree_preloadingGravatar Hugh Dickins 1-7/+18
2008-02-05tmpfs: open a window in shmem_unuse_inodeGravatar Hugh Dickins 1-22/+35
2008-02-05tmpfs: make shmem_unuse more preemptibleGravatar Hugh Dickins 1-7/+16
2008-02-05tmpfs: allocate on read when stackedGravatar Hugh Dickins 1-1/+13
2008-02-05tmpfs: allow filepage alongside swappageGravatar Hugh Dickins 1-25/+44
2008-02-05tmpfs: move swap swizzling into shmemGravatar Hugh Dickins 1-4/+12