aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-16/+7
2007-10-22Update fs/ to use sg helpersJens Axboe2-5/+14
2007-10-18ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDJeff Layton1-0/+8
2007-10-17Clean up duplicate includes in fs/ecryptfs/Jesper Juhl1-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+2
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow4-33/+39
2007-10-16eCryptfs: replace magic numbersMichael Halcrow1-3/+3
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow5-539/+1
2007-10-16eCryptfs: initialize persistent lower file on inode createMichael Halcrow1-6/+7
2007-10-16eCryptfs: fix data typesMichael Halcrow3-16/+21
2007-10-16eCryptfs: convert mmap functions to use persistent fileMichael Halcrow1-96/+103
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow3-121/+44
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow5-133/+114
2007-10-16eCryptfs: set up and destroy persistent lower fileMichael Halcrow3-7/+103
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow5-306/+290
2007-10-16eCryptfs: read_write.c routinesMichael Halcrow4-2/+379
2007-10-16ecryptfs: fix error handlingMichael Halcrow1-21/+20
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow7-64/+89
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow4-36/+52
2007-10-16eCryptfs: Use generic_file_splice_read()Michael Halcrow1-17/+2
2007-10-16eCryptfs: make needlessly global symbols staticMichael Halcrow3-32/+26
2007-10-16eCryptfs: remove unnecessary variable initializationsMichael Halcrow1-3/+3
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow2-38/+79
2007-10-16eCryptfs: comments for some structsMichael Halcrow1-5/+21
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow4-11/+11
2007-10-16eCryptfs: collapse flag set into one statementMichael Halcrow1-2/+1
2007-10-16eCryptfs: remove unnecessary BUG_ONMichael Halcrow1-3/+0
2007-10-16ecryptfs: printk warning fixesAndrew Morton2-9/+9
2007-10-16eCryptfs: update comment and debug statementMichael Halcrow2-4/+0
2007-10-16eCryptfs: fix Tag 11 writing codeMichael Halcrow1-17/+22
2007-10-16eCryptfs: fix Tag 11 parsing codeMichael Halcrow1-49/+27
2007-10-16eCryptfs: fix Tag 3 parsing codeMichael Halcrow1-54/+35
2007-10-16eCryptfs: fix Tag 1 parsing codeMichael Halcrow1-45/+33
2007-10-16eCryptfs: kmem_cache objects for multiple keys; init/exit functionsMichael Halcrow1-8/+36
2007-10-16eCryptfs: use list_for_each_entry_safe() when wiping auth toksMichael Halcrow1-11/+4
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow4-401/+742
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin1-30/+10
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-13/+1
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-1/+1
2007-08-31eCryptfs: fix possible fault in ecryptfs_sync_pageRyusuke Konishi1-1/+2
2007-08-31revert "eCryptfs: fix lookup error for special files"Andrew Morton1-4/+0
2007-08-22eCryptfs: fix lookup error for special filesRyusuke Konishi1-0/+4
2007-08-11eCryptfs: fix error handling in ecryptfs_initRyusuke Konishi1-5/+13
2007-08-11eCryptfs: fix lookup error for special filesRyusuke Konishi1-0/+4
2007-07-20fix some conversion overflowsNick Piggin1-3/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19eCryptfs: ecryptfs_setattr() bugfixMichael Halcrow1-2/+3
2007-07-17Couple fixes to fs/ecryptfs/inode.cMika Kukkonen1-2/+2
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0