aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-7/+8
2007-06-28zero out last page for llseek/writeMichael Halcrow1-0/+2
2007-06-28eCryptfs: initialize crypt_stat in setattrMichael Halcrow1-1/+46
2007-06-28eCryptfs: fix write zeros behaviorMichael Halcrow3-24/+50
2007-05-23eCryptfs: delay writing 0's after llseek until writeMichael Halcrow2-61/+36
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-05-17ecryptfs: use zero_user_pageNate Diller1-11/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin1-10/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-2/+2
2007-03-16[PATCH] eCryptfs: fix possible NULL ptr deref in ecryptfs_d_release()Michael Halcrow1-10/+5
2007-03-08[PATCH] ecryptfs: nested locking annotationPeter Zijlstra1-1/+1
2007-03-05[PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE betterDmitriy Monakhov1-12/+16
2007-03-05[PATCH] ecryptfs: lower root result must be adirectoryDmitriy Monakhov1-7/+1