summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-09-241-29/+4
|\
| * vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara2009-09-241-29/+4
* | hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fixFrom: Mel Gorman2009-09-241-9/+3
|/
* Move magic numbers into magic.hNick Black2009-09-231-3/+1
* hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson2009-09-221-4/+17
* writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins2009-08-241-8/+12
* Merge branch 'master' into nextJames Morris2009-05-221-11/+0
|\
| * Remove implementation of readpage from the hugetlbfs_aopsMel Gorman2009-05-131-11/+0
* | integrity: move ima_counts_getMimi Zohar2009-05-221-0/+2
|/
* hugetlbfs: return negative error code for bad mount optionAkinobu Mita2009-04-211-2/+1
* mm: reintroduce and deprecate rlimit based access for SHM_HUGETLBRavikiran G Thirumalai2009-04-011-2/+11
* mm: fix SHM_HUGETLB to work with users in hugetlb_shm_groupRavikiran G Thirumalai2009-04-011-7/+1
* Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2009-02-101-3/+5
* hugetlb: unsigned ret cannot be negativeRoel Kluin2009-01-061-4/+8
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-2/+3
* CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+2
* CRED: Wrap task credential accesses in the hugetlbfs filesystemDavid Howells2008-11-141-8/+8
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* hugetlbfs: per mount huge page sizesAndi Kleen2008-07-241-9/+36
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-22/+30
* hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...Mel Gorman2008-07-241-1/+1
* hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Mel Gorman2008-07-241-4/+4
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn2008-04-281-1/+1
* mempolicy: support optional mode flagsDavid Rientjes2008-04-281-1/+1
* [PATCH] double iput() on failure exit in hugetlbAl Viro2008-03-191-1/+1
* mount options: fix hugetlbfsMiklos Szeredi2008-02-081-0/+3
* hugetlb: allow sticky directory mount optionKen Chen2008-02-051-1/+1
* hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke2007-11-141-5/+5
* hugetlb: fix quota management for private mappingsAdam Litke2007-11-141-1/+0
* r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-13/+9
* introduce I_SYNCJoern Engel2007-10-171-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* mm: bdi init hooksPeter Zijlstra2007-10-171-1/+8
* hugetlbfs read() supportBadari Pulavarty2007-10-161-0/+125
* hugetlb: allow extending ftruncate on hugetlbfsKen Chen2007-10-161-7/+1
* implement simple fs aopsNick Piggin2007-10-161-6/+10
* hugepage: fix broken check for offset alignment in hugepage mappingsDavid Gibson2007-08-311-5/+10
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* hugetlbfs: handle empty options stringLee Schermerhorn2007-07-161-3/+5
* hugetlbfs: use lib/parser, fix docsRandy Dunlap2007-07-161-27/+69
* shm: fix the filename of hugetlb sysv shared memoryEric W. Biederman2007-06-161-5/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* hugetlbfs: add NULL check in hugetlb_zero_setup()Akinobu Mita2007-05-071-0/+3
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* get_unmapped_area handles MAP_FIXED in hugetlbfsBenjamin Herrenschmidt2007-05-071-0/+7
* Make page->private usable in compound pagesChristoph Lameter2007-05-071-1/+1