aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-05tmpfs: fix mounts when size is less than the page sizeGravatar Michael Marineau 1-1/+1
2008-02-05shmem: factor out sbi->free_inodes manipulationsGravatar Pavel Emelyanov 1-39/+38
2008-02-05shmem_file_write is redundantGravatar Hugh Dickins 1-106/+3
2008-02-05shmem_getpage return page lockedGravatar Hugh Dickins 1-9/+13
2008-02-05shmem: SGP_QUICK and SGP_FAULT redundantGravatar Hugh Dickins 1-6/+2
2008-02-05swapin needs gfp_mask for loop on tmpfsGravatar Hugh Dickins 1-14/+14
2008-02-05swapin_readahead: move and rearrange argsGravatar Hugh Dickins 1-4/+2
2008-02-05swapin_readahead: excise NUMA bogosityGravatar Hugh Dickins 1-31/+12
2007-11-28tmpfs: restore missing clear_highpageGravatar Hugh Dickins 1-2/+3
2007-10-30fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATEGravatar Hugh Dickins 1-0/+15
2007-10-22exportfs: make struct export_operations constGravatar Christoph Hellwig 1-1/+1
2007-10-22shmem: new export opsGravatar Christoph Hellwig 1-22/+13
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sGravatar Dave Hansen 1-5/+2
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Gravatar Alexey Dobriyan 1-3/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-2/+1
2007-10-17mm: bdi init hooksGravatar Peter Zijlstra 1-0/+6
2007-10-16mm/shmem.c: make 3 functions staticGravatar Adrian Bunk 1-5/+5
2007-10-16Group short-lived and reclaimable kernel allocationsGravatar Mel Gorman 1-2/+2
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeGravatar Lee Schermerhorn 1-5/+8
2007-10-16implement simple fs aopsGravatar Nick Piggin 1-7/+27
2007-10-16Clean up duplicate includes in mm/Gravatar Jesper Juhl 1-1/+0
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-19mm: fault feedback #2Gravatar Nick Piggin 1-4/+4
2007-07-19mm: fault feedback #1Gravatar Nick Piggin 1-19/+10
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Gravatar Nick Piggin 1-62/+20
2007-07-19mm: fix fault vs invalidate race for linear mappingsGravatar Nick Piggin 1-2/+9
2007-07-17knfsd: exportfs: add exportfs.h headerGravatar Christoph Hellwig 1-0/+1
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Gravatar Mel Gorman 1-2/+5
2007-07-10shmem: convert to using splice instead of sendfile()Gravatar Hugh Dickins 1-25/+17
2007-06-08mount -t tmpfs -o mpol=: check nodes onlineGravatar Hugh Dickins 1-0/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-5/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-03-29[PATCH] holepunch: fix disconnected pages after second truncateGravatar Hugh Dickins 1-0/+8
2007-03-29[PATCH] holepunch: fix shmem_truncate_range punch lockingGravatar Hugh Dickins 1-23/+73
2007-03-29[PATCH] holepunch: fix shmem_truncate_range punching too farGravatar Hugh Dickins 1-11/+21
2007-03-05[PATCH] shmem and simple const super_operationsGravatar Hugh Dickins 1-2/+2
2007-03-01[PATCH] mm/{,tiny-}shmem.c cleanupsGravatar Adrian Bunk 1-2/+3
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-10/+10
2007-02-11[PATCH] simplify shmem_aops.set_page_dirty() methodGravatar Ken Chen 1-1/+1
2006-12-22[PATCH] Fix for shmem_truncate_range() BUG_ON()Gravatar Badari Pulavarty 1-1/+6
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-10/+10
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationGravatar Helge Deller 1-2/+2