summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer2011-08-251-0/+1
* Merge 'akpm' patch seriesLinus Torvalds2011-07-251-1/+1
|\
| * fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce2011-07-251-1/+1
* | VFS : mount lock scalability for internal mountsTim Chen2011-07-241-0/+1
|/
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-261-1/+2
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-251-2/+2
* mm: hugetlbfs: change remove_from_page_cacheMinchan Kim2011-03-221-2/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* hugetlbfs: lessen the impact of a deprecation warningDave Jones2010-11-121-2/+1
* convert get_sb_nodev() usersAl Viro2010-10-291-4/+4