summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-261-0/+1
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-261-0/+15
|\ \ | |/ |/|
| * hugetlb: hugepage migration coreNaoya Horiguchi2010-10-081-0/+15
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* new helper: end_writeback()Al Viro2010-08-091-1/+1
* switch hugetlbfs to ->evict_inode()Al Viro2010-08-091-20/+2
* remove inode_setattrChristoph Hellwig2010-08-091-8/+9
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* Untangling ima mess, part 1: alloc_file()Al Viro2009-12-161-2/+0
* switch alloc_file() to passing struct pathAl Viro2009-12-161-7/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-09-241-29/+4
|\
| * vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara2009-09-241-29/+4
* | hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fixFrom: Mel Gorman2009-09-241-9/+3
|/