Age | Commit message (Expand) | Author |
2012-03-28 | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2012-03-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2012-03-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2012-03-28 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2012-03-28 | Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2012-03-28 | vfs: fix d_ancestor() case in d_materialize_unique | Michel Lespinasse |
2012-03-27 | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-03-25 | uml/hostfs: Propagate dirent.d_type to filldir() | Geert Uytterhoeven |
2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds |
2012-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl | Linus Torvalds |
2012-03-23 | seq_file: add seq_set_overflow(), seq_overflow() | KAMEZAWA Hiroyuki |
2012-03-23 | proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate(). | Pravin B Shelar |
2012-03-23 | procfs: speed up /proc/pid/stat, statm | KAMEZAWA Hiroyuki |
2012-03-23 | procfs: add num_to_str() to speed up /proc/stat | KAMEZAWA Hiroyuki |
2012-03-23 | proc: speed up /proc/stat handling | Eric Dumazet |
2012-03-23 | fs/proc/kcore.c: make get_sparsemem_vmemmap_info() static | Djalal Harouni |
2012-03-23 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron |
2012-03-23 | coredump: remove VM_ALWAYSDUMP flag | Jason Baron |
2012-03-23 | fat: fix bug in enforcing Long File Name length | Namjae Jeon |
2012-03-23 | fat: clean up xlate_to_uni() | Namjae Jeon |
2012-03-23 | epoll: remove unneeded variable in reverse_path_check() | Dan Carpenter |
2012-03-23 | epoll: comment the funky #ifdef | Steven Rostedt |
2012-03-23 | poll: add poll_requested_events() and poll_does_not_wait() functions | Hans Verkuil |
2012-03-23 | fs/notify/notification.c: make subsys_initcall function static | H Hartley Sweeten |
2012-03-23 | magic.h: move some FS magic numbers into magic.h | Muthu Kumar |
2012-03-23 | Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2012-03-23 | Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2012-03-23 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2012-03-23 | Merge git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2012-03-23 | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2012-03-22 | Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-03-22 | vfs: tidy up sparse warnings in fs/namei.c | Linus Torvalds |
2012-03-22 | vfs: tidy up fs/namei.c byte-repeat word constants | Linus Torvalds |
2012-03-22 | fs: fix kernel-doc warnings in dcache.c | Randy Dunlap |
2012-03-22 | Fix full_name_hash() behaviour when length is a multiple of 8 | Al Viro |
2012-03-22 | sysctl: protect poll() in entries that may go away | Lucas De Marchi |
2012-03-22 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-03-22 | ceph: fix three bugs, two in ceph_vxattrcb_file_layout() | Alex Elder |
2012-03-22 | ceph: ensure Boolean options support both senses | Alex Elder |
2012-03-22 | rbd: make ceph_parse_options() return a pointer | Alex Elder |
2012-03-22 | ceph: make ceph_setxattr() and ceph_removexattr() more alike | Alex Elder |
2012-03-22 | ceph: avoid repeatedly computing the size of constant vxattr names | Alex Elder |
2012-03-22 | ceph: encode type in vxattr callback routines | Alex Elder |
2012-03-22 | ceph: drop "_cb" from name of struct ceph_vxattr_cb | Alex Elder |
2012-03-22 | ceph: use macros to normalize vxattr table definitions | Alex Elder |
2012-03-22 | ceph: use a symbolic name for "ceph." extended attribute namespace | Alex Elder |
2012-03-22 | ceph: pass inode rather than table to ceph_match_vxattr() | Alex Elder |
2012-03-22 | ceph: don't null-terminate xattr values | Alex Elder |
2012-03-22 | ceph: fix overflow check in build_snap_context() | Xi Wang |