aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-06fuse: add memory barrier to INITMiklos Szeredi1-0/+2
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi1-10/+24
2014-12-12fuse: reduce max out argsMiklos Szeredi1-1/+1
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi1-5/+2
2014-12-12fuse: flush requests on umountMiklos Szeredi1-2/+0
2014-05-06fuse: pull iov_iter initializations upAl Viro1-3/+2
2014-04-28fuse: add renameat2 supportMiklos Szeredi1-0/+3
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov1-1/+1
2014-04-28fuse: add .write_inodeMiklos Szeredi1-3/+2
2014-04-28fuse: add __exit to fuse_ctl_cleanupFabian Frederick1-1/+1
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov1-1/+12
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov1-1/+5
2014-04-02fuse: Connection bit for enabling writebackPavel Emelyanov1-0/+3
2014-01-22fuse: support clients that don't implement 'open'Andrew Gallagher1-0/+3
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher1-0/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro1-0/+2
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi1-3/+0
2013-10-01fuse: writepages: handle same page rewritesMiklos Szeredi1-0/+1
2013-10-01fuse: readdirplus: fix RCU walkMiklos Szeredi1-0/+2
2013-09-03fuse: hotfix truncate_pagecache() issueMaxim Patlasov1-0/+2
2013-05-01fuse: add flag to turn on async direct IOMiklos Szeredi1-0/+3
2013-04-18fuse: truncate file if async dio failedMaxim Patlasov1-0/+3
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov1-1/+6
2013-04-17fuse: add support of async IOMaxim Patlasov1-0/+17
2013-04-17fuse: add flag fc->initializedMaxim Patlasov1-0/+4
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov1-0/+2
2013-02-07fuse: allow control of adaptive readdirplus useEric Wong1-1/+4
2013-01-31FUSE: Adapt readdirplus to application usage patternsFeng Shuo1-0/+9
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov1-2/+2
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi1-2/+3
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov1-3/+12
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov1-3/+14
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov1-3/+12
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati1-0/+6
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman1-2/+2
2012-07-18fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster1-0/+3
2012-05-14fuse: fix stat call on 32 bit platformsPavel Shilovsky1-0/+3
2012-04-26fuse: optimize fallocate on permanent failureMiklos Szeredi1-0/+3
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+9
2012-01-03fuse: propagate umode_tAl Viro1-1/+1
2011-12-13FUSE: Notifying the kernel of deletion.John Muir1-1/+7
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi1-0/+2
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+7
2011-08-08fuse: fix flockMiklos Szeredi1-1/+7
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-03-21fuse: reduce size of struct fuse_requestMiklos Szeredi1-1/+0
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi1-1/+5
2010-12-07fuse: allow batching of FORGET requestsMiklos Szeredi1-2/+1
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi1-9/+19