aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-7/+2
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-49/+134
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-5/+5
2012-01-03fuse: propagate umode_tAl Viro2-4/+4
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-2/+7
2011-12-13fuse: register_filesystem() called too earlyAl Viro1-12/+12
2011-12-13FUSE: Notifying the kernel of deletion.John Muir3-4/+93
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi3-4/+32
2011-12-13fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-13fuse: llseek optimize SEEK_CUR and SEEK_SETMiklos Szeredi1-40/+8
2011-12-13fuse: llseek fix raceMiklos Szeredi1-0/+4
2011-12-13fuse: fix llseek bugRoel Kluin1-1/+1
2011-12-13fuse: fix fuse_retrieveMiklos Szeredi1-1/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-2/+2
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-09-12fuse: fix memory leakMiklos Szeredi1-4/+8
2011-09-12fuse: fix flock breakageMiklos Szeredi1-0/+3
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-74/+32
2011-08-24fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi1-0/+4
2011-08-08fuse: mark pages accessed when written toJohannes Weiner1-0/+3
2011-08-08fuse: delete dead .write_begin and .write_end aopsJohannes Weiner1-70/+0
2011-08-08fuse: fix flockMiklos Szeredi3-3/+24
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik3-9/+23
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-2/+19
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-1/+1
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro1-1/+1
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-7/+7
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-3/+2
2011-07-20kill check_acl callback of generic_permission()Al Viro1-2/+2
2011-06-03more conservative S_NOSEC handlingAl Viro1-0/+2
2011-06-01fuse: fix non-ANSI void function notationRandy Dunlap1-1/+1
2011-05-28fuse: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataMiklos Szeredi1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi1-6/+4
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-16/+54
2011-03-21fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi1-4/+4
2011-03-21fuse: make fuse_permission() RCU awareMiklos Szeredi1-8/+22
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green2-1/+18
2011-03-21fuse: reduce size of struct fuse_requestMiklos Szeredi2-3/+10
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+3
2011-03-10fuse: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-02-25fuse: fix truncate after openMiklos Szeredi1-2/+5
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2-8/+50
2011-02-15fuse/cuse: fix comment typo initilaizationPaul Bolle1-1/+1
2011-01-12switch fuseAl Viro2-7/+4
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-76/+256
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-3/+7
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-3/+3
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-12-07fuse: fix ioctl ABIMiklos Szeredi1-5/+48
2010-12-07fuse: allow batching of FORGET requestsMiklos Szeredi2-13/+82
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi4-64/+133
2010-12-07fuse: ioctl cleanupMiklos Szeredi1-8/+7
2010-11-30fuse: verify ioctl retriesMiklos Szeredi1-0/+22
2010-11-30fuse: fix ioctl when server is 32bitMiklos Szeredi1-6/+44
2010-11-25fuse: fix attributes after open(O_TRUNC)Ken Sumrall1-0/+10
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-29convert get_sb_single() usersAl Viro1-6/+4
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-27fuse: use release_pages()Miklos Szeredi1-6/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi1-7/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+5
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven1-1/+1
2010-09-07fuse: fix lock annotationsMiklos Szeredi2-16/+18
2010-09-07fuse: flush background queue on connection closeMiklos Szeredi1-4/+12
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+11
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-5/+1
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-5/+6
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-7/+227
2010-08-02vfs: re-introduce MAY_CHDIREric Paris1-1/+1
2010-07-12fuse: add retrieve requestMiklos Szeredi2-1/+131
2010-07-12fuse: add store requestMiklos Szeredi3-1/+91
2010-07-12fuse: don't use atomic kmapMiklos Szeredi1-5/+5
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-81/+488
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig3-10/+7
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-0/+1
2010-05-25fuse: support splice() reading from fuse deviceMiklos Szeredi1-41/+187
2010-05-25fuse: allow splice to move pagesMiklos Szeredi3-15/+167
2010-05-25fuse: support splice() writing to fuse deviceMiklos Szeredi1-31/+144
2010-05-25fuse: get page reference for readpagesMiklos Szeredi1-0/+2
2010-05-25fuse: use get_user_pages_fast()Miklos Szeredi2-8/+2
2010-05-25fuse: remove unneeded variableDan Carpenter1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-15/+15
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-05fuse: fix large stack useFang Wenqi1-2/+9
2010-02-05fuse: cleanup in fuse_notify_inval_...()Miklos Szeredi1-13/+6
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou1-0/+3
2009-11-27fuse: reject O_DIRECT flag also in fuse_createCsaba Henk1-0/+3
2009-11-04fuse: invalidate target of renameMiklos Szeredi1-1/+3
2009-11-04fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe1-1/+1
2009-11-04fuse: prevent fuse_put_request on invalid pointerAnand V. Avati1-1/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24truncate: use new helpersnpiggin@suse.de3-22/+5
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-15/+231
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+2
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk3-5/+141
2009-09-16fuse: limit user-specified values of max background requestsCsaba Henk1-6/+72
2009-09-16fuse: use drop_nlink() instead of direct nlink manipulationCsaba Henk1-1/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-07-11Revert "fuse: Fix build error" as unnecessaryLinus Torvalds1-1/+0
2009-07-10fuse: Fix build errorLarry Finger1-0/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-4/+4
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Csaba Henk3-11/+25
2009-06-30fuse: invalidation reverse callsJohn Muir4-3/+198
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi3-4/+28
2009-06-30fuse: fix bad return value in fuse_file_poll()Miklos Szeredi1-1/+1
2009-06-30fuse: fix return value of fuse_dev_write()Csaba Henk1-1/+1
2009-06-17fuse doesn't need BKL in ->umount_begin()Al Viro1-3/+0
2009-06-12Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds7-231/+939
2009-06-09CUSE: implement CUSE - Character device in UserspaceTejun Heo2-0/+611
2009-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-0/+1
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani1-0/+3
2009-04-28fuse: export symbols to be used by CUSETejun Heo4-9/+39
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo3-53/+72
2009-04-28fuse: don't use inode in fuse_file_pollMiklos Szeredi1-3/+2
2009-04-28fuse: don't use inode in fuse_do_ioctl() helperMiklos Szeredi1-14/+21
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi3-39/+36
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi3-27/+42
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi3-23/+30
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi3-34/+32
2009-04-28fuse: add members to struct fuse_fileMiklos Szeredi2-2/+10
2009-04-28fuse: prepare fuse_direct_io() for CUSEMiklos Szeredi1-10/+23
2009-04-28fuse: clean up fuse_write_fill()Miklos Szeredi1-9/+8
2009-04-28fuse: use struct path in release structureMiklos Szeredi2-7/+5
2009-04-28fuse: destroy bdi on errorMiklos Szeredi1-0/+1
2009-04-28fuse: misc cleanupsTejun Heo1-37/+44
2009-04-09fuse: fix "direct_io" private mmapMiklos Szeredi1-0/+2
2009-04-09fuse: fix argument type in fuse_get_user_pages()Miklos Szeredi1-3/+3
2009-04-02fuse: allow private mappings of "direct_io" filesMiklos Szeredi1-1/+11
2009-04-02fuse: allow kernel to access "direct_io" filesMiklos Szeredi2-12/+31
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+2
2009-03-30fuse: fix fuse_file_lseek returning with lock heldDan Carpenter1-1/+2
2009-03-27constify dentry_operations: FUSEAl Viro2-2/+2
2009-01-26Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobr...Linus Torvalds1-0/+15
2009-01-26fuse: fix poll notifyMiklos Szeredi1-4/+9
2009-01-26fuse: destroy bdi on umountMiklos Szeredi2-2/+3
2009-01-26fuse: fuse_fill_super error handling cleanupMiklos Szeredi1-18/+19
2009-01-26fuse: fix missing fput on errorMiklos Szeredi1-2/+7
2009-01-26fuse: fix NULL deref in fuse_file_alloc()Dan Carpenter1-1/+1
2009-01-22fs/Kconfig: move fuse outAlexey Dobriyan1-0/+15
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds6-171/+693
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-2/+2
2008-12-02fuse: clean up annotations of fc->lockHarvey Harrison2-5/+16
2008-12-02fuse: fix sparse warning in ioctlMiklos Szeredi1-1/+1
2008-11-26fuse: add fuse_conn->release()Tejun Heo2-1/+10
2008-11-26fuse: separate out fuse_conn_init() from new_conn()Tejun Heo2-57/+67
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo5-52/+54
2008-11-26fuse: implement poll supportTejun Heo4-0/+172
2008-11-26fuse: implement unsolicited notificationTejun Heo1-2/+25
2008-11-26fuse: add file kernel handleTejun Heo4-4/+15
2008-11-26fuse: implement ioctl supportTejun Heo1-0/+280
2008-11-26fuse: don't let fuse_req->end() put the base referenceTejun Heo3-7/+4
2008-11-26fuse: style fixesMiklos Szeredi6-47/+54
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-8/+15
2008-11-14CRED: Separate task security context from task_structDavid Howells1-6/+6
2008-11-14CRED: Wrap task credential accesses in the FUSE filesystemDavid Howells1-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-15/+8
2008-10-16fuse: implement nonseekable openTejun Heo1-0/+2
2008-10-16fuse: add include protectorsTejun Heo1-0/+5
2008-10-16fuse: add missing fuse_request_freeJulia Lawall1-1/+2
2008-10-16fuse: fix SEEK_END incorrectnessMiklos Szeredi1-0/+3
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro1-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25fuse: lockd supportMiklos Szeredi1-2/+9
2008-07-25fuse: nfs export special lookupsMiklos Szeredi2-3/+69
2008-07-25fuse: add fuse_lookup_name() helperMiklos Szeredi1-40/+77
2008-07-25fuse: add export operationsMiklos Szeredi3-2/+121
2008-07-25fuse: prepare lookup for nfs exportMiklos Szeredi1-10/+14
2008-06-17fuse: fix thinko in max I/O size calucationMiklos Szeredi1-2/+2
2008-05-24fuse: fix bdi naming conflictMiklos Szeredi1-1/+6
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi3-1/+9