aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSGravatar Chad Austin 3-12/+13
2018-12-10fuse: Fix memory leak in fuse_dev_free()Gravatar Takeshi Misawa 1-0/+1
2018-12-03fuse: fix revalidation of attributes for permission checkGravatar Miklos Szeredi 1-1/+3
2018-12-03fuse: fix fsync on directoryGravatar Miklos Szeredi 3-23/+42
2018-11-22fuse: Add bad inode check in fuse_destroy_inode()Gravatar Myungho Jung 1-1/+1
2018-11-09fuse: fix use-after-free in fuse_direct_IO()Gravatar Lukas Czerner 1-1/+3
2018-11-09fuse: fix possibly missed wake-up after abortGravatar Miklos Szeredi 1-3/+9
2018-11-09fuse: fix leaked notify replyGravatar Miklos Szeredi 1-1/+3
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2018-10-24iov_iter: Use accessor functionGravatar David Howells 1-1/+1
2018-10-15fuse: enable caching of symlinksGravatar Dan Schatzberg 3-26/+89
2018-10-15fuse: only invalidate atime in direct readGravatar Miklos Szeredi 1-1/+1
2018-10-15fuse: don't need GETATTR after every READGravatar Miklos Szeredi 1-1/+3
2018-10-15fuse: allow fine grained attr cache invaldationGravatar Miklos Szeredi 3-5/+18
2018-10-01fuse: realloc page arrayGravatar Miklos Szeredi 3-5/+56
2018-10-01fuse: add max_pages to init_outGravatar Constantine Shulyupin 4-34/+48
2018-10-01fuse: allocate page array more efficientlyGravatar Miklos Szeredi 1-26/+18
2018-10-01fuse: reduce size of struct fuse_inodeGravatar Miklos Szeredi 4-41/+58
2018-10-01fuse: use iversion for readdir cache verificationGravatar Miklos Szeredi 3-8/+21
2018-10-01fuse: use mtime for readdir cache verificationGravatar Miklos Szeredi 2-4/+37
2018-10-01fuse: add readdir cache versionGravatar Miklos Szeredi 3-1/+52
2018-10-01fuse: allow using readdir cacheGravatar Miklos Szeredi 3-4/+161
2018-10-01fuse: allow caching readdirGravatar Miklos Szeredi 3-1/+109
2018-09-28fuse: extract fuse_emit() helperGravatar Miklos Szeredi 1-4/+9
2018-09-28fuse: split out readdir.cGravatar Miklos Szeredi 4-258/+274
2018-09-28fuse: Use hash table to link processing requestGravatar Kirill Tkhai 3-14/+41
2018-09-28fuse: kill req->intr_uniqueGravatar Kirill Tkhai 2-9/+5
2018-09-28fuse: change interrupt requests allocation algorithmGravatar Kirill Tkhai 1-2/+7
2018-09-28fuse: do not take fc->lock in fuse_request_send_background()Gravatar Kirill Tkhai 3-28/+28
2018-09-28fuse: introduce fc->bg_lockGravatar Kirill Tkhai 5-15/+26
2018-09-28fuse: add locking to max_background and congestion_threshold changesGravatar Kirill Tkhai 1-6/+24
2018-09-28fuse: use READ_ONCE on congestion_threshold and max_backgroundGravatar Kirill Tkhai 1-2/+2
2018-09-28fuse: use list_first_entry() in flush_bg_queue()Gravatar Kirill Tkhai 1-2/+3
2018-09-28fuse: add support for copy_file_range()Gravatar Niels de Vos 2-0/+80
2018-09-28fuse: fix blocked_waitq wakeupGravatar Miklos Szeredi 1-4/+11
2018-09-28fuse: set FR_SENT while lockedGravatar Miklos Szeredi 1-1/+1
2018-09-28fuse: Fix use-after-free in fuse_dev_do_write()Gravatar Kirill Tkhai 1-1/+5
2018-09-28fuse: Fix use-after-free in fuse_dev_do_read()Gravatar Kirill Tkhai 1-0/+2
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-52/+80
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-4/+11
2018-08-01kill d_instantiate_no_diralias()Gravatar Al Viro 1-4/+11
2018-07-26fuse: reduce allocation size for splice_writeGravatar Andrey Ryabinin 1-1/+1
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Gravatar Andrey Ryabinin 1-6/+6
2018-07-26fuse: convert last timespec use to timespec64Gravatar Arnd Bergmann 1-4/+4
2018-07-26fs: fuse: Adding new return type vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-07-26fuse: simplify fuse_abort_conn()Gravatar Miklos Szeredi 1-12/+6
2018-07-26fuse: Add missed unlock_page() to fuse_readpages_fill()Gravatar Kirill Tkhai 1-0/+1
2018-07-26fuse: Don't access pipe->buffers without pipe_lock()Gravatar Andrey Ryabinin 1-2/+5