serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / fs / fuse / inode.c
2011-12-13 Al Virofuse: register_filesystem() called too early
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-09-12 Miklos Szeredifuse: fix flock breakage
2011-08-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-08 Miklos Szeredifuse: fix flock
2011-06-03 Al Viromore conservative S_NOSEC handling
2011-06-01 Randy Dunlapfuse: fix non-ANSI void function notation
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-14 Aneesh Kumar K.Vexportfs: Return the minimum required handle size
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-01-13 Al Viroswitch fuse
2011-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-12-07 Miklos Szeredifuse: separate queue for FORGET requests
2010-10-29 Al Viroconvert get_sb_nodev() users
2010-10-29 Al Vironew helper: mount_bdev()
2010-08-09 Al Viroconvert remaining ->clear_inode() to ->evict_inode()
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
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-11 Jens Axboewriteback: add name to backing_dev_info
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-17 Al Virofuse doesn't need BKL in ->umount_begin()
2009-06-12 Linus TorvaldsMerge branch 'cuse' of git://git./linux/kernel/git...
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: destroy bdi on error
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
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: add file kernel handle
2008-11-26 Tejun Heofuse: don't let fuse_req->end() put the base reference
2008-11-26 Miklos Szeredifuse: style fixes
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-16 Julia Lawallfuse: add missing fuse_request_free
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Miklos Szeredifuse: nfs export special lookups
2008-07-25 Miklos Szeredifuse: add export operations
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-04-30 Miklos Szeredifuse: fix node ID type
2008-04-30 Miklos Szeredifuse: fix max i/o size calculation
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-08 Miklos Szeredimount options: fix fuse
2008-02-07 David Howellsiget: stop FUSE from using iget() and read_inode()
2008-02-06 Miklos Szeredifuse: limit queued background requests
2008-01-25 Greg Kroah-HartmanKobject: convert fs/* from kobject_unregister() to...
2008-01-25 Greg Kroah-Hartmankobject: convert main fs kobject to use kobject_create
2008-01-25 Greg Kroah-Hartmankobject: convert fuse to use kobject_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2007-11-29 John Muirfuse: fix uninitialized field in fuse_inode
2007-11-29 Miklos Szeredifuse: fix FUSE_FILE_OPS sending
2007-10-18 Miklos Szeredifuse: add blksize field to fuse_attr
2007-10-18 Miklos Szeredifuse: add list of writable files to fuse_inode
2007-10-18 Miklos Szeredifuse: add atomic open+truncate support
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: fix permission checking on sticky directories
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: fix reserved request wake up
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-06-16 Alexey Dobriyanfuse: ->fs_flags fixlet
2007-05-24 Miklos Szeredifuse: delete inode on drop
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 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
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-11 Andrew Morton[PATCH] remove invalidate_inode_pages()
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 blksize option
2006-12-07 Miklos Szeredi[PATCH] fuse: add support for block device based filesy...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-17 Miklos Szeredi[PATCH] fuse: fix handling of moved directory
2006-10-17 Miklos Szeredi[PATCH] fuse: fix spurious BUG
next