aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-11-13 12:24:19 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2021-11-13 12:24:19 -0800
commitc8103c2718eb99aab954187ca5be14f3d994c9be (patch)
tree4389c83051f20902335f8883da929b378aecc728 /tools/perf/scripts/python/export-to-sqlite.py
parentRevert "mm: shmem: don't truncate page if memory failure happens" (diff)
parentcifs: do not duplicate fscache cookie for secondary channels (diff)
downloadlinux-c8103c2718eb99aab954187ca5be14f3d994c9be.tar.gz
linux-c8103c2718eb99aab954187ca5be14f3d994c9be.zip
Merge tag '5.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull more cifs updates from Steve French: - improvements to reconnect and multichannel - a performance improvement (additional use of SMB3 compounding) - DFS code cleanup and improvements - various trivial Coverity fixes - two fscache fixes - an fsync fix * tag '5.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6: (23 commits) cifs: do not duplicate fscache cookie for secondary channels cifs: connect individual channel servers to primary channel server cifs: protect session channel fields with chan_lock cifs: do not negotiate session if session already exists smb3: do not setup the fscache_super_cookie until fsinfo initialized cifs: fix potential use-after-free bugs cifs: fix memory leak of smb3_fs_context_dup::server_hostname smb3: add additional null check in SMB311_posix_mkdir cifs: release lock earlier in dequeue_mid error case smb3: add additional null check in SMB2_tcon smb3: add additional null check in SMB2_open smb3: add additional null check in SMB2_ioctl smb3: remove trivial dfs compile warning cifs: support nested dfs links over reconnect smb3: do not error on fsync when readonly cifs: for compound requests, use open handle if possible cifs: set a minimum of 120s for next dns resolution cifs: split out dfs code from cifs_reconnect() cifs: convert list_for_each to entry variant cifs: introduce new helper for cifs_reconnect() ...
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
-5/+8 2007-04-05Fix lseek(2) calls with args 2 and 3 swappedDana How2-2/+2 2007-04-05Honor -p<n> when applying git diffsShawn O. Pearce2-2/+27 2007-04-05Fix dependency of common-cmds.hJunio C Hamano1-1/+1 2007-04-05Fix renaming branch without config fileGeert Bosch2-2/+12 2007-04-05DESTDIR support for git/contrib/emacsVille Skyttä1-2/+2 2007-04-05gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patchesJakub Narebski1-2/+4 2007-04-05Document --left-right option to rev-list.Brian Gernhardt2-0/+32 2007-04-05Revert "builtin-archive: use RUN_SETUP"René Scharfe3-1/+7 2007-04-04rename contrib/hooks/post-receieve-email to contrib/hooks/post-receive-email.Gerrit Pape1-0/+0 2007-04-04rerere: make sorting really stable.Junio C Hamano2-6/+10 2007-04-04Fix t4200-rerere for white-space from "wc -l"Brian Gernhardt1-2/+2 2007-04-03GIT 1.5.1v1.5.1Junio C Hamano3-16/+187 2007-04-03GIT 1.5.0.7v1.5.0.7Junio C Hamano3-2/+20 2007-04-03Documentation: A few minor fixes to Git User's ManualJakub Narebski1-10/+10 2007-04-03Plug memory leak in index-pack collision checking codepath.Nicolas Pitre1-0/+1 2007-04-03rerere should not repeat the earlier hunks in later onesJunio C Hamano2-4/+26 2007-04-02Hopefully final update to the draft Release Notes, preparing for 1.5.1Junio C Hamano1-8/+15 2007-03-31cvsserver: Don't lie about binary mode in asciidoc documentationFrank Lichtenheld1-3/+5 2007-03-31git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong1-0/+3 2007-03-31Keep rename/rename conflicts of intermediate merges while doing recursive mergeAlex Riesen1-6/+31