aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11[PATCH] simplify shmem_aops.set_page_dirty() methodKen Chen1-1/+1
2006-12-22[PATCH] Fix for shmem_truncate_range() BUG_ON()Badari Pulavarty1-1/+6
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-10/+10
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-2/+2
2006-12-07[PATCH] make mm/shmem.c:shmem_xattr_security_handler staticAdrian Bunk1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+2
2006-10-17[PATCH] knfsd: add nfs-export support to tmpfsDavid M. Grimes1-0/+81
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-4/+4
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-5/+5
2006-09-29[PATCH] Access Control Lists for tmpfsAndreas Gruenbacher1-2/+97
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter1-0/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-4/+1
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-2/+2
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-3/+1
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-13/+5
2006-06-23[PATCH] migration: remove unnecessary PageSwapCache checksChristoph Lameter1-8/+0
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-06-20Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-0/+2
2006-06-12[PATCH] tmpfs: Decrement i_nlink correctly in shmem_rmdir()Sergey Vlasov1-0/+1
2006-06-12[PATCH] tmpfs: time granularity fix for [acm]time going backwardsRobin H. Johnson1-0/+1
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust1-1/+1
2006-04-22[PATCH] add migratepage address space op to shmemLee Schermerhorn1-0/+3
2006-03-22[PATCH] shmem: inline to avoid warningHugh Dickins1-1/+1
2006-03-22[PATCH] mm: kill kmem_cache_t usagePekka Enberg1-2/+3
2006-02-21[PATCH] tmpfs: fix mount mpol nodelist parsingHugh Dickins1-12/+69
2006-02-01[PATCH] Direct Migration V9: PageSwapCache checksChristoph Lameter1-0/+8
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt1-7/+32
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-3/+3
2006-01-06[PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMUDavid Howells1-1/+1
2006-01-06[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty1-8/+24
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown1-1/+1
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-12/+10
2005-10-29[PATCH] core remove PageReservedNick Piggin1-1/+3
2005-10-29[PATCH] mm: page fault handlers tidyupHugh Dickins1-1/+1
2005-10-28[PATCH] gfp_t: mm/* (easy parts)Al Viro1-2/+2
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+1
2005-09-09[PATCH] tmpfs: Enable atomic inode security labelingStephen Smalley1-1/+19
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+1
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai1-1/+1
2005-09-05[PATCH] Generic VFS fallback for security xattrsStephen Smalley1-85/+0
2005-09-05[PATCH] shmem_populate: avoid an useless check, and some commentsPaolo 'Blaisorblade' Giarrusso1-1/+5
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds1-11/+6