aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* shmem: SGP_QUICK and SGP_FAULT redundantHugh Dickins2008-02-051-6/+2
* swapin needs gfp_mask for loop on tmpfsHugh Dickins2008-02-051-14/+14
* swapin_readahead: move and rearrange argsHugh Dickins2008-02-051-4/+2
* swapin_readahead: excise NUMA bogosityHugh Dickins2008-02-051-31/+12
* tmpfs: restore missing clear_highpageHugh Dickins2007-11-281-2/+3
* fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATEHugh Dickins2007-10-301-0/+15
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* shmem: new export opsChristoph Hellwig2007-10-221-22/+13
* r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-5/+2
* SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan2007-10-171-3/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+6
* mm/shmem.c: make 3 functions staticAdrian Bunk2007-10-161-5/+5
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-161-2/+2
* memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn2007-10-161-5/+8
* implement simple fs aopsNick Piggin2007-10-161-7/+27
* Clean up duplicate includes in mm/Jesper Juhl2007-10-161-1/+0
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* mm: fault feedback #2Nick Piggin2007-07-191-4/+4
* mm: fault feedback #1Nick Piggin2007-07-191-19/+10
* mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2007-07-191-62/+20
* mm: fix fault vs invalidate race for linear mappingsNick Piggin2007-07-191-2/+9
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman2007-07-171-2/+5
* shmem: convert to using splice instead of sendfile()Hugh Dickins2007-07-101-25/+17
* mount -t tmpfs -o mpol=: check nodes onlineHugh Dickins2007-06-081-0/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-5/+3
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] holepunch: fix disconnected pages after second truncateHugh Dickins2007-03-291-0/+8
* [PATCH] holepunch: fix shmem_truncate_range punch lockingHugh Dickins2007-03-291-23/+73
* [PATCH] holepunch: fix shmem_truncate_range punching too farHugh Dickins2007-03-291-11/+21
* [PATCH] shmem and simple const super_operationsHugh Dickins2007-03-051-2/+2
* [PATCH] mm/{,tiny-}shmem.c cleanupsAdrian Bunk2007-03-011-2/+3
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-10/+10
* [PATCH] simplify shmem_aops.set_page_dirty() methodKen Chen2007-02-111-1/+1