aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman1-3/+5
2009-01-06hugetlb: unsigned ret cannot be negativeRoel Kluin1-4/+8
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-2/+3
2008-11-14CRED: Separate task security context from task_structDavid Howells1-2/+2
2008-11-14CRED: Wrap task credential accesses in the hugetlbfs filesystemDavid Howells1-8/+8
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen1-9/+36
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-22/+30
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeedMel Gorman1-1/+1
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork()Mel Gorman1-4/+4
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi1-1/+1
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn1-1/+1
2008-04-28mempolicy: support optional mode flagsDavid Rientjes1-1/+1
2008-03-19[PATCH] double iput() on failure exit in hugetlbAl Viro1-1/+1
2008-02-08mount options: fix hugetlbfsMiklos Szeredi1-0/+3
2008-02-05hugetlb: allow sticky directory mount optionKen Chen1-1/+1
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke1-5/+5
2007-11-14hugetlb: fix quota management for private mappingsAdam Litke1-1/+0
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen1-13/+9
2007-10-17introduce I_SYNCJoern Engel1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-17mm: bdi init hooksPeter Zijlstra1-1/+8
2007-10-16hugetlbfs read() supportBadari Pulavarty1-0/+125
2007-10-16hugetlb: allow extending ftruncate on hugetlbfsKen Chen1-7/+1
2007-10-16implement simple fs aopsNick Piggin1-6/+10
2007-08-31hugepage: fix broken check for offset alignment in hugepage mappingsDavid Gibson1-5/+10
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-16hugetlbfs: handle empty options stringLee Schermerhorn1-3/+5
2007-07-16hugetlbfs: use lib/parser, fix docsRandy Dunlap1-27/+69
2007-06-16shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman1-5/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07hugetlbfs: add NULL check in hugetlb_zero_setup()Akinobu Mita1-0/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07get_unmapped_area handles MAP_FIXED in hugetlbfsBenjamin Herrenschmidt1-0/+7
2007-05-07Make page->private usable in compound pagesChristoph Lameter1-1/+1
2007-05-07proper prototype for hugetlb_get_unmapped_area()Adrian Bunk1-4/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-4/+4
2007-02-09[PATCH] hugetlb: preserve hugetlb pte dirty stateKen Chen1-1/+4
2006-12-21VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds1-1/+1
2006-12-08[PATCH] struct path: convert hugetlbfsJosef Sipek1-3/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-14[PATCH] hugetlb: prepare_hugepage_range check offset tooHugh Dickins1-13/+8
2006-10-28[PATCH] hugetlb: fix prio_tree unitHugh Dickins1-13/+11
2006-10-28[PATCH] hugetlb: fix size=4G parsingHugh Dickins1-1/+0
2006-10-11[PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range()Chen, Kenneth W1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2