aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-24fuse: direct-io: don't dirty ITER_BVEC pagesGravatar Miklos Szeredi 1-3/+4
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-9/+5
2016-07-30qstr: constify instances in fuseGravatar Al Viro 3-9/+5
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 4-40/+28
2016-07-29fuse: use filemap_check_errors()Gravatar Miklos Szeredi 1-12/+2
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Gravatar Wei Fang 1-1/+1
2016-07-29fuse: fuse_flush must check mapping->flags for errorsGravatar Maxim Patlasov 1-0/+9
2016-07-29fuse: fsync() did not return IO errorsGravatar Alexey Kuznetsov 1-0/+15
2016-07-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+4
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-4/+4
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 2-3/+2
2016-07-21Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Miklos Szeredi 2-28/+4
2016-07-19fuse: don't mess with blocking signalsGravatar Al Viro 1-27/+3
2016-07-05Use the right predicate in ->atomic_open() instancesGravatar Al Viro 1-1/+1
2016-06-30fuse: improve aio directIO write performance for size extending writesGravatar Ashish Sangwan 2-12/+10
2016-06-30fuse: serialize dirops by defaultGravatar Miklos Szeredi 3-1/+31
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 2-3/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-3/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+3