aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-16fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi1-1/+1
2019-01-16fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+2
2019-01-16cuse: fix ioctlMiklos Szeredi1-1/+1
2019-01-16fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin3-12/+13
2018-12-10fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa1-0/+1
2018-12-03fuse: fix revalidation of attributes for permission checkMiklos Szeredi1-1/+3
2018-12-03fuse: fix fsync on directoryMiklos Szeredi3-23/+42
2018-11-22fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung1-1/+1
2018-11-09fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner1-1/+3
2018-11-09fuse: fix possibly missed wake-up after abortMiklos Szeredi1-3/+9
2018-11-09fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-10-15fuse: enable caching of symlinksDan Schatzberg3-26/+89
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-01fuse: realloc page arrayMiklos Szeredi3-5/+56
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin4-34/+48
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: 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 Vos2-0/+80
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-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-52/+80
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+11
2018-08-01kill d_instantiate_no_diralias()Al Viro1-4/+11
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin1-1/+1
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin1-6/+6
2018-07-26fuse: convert last timespec use to timespec64Arnd Bergmann1-4/+4