aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-19fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel1-0/+12
2015-02-26fuse: set stolen page uptodateMiklos Szeredi1-2/+2
2015-02-26fuse: notify: don't move pagesMiklos Szeredi1-0/+3
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+5
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-5/+5
2015-01-06fuse: add memory barrier to INITMiklos Szeredi3-3/+16
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi3-26/+44
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds6-524/+359
2014-12-12fuse: use file_inode() in fuse_file_fallocate()Miklos Szeredi1-1/+1
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi5-464/+348
2014-12-12fuse: reduce max out argsMiklos Szeredi1-1/+1
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi2-39/+7
2014-12-12fuse: flush requests on umountMiklos Szeredi3-18/+2
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi1-1/+0
2014-11-19assorted conversions to %p[dD]Al Viro1-1/+1
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-2/+2
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-3/+1
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman1-3/+0
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi1-0/+1
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro1-2/+2
2014-08-07fs: call rename2 if existsMiklos Szeredi1-7/+0
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher1-1/+1
2014-07-22fuse: s_time_gran fixMiklos Szeredi1-3/+0
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-53/+69
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov1-1/+3
2014-07-10fuse: restructure ->rename2()Miklos Szeredi1-14/+20
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi1-28/+23
2014-07-07fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-07fuse: inode: drop castHimangi Saraogi1-1/+1
2014-07-07fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati1-1/+2
2014-07-07fuse: timeout comparison fixMiklos Szeredi1-3/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-98/+69
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-2/+0
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease codepathsJeff Layton1-1/+0
2014-05-06bio_vec-backed iov_iterAl Viro1-1/+1
2014-05-06fuse: switch to ->write_iter()Al Viro1-16/+11
2014-05-06fuse_file_aio_read(): convert to ->read_iter()Al Viro1-6/+5
2014-05-06iov_iter_truncate()Al Viro1-10/+8
2014-05-06new helper: iov_iter_npages()Al Viro1-14/+2
2014-05-06fuse: switch to iov_iter_get_pages()Al Viro1-21/+12
2014-05-06fuse: pull iov_iter initializations upAl Viro3-30/+38
2014-05-06start adding the tag to iov_iterAl Viro1-3/+3
2014-05-06fuse_file_aio_write(): merge initializations of iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+5