aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into nextJames Morris2009-02-061-18/+86
|\ \ | |/
| * Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2009-01-311-1/+1
| * memcg: fix shmem's swap accountingKAMEZAWA Hiroyuki2009-01-081-18/+12
| * memcg: revert gfp mask fixKAMEZAWA Hiroyuki2009-01-081-4/+4
| * memcg: handle swap cachesKAMEZAWA Hiroyuki2009-01-081-2/+16
| * memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki2009-01-081-3/+3
| * shmem: unify regular and tiny shmemMatt Mackall2009-01-061-10/+71
| * mm: don't mark_page_accessed in shmem_faultHugh Dickins2009-01-061-1/+0
* | Integrity: IMA file free imbalanceMimi Zohar2009-02-061-0/+2
|/
* CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-4/+4
* nfsd: fix vm overcommit crashAlan Cox2008-10-301-4/+4
* SHM_LOCKED pages are unevictableLee Schermerhorn2008-10-201-0/+4
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-1/+1
* define page_file_cache() functionRik van Riel2008-10-201-0/+1
* Export shmem_file_setup for DRM-GEMKeith Packard2008-10-181-0/+1
* integrity: special fs magicMimi Zohar2008-10-131-3/+1
* mm: rename page trylockNick Piggin2008-08-041-2/+2
* tmpfs: fix kernel BUG in shmem_delete_inodeHugh Dickins2008-07-281-1/+2
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* mm: speculative page referencesNick Piggin2008-07-261-3/+3
* memcg: helper function for relcaim from shmem.KAMEZAWA Hiroyuki2008-07-251-7/+4
* memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki2008-07-251-11/+24
* tmpfs: support aioHugh Dickins2008-07-241-21/+34
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn2008-04-281-25/+32
* mempolicy: rework shmem mpol parsing and displayLee Schermerhorn2008-04-281-105/+13
* mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn2008-04-281-6/+10
* mempolicy: rename mpol_free to mpol_putLee Schermerhorn2008-04-281-2/+2
* mempolicy: fix parsing of tmpfs mpol mount optionLee Schermerhorn2008-04-281-5/+11
* mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes2008-04-281-0/+6
* mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes2008-04-281-0/+2
* mempolicy: support optional mode flagsDavid Rientjes2008-04-281-8/+16
* mempolicy: convert MPOL constants to enumDavid Rientjes2008-04-281-4/+5
* mm/shmem and tiny-shmem: fix some kernel-docRandy Dunlap2008-03-191-15/+10
* memcg: mem_cgroup_charge never NULLHugh Dickins2008-03-041-3/+6
* mount-options-fix-tmpfs-fixAndrew Morton2008-02-081-0/+2
* mount options: fix tmpfsakpm@linux-foundation.org2008-02-081-64/+132
* memcgroup: fix hang with shmem/tmpfsHugh Dickins2008-02-071-1/+27
* VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley2008-02-051-2/+1
* tmpfs: fix shmem_swaplist racesHugh Dickins2008-02-051-12/+25
* tmpfs: radix_tree_preloadingHugh Dickins2008-02-051-7/+18
* tmpfs: open a window in shmem_unuse_inodeHugh Dickins2008-02-051-22/+35
* tmpfs: make shmem_unuse more preemptibleHugh Dickins2008-02-051-7/+16
* tmpfs: allocate on read when stackedHugh Dickins2008-02-051-1/+13
* tmpfs: allow filepage alongside swappageHugh Dickins2008-02-051-25/+44
* tmpfs: move swap swizzling into shmemHugh Dickins2008-02-051-4/+12
* tmpfs: fix mounts when size is less than the page sizeMichael Marineau2008-02-051-1/+1
* shmem: factor out sbi->free_inodes manipulationsPavel Emelyanov2008-02-051-39/+38
* shmem_file_write is redundantHugh Dickins2008-02-051-106/+3
* shmem_getpage return page lockedHugh Dickins2008-02-051-9/+13