summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
...
* hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker2016-01-151-25/+2Star
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2016-01-151-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
* mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz2015-11-211-33/+32Star
* hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz2015-09-091-1/+178
* hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz2015-09-091-10/+88
* hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to deleteMike Kravetz2015-09-091-7/+18
* ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-071-0/+2
* mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen2015-06-251-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-161-19/+71
|\ \
| * | hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz2015-04-161-19/+71
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-58/+33Star
|\ \ \ | |/ / |/| / | |/
| * make new_sync_{read,write}() staticAl Viro2015-04-121-1/+0Star
| * switch hugetlbfs to ->read_iter()Al Viro2015-04-121-58/+34Star
* | page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-151-1/+1
|/
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star
* fs: deduplicate noop_backing_dev_infoChristoph Hellwig2015-01-201-13/+1Star
* 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-051-2/+1Star
* fs/hugetlbfs/inode.c: use static const for dentry_operationsFabian Frederick2014-06-051-1/+1
* fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_keyFabian Frederick2014-06-051-1/+1
* fs/hugetlbfs/inode.c: complete conversion to pr_foo()Andrew Morton2014-06-051-10/+8Star
* hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-05-061-0/+5
* mm, hugetlb: unify region structure handlingJoonsoo Kim2014-04-041-2/+15
* cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-08-241-7/+1Star
* hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko2013-08-141-0/+10
* hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-081-14/+10Star
* hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Naoya Horiguchi2013-04-181-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-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-231-7/+5Star
* new helper: file_inode(file)Al Viro2013-02-231-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-121-2/+2
* | mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse2012-12-121-34/+8Star
* | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-121-13/+50
|/
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-5/+4Star
* 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-031-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-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-08-011-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