summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-04-27 08:39:02 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-27 08:39:02 -0700
commite25c2c873f59c57cf1c2b1979cc8fb01958305ef (patch)
treeb59caf26d45143da04f51e2a4bdd91f64de7baa4 /tools/perf/scripts/python/event_analyzing_sample.py
parent51b3960e78575f96c989d08421596bb6ab569f44 (diff)
parentc4b5a614316c505922a522b2e35ba05ea3e08a7c (diff)
downloadkernel-e25c2c873f59c57cf1c2b1979cc8fb01958305ef.tar.gz
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: Do not try to validate extents on special files ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
1a102ff92579edeff5e3d5d3c76ca49977898f00'>vfs: bury ->get_sb()Al Viro 2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells 2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells 2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells 2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells 2011-01-14fs: small rcu-walk documentation fixesNick Piggin 2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin 2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin 2011-01-07fs: change d_hash for rcu-walkNick Piggin 2011-01-07fs: change d_compare for rcu-walkNick Piggin 2011-01-07fs: change d_delete semanticsNick Piggin 2010-12-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds 2010-12-02Documentation/filesystems/vfs.txt: fix ->repeasepage() descriptionAndrew Morton 2010-12-02Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds 2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann 2010-05-27fs: introduce new truncate sequencenpiggin@suse.de 2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig 2010-04-23Documentation/: it's -> its where appropriateFrancis Galiegue 2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig 2009-09-16HWPOISON: Define a new error_remove_page address space op for async truncationAndi Kleen