aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Gravatar Jeff Layton 1-1/+0
2014-04-28fuse: add renameat2 supportGravatar Miklos Szeredi 2-8/+50
2014-04-28fuse: clear MS_I_VERSIONGravatar Miklos Szeredi 1-1/+1
2014-04-28fuse: clear FUSE_I_CTIME_DIRTY flag on setattrGravatar Maxim Patlasov 1-9/+17
2014-04-28fuse: trust kernel i_ctime onlyGravatar Maxim Patlasov 2-4/+24
2014-04-28fuse: remove .update_timeGravatar Miklos Szeredi 1-12/+0
2014-04-28fuse: allow ctime flushing to userspaceGravatar Maxim Patlasov 3-4/+9
2014-04-28fuse: fuse: add time_gran to INIT_OUTGravatar Miklos Szeredi 1-0/+5
2014-04-28fuse: add .write_inodeGravatar Miklos Szeredi 4-33/+45
2014-04-28fuse: clean up fsyncGravatar Miklos Szeredi 1-8/+3
2014-04-28fuse: fuse: fallocate: use file_update_time()Gravatar Miklos Szeredi 1-6/+2
2014-04-28fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeGravatar Maxim Patlasov 1-4/+14
2014-04-28fuse: update mtime on truncate(2)Gravatar Maxim Patlasov 1-0/+2
2014-04-28fuse: do not use uninitialized i_modeGravatar Maxim Patlasov 1-1/+1
2014-04-28fuse: fix mtime update error in fsyncGravatar Miklos Szeredi 1-1/+1
2014-04-28fuse: check fallocate modeGravatar Miklos Szeredi 1-0/+3
2014-04-28fuse: add __exit to fuse_ctl_cleanupGravatar Fabian Frederick 2-2/+2
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-11/+8
2014-04-07mm: implement ->map_pages for page cacheGravatar Kirill A. Shutemov 1-0/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-83/+378
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-04-02fuse: fix "uninitialized variable" warningGravatar Rajat Jain 1-1/+1
2014-04-02fuse: Turn writeback cache onGravatar Pavel Emelyanov 2-1/+15
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderGravatar Pavel Emelyanov 3-9/+41
2014-04-02fuse: fuse_flush() should wait on writebackGravatar Maxim Patlasov 1-15/+23
2014-04-02fuse: Implement write_begin/write_end callbacksGravatar Pavel Emelyanov 1-0/+73
2014-04-02fuse: restructure fuse_readpage()Gravatar Maxim Patlasov 1-7/+16
2014-04-02fuse: Flush files on wb closeGravatar Pavel Emelyanov 1-0/+6
2014-04-02fuse: Trust kernel i_mtime onlyGravatar Maxim Patlasov 4-25/+132
2014-04-02fuse: Trust kernel i_size onlyGravatar Pavel Emelyanov 3-6/+39
2014-04-02fuse: Connection bit for enabling writebackGravatar Pavel Emelyanov 1-0/+3
2014-04-02fuse: Prepare to handle short readsGravatar Pavel Emelyanov 1-8/+13
2014-04-02fuse: Linking file to inode helperGravatar Pavel Emelyanov 1-14/+19
2014-04-01generic_file_direct_write(): get rid of ppos argumentGravatar Al Viro 1-2/+1
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Gravatar Al Viro 1-2/+0
2014-04-01pipe: kill ->map() and ->unmap()Gravatar Al Viro 1-3/+3
2014-04-01fuse/dev: use atomic mapsGravatar Al Viro 1-5/+5
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Gravatar Rusty Russell 1-2/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+3
2014-01-26Fix race when checking i_size on direct i/o readGravatar Steven Whitehouse 1-0/+3
2014-01-22fuse: support clients that don't implement 'open'Gravatar Andrew Gallagher 2-10/+30
2014-01-22fuse: don't invalidate attrs when not using atimeGravatar Andrew Gallagher 3-4/+16
2014-01-22fuse: fix SetPageUptodate() condition in STOREGravatar Miklos Szeredi 1-1/+2
2014-01-22fuse: fix pipe_buf_operationsGravatar Miklos Szeredi 1-17/+5
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-42/+9
2013-11-05fuse: writepages: protect secondary requests from fuse file releaseGravatar Maxim Patlasov 1-0/+1
2013-11-05fuse: writepages: update bdi writeout when deleting secondary requestGravatar Maxim Patlasov 1-1/+4