ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / fs / ecryptfs /
2008-07-02 Jonathan Corbetecryptfs: fasync BKL pushdown
2008-06-06 Michael HalcroweCryptfs: remove unnecessary page decrypt call
2008-05-24 Cyrill Gorcunovecryptfs: fix missed mutex_unlock
2008-05-21 Al Viroecryptfs fixes
2008-05-13 Cyrill GorcunoveCryptFS: fix imbalanced mutex locking
2008-05-13 Miklos Szerediecryptfs: clean up (un)lock_parent
2008-04-29 Hirofumi NakagawaRemove duplicated unlikely() in IS_ERR()
2008-04-29 Michael HalcroweCryptfs: protect crypt_stat->flags in ecryptfs_open()
2008-04-29 Michael HalcroweCryptfs: make key module subsystem respect namespaces
2008-04-29 Michael HalcroweCryptfs: integrate eCryptfs device handle into the...
2008-04-29 Michael HalcroweCryptfs: introduce device handle for userspace daemon...
2008-04-29 Miklos Szerediecryptfs: add missing lock around notify_change
2008-04-29 Harvey Harrisonecryptfs: replace remaining __FUNCTION__ occurrences
2008-04-29 Adrian Bunkremove ecryptfs_header_cache_0
2008-03-20 Michael HalcroweCryptfs: Swap dput() and mntput()
2008-03-05 Michael HalcroweCryptfs: make ecryptfs_prepare_write decrypt the page
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-06 Eric Sandeenecryptfs: check for existing key_tfm at mount time
2008-02-06 Trevor HighlandeCryptfs: change the type of cipher_code from u16 to u8
2008-02-06 Michael HalcroweCryptfs: Minor fixes to printk messages
2008-02-06 Eric Sandeenecryptfs: remove debug as mount option, and warn if...
2008-02-06 Eric Sandeenecryptfs: make show_options reflect actual mount options
2008-02-06 Trevor HighlandeCryptfs: set inode key only once per crypto operation
2008-02-06 Michael HalcroweCryptfs: track header bytes rather than extents
2008-02-06 Adrian Bunkfs/ecryptfs/: possible cleanups
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2008-01-25 Greg Kroah-HartmanKobject: convert fs/* from kobject_unregister() to...
2008-01-25 Greg Kroah-Hartmankobject: convert ecryptfs to use kobject_create
2008-01-25 Greg Kroah-Hartmanecryptfs: remove version_str file from sysfs
2008-01-25 Kay SieversDriver Core: switch all dynamic ksets to kobj_sysfs_ops
2008-01-25 Greg Kroah-Hartmankobject: convert main fs kobject to use kobject_create
2008-01-25 Greg Kroah-Hartmankset: convert ecryptfs to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2008-01-25 Greg Kroah-Hartmanecryptfs: clean up attribute mess
2008-01-09 Michael HalcroweCryptfs: fix dentry handling on create error, unlink...
2007-12-23 Eric Sandeenecryptfs: redo dget,mntget on dentry_open failure
2007-12-23 Eric Sandeenecryptfs: fix unlocking in error paths
2007-12-23 Eric Sandeenecryptfs: fix string overflow on long cipher names
2007-12-18 Eric Sandeenecryptfs: fix fsx data corruption problems
2007-12-18 Eric Sandeenecryptfs: set s_blocksize from lower fs in sb
2007-12-18 Eric Sandeenecryptfs: initialize new auth_tokens before teardown
2007-11-15 Michael HalcroweCryptfs: cast page->index to loff_t instead of off_t
2007-11-05 Michael HalcroweCryptfs: release mutex on hash error path
2007-11-05 Michael HalcroweCryptfs: increment extent_offset once per loop interation
2007-10-27 Herbert Xu[CRYPTO] users: Fix up scatterlist conversion errors
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-22 Jens AxboeUpdate fs/ to use sg helpers
2007-10-18 Jeff Laytonecryptfs: allow lower fs to interpret ATTR_KILL_S*ID
2007-10-17 Jesper JuhlClean up duplicate includes in fs/ecryptfs/
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Michael Halcrowecryptfs: clean up page flag handling
2007-10-16 Michael HalcroweCryptfs: replace magic numbers
2007-10-16 Michael HalcroweCryptfs: remove unused functions and kmem_cache
2007-10-16 Michael HalcroweCryptfs: initialize persistent lower file on inode...
2007-10-16 Michael HalcroweCryptfs: fix data types
2007-10-16 Michael HalcroweCryptfs: convert mmap functions to use persistent...
2007-10-16 Michael HalcroweCryptfs: make open, truncate, and setattr use persiste...
2007-10-16 Michael HalcroweCryptfs: update metadata read/write functions
2007-10-16 Michael HalcroweCryptfs: set up and destroy persistent lower file
2007-10-16 Michael HalcroweCryptfs: replace encrypt, decrypt, and inode size...
2007-10-16 Michael HalcroweCryptfs: read_write.c routines
2007-10-16 Michael Halcrowecryptfs: fix error handling
2007-10-16 Michael HalcroweCryptfs: remove assignments in if-statements
2007-10-16 Michael HalcroweCryptfs: remove header_extent_size
2007-10-16 Michael HalcroweCryptfs: Use generic_file_splice_read()
2007-10-16 Michael HalcroweCryptfs: make needlessly global symbols static
2007-10-16 Michael HalcroweCryptfs: remove unnecessary variable initializations
2007-10-16 Michael HalcroweCryptfs: kerneldoc fixes for crypto.c and keystore.c
2007-10-16 Michael HalcroweCryptfs: comments for some structs
2007-10-16 Michael HalcroweCryptfs: grammatical fix (destruct to destroy)
2007-10-16 Michael HalcroweCryptfs: collapse flag set into one statement
2007-10-16 Michael HalcroweCryptfs: remove unnecessary BUG_ON
2007-10-16 Andrew Mortonecryptfs: printk warning fixes
2007-10-16 Michael HalcroweCryptfs: update comment and debug statement
2007-10-16 Michael HalcroweCryptfs: fix Tag 11 writing code
2007-10-16 Michael HalcroweCryptfs: fix Tag 11 parsing code
2007-10-16 Michael HalcroweCryptfs: fix Tag 3 parsing code
2007-10-16 Michael HalcroweCryptfs: fix Tag 1 parsing code
2007-10-16 Michael HalcroweCryptfs: kmem_cache objects for multiple keys; init...
2007-10-16 Michael HalcroweCryptfs: use list_for_each_entry_safe() when wiping...
2007-10-16 Michael HalcroweCryptfs: add key list structure; search keyring
2007-10-16 Nick Pigginfs: remove some AOP_TRUNCATED_PAGE
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-08-31 Ryusuke KonishieCryptfs: fix possible fault in ecryptfs_sync_page
2007-08-31 Andrew Mortonrevert "eCryptfs: fix lookup error for special files"
2007-08-23 Ryusuke KonishieCryptfs: fix lookup error for special files
2007-08-11 Ryusuke KonishieCryptfs: fix error handling in ecryptfs_init
2007-08-11 Ryusuke KonishieCryptfs: fix lookup error for special files
2007-07-20 Nick Pigginfix some conversion overflows
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Michael HalcroweCryptfs: ecryptfs_setattr() bugfix
2007-07-17 Mika KukkonenCouple fixes to fs/ecryptfs/inode.c
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-06-28 Michael Halcrowzero out last page for llseek/write
2007-06-28 Michael HalcroweCryptfs: initialize crypt_stat in setattr
2007-06-28 Michael HalcroweCryptfs: fix write zeros behavior
next