summaryrefslogtreecommitdiff
path: root/include/linux/stackprotector.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2019-01-24 10:40:17 +0100
committerMiklos Szeredi <mszeredi@redhat.com>2019-02-13 13:15:14 +0100
commit3c3db095b68c5df901d837a01a69dcd2693f85f6 (patch)
treeaf2ef37abe579a76c39e8bd978cf2eb890bfab99 /include/linux/stackprotector.h
parent23c94e1cdcbf5953cd380555d0781caa42311870 (diff)
downloadkernel-3c3db095b68c5df901d837a01a69dcd2693f85f6.tar.gz
fuse: use iov_iter based generic splice helpers
The default splice implementation is grossly inefficient and the iter based ones work just fine, so use those instead. I've measured an 8x speedup for splice write (with len = 128k). Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'include/linux/stackprotector.h')
0 files changed, 0 insertions, 0 deletions
/commit/net/unix?h=linux-6.6.y&id=ac6424b981bce1c4bc55675c6ce11bfe1bbfa64f'>sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar 2017-06-09af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk 2017-04-06af_unix: Use designated initializersKees Cook 2017-03-21net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov 2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-02-02unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin 2017-01-24af_unix: move unix_mknod() out of bindlockWANG Cong 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2016-12-16Revert "af_unix: fix hard linked sockets on overlay"Miklos Szeredi 2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-11-18af_unix: conditionally use freezable blocking calls in readWANG Cong 2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni 2016-11-01unix: escape all null bytes in abstract unix domain socketIsaac Boukris 2016-10-03skb_splice_bits(): get rid of callbackAl Viro 2016-09-04af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds 2016-09-04Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds 2016-07-26af_unix: charge buffers to kmemcgVladimir Davydov 2016-06-12Merge branch 'overlayfs-af_unix-fix' into overlayfs-linusMiklos Szeredi 2016-05-20af_unix: fix hard linked sockets on overlayMiklos Szeredi 2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro 2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-02-19af_unix: Don't use continue to re-execute unix_stream_read_generic loopRainer Weikusat 2016-02-19unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin 2016-02-16af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat 2016-02-16af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat 2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa 2016-02-07net: drop write-only stack variableDavid Herrmann 2016-01-24af_unix: fix struct pid memory leakEric Dumazet 2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-01-11unix: properly account for FDs passed over unix socketswilly tarreau 2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller