Commit History

Author SHA1 Message Date
  Linus Torvalds 7813b94a54 vfs: rename 'do_follow_link' to 'should_follow_link' 14 years ago
  Ari Savolainen 206b1d09a5 Fix POSIX ACL permission check 14 years ago
  Linus Torvalds 3ddcd0569c vfs: optimize inode cache access patterns 14 years ago
  Al Viro 3567866bf2 RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached 14 years ago
  David Howells 5a30d8a2b8 VFS: Fix automount for negative autofs dentries 14 years ago
  Linus Torvalds 84635d68be vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not set 14 years ago
  Linus Torvalds 14067ff536 vfs: make gcc generate more obvious code for acl permission checking 14 years ago
  Christoph Hellwig 4e34e719e4 fs: take the ACL checks to common code 14 years ago
  Linus Torvalds e77819e57f vfs: move ACL cache lookup into generic code 14 years ago
  Tobias Klauser 8c5dc70aae VFS: Fixup kerneldoc for generic_permission() 14 years ago
  Al Viro e3c3d9c838 unexport kern_path_parent() 14 years ago
  Al Viro e0a0124936 switch vfs_path_lookup() to struct path 14 years ago
  Al Viro ed75e95de5 kill lookup_create() 14 years ago
  Al Viro dae6ad8f37 new helpers: kern_path_create/user_path_create 14 years ago
  Al Viro 49084c3bb2 kill LOOKUP_CONTINUE 14 years ago
  Al Viro 8a5e929dd2 don't transliterate lower bits of ->intent.open.flags to FMODE_... 14 years ago
  Al Viro 554a8b9f54 Don't pass nameidata when calling vfs_create() from mknod() 14 years ago
  Al Viro d2d9e9fbc2 merge do_revalidate() into its only caller 14 years ago
  Al Viro 4ad5abb3d0 no reason to keep exec_permission() separate now 14 years ago
  Al Viro d594e7ec4d massage generic_permission() to treat directories on a separate path 14 years ago
  Al Viro eecdd358b4 ->permission() sanitizing: don't pass flags to exec_permission() 14 years ago
  Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
  Al Viro 2830ba7f34 ->permission() sanitizing: don't pass flags to generic_permission() 14 years ago
  Al Viro 7e40145eb1 ->permission() sanitizing: don't pass flags to ->check_acl() 14 years ago
  Al Viro 9c2c703929 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() 14 years ago
  Al Viro 1fc0f78ca9 ->permission() sanitizing: MAY_NOT_BLOCK 14 years ago
  Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
  Al Viro 07b8ce1ee8 lockless get_write_access/deny_write_access 14 years ago
  Al Viro f4d6ff89d8 move exec_permission() up to the rest of permission-related functions 14 years ago
  Al Viro 3bfa784a65 kill file_permission() completely 14 years ago