summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton-1/+0
2014-04-28fuse: add renameat2 supportMiklos Szeredi-8/+50
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi-1/+1
2014-04-28fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov-9/+17
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov-4/+24
2014-04-28fuse: remove .update_timeMiklos Szeredi-12/+0
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov-4/+9
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi-0/+5
2014-04-28fuse: add .write_inodeMiklos Szeredi-33/+45
2014-04-28fuse: clean up fsyncMiklos Szeredi-8/+3
2014-04-28fuse: fuse: fallocate: use file_update_time()Miklos Szeredi-6/+2
2014-04-28fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeMaxim Patlasov-4/+14
2014-04-28fuse: update mtime on truncate(2)Maxim Patlasov-0/+2
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov-1/+1
2014-04-28fuse: fix mtime update error in fsyncMiklos Szeredi-1/+1
2014-04-28fuse: check fallocate modeMiklos Szeredi-0/+3
2014-04-28fuse: add __exit to fuse_ctl_cleanupFabian Frederick-2/+2
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-11/+8
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov-0/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-83/+378
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner-1/+1
2014-04-02fuse: fix "uninitialized variable" warningRajat Jain-1/+1
2014-04-02fuse: Turn writeback cache onPavel Emelyanov-1/+15
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov-9/+41
2014-04-02fuse: fuse_flush() should wait on writebackMaxim Patlasov-15/+23
2014-04-02fuse: Implement write_begin/write_end callbacksPavel Emelyanov-0/+73
2014-04-02fuse: restructure fuse_readpage()Maxim Patlasov-7/+16
2014-04-02fuse: Flush files on wb closePavel Emelyanov-0/+6
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov-25/+132
2014-04-02fuse: Trust kernel i_size onlyPavel Emelyanov-6/+39
2014-04-02fuse: Connection bit for enabling writebackPavel Emelyanov-0/+3
2014-04-02fuse: Prepare to handle short readsPavel Emelyanov-8/+13
2014-04-02fuse: Linking file to inode helperPavel Emelyanov-14/+19
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro-2/+1
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro-2/+0
2014-04-01pipe: kill ->map() and ->unmap()Al Viro-3/+3
2014-04-01fuse/dev: use atomic mapsAl Viro-5/+5
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell-2/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o-0/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+3
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse-0/+3
2014-01-22fuse: support clients that don't implement 'open'Andrew Gallagher-10/+30
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher-4/+16
2014-01-22fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi-1/+2
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi-17/+5
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-42/+9
2013-11-05fuse: writepages: protect secondary requests from fuse file releaseMaxim Patlasov-0/+1
2013-11-05fuse: writepages: update bdi writeout when deleting secondary requestMaxim Patlasov-1/+4