aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-1/+1
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-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar4-61/+239
2012-03-21pagemap: introduce data structure for pagemap entryNaoya Horiguchi1-31/+38
2012-03-21pagemap: export KPF_THPNaoya Horiguchi1-0/+2
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi1-48/+25
2012-03-21pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi1-4/+48
2012-03-21hugetlbfs: fix hugetlb_get_unmapped_area()Xiao Guangrong1-4/+11
2012-03-21seq_file: fix mishandling of consecutive pread() invocations.Earl Chew1-13/+15
2012-03-21fs/namei.c: fix warnings on 32-bitAndrew Morton1-0/+6
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+9
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+4
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds53-320/+317
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds8-11/+10
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-15/+9
2012-03-20exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov1-3/+1
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-0/+3
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+81
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-121/+282
2012-03-20AFS: checking wrong bit in afs_readpages()Dan Carpenter1-1/+1
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+6
2012-03-20udf: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20ubifs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20squashfs: remove the second argument of k[un]map_atomic()Cong Wang2-6/+6
2012-03-20reiserfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-03-20ocfs2: remove the second argument of k[un]map_atomic()Cong Wang1-8/+8
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Cong Wang4-32/+32
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang9-114/+114
2012-03-20nfs: remove the second argument of k[un]map_atomic()Cong Wang2-6/+6
2012-03-20minix: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20logfs: remove the second argument of k[un]map_atomic()Cong Wang3-30/+30
2012-03-20jbd2: remove the second argument of k[un]map_atomic()Cong Wang3-10/+10
2012-03-20jbd: remove the second argument of k[un]map_atomic()Cong Wang2-8/+8
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Cong Wang3-12/+12
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-03-20ext2: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20exofs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20afs: remove the second argument of k[un]map_atomic()Cong Wang2-6/+6
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang7-37/+37
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang6-33/+30
2012-03-20kcore: fix spelling in read_kcore() commentLaura Vasilescu1-1/+1
2012-03-19Merge branch 'dcache-word-accesses'Linus Torvalds3-0/+149
2012-03-19vfs: get rid of batshit-insane pointless dentry hash calculationsLinus Torvalds1-3/+3
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-42/+107