aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-15net: annotate inet_timewait_sock bitfieldsVegard Nossum1-1/+4
2009-06-15net: annotate bitfields in struct inet_sockVegard Nossum1-4/+10
2009-06-15net: use kmemcheck bitfields API for skbuffVegard Nossum1-0/+7
2009-06-15kmemcheck: introduce bitfield APIVegard Nossum1-0/+50
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum2-6/+34
2009-06-15kmemcheck: add DMA hooksVegard Nossum1-0/+16
2009-06-15kmemcheck: add mm functionsVegard Nossum3-1/+62
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum2-0/+25
2009-06-13tasklets: new tasklet scheduling functionVegard Nossum1-0/+14
2009-06-13slab: move struct kmem_cache to headersPekka Enberg1-0/+81
2009-06-12stacktrace: add forward-declaration struct task_structVegard Nossum1-0/+2
2009-06-12x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum1-0/+1
2009-06-11fs/qnx4: sanitize includesAl Viro2-60/+1
2009-06-11Sanitize qnx4 fsync handlingAl Viro1-2/+0
2009-06-11New helper - simple_fsync()Al Viro1-0/+2
2009-06-11linux/magic.h: move cramfs magic out of cramfs_fs.hMike Frysinger2-2/+3
2009-06-11fs: Rearrange inode structure elements to avoid waste due to paddingTheodore Ts'o1-1/+1
2009-06-11fs: Remove i_cindex from struct inodeTheodore Ts'o2-1/+2
2009-06-11Trim a bit of crap from fs.hAl Viro1-3/+0
2009-06-11dcache: extrace and use d_unlinked()Alexey Dobriyan1-0/+5
2009-06-11quota: Introduce writeout_quota_sb() (version 4)Jan Kara1-0/+9
2009-06-11quota: cleanup dquota sync functions (version 4)Christoph Hellwig1-8/+3
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara1-1/+1
2009-06-11vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara1-2/+1
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara2-2/+1
2009-06-11vfs: Make __fsync_super() a static function (version 4)Jan Kara1-1/+0
2009-06-11remove s_async_listChristoph Hellwig1-5/+0
2009-06-11fs: introduce mnt_clone_writenpiggin@suse.de1-0/+4
2009-06-11fs: mnt_want_write speedupnpiggin@suse.de1-6/+15
2009-06-11Move junk from proc_fs.h to fs/proc/internal.hAl Viro1-24/+0
2009-06-11switch lookup_mnt()Al Viro1-1/+1
2009-06-11switch follow_down()Al Viro1-1/+1
2009-06-11Switch collect_mounts() to struct pathAl Viro1-1/+1
2009-06-11switch follow_up() to struct pathAl Viro1-1/+1
2009-06-11switch rqst_exp_parent()Al Viro1-2/+1
2009-06-11switch rqst_exp_get_by_name()Al Viro1-2/+1
2009-06-11Cache root in nameidataAl Viro1-0/+1
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney1-0/+2
2009-06-11Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds5-104/+521
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds3-0/+103
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-2/+741
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-11/+7
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