summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix mem_cgroup_shrink_usage()Daisuke Nishimura2009-05-031-2/+6
* shmem: respect MAX_LFS_FILESIZEHugh Dickins2009-04-141-5/+20
* shmem: fix division by zeroYuri Tikhonov2009-04-141-1/+1
* shmem: writepage directly to swapHugh Dickins2009-04-011-2/+1Star
* Merge branch 'master' into nextJames Morris2009-03-241-22/+21Star
|\
| * shmem: fix shared anonymous accountingHugh Dickins2009-02-251-22/+21Star
* | integrity: shmem zero fixMimi Zohar2009-02-111-1/+1
* | Merge branch 'master' into nextJames Morris2009-02-061-18/+86
|\|
| * Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2009-02-011-1/+1
| * memcg: fix shmem's swap accountingKAMEZAWA Hiroyuki2009-01-081-18/+12Star
| * 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-071-10/+71
| * mm: don't mark_page_accessed in shmem_faultHugh Dickins2009-01-071-1/+0Star
* | Integrity: IMA file free imbalanceMimi Zohar2009-02-051-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-171-0/+1
* integrity: special fs magicMimi Zohar2008-10-131-3/+1Star
* mm: rename page trylockNick Piggin2008-08-051-2/+2
* tmpfs: fix kernel BUG in shmem_delete_inodeHugh Dickins2008-07-291-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/+4Star
* 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/+13Star
* 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-201-15/+10Star
* memcg: mem_cgroup_charge never NULLHugh Dickins2008-03-051-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/+1Star
* 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