summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz2016-01-151-69/+75
* fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz2016-01-151-8/+11
* mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov2016-01-151-1/+1
* hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker2016-01-141-25/+2
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2016-01-141-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz2015-11-201-33/+32
* hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz2015-09-081-1/+178
* hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz2015-09-081-10/+88
* hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to deleteMike Kravetz2015-09-081-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-241-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-19/+71
|\ \
| * | hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz2015-04-151-19/+71
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-58/+33
|\ \ \ | |/ / |/| / | |/
| * make new_sync_{read,write}() staticAl Viro2015-04-111-1/+0
| * switch hugetlbfs to ->read_iter()Al Viro2015-04-111-58/+34
* | page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-141-1/+1
|/
* 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
|\