nfsd: move most of nfsfh.h to fs/nfsd
[safe/jmp/linux-2.6] / fs / fuse /
2009-11-04 Miklos Szeredifuse: invalidate target of rename
2009-11-04 Jens Axboefuse: fix kunmap in fuse_ioctl_copy_user
2009-11-04 Anand V. Avatifuse: prevent fuse_put_request on invalid pointer
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-24 npiggin@suse.detruncate: use new helpers
2009-09-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-16 Jens Axboefs: Assign bdi in super_block
2009-09-16 Csaba Henkfuse: add fusectl interface to max_background
2009-09-16 Csaba Henkfuse: limit user-specified values of max background...
2009-09-16 Csaba Henkfuse: use drop_nlink() instead of direct nlink manipulation
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-07-11 Linus TorvaldsRevert "fuse: Fix build error" as unnecessary
2009-07-11 Larry Fingerfuse: Fix build error
2009-07-10 Jens AxboeFix congestion_wait() sync/async vs read/write confusion
2009-07-07 Csaba Henkfuse: make the number of max background requests and...
2009-06-30 John Muirfuse: invalidation reverse calls
2009-06-30 Miklos Szeredifuse: allow umask processing in userspace
2009-06-30 Miklos Szeredifuse: fix bad return value in fuse_file_poll()
2009-06-30 Csaba Henkfuse: fix return value of fuse_dev_write()
2009-06-17 Al Virofuse doesn't need BKL in ->umount_begin()
2009-06-12 Linus TorvaldsMerge branch 'cuse' of git://git./linux/kernel/git...
2009-06-09 Tejun HeoCUSE: implement CUSE - Character device in Userspace
2009-05-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-05-09 Alessio Igor Boganivfs: umount_begin BKL pushdown
2009-04-28 Tejun Heofuse: export symbols to be used by CUSE
2009-04-28 Tejun Heofuse: update fuse_conn_init() and separate out fuse_con...
2009-04-28 Miklos Szeredifuse: don't use inode in fuse_file_poll
2009-04-28 Miklos Szeredifuse: don't use inode in fuse_do_ioctl() helper
2009-04-28 Miklos Szeredifuse: don't use inode in fuse_sync_release()
2009-04-28 Miklos Szeredifuse: create fuse_do_open() helper for CUSE
2009-04-28 Miklos Szeredifuse: clean up args in fuse_finish_open() and fuse_rele...
2009-04-28 Miklos Szeredifuse: don't use inode in helpers called by fuse_direct_io()
2009-04-28 Miklos Szeredifuse: add members to struct fuse_file
2009-04-28 Miklos Szeredifuse: prepare fuse_direct_io() for CUSE
2009-04-28 Miklos Szeredifuse: clean up fuse_write_fill()
2009-04-28 Miklos Szeredifuse: use struct path in release structure
2009-04-28 Miklos Szeredifuse: destroy bdi on error
2009-04-28 Tejun Heofuse: misc cleanups
2009-04-09 Miklos Szeredifuse: fix "direct_io" private mmap
2009-04-09 Miklos Szeredifuse: fix argument type in fuse_get_user_pages()
2009-04-02 Miklos Szeredifuse: allow private mappings of "direct_io" files
2009-04-02 Miklos Szeredifuse: allow kernel to access "direct_io" files
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-03-30 Dan Carpenterfuse: fix fuse_file_lseek returning with lock held
2009-03-27 Al Viroconstify dentry_operations: FUSE
2009-01-26 Linus TorvaldsMerge branch 'Kconfig' of git://git./linux/kernel/git...
2009-01-26 Miklos Szeredifuse: fix poll notify
2009-01-26 Miklos Szeredifuse: destroy bdi on umount
2009-01-26 Miklos Szeredifuse: fuse_fill_super error handling cleanup
2009-01-26 Miklos Szeredifuse: fix missing fput on error
2009-01-26 Dan Carpenterfuse: fix NULL deref in fuse_file_alloc()
2009-01-22 Alexey Dobriyanfs/Kconfig: move fuse out
2009-01-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-12-02 Harvey Harrisonfuse: clean up annotations of fc->lock
2008-12-02 Miklos Szeredifuse: fix sparse warning in ioctl
2008-11-26 Tejun Heofuse: add fuse_conn->release()
2008-11-26 Tejun Heofuse: separate out fuse_conn_init() from new_conn()
2008-11-26 Tejun Heofuse: add fuse_ prefix to several functions
2008-11-26 Tejun Heofuse: implement poll support
2008-11-26 Tejun Heofuse: implement unsolicited notification
2008-11-26 Tejun Heofuse: add file kernel handle
2008-11-26 Tejun Heofuse: implement ioctl support
2008-11-26 Tejun Heofuse: don't let fuse_req->end() put the base reference
2008-11-26 Miklos Szeredifuse: style fixes
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Wrap task credential accesses in the FUSE filesystem
2008-11-01 Al Virosaner FASYNC handling on file close
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-16 Tejun Heofuse: implement nonseekable open
2008-10-16 Tejun Heofuse: add include protectors
2008-10-16 Julia Lawallfuse: add missing fuse_request_free
2008-10-16 Miklos Szeredifuse: fix SEEK_END incorrectness
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-07-27 Al Viro[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
2008-07-27 Miklos Szeredi[patch 3/5] vfs: change remove_suid() to file_remove_suid()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Miklos Szeredifuse: lockd support
2008-07-25 Miklos Szeredifuse: nfs export special lookups
2008-07-25 Miklos Szeredifuse: add fuse_lookup_name() helper
2008-07-25 Miklos Szeredifuse: add export operations
2008-07-25 Miklos Szeredifuse: prepare lookup for nfs export
2008-06-18 Miklos Szeredifuse: fix thinko in max I/O size calucation
2008-05-24 Miklos Szeredifuse: fix bdi naming conflict
2008-05-13 Miklos Szeredifuse: add flag to turn on big writes
2008-05-01 Harvey Harrisonfuse: use clamp() rather than nested min/max
2008-04-30 Miklos Szeredifuse: fix sparse warnings
2008-04-30 Miklos Szeredifuse: fix race in llseek
2008-04-30 Miklos Szeredifuse: fix node ID type
2008-04-30 Miklos Szeredifuse: fix max i/o size calculation
2008-04-30 Miklos Szeredifuse: update file size on short read
2008-04-30 Nick Pigginfuse: implement perform_write
2008-04-30 Miklos Szeredifuse: clean up setting i_size in write
2008-04-30 Miklos Szeredifuse: support writable mmap
2008-04-30 Miklos Szeredimm: bdi: expose the BDI object in sysfs for FUSE
2008-04-25 Al Viro[PATCH] restore sane ->umount_begin() API
2008-02-24 Miklos Szeredifuse: fix permission checking
2008-02-08 Miklos Szeredimount options: fix fuse
next