mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / fs / ecryptfs /
2010-05-21 Al Viroswitch ecryptfs_write() to struct inode *, kill on...
2010-05-21 Al Viroswitch ecryptfs_get_locked_page() to struct inode *
2010-05-21 Al Virosimplify access to ecryptfs inodes in ->readpage()...
2010-05-21 Al ViroBan ecryptfs over ecryptfs
2010-05-21 Christoph Hellwigsanitize vfs_fsync calling conventions
2010-05-21 Al ViroClean ecryptfs ->get_sb() up
2010-05-21 Al Virofix a couple of ecryptfs leaks
2010-04-22 Jens Axboeecryptfs: add bdi backing to mount session
2010-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-19 Tyler HickseCryptfs: Turn lower lookup error messages into debug...
2010-04-19 Tyler HickseCryptfs: Copy lower directory inode times and size...
2010-04-19 Jeff Mahoneyecryptfs: fix use with tmpfs by removing d_drop from...
2010-04-19 Christian Pulvermacherecryptfs: fix error code for missing xattrs in lower fs
2010-04-19 Tyler HickseCryptfs: Decrypt symlink target for stat size
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-23 Tyler HickseCryptfs: Strip metadata in xattr flag in encrypted...
2010-03-23 Tyler HickseCryptfs: Clear buffer before reading in metadata xattr
2010-03-23 Tyler HickseCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_a...
2010-03-23 Tyler HickseCryptfs: Fix metadata in xattr feature regression
2010-01-20 Dan Carpenterecryptfs: use after free
2010-01-20 Julia Lawallecryptfs: Eliminate useless code
2010-01-20 Erez Zadokecryptfs: fix interpose/interpolate typos in comments
2010-01-20 Erez Zadokecryptfs: pass matching flags to interpose as defined...
2010-01-20 Erez Zadokecryptfs: remove unnecessary d_drop calls in ecryptfs_link
2010-01-20 Erez Zadokecryptfs: don't ignore return value from lock_rename
2010-01-20 Erez Zadokecryptfs: initialize private persistent file before...
2010-01-20 Tyler HickseCryptfs: Remove mmap from directory operations
2010-01-20 Tyler HickseCryptfs: Add getattr function
2010-01-20 Tyler HickseCryptfs: Use notify_change for truncating lower inodes
2010-01-14 OGAWA Hirofumiecryptfs: Fix refcnt leak on ecryptfs_follow_link(...
2009-12-17 Erez Zadokfsstack/ecryptfs: remove unused get_nlinks param to...
2009-12-16 Al ViroUntangling ima mess, part 2: deal with counters
2009-10-08 Mimi Zoharima: ecryptfs fix imbalance message
2009-10-08 Tyler HickseCryptfs: Remove Kconfig NET dependency and select MD5
2009-10-08 Randy Dunlapecryptfs: depends on CRYPTO
2009-09-23 Tyler HickseCryptfs: Prevent lower dentry from going negative...
2009-09-23 Tyler HickseCryptfs: Propagate vfs_read and vfs_write return codes
2009-09-23 Tyler HickseCryptfs: Validate global auth tok keys
2009-09-23 Tyler HickseCryptfs: Filename encryption only supports password...
2009-09-23 Tyler HickseCryptfs: Check for O_RDONLY lower inodes when opening...
2009-09-23 Tyler HickseCryptfs: Handle unrecognized tag 3 cipher codes
2009-09-23 Dave Hansenecryptfs: improved dependency checking and reporting
2009-09-23 Roland DreiereCryptfs: Fix lockdep-reported AB-BA mutex issue
2009-09-23 Roland Dreierecryptfs: Remove unneeded locking that triggers lockdep...
2009-09-22 Alexey Dobriyanconst: mark remaining address_space_operations const
2009-07-28 Ramon de Carvalho... eCryptfs: parse_tag_3_packet check tag 3 packet encrypt...
2009-07-28 Tyler HickseCryptfs: Check Tag 11 literal data buffer size
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-04-27 Tyler HickseCryptfs: Fix min function comparison warning
2009-04-27 Randy Dunlapecryptfs: fix printk format warning
2009-04-22 Tyler HickseCryptfs: Larger buffer for encrypted symlink targets
2009-04-22 Tyler HickseCryptfs: Lock lower directory inode mutex during lookup
2009-04-22 Tyler HickseCryptfs: Remove ecryptfs_unlink_sigs warnings
2009-04-22 Tyler HickseCryptfs: Fix data corruption when using ecryptfs_passt...
2009-04-22 Tyler HickseCryptfs: Print FNEK sig properly in /proc/mounts
2009-04-22 Tyler HickseCryptfs: NULL pointer dereference in ecryptfs_send_mis...
2009-04-22 Tyler HickseCryptfs: Copy lower inode attrs before dentry instanti...
2009-04-21 Li Zefanecryptfs: use memdup_user()
2009-04-01 Johannes Weinerecryptfs: use kzfree()
2009-03-27 Al Viroconstify dentry_operations: ecryptfs
2009-03-22 Tyler HickseCryptfs: NULL crypt_stat dereference during lookup
2009-03-22 Tyler HickseCryptfs: Allocate a variable number of pages for file...
2009-03-14 Tyler HickseCryptfs: don't encrypt file key with filename key
2009-02-07 Tyler HickseCryptfs: Regression in unencrypted filename symlinks
2009-01-22 Alexey Dobriyanfs/Kconfig: move ecryptfs out
2009-01-06 Qinghuang Fengfs/ecryptfs/inode.c: cleanup kerneldoc
2009-01-06 Michael HalcroweCryptfs: Clean up ecryptfs_decode_from_filename()
2009-01-06 Michael HalcroweCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()
2009-01-06 Michael HalcroweCryptfs: Fix data types (int/size_t)
2009-01-06 Michael HalcroweCryptfs: Replace %Z with %z
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: mount option
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: filldir, lookup, and...
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: Encoding and encryption...
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: Header updates
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: Tag 70 packets
2009-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-05 Christoph Hellwigadd a vfs_fsync helper
2009-01-05 Al Viroinode->i_op is never NULL
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-12-31 Duane GriffineCryptfs: check readlink result was not an error before...
2008-12-04 James MorrisMerge branch 'master' into next
2008-11-24 Serge HallynUser namespaces: set of cleanups (v2)
2008-11-20 Michael HalcroweCryptfs: Allocate up to two scatterlists for crypto...
2008-11-13 David HowellsCRED: Pass credentials through dentry_open()
2008-11-13 David HowellsCRED: Wrap task credential accesses in the eCryptFS...
2008-10-30 Eric Sandeenecryptfs: fix memory corruption when storing crypto...
2008-10-23 Al Viro[PATCH] assorted path_lookup() -> kern_path() conversions
2008-10-16 Tyler HickseCryptfs: remove netlink transport
2008-10-16 Badari Pulavartyecryptfs: convert to use new aops
2008-10-16 Michael HalcroweCryptfs: remove retry loop in ecryptfs_readdir()
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-07-28 Eric SandeeneCryptfs: use page_alloc not kmalloc to get a page...
2008-07-27 Al Viro[PATCH] kill nameidata passing to permission(), rename...
2008-07-27 Miklos Szeredi[patch 5/5] vfs: remove mode parameter from vfs_symlink()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-24 Michael HalcroweCryptfs: Make all persistent file opens delayed
2008-07-24 Michael HalcroweCryptfs: do not try to open device files on mknod
2008-07-24 Harvey Harrisonecryptfs: inode.c mmap.c use unaligned byteorder helpers
next