summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-03-033-18/+13
|\
| * fuse: release: private_data cannot be NULLMiklos Szeredi2017-02-221-7/+2
| * fuse: cleanup fuse_file refcountingMiklos Szeredi2017-02-223-11/+10
| * fuse: add missing FR_FORCEMiklos Szeredi2017-02-221-0/+1
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+3
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
|/ /
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\ \ | |/ |/|
| * locking/atomic, kref: Add KREF_INIT()Peter Zijlstra2017-01-141-1/+1
* | fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-161-0/+1
* | fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-151-0/+4
* | fuse: fix time_to_jiffies nsec sanity checkDavid Sheets2017-01-131-1/+1
* | fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-131-1/+2
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | fuse: fix clearing suid, sgid for chown()Miklos Szeredi2016-12-061-5/+2
|/
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-151-0/+6
* fuse: fix root dentry initializationMiklos Szeredi2016-10-183-1/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-3/+3
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+1
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-9/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-9/+0
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-103-5/+6
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-083-6/+7
| |\ \ \ | | |_|/ | |/| |
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| | * | fuse: Propagate dentry down to inode_change_ok()Jan Kara2016-09-223-5/+6
* | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-47/+16
|\ \ \ \
| * | | | pipe: add pipe_buf_steal() helperMiklos Szeredi2016-10-051-1/+1
| * | | | pipe: add pipe_buf_confirm() helperMiklos Szeredi2016-10-051-2/+2
| * | | | pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-051-4/+3
| * | | | pipe: add pipe_buf_get() helperMiklos Szeredi2016-10-051-1/+1
| * | | | fuse_dev_splice_read(): switch to add_to_pipe()Al Viro2016-10-031-37/+9
| * | | | splice: lift pipe_lock out of splice_to_pipe()Al Viro2016-10-031-2/+0
| |/ / /
* | | | fuse: limit xattr returned sizeMiklos Szeredi2016-10-031-2/+2
* | | | fuse: remove duplicate cs->offset assignmentMiklos Szeredi2016-10-011-1/+0
* | | | fuse: don't use fuse_ioctl_copy_user() helperMiklos Szeredi2016-10-011-34/+18
* | | | fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Al Viro2016-10-011-23/+7
* | | | fuse: get rid of fc->flagsMiklos Szeredi2016-10-013-24/+20
* | | | fuse: use timespec64Miklos Szeredi2016-10-011-3/+7
* | | | fuse: don't use ->d_timeMiklos Szeredi2016-10-011-20/+23
* | | | fuse: Add posix ACL supportSeth Forshee2016-10-017-7/+152
* | | | fuse: handle killpriv in userspace fsMiklos Szeredi2016-10-013-18/+33
* | | | fuse: fix killing s[ug]id in setattrMiklos Szeredi2016-10-011-4/+28
* | | | fuse: invalidate dir dentry after chmodMiklos Szeredi2016-10-011-2/+10
| |_|/ |/| |
* | | fuse: Use generic xattr opsSeth Forshee2016-10-015-176/+221
* | | fuse: listxattr: verify xattr listMiklos Szeredi2016-10-011-0/+19
|/ /