summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorLines
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev-13/+1
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman-1/+1
2007-08-31eCryptfs: fix possible fault in ecryptfs_sync_pageRyusuke Konishi-1/+2
2007-08-31revert "eCryptfs: fix lookup error for special files"Andrew Morton-4/+0
2007-08-22eCryptfs: fix lookup error for special filesRyusuke Konishi-0/+4
2007-08-11eCryptfs: fix error handling in ecryptfs_initRyusuke Konishi-5/+13
2007-08-11eCryptfs: fix lookup error for special filesRyusuke Konishi-0/+4
2007-07-20fix some conversion overflowsNick Piggin-3/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-19eCryptfs: ecryptfs_setattr() bugfixMichael Halcrow-2/+3
2007-07-17Couple fixes to fs/ecryptfs/inode.cMika Kukkonen-2/+2
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-2/+0
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe-7/+8
2007-06-28zero out last page for llseek/writeMichael Halcrow-0/+2
2007-06-28eCryptfs: initialize crypt_stat in setattrMichael Halcrow-1/+46
2007-06-28eCryptfs: fix write zeros behaviorMichael Halcrow-24/+50
2007-05-23eCryptfs: delay writing 0's after llseek until writeMichael Halcrow-61/+36
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-1/+1
2007-05-17ecryptfs: use zero_user_pageNate Diller-11/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-2/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin-10/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-6/+6
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy-1/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo-2/+2
2007-03-16[PATCH] eCryptfs: fix possible NULL ptr deref in ecryptfs_d_release()Michael Halcrow-10/+5
2007-03-08[PATCH] ecryptfs: nested locking annotationPeter Zijlstra-1/+1
2007-03-05[PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE betterDmitriy Monakhov-12/+16
2007-03-05[PATCH] ecryptfs: lower root result must be adirectoryDmitriy Monakhov-7/+1
2007-03-05[PATCH] ecryptfs: check xattr operation support fixDmitriy Monakhov-4/+5
2007-03-01[PATCH] eCryptfs: no path_release() after path_lookup() errorMichael Halcrow-1/+1
2007-03-01[PATCH] eCryptfs: remove unnecessary flush_dcache_page()Michael Halcrow-1/+0
2007-03-01[PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow-3/+1
2007-03-01[PATCH] eCryptfs: resolve lower page unlocking problemMichael Halcrow-5/+23
2007-02-16[PATCH] ecryptfs: fix forgotten format specifierThomas Hisch-1/+2
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow-8/+24
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek-2/+2
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven-6/+6
2007-02-12[PATCH] eCryptfs: add flush_dcache_page() callsMichael Halcrow-0/+6
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow-68/+49
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow-94/+39
2007-02-12[PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow-6/+23
2007-02-12[PATCH] eCryptfs: Encrypted passthroughMichael Halcrow-11/+113
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow-146/+348
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow-7/+46
2007-02-12[PATCH] eCryptfs: Public key; packet managementMichael Halcrow-170/+777
2007-02-12[PATCH] eCryptfs: Public key transport mechanismMichael Halcrow-3/+858
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day-16/+8