aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-21hugetlbfs: return error code when initializing moduleHillf Danton1-2/+3
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove1-5/+9
2012-03-21mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warningDavid Rientjes1-1/+5
2012-03-21hugepages: fix use after free bug in "quota" handlingDavid Gibson1-33/+21
2012-03-21hugetlb: cleanup hugetlb.hDavid Gibson1-0/+19
2012-03-21hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V1-16/+9
2012-03-21hugetlbfs: fix hugetlb_get_unmapped_area()Xiao Guangrong1-4/+11
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-11/+2
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-1/+1
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepageMel Gorman1-1/+2
2012-01-03hugetlbfs: propagate umode_tAl Viro1-1/+1
2012-01-03hugetlbfs: switch to inode_init_owner()Al Viro1-27/+32
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-08-25lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer1-0/+1
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-1/+1
2011-07-25fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce1-1/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen1-0/+1
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+2
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-03-22mm: hugetlbfs: change remove_from_page_cacheMinchan Kim1-2/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-11-12hugetlbfs: lessen the impact of a deprecation warningDave Jones1-2/+1
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+1
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+15
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi1-0/+15
2010-08-09new helper: end_writeback()Al Viro1-1/+1
2010-08-09switch hugetlbfs to ->evict_inode()Al Viro1-20/+2
2010-08-09remove inode_setattrChristoph Hellwig1-8/+9
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro1-2/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-7/+8
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-29/+4
2009-09-24hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fixFrom: Mel Gorman1-9/+3
2009-09-24vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara1-29/+4
2009-09-23Move magic numbers into magic.hNick Black1-3/+1
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mountEric B Munson1-4/+17
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins1-8/+12