summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2008-02-08mount-options-fix-tmpfs-fixAndrew Morton
2008-02-08mount options: fix tmpfsakpm@linux-foundation.org
2008-02-07memcgroup: fix hang with shmem/tmpfsHugh Dickins
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley
2008-02-05tmpfs: fix shmem_swaplist racesHugh Dickins
2008-02-05tmpfs: radix_tree_preloadingHugh Dickins
2008-02-05tmpfs: open a window in shmem_unuse_inodeHugh Dickins
2008-02-05tmpfs: make shmem_unuse more preemptibleHugh Dickins
2008-02-05tmpfs: allocate on read when stackedHugh Dickins
2008-02-05tmpfs: allow filepage alongside swappageHugh Dickins
2008-02-05tmpfs: move swap swizzling into shmemHugh Dickins
2008-02-05tmpfs: fix mounts when size is less than the page sizeMichael Marineau
2008-02-05shmem: factor out sbi->free_inodes manipulationsPavel Emelyanov
2008-02-05shmem_file_write is redundantHugh Dickins
2008-02-05shmem_getpage return page lockedHugh Dickins
2008-02-05shmem: SGP_QUICK and SGP_FAULT redundantHugh Dickins
2008-02-05swapin needs gfp_mask for loop on tmpfsHugh Dickins
2008-02-05swapin_readahead: move and rearrange argsHugh Dickins
2008-02-05swapin_readahead: excise NUMA bogosityHugh Dickins
2007-11-28tmpfs: restore missing clear_highpageHugh Dickins
2007-10-30fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATEHugh Dickins
2007-10-22exportfs: make struct export_operations constChristoph Hellwig
2007-10-22shmem: new export opsChristoph Hellwig
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-17mm: bdi init hooksPeter Zijlstra
2007-10-16mm/shmem.c: make 3 functions staticAdrian Bunk
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn
2007-10-16implement simple fs aopsNick Piggin
2007-10-16Clean up duplicate includes in mm/Jesper Juhl
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19mm: fault feedback #2Nick Piggin
2007-07-19mm: fault feedback #1Nick Piggin
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman
2007-07-10shmem: convert to using splice instead of sendfile()Hugh Dickins
2007-06-08mount -t tmpfs -o mpol=: check nodes onlineHugh Dickins
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-03-29[PATCH] holepunch: fix disconnected pages after second truncateHugh Dickins
2007-03-29[PATCH] holepunch: fix shmem_truncate_range punch lockingHugh Dickins
2007-03-29[PATCH] holepunch: fix shmem_truncate_range punching too farHugh Dickins
2007-03-05[PATCH] shmem and simple const super_operationsHugh Dickins
2007-03-01[PATCH] mm/{,tiny-}shmem.c cleanupsAdrian Bunk
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2007-02-11[PATCH] simplify shmem_aops.set_page_dirty() methodKen Chen