summaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
Commit message (Expand)AuthorAgeFilesLines
* fuse: add memory barrier to INITMiklos Szeredi2015-01-061-0/+2
* fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-121-10/+24
* fuse: reduce max out argsMiklos Szeredi2014-12-121-1/+1
* fuse: hold inode instead of path after releaseMiklos Szeredi2014-12-121-5/+2
* fuse: flush requests on umountMiklos Szeredi2014-12-121-2/+0
* fuse: pull iov_iter initializations upAl Viro2014-05-061-3/+2
* fuse: add renameat2 supportMiklos Szeredi2014-04-281-0/+3
* fuse: allow ctime flushing to userspaceMaxim Patlasov2014-04-281-1/+1
* fuse: add .write_inodeMiklos Szeredi2014-04-281-3/+2
* fuse: add __exit to fuse_ctl_cleanupFabian Frederick2014-04-281-1/+1
* fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov2014-04-021-1/+12
* fuse: Trust kernel i_mtime onlyMaxim Patlasov2014-04-021-1/+5
* fuse: Connection bit for enabling writebackPavel Emelyanov2014-04-021-0/+3
* fuse: support clients that don't implement 'open'Andrew Gallagher2014-01-221-0/+3
* fuse: don't invalidate attrs when not using atimeAndrew Gallagher2014-01-221-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-3/+2
|\
| * fuse: rcu-delay freeing fuse_connAl Viro2013-10-241-0/+2
| * vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-241-3/+0
* | fuse: writepages: handle same page rewritesMiklos Szeredi2013-10-011-0/+1
|/
* fuse: readdirplus: fix RCU walkMiklos Szeredi2013-10-011-0/+2
* fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-09-031-0/+2
* fuse: add flag to turn on async direct IOMiklos Szeredi2013-05-011-0/+3
* fuse: truncate file if async dio failedMaxim Patlasov2013-04-181-0/+3
* fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-171-1/+6
* fuse: add support of async IOMaxim Patlasov2013-04-171-0/+17
* fuse: add flag fc->initializedMaxim Patlasov2013-04-171-0/+4
* fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-171-0/+2
* fuse: allow control of adaptive readdirplus useEric Wong2013-02-071-1/+4
* FUSE: Adapt readdirplus to application usage patternsFeng Shuo2013-01-311-0/+9
* Do not use RCU for current process credentialsAnatol Pomozov2013-01-311-2/+2
* fuse: cleanup fuse_direct_io()Miklos Szeredi2013-01-241-2/+3
* fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov2013-01-241-3/+12
* fuse: categorize fuse_get_req()Maxim Patlasov2013-01-241-3/+14
* fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov2013-01-241-3/+12
* fuse: implement NFS-like readdirplus supportAnand V. Avati2013-01-241-0/+6
* userns: Support fuse interacting with multiple user namespacesEric W. Biederman2012-11-141-2/+2
* fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster2012-07-181-0/+3
* fuse: fix stat call on 32 bit platformsPavel Shilovsky2012-05-141-0/+3
* fuse: optimize fallocate on permanent failureMiklos Szeredi2012-04-261-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-01-121-1/+9
|\
| * FUSE: Notifying the kernel of deletion.John Muir2011-12-131-1/+7
| * fuse: support ioctl on directoriesMiklos Szeredi2011-12-131-0/+2
* | fuse: propagate umode_tAl Viro2012-01-031-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-08-241-1/+7
|\
| * fuse: fix flockMiklos Szeredi2011-08-081-1/+7
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+2
|/
* fuse: reduce size of struct fuse_requestMiklos Szeredi2011-03-211-1/+0
* fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2011-02-251-1/+5
* fuse: allow batching of FORGET requestsMiklos Szeredi2010-12-071-2/+1
* fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-071-9/+19
OpenPOWER on IntegriCloud