aboutsummaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-07[PATCH] make mm/shmem.c:shmem_xattr_security_handler staticGravatar Adrian Bunk 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsGravatar Andrew Morton 1-1/+2
2006-10-17[PATCH] knfsd: add nfs-export support to tmpfsGravatar David M. Grimes 1-0/+81
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-4/+4
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-5/+5
2006-09-29[PATCH] Access Control Lists for tmpfsGravatar Andreas Gruenbacher 1-2/+97
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-2/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hGravatar Christoph Lameter 1-0/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 1-1/+0
2006-06-30[PATCH] Light weight event countersGravatar Christoph Lameter 1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Gravatar Linus Torvalds 1-4/+1
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-2/+2
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGravatar Greg Kroah-Hartman 1-3/+1
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 1-13/+5
2006-06-23[PATCH] migration: remove unnecessary PageSwapCache checksGravatar Christoph Lameter 1-8/+0
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-06-20Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 1-0/+2
2006-06-12[PATCH] tmpfs: Decrement i_nlink correctly in shmem_rmdir()Gravatar Sergey Vlasov 1-0/+1
2006-06-12[PATCH] tmpfs: time granularity fix for [acm]time going backwardsGravatar Robin H. Johnson 1-0/+1
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Gravatar Trond Myklebust 1-1/+1
2006-04-22[PATCH] add migratepage address space op to shmemGravatar Lee Schermerhorn 1-0/+3
2006-03-22[PATCH] shmem: inline to avoid warningGravatar Hugh Dickins 1-1/+1
2006-03-22[PATCH] mm: kill kmem_cache_t usageGravatar Pekka Enberg 1-2/+3
2006-02-21[PATCH] tmpfs: fix mount mpol nodelist parsingGravatar Hugh Dickins 1-12/+69