aboutsummaryrefslogtreecommitdiff
path: root/fs/hugetlbfs
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Untangling ima mess, part 1: alloc_file()Gravatar Al Viro 1-2/+0
2009-12-16switch alloc_file() to passing struct pathGravatar Al Viro 1-7/+8
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-29/+4
2009-09-24hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fixGravatar From: Mel Gorman 1-9/+3
2009-09-24vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itGravatar Jan Kara 1-29/+4
2009-09-23Move magic numbers into magic.hGravatar Nick Black 1-3/+1
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Gravatar Eric B Munson 1-4/+17
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+1
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callGravatar Hugh Dickins 1-8/+12
2009-05-22Merge branch 'master' into nextGravatar James Morris 1-11/+0
2009-05-22integrity: move ima_counts_getGravatar Mimi Zohar 1-0/+2
2009-05-13Remove implementation of readpage from the hugetlbfs_aopsGravatar Mel Gorman 1-11/+0
2009-04-21hugetlbfs: return negative error code for bad mount optionGravatar Akinobu Mita 1-2/+1
2009-04-01mm: reintroduce and deprecate rlimit based access for SHM_HUGETLBGravatar Ravikiran G Thirumalai 1-2/+11
2009-04-01mm: fix SHM_HUGETLB to work with users in hugetlb_shm_groupGravatar Ravikiran G Thirumalai 1-7/+1
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTGravatar Mel Gorman 1-3/+5
2009-01-06hugetlb: unsigned ret cannot be negativeGravatar Roel Kluin 1-4/+8
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-1/+0
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-2/+3
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-2/+2
2008-11-14CRED: Wrap task credential accesses in the hugetlbfs filesystemGravatar David Howells 1-8/+8
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-24hugetlbfs: per mount huge page sizesGravatar Andi Kleen 1-9/+36
2008-07-24hugetlb: modular state for hugetlb page sizeGravatar Andi Kleen 1-22/+30
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...Gravatar Mel Gorman 1-1/+1
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Gravatar Mel Gorman 1-4/+4
2008-04-30mm: bdi: add separate writeback accounting capabilityGravatar Miklos Szeredi 1-1/+1
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoGravatar Lee Schermerhorn 1-1/+1
2008-04-28mempolicy: support optional mode flagsGravatar David Rientjes 1-1/+1
2008-03-19[PATCH] double iput() on failure exit in hugetlbGravatar Al Viro 1-1/+1
2008-02-08mount options: fix hugetlbfsGravatar Miklos Szeredi 1-0/+3
2008-02-05hugetlb: allow sticky directory mount optionGravatar Ken Chen 1-1/+1
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Gravatar Adam Litke 1-5/+5
2007-11-14hugetlb: fix quota management for private mappingsGravatar Adam Litke 1-1/+0
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sGravatar Dave Hansen 1-13/+9
2007-10-17introduce I_SYNCGravatar Joern Engel 1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-17mm: bdi init hooksGravatar Peter Zijlstra 1-1/+8
2007-10-16hugetlbfs read() supportGravatar Badari Pulavarty 1-0/+125
2007-10-16hugetlb: allow extending ftruncate on hugetlbfsGravatar Ken Chen 1-7/+1
2007-10-16implement simple fs aopsGravatar Nick Piggin 1-6/+10
2007-08-31hugepage: fix broken check for offset alignment in hugepage mappingsGravatar David Gibson 1-5/+10
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-16hugetlbfs: handle empty options stringGravatar Lee Schermerhorn 1-3/+5
2007-07-16hugetlbfs: use lib/parser, fix docsGravatar Randy Dunlap 1-27/+69
2007-06-16shm: fix the filename of hugetlb sysv shared memoryGravatar Eric W. Biederman 1-5/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-07hugetlbfs: add NULL check in hugetlb_zero_setup()Gravatar Akinobu Mita 1-0/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1