summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi2016-08-241-3/+4
|/
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-063-9/+5
|\
| * qstr: constify instances in fuseAl Viro2016-07-303-9/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-294-40/+28
|\ \
| * | fuse: use filemap_check_errors()Miklos Szeredi2016-07-291-12/+2
| * | fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-07-291-1/+1
| * | fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-07-291-0/+9
| * | fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-07-291-0/+15
| * | Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Miklos Szeredi2016-07-212-28/+4
| |\ \
| | * | fuse: don't mess with blocking signalsAl Viro2016-07-191-27/+3
| * | | fuse: improve aio directIO write performance for size extending writesAshish Sangwan2016-06-302-12/+10
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-281-4/+4
|\ \ \
| * | | mm: move most file-based accounting to the nodeMel Gorman2016-07-281-4/+4
| | |/ | |/|
* | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-282-3/+2
|\ \ \ | |/ / |/| |
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-102-3/+2
* | | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-051-1/+1
| |/ |/|
* | fuse: serialize dirops by defaultMiklos Szeredi2016-06-303-1/+31
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-3/+3
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-2/+3
|\
OpenPOWER on IntegriCloud