summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fs: deduplicate noop_backing_dev_infoChristoph Hellwig2015-01-201-13/+1
* mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-5/+5
* mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-131-2/+2
* fs/hugetlbfs/inode.c: remove null test before kfreeFabian Frederick2014-06-041-2/+1
* fs/hugetlbfs/inode.c: use static const for dentry_operationsFabian Frederick2014-06-041-1/+1
* fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_keyFabian Frederick2014-06-041-1/+1
* fs/hugetlbfs/inode.c: complete conversion to pr_foo()Andrew Morton2014-06-041-10/+8
* hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-05-061-0/+5
* mm, hugetlb: unify region structure handlingJoonsoo Kim2014-04-031-2/+15
* cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-08-241-7/+1
* hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko2013-08-131-0/+10
* hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-071-14/+10
* hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Naoya Horiguchi2013-04-171-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* hugetlb_file_setup(): use d_alloc_pseudo()Al Viro2013-02-261-4/+15
* fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-221-7/+5
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
* | mm: adjust address_space_operations.migratepage() return codeRafael Aquini2012-12-111-2/+2
* | mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse2012-12-111-34/+8
* | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-111-13/+50
|/
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-5/+4
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | userns: Convert hugetlbfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-5/+11
|/
* hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V2012-07-311-2/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | hugetlbfs: lockdep annotate root inode properlyAneesh Kumar K.V2012-04-251-0/+1
|/
* hugetlbfs: remove unregister_filesystem() when initializing moduleHillf Danton2012-04-051-1/+0
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-61/+77
|\
| * hugetlbfs: return error code when initializing moduleHillf Danton2012-03-211-2/+3
| * hugetlbfs: fix alignment of huge page requestsSteven Truelove2012-03-211-5/+9
| * mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warningDavid Rientjes2012-03-211-1/+5
| * hugepages: fix use after free bug in "quota" handlingDavid Gibson2012-03-211-33/+21
| * hugetlb: cleanup hugetlb.hDavid Gibson2012-03-211-0/+19
| * hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V2012-03-211-16/+9
| * hugetlbfs: fix hugetlb_get_unmapped_area()Xiao Guangrong2012-03-211-4/+11
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-11/+2
|/
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-121-1/+1
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-121-1/+2
* hugetlbfs: propagate umode_tAl Viro2012-01-031-1/+1
* hugetlbfs: switch to inode_init_owner()Al Viro2012-01-031-27/+32
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
OpenPOWER on IntegriCloud