aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)Author
2015-01-06fuse: add memory barrier to INITMiklos Szeredi
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-12-12fuse: use file_inode() in fuse_file_fallocate()Miklos Szeredi
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi
2014-12-12fuse: reduce max out argsMiklos Szeredi
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi
2014-12-12fuse: flush requests on umountMiklos Szeredi
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro
2014-08-07fs: call rename2 if existsMiklos Szeredi
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher
2014-07-22fuse: s_time_gran fixMiklos Szeredi
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov
2014-07-10fuse: restructure ->rename2()Miklos Szeredi
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi
2014-07-07fuse: handle large user and group IDMiklos Szeredi
2014-07-07fuse: inode: drop castHimangi Saraogi
2014-07-07fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati
2014-07-07fuse: timeout comparison fixMiklos Szeredi
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2014-05-06bio_vec-backed iov_iterAl Viro
2014-05-06fuse: switch to ->write_iter()Al Viro
2014-05-06fuse_file_aio_read(): convert to ->read_iter()Al Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06new helper: iov_iter_npages()Al Viro
2014-05-06fuse: switch to iov_iter_get_pages()Al Viro
2014-05-06fuse: pull iov_iter initializations upAl Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06fuse_file_aio_write(): merge initializations of iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-04-28fuse: add renameat2 supportMiklos Szeredi
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi
2014-04-28fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov
2014-04-28fuse: remove .update_timeMiklos Szeredi
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov