Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / ecryptfs /
2012-03-21 Al Viroecryptfs: make register_filesystem() the last potential...
2012-03-21 Al Viroswitch touch_atime to struct path
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-03-21 Al Viroecryptfs: don't bother with ->drop_inode()
2012-02-29 Randy Dunlapecryptfs: fix printk format warning for size_t
2012-02-16 Cong Wangecryptfs: remove the second argument of k[un]map_atomic()
2012-02-16 Tyler HickseCryptfs: Copy up lower inode attrs after setting lower...
2012-02-16 Tyler HickseCryptfs: Improve statfs reporting
2012-01-25 Li WangeCryptfs: move misleading function comments
2012-01-25 Tyler HickseCryptfs: Fix oops when printing debug info in extent...
2012-01-25 Tyler HickseCryptfs: Remove unused ecryptfs_read()
2012-01-25 Tyler HickseCryptfs: Check inode changes in setattr
2012-01-25 Tyler HickseCryptfs: Make truncate path killable
2012-01-25 Li WangeCryptfs: Infinite loop due to overflow in ecryptfs_write()
2012-01-25 Tyler HickseCryptfs: Replace miscdev read/write magic numbers
2012-01-25 Tyler HickseCryptfs: Report errors in writes to /dev/ecryptfs
2012-01-25 Tyler HickseCryptfs: Sanitize write counts of /dev/ecryptfs
2012-01-25 Tim Gardnerecryptfs: Remove unnecessary variable initialization
2012-01-25 Tim Gardnerecryptfs: Improve metadata read failure logging
2012-01-07 Al Virovfs: switch ->show_options() to struct dentry *
2012-01-04 Al Virofs: propagate umode_t, misc bits
2012-01-04 Al Virokill ecryptfs_create_underlying_file()
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-11-23 Tyler HickseCryptfs: Extend array bounds for all filename chars
2011-11-23 Tyler HickseCryptfs: Flush file in vma close
2011-11-23 Tyler HickseCryptfs: Prevent file create race condition
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-01 Joe Perchestreewide: use __printf not __attribute__((format(printf...
2011-08-10 John JohansenEcryptfs: Add mount option to check uid of device being...
2011-08-09 Tyler HickseCryptfs: Fix payload_len unitialized variable warning
2011-08-09 Roberto SassueCryptfs: fix compile error
2011-08-09 Tyler HickseCryptfs: Return error when lower file pointer is NULL
2011-07-29 Thieu Leecryptfs: Make inode bdi consistent with superblock bdi
2011-07-29 Tyler HickseCryptfs: Unlock keys needed by ecryptfsd
2011-07-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-22 Jean Delvarefs: Merge split strings
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-20 Al Virodon't pass nameidata to vfs_create() from ecryptfs_create()
2011-07-20 Al Viroecryptfs_inode_permission() doesn't need to bail out...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-06-27 Roberto SassueCryptfs: added support for the encrypted key type
2011-06-27 Roberto SassueCryptfs: export global eCryptfs definitions to include...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-29 Tyler HickseCryptfs: Remove ecryptfs_header_cache_2
2011-05-29 Tyler HickseCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
2011-05-29 Tyler HickseCryptfs: Return useful code from contains_ecryptfs_marker
2011-05-29 Tyler HickseCryptfs: Fix new inode race condition
2011-05-29 Tyler HickseCryptfs: Cleanup inode initialization code
2011-05-29 Tyler HickseCryptfs: Consolidate inode functions into inode.c
2011-05-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-28 Sage Weilecryptfs: remove unnecessary dentry_unhash on rmdir...
2011-05-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-27 Tyler HickseCryptfs: Allow 2 scatterlist entries for encrypted...
2011-05-27 Tyler HickseCryptfs: Clear i_nlink in rmdir
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-04-25 Tyler HickseCryptfs: Flush dirty pages in setattr
2011-04-25 Tyler HickseCryptfs: Handle failed metadata read in lookup
2011-04-25 Tyler HickseCryptfs: Add reference counting to lower files
2011-04-25 Tyler HickseCryptfs: dput dentries returned from dget_parent
2011-04-25 Tyler HickseCryptfs: Remove extra d_delete in ecryptfs_rmdir
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-28 Roberto SassueCryptfs: write lock requested keys
2011-03-28 Roberto SassueCryptfs: move ecryptfs_find_auth_tok_for_sig() call...
2011-03-28 Roberto SassueCryptfs: verify authentication tokens before their use
2011-03-28 Roberto SassueCryptfs: modified size of keysig in the ecryptfs_key_s...
2011-03-28 Roberto SassueCryptfs: removed num_global_auth_toks from ecryptfs_mo...
2011-03-28 Roberto SassueCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix
2011-03-28 Tyler HickseCryptfs: Unlock page in write_begin error path
2011-03-28 Thieu Leecryptfs: modify write path to encrypt page in writepage
2011-03-28 Tyler HickseCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag
2011-03-28 Tyler HickseCryptfs: Remove unnecessary grow_file() function
2011-02-21 Tyler HickseCryptfs: Copy up lower inode attrs in getattr
2011-02-21 Andy Whitcroftecryptfs: read on a directory should return EISDIR...
2011-02-21 Tyler HickseCryptfs: Handle NULL nameidata pointers
2011-02-18 Tyler HickseCryptfs: Revert "dont call lookup_one_len to avoid...
2011-01-17 Frank Swiderskiecryptfs: remove unnecessary decrypt when extending...
2011-01-17 Tyler Hicksecryptfs: Fix ecryptfs_printk() size_t warnings
2011-01-17 Joe Perchesfs/ecryptfs: Add printf format/argument verification...
2011-01-17 Roberto Sassuecryptfs: fixed testing of file descriptor flags
2011-01-17 Roberto Sassuecryptfs: test lower_file pointer when lower_file_mutex...
2011-01-17 Roberto Sassuecryptfs: missing initialization of the superblock...
2011-01-17 Roberto Sassuecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to...
2011-01-17 Edward Shishkinecryptfs: fix truncation error in ecryptfs_read_update_...
2011-01-14 Linus Torvaldsecryptfs: fix broken build
2011-01-13 Al Virosanitize ecryptfs ->mount()
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
2011-01-07 Nick Pigginfs: dcache scale dentry refcount
2011-01-07 Nick Pigginfs: change d_hash for rcu-walk
2010-11-17 Arnd BergmannBKL: remove extraneous #include <smp_lock.h>
2010-10-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-29 Tyler HickseCryptfs: Print mount_auth_tok_only param in ecryptfs_s...
2010-10-29 Roberto Sassuecryptfs: added ecryptfs_mount_auth_tok_only mount...
next