summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-31hugetlb: use same fault hash key for shared and private mappingsMike Kravetz3-23/+8
2019-05-08hugetlbfs: fix memory leak for resv_mapMike Kravetz1-6/+14
2019-03-13hugetlbfs: fix races and page leaks during migrationMike Kravetz3-2/+35
2018-12-08hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz1-3/+7
2018-12-08hugetlbfs: check for pgoff value overflowMike Kravetz2-3/+20
2018-12-08hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz1-3/+12
2017-10-08hugetlbfs: initialize shared policy as part of inode allocationMike Kravetz1-13/+12
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins23-163/+152
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds136-640/+737
2016-10-08mm: remove unnecessary condition in remove_inode_hugepageszhong jiang3-10/+8
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-16mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz1-69/+75
2016-01-16fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz1-8/+11
2016-01-16mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov3-21/+37
2016-01-15hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker2-63/+3
2016-01-15mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer3-15/+19
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-11-21mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz1-33/+32
2015-09-08hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz3-2/+182
2015-09-08hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz3-14/+128
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 Smalley3-3/+5
2015-06-25mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen12-41/+0
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds343-1867/+1877
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds136-1814/+3279
2015-04-15hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz3-24/+94
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds90-1185/+598
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov9-49/+41
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2015-04-12switch hugetlbfs to ->read_iter()Al Viro1-58/+34
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig32-91/+8
2015-01-20fs: deduplicate noop_backing_dev_infoChristoph Hellwig5-42/+4
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso10-29/+30
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso12-40/+40
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 Aravamudan3-5/+29
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim3-18/+45
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro4-14/+14
2013-08-14hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko1-0/+10
2013-05-08hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi4-22/+34
[next]