aboutsummaryrefslogtreecommitdiff
path: root/fs/hugetlbfs
AgeCommit message (Expand)AuthorFilesLines
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+0
2015-01-20fs: deduplicate noop_backing_dev_infoGravatar Christoph Hellwig 1-13/+1
2014-12-13mm: convert i_mmap_mutex to rwsemGravatar Davidlohr Bueso 1-5/+5
2014-12-13mm: use new helper functions around the i_mmap_mutexGravatar Davidlohr Bueso 1-2/+2
2014-06-04fs/hugetlbfs/inode.c: remove null test before kfreeGravatar Fabian Frederick 1-2/+1
2014-06-04fs/hugetlbfs/inode.c: use static const for dentry_operationsGravatar Fabian Frederick 1-1/+1
2014-06-04fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_keyGravatar Fabian Frederick 1-1/+1
2014-06-04fs/hugetlbfs/inode.c: complete conversion to pr_foo()Gravatar Andrew Morton 1-10/+8
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedGravatar Nishanth Aravamudan 1-0/+5
2014-04-03mm, hugetlb: unify region structure handlingGravatar Joonsoo Kim 1-2/+15
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbGravatar Al Viro 1-7/+1
2013-08-13hugetlb: fix lockdep splat caused by pmd sharingGravatar Michal Hocko 1-0/+10
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestGravatar Naoya Horiguchi 1-14/+10
2013-04-17hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Gravatar Naoya Horiguchi 1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26hugetlb_file_setup(): use d_alloc_pseudo()Gravatar Al Viro 1-4/+15
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Gravatar Anatol Pomozov 1-7/+5
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-12-11mm: adjust address_space_operations.migratepage() return codeGravatar Rafael Aquini 1-2/+2
2012-12-11mm: use vm_unmapped_area() in hugetlbfsGravatar Michel Lespinasse 1-34/+8
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBGravatar Andi Kleen 1-13/+50
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 1-1/+1
2012-10-09mm: replace vma prio_tree with an interval treeGravatar Michel Lespinasse 1-5/+4
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-09-21userns: Convert hugetlbfs to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-5/+11
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Gravatar Aneesh Kumar K.V 1-2/+2
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-04-25hugetlbfs: lockdep annotate root inode properlyGravatar Aneesh Kumar K.V 1-0/+1
2012-04-05hugetlbfs: remove unregister_filesystem() when initializing moduleGravatar Hillf Danton 1-1/+0
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-61/+77
2012-03-21hugetlbfs: return error code when initializing moduleGravatar Hillf Danton 1-2/+3
2012-03-21hugetlbfs: fix alignment of huge page requestsGravatar Steven Truelove 1-5/+9
2012-03-21mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warningGravatar David Rientjes 1-1/+5
2012-03-21hugepages: fix use after free bug in "quota" handlingGravatar David Gibson 1-33/+21
2012-03-21hugetlb: cleanup hugetlb.hGravatar David Gibson 1-0/+19
2012-03-21hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Gravatar Aneesh Kumar K.V 1-16/+9
2012-03-21hugetlbfs: fix hugetlb_get_unmapped_area()Gravatar Xiao Guangrong 1-4/+11
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-11/+2
2012-01-12mm: compaction: introduce sync-light migration for use by compactionGravatar Mel Gorman 1-1/+1
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Gravatar Mel Gorman 1-1/+2
2012-01-03hugetlbfs: propagate umode_tGravatar Al Viro 1-1/+1
2012-01-03hugetlbfs: switch to inode_init_owner()Gravatar Al Viro 1-27/+32
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1