Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / fuse /
2012-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-04-11 Miklos Szeredifuse: allow nanosecond granularity
2012-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-03-20 Cong Wangfuse: remove the second argument of k[un]map_atomic()
2012-03-05 Anand Avatifuse: O_DIRECT support for files
2012-03-05 Miklos Szeredifuse: fix nlink after unlink
2012-01-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-07 Al Virovfs: switch ->show_options() to struct dentry *
2012-01-04 Al Virofuse: propagate umode_t
2012-01-04 Al Viroswitch ->mknod() to umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2012-01-04 Al Virovfs: fix the stupidity with i_dentry in inode destructors
2011-12-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-12-13 Al Virofuse: register_filesystem() called too early
2011-12-13 John MuirFUSE: Notifying the kernel of deletion.
2011-12-13 Miklos Szeredifuse: support ioctl on directories
2011-12-13 Thomas Meyerfuse: Use kcalloc instead of kzalloc to allocate array
2011-12-13 Miklos Szeredifuse: llseek optimize SEEK_CUR and SEEK_SET
2011-12-13 Miklos Szeredifuse: llseek fix race
2011-12-13 Roel Kluinfuse: fix llseek bug
2011-12-13 Miklos Szeredifuse: fix fuse_retrieve
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-10-31 Paul Gortmakerfs: add module.h to files that were implicitly using it
2011-09-12 Miklos Szeredifuse: fix memory leak
2011-09-12 Miklos Szeredifuse: fix flock breakage
2011-08-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-24 Miklos Szeredifuse: check size of FUSE_NOTIFY_INVAL_ENTRY message
2011-08-08 Johannes Weinerfuse: mark pages accessed when written to
2011-08-08 Johannes Weinerfuse: delete dead .write_begin and .write_end aops
2011-08-08 Miklos Szeredifuse: fix flock
2011-07-26 Linus TorvaldsMerge branch 'for-3.1' of git://linux-nfs.org/~bfields...
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-21 Josef Bacikfs: handle SEEK_HOLE/SEEK_DATA properly in all fs's...
2011-07-21 J. Bruce Fieldslocks: rename lock-manager ops
2011-07-20 Al Virono need to check for LOOKUP_OPEN in ->create() instances
2011-07-20 Al Virodon't transliterate lower bits of ->intent.open.flags...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to generic_...
2011-07-20 Al Virokill check_acl callback of generic_permission()
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-03 Al Viromore conservative S_NOSEC handling
2011-06-01 Randy Dunlapfuse: fix non-ANSI void function notation
2011-05-28 Sage Weilfuse: remove unnecessary dentry_unhash on rmdir, dir...
2011-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-05-10 Miklos Szeredifuse: fix oops in revalidate when called with NULL...
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-23 Miklos Szeredimm: add replace_page_cache_page() function
2011-03-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-21 Miklos Szeredifuse: make fuse_dentry_revalidate() RCU aware
2011-03-21 Miklos Szeredifuse: make fuse_permission() RCU aware
2011-03-21 Bryan Greenfuse: wakeup pollers on connection release/abort
2011-03-21 Miklos Szeredifuse: reduce size of struct fuse_request
2011-03-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-14 Aneesh Kumar K.Vexportfs: Return the minimum required handle size
2011-03-10 Al Virofuse: fix d_revalidate oopsen on NFS exports
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-02-25 Miklos Szeredifuse: fix truncate after open
2011-02-25 Miklos Szeredifuse: fix hang of single threaded fuseblk filesystem
2011-02-15 Paul Bollefuse/cuse: fix comment typo initilaization
2011-01-13 Al Viroswitch fuse
2011-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
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: fix ioctl ABI
2010-12-07 Miklos Szeredifuse: allow batching of FORGET requests
2010-12-07 Miklos Szeredifuse: separate queue for FORGET requests
2010-12-07 Miklos Szeredifuse: ioctl cleanup
2010-11-30 Miklos Szeredifuse: verify ioctl retries
2010-11-30 Miklos Szeredifuse: fix ioctl when server is 32bit
2010-11-24 Ken Sumrallfuse: fix attributes after open(O_TRUNC)
2010-10-29 Al Viroconvert get_sb_nodev() users
2010-10-29 Al Viroconvert get_sb_single() users
2010-10-29 Al Vironew helper: mount_bdev()
2010-10-28 Miklos Szeredifuse: use release_pages()
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-26 Miklos Szeredifuse: use clear_highpage() and KM_USER0 instead of...
2010-10-26 Jan Beulichuse clear_page()/copy_page() in favor of memset()/memcp...
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-04 Geert Uytterhoevenfuse: Initialize total_len in fuse_retrieve()
2010-09-07 Miklos Szeredifuse: fix lock annotations
2010-09-07 Miklos Szeredifuse: flush background queue on connection close
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-09 Al Viroconvert remaining ->clear_inode() to ->evict_inode()
2010-08-09 Christoph Hellwigcheck ATTR_SIZE contraints in inode_change_ok
2010-08-09 Christoph Hellwigalways call inode_change_ok early in ->setattr
2010-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-02 Eric Parisvfs: re-introduce MAY_CHDIR
2010-07-12 Miklos Szeredifuse: add retrieve request
2010-07-12 Miklos Szeredifuse: add store request
next