summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix clearing suid, sgid for chown()Miklos Szeredi2017-02-231-5/+2
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2017-02-231-0/+6
* fuse: listxattr: verify xattr listMiklos Szeredi2017-02-231-2/+21
* fuse: fix killing s[ug]id in setattrMiklos Szeredi2017-02-231-4/+28
* fuse: invalidate dir dentry after chmodMiklos Szeredi2017-02-231-2/+10
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-1/+1
* fuse: Propagate dentry down to inode_change_ok()Jan Kara2017-02-233-5/+6
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-232-6/+5
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-202-5/+6
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-11-201-1/+1
* fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-11-201-0/+9
* fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-11-201-0/+15
* fuse: do not use iocb after it may have been freedRobert Doebbelin2016-05-011-2/+3
* fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2016-01-111-1/+1
* sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-08-201-6/+3
* fuse: initialize fc->release before calling itMiklos Szeredi2015-07-151-1/+1
* fuse: set stolen page uptodateMiklos Szeredi2015-03-301-2/+2
* fuse: notify: don't move pagesMiklos Szeredi2015-03-301-0/+3
* fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2014-11-031-0/+1
* switch iov_iter_get_pages() to passing maximal number of pagesAl Viro2014-11-031-2/+2
* fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher2014-07-221-1/+1
* fuse: s_time_gran fixMiklos Szeredi2014-07-221-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-07-154-53/+69
|\
| * fuse: replace count*size kzalloc by kcallocFabian Frederick2014-07-141-2/+2
| * fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov2014-07-141-1/+3
| * fuse: restructure ->rename2()Miklos Szeredi2014-07-101-14/+20
| * fuse: avoid scheduling while atomicMiklos Szeredi2014-07-071-28/+23
| * fuse: handle large user and group IDMiklos Szeredi2014-07-071-4/+16
| * fuse: inode: drop castHimangi Saraogi2014-07-071-1/+1
| * fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati2014-07-071-1/+2
| * fuse: timeout comparison fixMiklos Szeredi2014-07-071-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-123-98/+69
|\ \
| * | bio_vec-backed iov_iterAl Viro2014-05-061-1/+1
| * | fuse: switch to ->write_iter()Al Viro2014-05-061-16/+11
| * | fuse_file_aio_read(): convert to ->read_iter()Al Viro2014-05-061-6/+5
| * | iov_iter_truncate()Al Viro2014-05-061-10/+8
| * | new helper: iov_iter_npages()Al Viro2014-05-061-14/+2
| * | fuse: switch to iov_iter_get_pages()Al Viro2014-05-061-21/+12
| * | fuse: pull iov_iter initializations upAl Viro2014-05-063-30/+38
| * | start adding the tag to iov_iterAl Viro2014-05-061-3/+3
| * | fuse_file_aio_write(): merge initializations of iov_iterAl Viro2014-05-061-2/+1
| * | get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * | pass iov_iter to ->direct_IO()Al Viro2014-05-061-5/+5
| * | kill generic_segment_checks()Al Viro2014-05-061-6/+1
| * | generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-4/+2
| |/
* | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-041-2/+0
* | mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-041-1/+1
* | locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton2014-06-021-1/+0
|/
* fuse: add renameat2 supportMiklos Szeredi2014-04-282-8/+50
* fuse: clear MS_I_VERSIONMiklos Szeredi2014-04-281-1/+1