summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * fs/ecryptfs: Remove unnecessary casts of private_dataJoe Perches2010-09-231-1/+1
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
* | | BKL: Remove BKL from ecryptfsArnd Bergmann2010-10-042-7/+0
* | | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+4
|/ /
* | eCryptfs: Fix encrypted file name lookup regressionTyler Hicks2010-08-272-8/+24
* | ecryptfs: properly mark init functionsJerome Marchand2010-08-274-4/+4
* | fs/ecryptfs: Return -ENOMEM on memory allocation failureJulia Lawall2010-08-271-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-08-103-38/+118
|\
| * ecryptfs: dont call lookup_one_len to avoid NULL nameidataLino Sanfilippo2010-08-091-12/+77
| * fs/ecryptfs/file.c: introduce missing freeJulia Lawall2010-08-091-2/+2
| * ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo2010-08-091-2/+3
| * eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks2010-08-091-21/+35
| * ecryptfs: Fix warning in ecryptfs_process_response()Prarit Bhargava2010-08-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-102-8/+24
|\ \
| * | pass a struct path to vfs_statfsChristoph Hellwig2010-08-091-1/+5
| * | convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-3/+5
| * | check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-4/+14
| |/
* | Merge branch 'master' into for-nextJiri Kosina2010-08-041-8/+9
|\ \ | |/
| * ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues2010-07-281-8/+9
* | Merge branch 'master' into for-nextJiri Kosina2010-06-167-177/+106
|\ \ | |/
| * kill spurious reference to vmtruncatenpiggin@suse.de2010-05-271-2/+2
| * drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
| * switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro2010-05-213-45/+11
| * switch ecryptfs_get_locked_page() to struct inode *Al Viro2010-05-213-15/+7
| * simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro2010-05-211-4/+3
| * Ban ecryptfs over ecryptfsAl Viro2010-05-211-0/+8
| * sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-3/+1
| * Clean ecryptfs ->get_sb() upAl Viro2010-05-211-83/+66
| * fix a couple of ecryptfs leaksAl Viro2010-05-212-24/+7
* | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
|/
* ecryptfs: add bdi backing to mount sessionJens Axboe2010-04-223-1/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-04-195-100/+118
|\
| * eCryptfs: Turn lower lookup error messages into debug messagesTyler Hicks2010-04-191-6/+6
| * eCryptfs: Copy lower directory inode times and size on linkTyler Hicks2010-04-191-2/+2
| * ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inodeJeff Mahoney2010-04-191-1/+0
| * ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher2010-04-191-4/+4
| * eCryptfs: Decrypt symlink target for stat sizeTyler Hicks2010-04-191-48/+52
| * eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks2010-03-233-4/+22
| * eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks2010-03-232-0/+2
| * eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks2010-03-234-20/+15
| * eCryptfs: Fix metadata in xattr feature regressionTyler Hicks2010-03-234-18/+18
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3011-0/+11
|/
* ecryptfs: use after freeDan Carpenter2010-01-191-2/+2
* ecryptfs: Eliminate useless codeJulia Lawall2010-01-191-1/+1
* ecryptfs: fix interpose/interpolate typos in commentsErez Zadok2010-01-191-2/+2
* ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok2010-01-191-1/+2
* ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok2010-01-191-3/+0
* ecryptfs: don't ignore return value from lock_renameErez Zadok2010-01-191-1/+12
OpenPOWER on IntegriCloud