aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAge
* fuse: add renameat2 supportMiklos Szeredi2014-04-28
* fuse: clear MS_I_VERSIONMiklos Szeredi2014-04-28
* fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov2014-04-28
* fuse: trust kernel i_ctime onlyMaxim Patlasov2014-04-28
* fuse: remove .update_timeMiklos Szeredi2014-04-28
* fuse: allow ctime flushing to userspaceMaxim Patlasov2014-04-28
* fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi2014-04-28
* fuse: add .write_inodeMiklos Szeredi2014-04-28
* fuse: clean up fsyncMiklos Szeredi2014-04-28
* fuse: fuse: fallocate: use file_update_time()Miklos Szeredi2014-04-28
* fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeMaxim Patlasov2014-04-28
* fuse: update mtime on truncate(2)Maxim Patlasov2014-04-28
* fuse: do not use uninitialized i_modeMaxim Patlasov2014-04-28
* fuse: fix mtime update error in fsyncMiklos Szeredi2014-04-28
* fuse: check fallocate modeMiklos Szeredi2014-04-28
* fuse: add __exit to fuse_ctl_cleanupFabian Frederick2014-04-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\
| * generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-01
| * callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-04-01
| * pipe: kill ->map() and ->unmap()Al Viro2014-04-01
| * fuse/dev: use atomic mapsAl Viro2014-04-01
* | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-07
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-06
|\ \
| * | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-23
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-04-04
|\ \
| * | fuse: fix "uninitialized variable" warningRajat Jain2014-04-02
| * | fuse: Turn writeback cache onPavel Emelyanov2014-04-02
| * | fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov2014-04-02
| * | fuse: fuse_flush() should wait on writebackMaxim Patlasov2014-04-02
| * | fuse: Implement write_begin/write_end callbacksPavel Emelyanov2014-04-02
| * | fuse: restructure fuse_readpage()Maxim Patlasov2014-04-02
| * | fuse: Flush files on wb closePavel Emelyanov2014-04-02
| * | fuse: Trust kernel i_mtime onlyMaxim Patlasov2014-04-02
| * | fuse: Trust kernel i_size onlyPavel Emelyanov2014-04-02
| * | fuse: Connection bit for enabling writebackPavel Emelyanov2014-04-02
| * | fuse: Prepare to handle short readsPavel Emelyanov2014-04-02
| * | fuse: Linking file to inode helperPavel Emelyanov2014-04-02
| |/
* / mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-28
|\
| * Fix race when checking i_size on direct i/o readSteven Whitehouse2014-01-26
* | fuse: support clients that don't implement 'open'Andrew Gallagher2014-01-22
* | fuse: don't invalidate attrs when not using atimeAndrew Gallagher2014-01-22
* | fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi2014-01-22
* | fuse: fix pipe_buf_operationsMiklos Szeredi2014-01-22
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-13
|\
| * fuse: rcu-delay freeing fuse_connAl Viro2013-10-24
| * vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-24
* | fuse: writepages: protect secondary requests from fuse file releaseMaxim Patlasov2013-11-05