aboutsummaryrefslogtreecommitdiff
path: root/fs/hugetlbfs
AgeCommit message (Expand)Author
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V
2012-07-14don't pass nameidata to ->create()Al Viro
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-04-25hugetlbfs: lockdep annotate root inode properlyAneesh Kumar K.V
2012-04-05hugetlbfs: remove unregister_filesystem() when initializing moduleHillf Danton
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21hugetlbfs: return error code when initializing moduleHillf Danton
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove
2012-03-21mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warningDavid Rientjes
2012-03-21hugepages: fix use after free bug in "quota" handlingDavid Gibson
2012-03-21hugetlb: cleanup hugetlb.hDavid Gibson
2012-03-21hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V
2012-03-21hugetlbfs: fix hugetlb_get_unmapped_area()Xiao Guangrong
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-01-03hugetlbfs: propagate umode_tAl Viro
2012-01-03hugetlbfs: switch to inode_init_owner()Al Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-08-25lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer
2011-07-25Merge 'akpm' patch seriesLinus Torvalds
2011-07-25fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce
2011-07-24VFS : mount lock scalability for internal mountsTim Chen
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-03-22mm: hugetlbfs: change remove_from_page_cacheMinchan Kim
2011-01-07fs: icache RCU free inodesNick Piggin
2010-11-12hugetlbfs: lessen the impact of a deprecation warningDave Jones
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi
2010-08-09new helper: end_writeback()Al Viro
2010-08-09switch hugetlbfs to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-09-24hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fixFrom: Mel Gorman
2009-09-24vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara
2009-09-23Move magic numbers into magic.hNick Black
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson