aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 3-18/+13
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+3
2017-02-22fuse: release: private_data cannot be NULLGravatar Miklos Szeredi 1-7/+2
2017-02-22fuse: cleanup fuse_file refcountingGravatar Miklos Szeredi 3-11/+10
2017-02-22fuse: add missing FR_FORCEGravatar Miklos Szeredi 1-0/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2017-02-16fuse: fix uninitialized flags in pipe_bufferGravatar Miklos Szeredi 1-0/+1
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Gravatar Sahitya Tummala 1-0/+4
2017-01-14locking/atomic, kref: Add KREF_INIT()Gravatar Peter Zijlstra 1-1/+1
2017-01-13fuse: fix time_to_jiffies nsec sanity checkGravatar David Sheets 1-1/+1
2017-01-13fuse: clear FR_PENDING flag when moving requests out of pending queueGravatar Tahsin Erdogan 1-1/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-06fuse: fix clearing suid, sgid for chown()Gravatar Miklos Szeredi 1-5/+2
2016-11-15fuse: fix fuse_write_end() if zero bytes were copiedGravatar Miklos Szeredi 1-0/+6
2016-10-18fuse: fix root dentry initializationGravatar Miklos Szeredi 3-1/+8
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-5/+6
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 3-6/+7
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-9/+0
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-47/+16
2016-10-05pipe: add pipe_buf_steal() helperGravatar Miklos Szeredi 1-1/+1
2016-10-05pipe: add pipe_buf_confirm() helperGravatar Miklos Szeredi 1-2/+2
2016-10-05pipe: add pipe_buf_release() helperGravatar Miklos Szeredi 1-4/+3
2016-10-05pipe: add pipe_buf_get() helperGravatar Miklos Szeredi 1-1/+1
2016-10-03fuse_dev_splice_read(): switch to add_to_pipe()Gravatar Al Viro 1-37/+9
2016-10-03splice: lift pipe_lock out of splice_to_pipe()Gravatar Al Viro 1-2/+0
2016-10-03fuse: limit xattr returned sizeGravatar Miklos Szeredi 1-2/+2
2016-10-01fuse: remove duplicate cs->offset assignmentGravatar Miklos Szeredi 1-1/+0
2016-10-01fuse: don't use fuse_ioctl_copy_user() helperGravatar Miklos Szeredi 1-34/+18
2016-10-01fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Gravatar Al Viro 1-23/+7
2016-10-01fuse: Use generic xattr opsGravatar Seth Forshee 5-176/+221
2016-10-01fuse: get rid of fc->flagsGravatar Miklos Szeredi 3-24/+20
2016-10-01fuse: listxattr: verify xattr listGravatar Miklos Szeredi 1-0/+19
2016-10-01fuse: use timespec64Gravatar Miklos Szeredi 1-3/+7
2016-10-01fuse: don't use ->d_timeGravatar Miklos Szeredi 1-20/+23
2016-10-01fuse: Add posix ACL supportGravatar Seth Forshee 7-7/+152
2016-10-01fuse: handle killpriv in userspace fsGravatar Miklos Szeredi 3-18/+33
2016-10-01fuse: fix killing s[ug]id in setattrGravatar Miklos Szeredi 1-4/+28
2016-10-01fuse: invalidate dir dentry after chmodGravatar Miklos Szeredi 1-2/+10
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-22fuse: Propagate dentry down to inode_change_ok()Gravatar Jan Kara 3-5/+6