aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-05[PATCH] ecryptfs: check xattr operation support fixDmitriy Monakhov2-4/+5
2007-03-01[PATCH] eCryptfs: no path_release() after path_lookup() errorMichael Halcrow1-1/+1
2007-03-01[PATCH] eCryptfs: remove unnecessary flush_dcache_page()Michael Halcrow1-1/+0
2007-03-01[PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow2-3/+1
2007-03-01[PATCH] eCryptfs: resolve lower page unlocking problemMichael Halcrow1-5/+23
2007-02-16[PATCH] ecryptfs: fix forgotten format specifierThomas Hisch1-1/+2
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow3-8/+24
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2-2/+2
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven2-6/+6
2007-02-12[PATCH] eCryptfs: add flush_dcache_page() callsMichael Halcrow1-0/+6
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow7-68/+49
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow3-94/+39
2007-02-12[PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow2-6/+23
2007-02-12[PATCH] eCryptfs: Encrypted passthroughMichael Halcrow5-11/+113
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow7-146/+348
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow3-7/+46
2007-02-12[PATCH] eCryptfs: Public key; packet managementMichael Halcrow7-170/+777
2007-02-12[PATCH] eCryptfs: Public key transport mechanismMichael Halcrow3-3/+858
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day5-16/+8