summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2017-03-12fuse: add missing FR_FORCEMiklos Szeredi
2017-02-23fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi
2017-02-23fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala
2017-01-26fuse: fix time_to_jiffies nsec sanity checkDavid Sheets
2017-01-26fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi
2016-11-15fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi
2016-10-18fuse: fix root dentry initializationMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-05pipe: add pipe_buf_steal() helperMiklos Szeredi
2016-10-05pipe: add pipe_buf_confirm() helperMiklos Szeredi
2016-10-05pipe: add pipe_buf_release() helperMiklos Szeredi
2016-10-05pipe: add pipe_buf_get() helperMiklos Szeredi
2016-10-03fuse_dev_splice_read(): switch to add_to_pipe()Al Viro
2016-10-03splice: lift pipe_lock out of splice_to_pipe()Al Viro
2016-10-03fuse: limit xattr returned sizeMiklos Szeredi
2016-10-01fuse: remove duplicate cs->offset assignmentMiklos Szeredi
2016-10-01fuse: don't use fuse_ioctl_copy_user() helperMiklos Szeredi
2016-10-01fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Al Viro
2016-10-01fuse: Use generic xattr opsSeth Forshee
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi
2016-10-01fuse: listxattr: verify xattr listMiklos Szeredi
2016-10-01fuse: use timespec64Miklos Szeredi
2016-10-01fuse: don't use ->d_timeMiklos Szeredi
2016-10-01fuse: Add posix ACL supportSeth Forshee
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi
2016-10-01fuse: fix killing s[ug]id in setattrMiklos Szeredi
2016-10-01fuse: invalidate dir dentry after chmodMiklos Szeredi
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22fuse: Propagate dentry down to inode_change_ok()Jan Kara
2016-08-24fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-30qstr: constify instances in fuseAl Viro
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang
2016-07-29fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov
2016-07-29fuse: fsync() did not return IO errorsAlexey Kuznetsov
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds