aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-15fuse: only invalidate atime in direct readMiklos Szeredi1-1/+1
2018-10-15fuse: don't need GETATTR after every READMiklos Szeredi1-1/+3
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi3-5/+18
2018-10-15bitops: protect variables in bit_clear_unless() macroMiklos Szeredi1-8/+8
2018-10-15bitops: protect variables in set_mask_bits() macroMiklos Szeredi1-7/+7
2018-10-01fuse: realloc page arrayMiklos Szeredi3-5/+56
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin5-35/+54
2018-10-01fuse: allocate page array more efficientlyMiklos Szeredi1-26/+18
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi4-41/+58
2018-10-01fuse: use iversion for readdir cache verificationMiklos Szeredi3-8/+21
2018-10-01fuse: use mtime for readdir cache verificationMiklos Szeredi2-4/+37
2018-10-01fuse: add readdir cache versionMiklos Szeredi3-1/+52
2018-10-01fuse: allow using readdir cacheMiklos Szeredi3-4/+161
2018-10-01fuse: allow caching readdirMiklos Szeredi3-1/+109
2018-09-28fuse: extract fuse_emit() helperMiklos Szeredi1-4/+9
2018-09-28fuse: add FOPEN_CACHE_DIRMiklos Szeredi1-0/+3
2018-09-28fuse: split out readdir.cMiklos Szeredi4-258/+274
2018-09-28fuse: Use hash table to link processing requestKirill Tkhai3-14/+41
2018-09-28fuse: kill req->intr_uniqueKirill Tkhai2-9/+5
2018-09-28fuse: change interrupt requests allocation algorithmKirill Tkhai1-2/+7
2018-09-28fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai3-28/+28
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai5-15/+26
2018-09-28fuse: add locking to max_background and congestion_threshold changesKirill Tkhai1-6/+24
2018-09-28fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai1-2/+2
2018-09-28fuse: use list_first_entry() in flush_bg_queue()Kirill Tkhai1-2/+3
2018-09-28fuse: add support for copy_file_range()Niels de Vos3-46/+140
2018-09-28fuse: fix blocked_waitq wakeupMiklos Szeredi1-4/+11
2018-09-28fuse: set FR_SENT while lockedMiklos Szeredi1-1/+1
2018-09-28fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai1-1/+5
2018-09-28fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai1-0/+2
2018-09-23Linux 4.19-rc5Greg Kroah-Hartman1-1/+1
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval5-11/+12
2018-09-20x86/mm: Expand static page table for fixmap spaceFeng Tang6-8/+42
2018-09-20ocfs2: fix ocfs2 read block panicJunxiao Bi1-0/+1
2018-09-20mm: slowly shrink slabs with a relatively small number of objectsRoman Gushchin1-0/+11
2018-09-20kernel/sys.c: remove duplicated includeYueHaibing1-3/+0
2018-09-20mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-09-20fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet1-0/+1
2018-09-20mm: disable deferred struct page for 32-bit archesPasha Tatashin1-0/+1
2018-09-20fork: report pid exhaustion correctlyKJ Tsanaktsidis1-1/+1
2018-09-20MAINTAINERS: Add X86 MM entryThomas Gleixner1-0/+9
2018-09-20x86/intel_rdt: Add Reinette as co-maintainer for RDTFenghua Yu1-0/+1
2018-09-20Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger1-24/+0
2018-09-20ubifs: drop false positive assertionSascha Hauer1-1/+3
2018-09-20ubifs: Check for name being NULL while mountingRichard Weinberger1-0/+3
2018-09-20KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLsLiran Alon1-8/+14
2018-09-20drm/amdkfd: Fix ATS capablity was not reported correctly on some APUsYong Zhao3-6/+29
2018-09-20drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9Yong Zhao5-5/+10
2018-09-20drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7Amber Lin1-1/+1
2018-09-20pinctrl: intel: Do pin translation in other GPIO operations as wellMika Westerberg1-48/+63