summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow
2007-10-16eCryptfs: replace magic numbersMichael Halcrow
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow
2007-10-16eCryptfs: initialize persistent lower file on inode createMichael Halcrow
2007-10-16eCryptfs: fix data typesMichael Halcrow
2007-10-16eCryptfs: convert mmap functions to use persistent fileMichael Halcrow
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow
2007-10-16eCryptfs: set up and destroy persistent lower fileMichael Halcrow
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow
2007-10-16eCryptfs: read_write.c routinesMichael Halcrow
2007-10-16ecryptfs: fix error handlingMichael Halcrow
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow
2007-10-16eCryptfs: Use generic_file_splice_read()Michael Halcrow
2007-10-16eCryptfs: make needlessly global symbols staticMichael Halcrow
2007-10-16eCryptfs: remove unnecessary variable initializationsMichael Halcrow
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow
2007-10-16eCryptfs: comments for some structsMichael Halcrow
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow
2007-10-16eCryptfs: collapse flag set into one statementMichael Halcrow
2007-10-16eCryptfs: remove unnecessary BUG_ONMichael Halcrow
2007-10-16ecryptfs: printk warning fixesAndrew Morton
2007-10-16eCryptfs: update comment and debug statementMichael Halcrow
2007-10-16eCryptfs: fix Tag 11 writing codeMichael Halcrow
2007-10-16eCryptfs: fix Tag 11 parsing codeMichael Halcrow
2007-10-16eCryptfs: fix Tag 3 parsing codeMichael Halcrow
2007-10-16eCryptfs: fix Tag 1 parsing codeMichael Halcrow
2007-10-16eCryptfs: kmem_cache objects for multiple keys; init/exit functionsMichael Halcrow
2007-10-16eCryptfs: use list_for_each_entry_safe() when wiping auth toksMichael Halcrow
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman
2007-08-31eCryptfs: fix possible fault in ecryptfs_sync_pageRyusuke Konishi
2007-08-31revert "eCryptfs: fix lookup error for special files"Andrew Morton
2007-08-22eCryptfs: fix lookup error for special filesRyusuke Konishi
2007-08-11eCryptfs: fix error handling in ecryptfs_initRyusuke Konishi
2007-08-11eCryptfs: fix lookup error for special filesRyusuke Konishi
2007-07-20fix some conversion overflowsNick Piggin
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19eCryptfs: ecryptfs_setattr() bugfixMichael Halcrow
2007-07-17Couple fixes to fs/ecryptfs/inode.cMika Kukkonen
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-06-28zero out last page for llseek/writeMichael Halcrow
2007-06-28eCryptfs: initialize crypt_stat in setattrMichael Halcrow
2007-06-28eCryptfs: fix write zeros behaviorMichael Halcrow
2007-05-23eCryptfs: delay writing 0's after llseek until writeMichael Halcrow
2007-05-21Detach sched.h from mm.hAlexey Dobriyan