aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi2011-03-211-4/+4
| * | | fuse: make fuse_permission() RCU awareMiklos Szeredi2011-03-211-8/+22
| * | | fuse: wakeup pollers on connection release/abortBryan Green2011-03-212-1/+18
| * | | fuse: reduce size of struct fuse_requestMiklos Szeredi2011-03-212-3/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\ \ \ \
| * | | | fuse/cuse: fix comment typo initilaizationPaul Bolle2011-02-151-1/+1
| | |_|/ | |/| |
* | | | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+3
| |/ / |/| |
* | | fuse: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
| |/ |/|
* | fuse: fix truncate after openMiklos Szeredi2011-02-251-2/+5
* | fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2011-02-252-8/+50
|/
* switch fuseAl Viro2011-01-122-7/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-01-105-76/+256
|\
| * fuse: fix ioctl ABIMiklos Szeredi2010-12-071-5/+48
| * fuse: allow batching of FORGET requestsMiklos Szeredi2010-12-072-13/+82
| * fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-074-64/+133
| * fuse: ioctl cleanupMiklos Szeredi2010-12-071-8/+7
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-3/+7
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-1/+5
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-072-3/+3
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
|/
* fuse: verify ioctl retriesMiklos Szeredi2010-11-301-0/+22
* fuse: fix ioctl when server is 32bitMiklos Szeredi2010-11-301-6/+44
* fuse: fix attributes after open(O_TRUNC)Ken Sumrall2010-11-251-0/+10
* convert get_sb_nodev() usersAl Viro2010-10-291-4/+4
* convert get_sb_single() usersAl Viro2010-10-291-6/+4
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* fuse: use release_pages()Miklos Szeredi2010-10-271-6/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-261-0/+1
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* | fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi2010-10-261-7/+5
* | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-261-1/+1
|/
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+5
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+5
* | fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven2010-10-041-1/+1
|/
* fuse: fix lock annotationsMiklos Szeredi2010-09-072-16/+18
* fuse: flush background queue on connection closeMiklos Szeredi2010-09-071-4/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-102-12/+11
|\
| * convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+4
| * check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-5/+1
| * always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-5/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-08-073-7/+227
|\ \
| * | fuse: add retrieve requestMiklos Szeredi2010-07-122-1/+131
| * | fuse: add store requestMiklos Szeredi2010-07-123-1/+91
| * | fuse: don't use atomic kmapMiklos Szeredi2010-07-121-5/+5
| |/
* | vfs: re-introduce MAY_CHDIREric Paris2010-08-021-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-303-81/+488
|\
| * fuse: support splice() reading from fuse deviceMiklos Szeredi2010-05-251-41/+187
| * fuse: allow splice to move pagesMiklos Szeredi2010-05-253-15/+167
| * fuse: support splice() writing to fuse deviceMiklos Szeredi2010-05-251-31/+144
| * fuse: get page reference for readpagesMiklos Szeredi2010-05-251-0/+2