aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov1-3/+4
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds31-31/+29
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2-76/+1201
2012-03-23seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki1-10/+26
2012-03-23proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2-56/+84
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2-28/+60
2012-03-23proc: speed up /proc/stat handlingEric Dumazet1-2/+5
2012-03-23fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni1-2/+4
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+3
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-2/+25
2012-03-23fat: fix bug in enforcing Long File Name lengthNamjae Jeon1-1/+1
2012-03-23fat: clean up xlate_to_uni()Namjae Jeon1-47/+36
2012-03-23epoll: remove unneeded variable in reverse_path_check()Dan Carpenter1-2/+0
2012-03-23epoll: comment the funky #ifdefSteven Rostedt1-0/+25
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2-25/+33
2012-03-23fs/notify/notification.c: make subsys_initcall function staticH Hartley Sweeten1-2/+1
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar3-2/+5
2012-03-23Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-230/+234
2012-03-23Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-8/+22
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds51-2250/+1375
2012-03-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-109/+169
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds66-2074/+3109
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds2-2/+2
2012-03-22vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds1-3/+3
2012-03-22vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds1-9/+4
2012-03-22fs: fix kernel-doc warnings in dcache.cRandy Dunlap1-1/+1
2012-03-22Fix full_name_hash() behaviour when length is a multiple of 8Al Viro1-1/+1
2012-03-22sysctl: protect poll() in entries that may go awayLucas De Marchi1-1/+16
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-191/+432
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+23
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds19-245/+804
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 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds4-5/+25