summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-rc5v4.19-rc5Greg Kroah-Hartman1-1/+1
2018-09-23Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Greg Kroah-Hartman2-12/+15
2018-09-23Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2-7/+22
2018-09-23Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman5-11/+12
2018-09-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman16-39/+245
2018-09-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman5-12/+36
2018-09-23Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-3/+6
2018-09-22block: use nanosecond resolution for iostatOmar Sandoval5-11/+12
2018-09-21Merge tag 'pinctrl-v4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-49/+64
2018-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman27-244/+537
2018-09-21Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/linux-ubifsGreg Kroah-Hartman2-25/+6
2018-09-21Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman3-2/+19
2018-09-21Merge tag 'drm-fixes-2018-09-21' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman30-117/+152
2018-09-21Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie11-18/+49
2018-09-21Merge branch 'vmwgfx-fixes-4.19' of git://people.freedesktop.org/~thomash/lin...Dave Airlie4-48/+45
2018-09-21x86/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