summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fuse: use get_user_pages_fast()Miklos Szeredi2010-05-252-8/+2
| * fuse: remove unneeded variableDan Carpenter2010-05-251-2/+2
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-273-10/+7
* | driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-251-0/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-03-031-15/+15
|\ \ | |/ |/|
| * fuse: fix large stack useFang Wenqi2010-02-051-2/+9
| * fuse: cleanup in fuse_notify_inval_...()Miklos Szeredi2010-02-051-13/+6
* | mm: flush dcache before writing into page to avoid aliasanfei zhou2010-02-021-0/+3
|/
* fuse: reject O_DIRECT flag also in fuse_createCsaba Henk2009-11-271-0/+3
* fuse: invalidate target of renameMiklos Szeredi2009-11-041-1/+3
* fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe2009-11-041-1/+1
* fuse: prevent fuse_put_request on invalid pointerAnand V. Avati2009-11-041-1/+2
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* truncate: use new helpersnpiggin@suse.de2009-09-243-22/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-09-184-15/+231
|\
| * fuse: add fusectl interface to max_backgroundCsaba Henk2009-09-163-5/+141
| * fuse: limit user-specified values of max background requestsCsaba Henk2009-09-161-6/+72
| * fuse: use drop_nlink() instead of direct nlink manipulationCsaba Henk2009-09-161-1/+1
| * fuse: make the number of max background requests and congestion threshold tun...Csaba Henk2009-07-073-11/+25
* | fs: Assign bdi in super_blockJens Axboe2009-09-161-0/+2
OpenPOWER on IntegriCloud