summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-03-23Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-22vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds
2012-03-22vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds
2012-03-22fs: fix kernel-doc warnings in dcache.cRandy Dunlap
2012-03-22Fix full_name_hash() behaviour when length is a multiple of 8Al Viro
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-03-22hugetlbfs: return error code when initializing moduleHillf Danton
2012-03-22hugetlbfs: fix alignment of huge page requestsSteven Truelove
2012-03-22mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warningDavid Rientjes
2012-03-22mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes
2012-03-22hugepages: fix use after free bug in "quota" handlingDavid Gibson
2012-03-22hugetlb: cleanup hugetlb.hDavid Gibson
2012-03-22hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V
2012-03-22procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar
2012-03-22pagemap: introduce data structure for pagemap entryNaoya Horiguchi
2012-03-22pagemap: export KPF_THPNaoya Horiguchi
2012-03-22thp: optimize away unnecessary page table lockingNaoya Horiguchi
2012-03-22pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi
2012-03-22hugetlbfs: fix hugetlb_get_unmapped_area()Xiao Guangrong
2012-03-22seq_file: fix mishandling of consecutive pread() invocations.Earl Chew
2012-03-22fs/namei.c: fix warnings on 32-bitAndrew Morton
2012-03-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-21Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-21ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro
2012-03-21debugfs-related mode_t whack-a-moleAl Viro
2012-03-21hfsplus: add an ioctl to bless filesMatthew Garrett
2012-03-21hfsplus: change finder_info to u32Matthew Garrett
2012-03-21hfsplus: initialise userflagsMatthew Garrett
2012-03-21qnx4: new helper - try_extent()Al Viro
2012-03-21qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro
2012-03-21take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro
2012-03-21trim includes in inode.cAl Viro
2012-03-21ocfs2: fix leaks on failure exits in module_initAl Viro
2012-03-21ecryptfs: make register_filesystem() the last potential failure exitAl Viro
2012-03-21ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro
2012-03-21logfs: missing cleanup on register_filesystem() failureAl Viro
2012-03-21jfs: mising cleanup on register_filesystem() failureAl Viro
2012-03-21make configfs_pin_fs() return root dentry on successAl Viro
2012-03-21configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro
2012-03-21configfs: sanitize configfs_create()Al Viro
2012-03-21configfs: kill configfs_sbAl Viro