summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-06-12Switch collect_mounts() to struct pathAl Viro1-1/+1
2009-06-12switch follow_up() to struct pathAl Viro1-1/+1
2009-06-12switch rqst_exp_parent()Al Viro1-2/+1
2009-06-12switch rqst_exp_get_by_name()Al Viro1-2/+1
2009-06-12Cache root in nameidataAl Viro1-0/+1
2009-06-12reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney1-0/+2
2009-06-12Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-1/+1
2009-06-12Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds5-104/+521
2009-06-12Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds3-0/+103
2009-06-12Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-2/+741
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+7
2009-06-11add generic lib/checksum.cArnd Bergmann1-0/+79
2009-06-11asm-generic: add a generic uaccess.hArnd Bergmann1-0/+325
2009-06-11asm-generic: add generic NOMMU versions of some headersArnd Bergmann8-0/+240
2009-06-11asm-generic: add generic atomic.h and io.hArnd Bergmann2-0/+465
2009-06-11asm-generic: add legacy I/O header filesArnd Bergmann6-0/+106
2009-06-11asm-generic: add generic versions of common headersArnd Bergmann18-0/+558
2009-06-11asm-generic: make bitops.h usableArnd Bergmann1-6/+18
2009-06-11asm-generic: make pci.h usable directlyArnd Bergmann1-0/+8
2009-06-11asm-generic: make get_rtc_time overridableArnd Bergmann1-1/+1
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann2-7/+7
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2-3/+4
2009-06-11asm-generic: add a generic unistd.hArnd Bergmann2-0/+855
2009-06-11asm-generic: add generic ABI headersArnd Bergmann16-0/+1049
2009-06-11asm-generic: add generic sysv ipc headersArnd Bergmann6-0/+189
2009-06-11asm-generic: introduce asm/bitsperlong.hArnd Bergmann5-0/+38
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann4-11/+11
2009-06-11fsnotify: move events should indicate the event was on a childEric Paris1-8/+4
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris1-0/+11
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris1-0/+4
2009-06-11fsnotify: allow groups to add private data to eventsEric Paris1-5/+19
2009-06-11fsnotify: add correlations between eventsEric Paris2-20/+30
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris2-17/+22
2009-06-11fsnotify: generic notification queue and waitqEric Paris1-0/+37
2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris4-73/+32
2009-06-11fsnotify: parent event notificationEric Paris3-10/+92
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris3-1/+78
2009-06-11fsnotify: unified filesystem notification backendEric Paris2-35/+257
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds14-304/+222
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds5-16/+38
2009-06-11mISDN: cleanup mISDNhw.hKarsten Keil1-10/+0
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-11/+83
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds7-9/+127
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds1-15/+12
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu1-11/+7
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas1-0/+5
2009-06-11kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas1-0/+2
2009-06-11kmemleak: Add the base supportCatalin Marinas1-0/+96
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds8-80/+134
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar58-443/+2460