aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-03fuse: limit xattr returned sizeMiklos Szeredi1-2/+2
2016-10-01fuse: remove duplicate cs->offset assignmentMiklos Szeredi1-1/+0
2016-10-01fuse: don't use fuse_ioctl_copy_user() helperMiklos Szeredi1-34/+18
2016-10-01fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Al Viro1-23/+7
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi3-24/+20
2016-10-01fuse: use timespec64Miklos Szeredi1-3/+7
2016-10-01fuse: don't use ->d_timeMiklos Szeredi1-20/+23
2016-10-01fuse: Add posix ACL supportSeth Forshee7-7/+152
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi3-18/+33
2016-10-01fuse: fix killing s[ug]id in setattrMiklos Szeredi1-4/+28
2016-10-01fuse: invalidate dir dentry after chmodMiklos Szeredi1-2/+10
2016-10-01fuse: Use generic xattr opsSeth Forshee5-176/+221
2016-10-01fuse: listxattr: verify xattr listMiklos Szeredi1-0/+19
2016-08-24fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi1-3/+4
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-9/+5
2016-07-30qstr: constify instances in fuseAl Viro3-9/+5
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-40/+28
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi1-12/+2
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-07-29fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-07-29fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-4/+4
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds2-3/+2
2016-07-21Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-nextMiklos Szeredi2-28/+4
2016-07-19fuse: don't mess with blocking signalsAl Viro1-27/+3
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1
2016-06-30fuse: improve aio directIO write performance for size extending writesAshish Sangwan2-12/+10
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi3-1/+31
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds2-3/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-3/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro1-1/+1
2016-05-02fuse: switch to ->iterate_shared()Al Viro1-49/+45
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-3/+2
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-1/+2
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig1-1/+1
2016-04-25fuse: Fix return value from fuse_get_user_pages()Ashish Samant1-1/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-3/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-57/+57
2016-03-16fuse: return patrial success from fuse_direct_io()Ashish Samant1-12/+11
2016-03-14fuse: Add reference counting for fuse_io_privSeth Forshee3-9/+32
2016-03-14fuse: do not use iocb after it may have been freedRobert Doebbelin1-3/+4
2016-01-22wrappers for ->i_mutex accessAl Viro2-23/+23
2016-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-8/+68
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+10
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-3/+3
2015-12-29kill free_page_put_link()Al Viro1-3/+3
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-1/+3