aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
AgeCommit message (Expand)AuthorFilesLines
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim1-2/+15
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro1-7/+1
2013-08-13hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko1-0/+10
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi1-14/+10
2013-04-17hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Naoya Horiguchi1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26hugetlb_file_setup(): use d_alloc_pseudo()Al Viro1-4/+15
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-7/+5
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-11mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-2/+2
2012-12-11mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse1-34/+8
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-13/+50
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-5/+4
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-21userns: Convert hugetlbfs to use kuid/kgid where appropriateEric W. Biederman1-5/+11
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V1-2/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-25hugetlbfs: lockdep annotate root inode properlyAneesh Kumar K.V1-0/+1
2012-04-05hugetlbfs: remove unregister_filesystem() when initializing moduleHillf Danton1-1/+0
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-61/+77
2012-03-21hugetlbfs: return error code when initializing moduleHillf Danton1-2/+3
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove1-5/+9
2012-03-21mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warningDavid Rientjes1-1/+5
2012-03-21hugepages: fix use after free bug in "quota" handlingDavid Gibson1-33/+21
2012-03-21hugetlb: cleanup hugetlb.hDavid Gibson1-0/+19
2012-03-21hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V1-16/+9
2012-03-21hugetlbfs: fix hugetlb_get_unmapped_area()Xiao Guangrong1-4/+11
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-11/+2
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-1/+1
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman1-1/+2
2012-01-03hugetlbfs: propagate umode_tAl Viro1-1/+1
2012-01-03hugetlbfs: switch to inode_init_owner()Al Viro1-27/+32
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-08-25lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer1-0/+1
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-1/+1
2011-07-25fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce1-1/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen1-0/+1
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+2
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-03-22mm: hugetlbfs: change remove_from_page_cacheMinchan Kim1-2/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-11-12hugetlbfs: lessen the impact of a deprecation warningDave Jones1-2/+1
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-0/+15
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi1-0/+15
2010-08-09new helper: end_writeback()Al Viro1-1/+1
2010-08-09switch hugetlbfs to ->evict_inode()Al Viro1-20/+2
2010-08-09remove inode_setattrChristoph Hellwig1-8/+9
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro1-2/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-7/+8
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-29/+4
2009-09-24hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fixFrom: Mel Gorman1-9/+3
2009-09-24vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara1-29/+4
2009-09-23Move magic numbers into magic.hNick Black1-3/+1
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson1-4/+17
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins1-8/+12
2009-05-22Merge branch 'master' into nextJames Morris1-11/+0
2009-05-22integrity: move ima_counts_getMimi Zohar1-0/+2
2009-05-13Remove implementation of readpage from the hugetlbfs_aopsMel Gorman1-11/+0
2009-04-21hugetlbfs: return negative error code for bad mount optionAkinobu Mita1-2/+1
2009-04-01mm: reintroduce and deprecate rlimit based access for SHM_HUGETLBRavikiran G Thirumalai1-2/+11
2009-04-01mm: fix SHM_HUGETLB to work with users in hugetlb_shm_groupRavikiran G Thirumalai1-7/+1
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...Mel Gorman1-1/+1
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...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
2006-09-29[PATCH] hugetlbfs: add lock annotation to hugetlbfs_forget_inode()Josh Triplett1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-07-10[PATCH] mmap zero-length hugetlb file with PROT_NONE to protect a hugetlb vir...Zhang, Yanmin1-3/+1
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-2/+2
2006-06-23[PATCH] tightening hugetlb strict accountingChen, Kenneth W1-12/+9
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-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-22[PATCH] convert hugetlbfs_counter to atomicChen, Kenneth W1-16/+2
2006-03-22[PATCH] hugepage: Strict page reservation for hugepage inodesDavid Gibson1-52/+22
2006-02-01[PATCH] mm: hugepage accounting fixHugh Dickins1-2/+2
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt1-1/+1
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-06[PATCH] Hugetlb: Copy on Write supportDavid Gibson1-3/+0
2005-11-22[PATCH] Fix hugetlbfs_statfs() reporting of block limitsDavid Gibson1-4/+8
2005-11-09[PATCH] fs/hugetlbfs/inode.c: make a function staticAdrian Bunk1-1/+1
2005-10-29[PATCH] hugetlb: overcommit accounting checkAdam Litke1-10/+53
2005-10-29[PATCH] hugetlb: demand fault handlerAdam Litke1-5/+2
2005-10-29[PATCH] cleanup hugelbfs_forget_inodeChristoph Hellwig1-18/+20
2005-10-29[PATCH] kill hugelbfs_do_delete_inodeChristoph Hellwig1-37/+1
2005-10-29[PATCH] hugetlbfs: clean up hugetlbfs_delete_inodeChristoph Hellwig1-6/+32
2005-10-29[PATCH] hugetlbfs: move free_inodes accountingChristoph Hellwig1-36/+42
2005-10-29[PATCH] mm: unmap_vmas with inner ptlockHugh Dickins1-7/+3
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2-0/+860