USB: Fix signr comment in usbdevice_fs.h
[safe/jmp/linux-2.6] / fs / fuse /
2007-11-15 Adrian Bunkfuse_file_alloc(): fix NULL dereferences
2007-10-18 Miklos Szeredifuse: add blksize field to fuse_attr
2007-10-18 Miklos Szeredifuse: add support for mandatory locking
2007-10-18 Miklos Szeredifuse: add helper for asynchronous writes
2007-10-18 Miklos Szeredifuse: add list of writable files to fuse_inode
2007-10-18 Miklos Szeredifuse: support BSD locking semantics
2007-10-18 Miklos Szeredifuse: add atomic open+truncate support
2007-10-18 Miklos Szeredifuse: improve utimes support
2007-10-18 Miklos Szeredifuse: clean up open file passing in setattr
2007-10-18 Miklos Szeredifuse: add file handle to getattr operation
2007-10-18 Miklos Szeredifuse: fix race between getattr and write
2007-10-18 Miklos Szeredifuse: fix allowing operations
2007-10-17 Miklos Szeredifuse: clean up execute permission checking
2007-10-17 Miklos Szeredifuse: no ENOENT from fuse device read
2007-10-17 Miklos Szeredifuse: no abort on interrupt
2007-10-17 Miklos Szeredifuse: cleanup in release
2007-10-17 Miklos Szeredifuse: fix permission checking on sticky directories
2007-10-17 Miklos Szeredifuse: refresh stale attributes in fuse_permission()
2007-10-17 Miklos Szeredifuse: set i_nlink to sane value after mount
2007-10-17 Miklos Szeredifuse: fix page invalidation
2007-10-17 Miklos Szeredifuse: truncate on spontaneous size change
2007-10-17 Miklos Szeredifuse: add reference counting to fuse_file
2007-10-17 Miklos Szeredifuse: fix reserved request wake up
2007-10-17 Miklos Szeredifuse: update backing_dev_info congestion state
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-10-16 Nick Pigginfuse: convert to new aops
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-06-16 Alexey Dobriyanfuse: ->fs_flags fixlet
2007-05-24 Miklos Szeredifuse: delete inode on drop
2007-05-24 Miklos Szeredifuse: generic_write_checks() for direct_io
2007-05-24 Miklos Szeredifuse: fix mknod of regular file
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Miklos Szerediadd filesystem subtype support
2007-05-07 Linus TorvaldsMerge branch 'server-cluster-locking-api' of git:/...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-06 Marc Eshellocks: give posix_test_lock same interface as ->lock
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-04-09 Timo Savola[PATCH] fuse: validate rootmode mount option
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
2007-02-11 Andrew Morton[PATCH] remove invalidate_inode_pages()
2007-01-30 Miklos Szeredi[PATCH] fuse: fix bug in control filesystem mount
2006-12-21 Miklos Szeredi[PATCH] fuse: remove clear_page_dirty() call
2006-12-08 Josef Sipek[PATCH] struct path: convert fuse
2006-12-07 Miklos Szeredi[PATCH] fuse: fix compile without CONFIG_BLOCK
2006-12-07 Miklos Szeredi[PATCH] fuse: add DESTROY operation
2006-12-07 Miklos Szeredi[PATCH] fuse: add bmap support
2006-12-07 Miklos Szeredi[PATCH] fuse: add blksize option
2006-12-07 Miklos Szeredi[PATCH] fuse: add support for block device based filesy...
2006-12-07 Miklos Szeredi[PATCH] fuse: minor cleanup in fuse_dentry_revalidate
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-11-25 Miklos Szeredi[PATCH] fuse: fix Oops in lookup
2006-11-03 OGAWA Hirofumi[PATCH] fuse: ->readpages() cleanup
2006-10-17 Miklos Szeredi[PATCH] fuse: fix dereferencing dentry parent
2006-10-17 Miklos Szeredi[PATCH] fuse: fix handling of moved directory
2006-10-17 Miklos Szeredi[PATCH] fuse: fix spurious BUG
2006-10-17 Miklos Szeredi[PATCH] fuse: locking fix for nlookup
2006-10-17 Miklos Szeredi[PATCH] fuse: fix hang on SMP
2006-10-01 Dave Hansen[PATCH] r/o bind mounts: monitor zeroing of i_nlink
2006-10-01 Dave Hansen[PATCH] r/o bind mount prepwork: inc_nlink() helper
2006-10-01 Badari Pulavarty[PATCH] Streamline generic_file_* interfaces and filema...
2006-10-01 Badari Pulavarty[PATCH] Remove readv/writev methods and use aio_read...
2006-09-29 Miklos Szeredi[PATCH] vfs: define new lookup flag for chdir
2006-09-29 Miklos Szeredi[PATCH] fuse: use dentry in statfs
2006-09-29 Josh Triplett[PATCH] fuse: add lock annotations to request_end and...
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Theodore Ts'o[PATCH] inode_diet: Replace inode.u.generic_ip with...
2006-08-14 Alexander Zarochentsev[PATCH] fuse: fix error case in fuse_readpages
2006-07-31 Miklos Szeredi[PATCH] fuse: fix typo
2006-07-31 Miklos Szeredi[PATCH] fuse: use jiffies_64
2006-07-31 Miklos Szeredi[PATCH] fuse: fix zero timeout
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-25 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2006-06-25 Miklos Szeredi[PATCH] fuse: scramble lock owner ID
2006-06-25 Miklos Szeredi[PATCH] fuse: add request interruption
2006-06-25 Miklos Szeredi[PATCH] fuse: rename the interrupted flag
2006-06-25 Miklos Szeredi[PATCH] fuse: ensure FLUSH reaches userspace
2006-06-25 Miklos Szeredi[PATCH] fuse: add POSIX file locking support
2006-06-25 Miklos Szeredi[PATCH] fuse: add control filesystem
2006-06-25 Miklos Szeredi[PATCH] fuse: no backgrounding on interrupt
2006-06-24 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-23 Miklos Szeredi[PATCH] vfs: add lock owner argument to flush operation
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-09 Trond MyklebustVFS: Remove dependency of ->umount_begin() call on...
2006-04-26 Miklos Szeredi[fuse] fix race between checking and setting file-...
2006-04-26 Miklos Szeredi[fuse] fix deadlock between fuse_put_super() and reques...
2006-04-26 Miklos SzerediRevert "[fuse] fix deadlock between fuse_put_super...
2006-04-11 Miklos Szeredi[fuse] Direct I/O should not use fuse_reset_request
2006-04-11 Miklos Szeredi[fuse] Don't init request twice
2006-04-11 Miklos Szeredi[fuse] Fix accounting the number of waiting requests
2006-04-11 Miklos Szeredi[fuse] fix deadlock between fuse_put_super() and reques...
2006-04-11 Miklos Szeredi[PATCH] fuse: account background requests
2006-04-11 Miklos Szeredi[PATCH] fuse: clean up request accounting
2006-04-11 Miklos Szeredi[PATCH] fuse: consolidate device errors
2006-04-11 Miklos Szeredi[PATCH] fuse: use a per-mount spinlock
next