- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
- 4b899da ecryptfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
- 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
- 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
- 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
- e81f334 eCryptfs: Do not allocate hash tfm in NORECLAIM context by Herbert Xu · 9 years ago
- ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 88ae4ab ecryptfs_lookup(): try either only encrypted or plaintext name by Al Viro · 9 years ago
- b1168a9 ecryptfs: avoid multiple aliases for directories by Al Viro · 9 years ago
- 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 97c3160 ecryptfs_encrypt_and_encode_filename(): drop unused argument by Al Viro · 9 years ago
- 6b719e5 ecryptfs_lookup(): use lookup_one_len_unlocked() by Al Viro · 9 years ago
- 3095e8e eCryptfs: Use skcipher and shash by Herbert Xu · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- 0e81ba2 don't opencode iget_failed() by Al Viro · 9 years ago
- a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
- 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
- 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
- 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
- eca9fdf Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 10 years ago
- 0f9e2bf ecryptfs: remove unneeded buggy code in ecryptfs_do_create() by Alexey Khoroshilov · 10 years ago
- 35425ea ecryptfs: avoid to access NULL pointer when write metadata in xattr by Chao Yu · 10 years ago
- c4cf3ba ecryptfs: Drop cast by Himangi Saraogi · 10 years ago
- 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 11 years ago
- b22e8fe ecryptfs: fix failure handling in ->readlink() by Al Viro · 11 years ago
- 9e78d14 Use %pd in eCryptFS by David Howells · 11 years ago
- 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
- 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
- 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
- b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
- 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
- 92dd123 ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt} by Al Viro · 11 years ago
- 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
- 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 11 years ago
- e2e091f Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
- 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
- 111d61a eCryptfs: Fix -Wmissing-prototypes warnings by Tyler Hicks · 12 years ago
- 8335eaf eCryptfs: Copy up attributes of the lower target inode after rename by Tyler Hicks · 12 years ago
- 410fc4ce Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
- 0b1d901 ecryptfs_lookup_interpose(): allocate dentry_info first by Al Viro · 12 years ago
- bc65a12 sanitize ecryptfs_lookup() by Al Viro · 12 years ago
- 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
- 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
- 821f749 eCryptfs: Revert to a writethrough cache model by Tyler Hicks · 12 years ago
- e3ccaa9 eCryptfs: Initialize empty lower files when opening them by Tyler Hicks · 12 years ago
- 8bc2d3c eCryptfs: Unlink lower inode when ecryptfs_create() fails by Tyler Hicks · 12 years ago
- 408bd62 get rid of pointless allocations and copying in ecryptfs_follow_link() by Al Viro · 13 years ago
- 545d680 eCryptfs: Copy up lower inode attrs after setting lower xattr by Tyler Hicks · 13 years ago
- a261a03 eCryptfs: Check inode changes in setattr by Tyler Hicks · 13 years ago
- 175a4eb fs: propagate umode_t, misc bits by Al Viro · 13 years ago
- 18cb1b0 kill ecryptfs_create_underlying_file() by Al Viro · 13 years ago
- 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
- 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
- b59db43 eCryptfs: Prevent file create race condition by Tyler Hicks · 13 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- 985ca0e ecryptfs: Make inode bdi consistent with superblock bdi by Thieu Le · 13 years ago
- bf6c7f6 don't pass nameidata to vfs_create() from ecryptfs_create() by Al Viro · 13 years ago
- beefebf ecryptfs_inode_permission() doesn't need to bail out on RCU by Al Viro · 13 years ago
- 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
- 778aeb4 eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose() by Tyler Hicks · 13 years ago
- 3b06b3e eCryptfs: Fix new inode race condition by Tyler Hicks · 13 years ago
- 5ccf920 eCryptfs: Cleanup inode initialization code by Tyler Hicks · 13 years ago
- c4f7907 eCryptfs: Consolidate inode functions into inode.c by Tyler Hicks · 13 years ago
- 36947a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
- 55e5b7e ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
- aaab184 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 13 years ago
- 0785055 eCryptfs: Clear i_nlink in rmdir by Tyler Hicks · 14 years ago
- e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
- 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
- 5be79de eCryptfs: Flush dirty pages in setattr by Tyler Hicks · 14 years ago
- 3aeb86e eCryptfs: Handle failed metadata read in lookup by Tyler Hicks · 14 years ago
- 332ab16 eCryptfs: Add reference counting to lower files by Tyler Hicks · 14 years ago
- dd55c898 eCryptfs: dput dentries returned from dget_parent by Tyler Hicks · 14 years ago
- 35ffa948 eCryptfs: Remove extra d_delete in ecryptfs_rmdir by Tyler Hicks · 14 years ago
- fed8859 eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag by Tyler Hicks · 14 years ago
- bd4f0fe eCryptfs: Remove unnecessary grow_file() function by Tyler Hicks · 14 years ago
- 55f9cf6 eCryptfs: Copy up lower inode attrs in getattr by Tyler Hicks · 14 years ago
- 70b8902 eCryptfs: Handle NULL nameidata pointers by Tyler Hicks · 14 years ago
- 8787c7a eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata" by Tyler Hicks · 14 years ago
- 2799289 ecryptfs: test lower_file pointer when lower_file_mutex is locked by Roberto Sassu · 14 years ago
- 66cb766 sanitize ecryptfs ->mount() by Al Viro · 14 years ago