Commit History

Author SHA1 Message Date
  Al Viro 7bc055d1d5 kill out_dput: in link_path_walk() 14 years ago
  Al Viro 13aab428a7 separate -ESTALE/-ECHILD retries in do_filp_open() from real work 14 years ago
  Al Viro 47c805dc2d switch do_filp_open() to struct open_flags 14 years ago
  Al Viro c3e380b0b3 Collect "operation mode" arguments of do_last() into a structure 14 years ago
  Al Viro f1afe9efc8 clean up the failure exits after __do_follow_link() in do_filp_open() 14 years ago
  Al Viro 36f3b4f690 pull security_inode_follow_link() into __do_follow_link() 14 years ago
  Al Viro 086e183a64 pull dropping RCU on success of link_path_walk() into path_lookupat() 14 years ago
  Al Viro 16c2cd7179 untangle the "need_reval_dot" mess 14 years ago
  Al Viro fe479a580d merge component type recognition 14 years ago
  Al Viro e41f7d4ee5 merge path_init and path_init_rcu 14 years ago
  Al Viro ee0827cd6b sanitize path_walk() mess 14 years ago
  Al Viro 52094c8a06 take RCU-dependent stuff around exec_permission() into a new helper 14 years ago
  Al Viro c9c6cac0c2 kill path_lookup() 14 years ago
  Al Viro b306419ae0 nd->inode is not set on the second attempt in path_walk() 14 years ago
  Al Viro 1858efd471 minimal fix for do_filp_open() race 14 years ago
  Linus Torvalds 3abb17e82f vfs: fix BUG_ON() in fs/namei.c:1461 14 years ago
  Al Viro 4e924a4f53 get rid of nameidata_dentry_drop_rcu() calling nameidata_drop_rcu() 14 years ago
  Al Viro f60aef7ec6 drop out of RCU in return_reval 14 years ago
  Al Viro f5e1c1c1af split do_revalidate() into RCU and non-RCU cases 14 years ago
  Al Viro 24643087e7 in do_lookup() split RCU and non-RCU cases of need_revalidate 14 years ago
  Al Viro 844a391799 nothing in do_follow_link() is going to see RCU 14 years ago
  Linus Torvalds 2dab597441 Fix possible filp_cachep memory corruption 14 years ago
  Ian Kent 8931221411 vfs - fix dentry ref count in do_lookup() 14 years ago
  Al Viro 19a167af7c Take the completion of automount into new helper 14 years ago
  Al Viro f03c65993b sanitize vfsmount refcounting changes 14 years ago
  David Howells ea5b778a8b Unexport do_add_mount() and add in follow_automount(), not ->d_automount() 14 years ago
  David Howells ab90911ff9 Allow d_manage() to be used in RCU-walk mode 14 years ago
  David Howells 87556ef199 Remove a further kludge from __do_follow_link() 14 years ago
  David Howells db3729153e Remove the automount through follow_link() kludge code from pathwalk 14 years ago
  David Howells 6f45b65672 Add an AT_NO_AUTOMOUNT flag to suppress terminal automount 14 years ago