aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-20mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz1-33/+32
2015-09-08hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz1-1/+178
2015-09-08hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz1-10/+88
2015-09-08hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to deleteMike Kravetz1-7/+18
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley1-0/+2
2015-06-24mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen1-1/+0
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-19/+71
2015-04-15hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz1-19/+71
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-58/+33
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-1/+0
2015-04-11switch hugetlbfs to ->read_iter()Al Viro1-58/+34
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: deduplicate noop_backing_dev_infoChristoph Hellwig1-13/+1
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-5/+5
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-2/+2
2014-06-04fs/hugetlbfs/inode.c: remove null test before kfreeFabian Frederick1-2/+1
2014-06-04fs/hugetlbfs/inode.c: use static const for dentry_operationsFabian Frederick1-1/+1
2014-06-04fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_keyFabian Frederick1-1/+1
2014-06-04fs/hugetlbfs/inode.c: complete conversion to pr_foo()Andrew Morton1-10/+8
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+5
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/jikos/trivialLinus 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/viro/vfsLinus 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 pagesAneesh 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