summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-08-22 09:58:05 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-08-22 09:58:05 -0700
commitf753c4ec151c5c385fa0508a29aa793dee966325 (patch)
tree934e16b1aaa6c16a73e0c1d94d36997ef7ad419d /tools/perf/scripts/python/Perf-Trace-Util
parentad746be96941ddd2fb31fad7a629de7912051c8d (diff)
parent45f2e081f573526977abfa781a12728f83e9641f (diff)
downloadkernel-f753c4ec151c5c385fa0508a29aa793dee966325.tar.gz
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Pull ceph fixes from Sage Weil: "Jim's fix closes a narrow race introduced with the msgr changes. One fix resolves problems with debugfs initialization that Yan found when multiple client instances are created (e.g., two clusters mounted, or rbd + cephfs), another one fixes problems with mounting a nonexistent server subdirectory, and the last one fixes a divide by zero error from unsanitized ioctl input that Dan Carpenter found." * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client: ceph: avoid divide by zero in __validate_layout() libceph: avoid truncation due to racing banners ceph: tolerate (and warn on) extraneous dentry from mds libceph: delay debugfs initialization until we learn global_id
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions
an title='2007-07-18 19:09:27 -0400'>2007-07-18locks: share more common lease codeJ. Bruce Fields 2007-07-18locks: clean up lease_alloc()J. Bruce Fields 2007-07-18locks: convert an -EINVAL return to a BUGJ. Bruce Fields 2007-07-18leases: minor break_lease() comment clarificationdavid m. richter 2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter 2007-05-10locks: fix F_GETLK regression (failure to find conflicts)J. Bruce Fields 2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds 2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter 2007-05-06locks: add fl_grant callback for asynchronous lock returnMarc Eshel 2007-05-06locks: add lock cancel commandMarc Eshel 2007-05-06locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel 2007-05-06locks: factor out generic/filesystem switch from setlock codeMarc Eshel 2007-05-06locks: factor out generic/filesystem switch from test_lockJ. Bruce Fields 2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel 2007-05-06locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields 2007-04-16locks: create posix-to-flock helper functionsJ. Bruce Fields 2007-04-16locks: trivial removal of unnecessary parenthesesJ. Bruce Fields 2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek 2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter 2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter 2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman 2006-10-01[PATCH] VFS: Use SEEK_{SET, CUR, END} instead of hardcoded valuesJosef 'Jeff' Sipek 2006-08-14[PATCH] fcntl(F_SETSIG) fixTrond Myklebust