summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-03-05 13:20:53 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-03-05 13:20:53 -0800
commite213e26ab3988c516c06eba4dcd030ac052f6dc9 (patch)
tree6e26fbdbb842b387697d73daf6e70cf718269a77 /tools/perf/scripts/python
parentc812a51d11bbe983f4c24e32b59b265705ddd3c2 (diff)
parentefd8f0e6f6c1faa041f228d7113bd3a9db802d49 (diff)
downloadkernel-e213e26ab3988c516c06eba4dcd030ac052f6dc9.tar.gz
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6: (33 commits) quota: stop using QUOTA_OK / NO_QUOTA dquot: cleanup dquot initialize routine dquot: move dquot initialization responsibility into the filesystem dquot: cleanup dquot drop routine dquot: move dquot drop responsibility into the filesystem dquot: cleanup dquot transfer routine dquot: move dquot transfer responsibility into the filesystem dquot: cleanup inode allocation / freeing routines dquot: cleanup space allocation / freeing routines ext3: add writepage sanity checks ext3: Truncate allocated blocks if direct IO write fails to update i_size quota: Properly invalidate caches even for filesystems with blocksize < pagesize quota: generalize quota transfer interface quota: sb_quota state flags cleanup jbd: Delay discarding buffers in journal_unmap_buffer ext3: quota_write cross block boundary behaviour quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquota quota: split out compat_sys_quotactl support from quota.c quota: split out netlink notification support from quota.c quota: remove invalid optimization from quota_sync_all ... Fixed trivial conflicts in fs/namei.c and fs/ufs/inode.c
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
>Eric Paris 2009-07-21inotify: do not leak inode marks in inotify_add_watchEric Paris 2009-07-21inotify: drop user watch count when a watch is removedEric Paris 2009-07-02fs/notify/inotify: decrement user inotify count on closeKeith Packard 2009-06-19inotify: inotify_destroy_mark_entry could get called twiceEric Paris 2009-06-11fsnotify: allow groups to set freeing_mark to nullEric Paris 2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris 2009-06-11dnotify: do not bother to lock entry->lock when reading maskEric Paris 2009-06-11dnotify: do not use ?true:false when assigning to a boolEric Paris 2009-06-11inotify: reimplement inotify using fsnotifyEric Paris 2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris 2009-06-11fsnotify: fsnotify marks on inodes pin them in coreEric Paris 2009-06-11fsnotify: allow groups to add private data to eventsEric Paris 2009-06-11fsnotify: add correlations between eventsEric Paris 2009-06-11fsnotify: include pathnames with entries when possibleEric Paris 2009-06-11fsnotify: generic notification queue and waitqEric Paris 2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris 2009-06-11fsnotify: parent event notificationEric Paris 2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris 2009-06-11fsnotify: unified filesystem notification backendEric Paris 2009-05-06inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang 2009-03-27fs: avoid I_NEW inodesNick Piggin 2009-02-18inotify: fix GFP_KERNEL related deadlockIngo Molnar 2009-01-26inotify: clean up inotify_read and fix locking problemsVegard Nossum 2009-01-14[CVE-2009-0029] System call wrappers part 29Heiko Carstens 2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens 2009-01-05inotify: fix type errors in interfacesMichael Kerrisk 2008-12-31filesystem notification: create fs/notify to contain all fs notificationEric Paris