1. 7950e38 vfs: embed struct filename inside of names_cache allocation if possible by Jeff Layton · 12 years ago
  2. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  3. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  4. 873f1ee vfs: turn do_path_lookup into wrapper around struct filename variant by Jeff Layton · 12 years ago
  5. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 12 years ago
  6. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  7. 8e377d1 vfs: unexport getname and putname symbols by Jeff Layton · 12 years ago
  8. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  9. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  10. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  11. f78570d audit: remove unnecessary NULL ptr checks from do_path_lookup by Jeff Layton · 12 years ago
  12. 98f6ef6 vfs: bogus warnings in fs/namei.c by Arnd Bergmann · 12 years ago
  13. ffd8d10 fs: prevent use after free in auditing when symlink following was denied by Sasha Levin · 12 years ago
  14. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  15. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  16. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  17. f6d2ac5 namei.c: fix BS comment by Al Viro · 12 years ago
  18. 5585263 fs: fix fs/namei.c kernel-doc warnings by Randy Dunlap · 12 years ago
  19. 62b2ce9 vfs: fix propagation of atomic_open create error on negative dentry by Sage Weil · 12 years ago
  20. 38227f7 vfs: pass right create mode to may_o_create() by Miklos Szeredi · 12 years ago
  21. 62b259d vfs: atomic_open(): fix create mode usage by Miklos Szeredi · 12 years ago
  22. 81abe27 userns: Fix link restrictions to use uid_eq by Eric W. Biederman · 12 years ago
  23. c30dabf fs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  24. 64894cf simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early by Al Viro · 12 years ago
  25. f8310c5 fix O_EXCL handling for devices by Al Viro · 12 years ago
  26. a51d9ea fs: add link restriction audit reporting by Kees Cook · 12 years ago
  27. 800179c fs: add link restrictions by Kees Cook · 12 years ago
  28. 3134f37 vfs: don't let do_last pass negative dentry to audit_inode by Jeff Layton · 12 years ago
  29. a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  30. 8e4bfca mknod: take sanity checks on mode into the very beginning by Al Viro · 12 years ago
  31. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  32. 32a7991 tidy up namei.c a bit by Al Viro · 12 years ago
  33. 3c0a616 unobfuscate follow_up() a bit by Al Viro · 12 years ago
  34. 1e0ea00 use __lookup_hash() in kern_path_parent() by Al Viro · 12 years ago
  35. 0bdaea9 VFS: Split inode_permission() by David Howells · 12 years ago
  36. f015f126 VFS: Comment mount following code by David Howells · 12 years ago
  37. b5fb63c1 fs: add nd_jump_link by Christoph Hellwig · 12 years ago
  38. 408ef01 fs: move path_put on failure out of ->follow_link by Christoph Hellwig · 12 years ago
  39. 79714f7 get rid of kern_path_parent() by Al Viro · 12 years ago
  40. 1acf0af VFS: Fix the banner comment on lookup_open() by David Howells · 12 years ago
  41. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  42. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  43. 72bd866 fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real() by Al Viro · 12 years ago
  44. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  45. 201f956 fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 12 years ago
  46. 4ce16ef3 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 12 years ago
  47. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  48. 2675a4e fs/namei.c: get do_last() and friends return int by Al Viro · 12 years ago
  49. 30d9049 kill struct opendata by Al Viro · 12 years ago
  50. a4a3bdd kill opendata->{mnt,dentry} by Al Viro · 12 years ago
  51. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  52. 3d8a00d don't modify od->filp at all by Al Viro · 12 years ago
  53. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  54. a8277b9 vfs: move O_DIRECT check to common code by Miklos Szeredi · 12 years ago
  55. f60dc3d vfs: do_last(): clean up retry by Miklos Szeredi · 12 years ago
  56. 77d660a vfs: do_last(): clean up bool by Miklos Szeredi · 12 years ago
  57. e83db16 vfs: do_last(): clean up labels by Miklos Szeredi · 12 years ago
  58. aa4caad vfs: do_last(): clean up error handling by Miklos Szeredi · 12 years ago
  59. 015c3bb vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  60. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  61. 54ef487 vfs: lookup_open(): expand lookup_hash() by Miklos Szeredi · 12 years ago
  62. d58ffd3 vfs: add lookup_open() by Miklos Szeredi · 12 years ago
  63. 7157486 vfs: do_last(): common slow lookup by Miklos Szeredi · 12 years ago
  64. b6183df vfs: do_last(): separate O_CREAT specific code by Miklos Szeredi · 12 years ago
  65. 37d7fff vfs: do_last(): inline lookup_slow() by Miklos Szeredi · 12 years ago
  66. 6d7b5aa namei.c: let follow_link() do put_link() on failure by Al Viro · 12 years ago
  67. 16b1c1c vfs: retry last component if opening stale dentry by Miklos Szeredi · 12 years ago
  68. 5f5daac vfs: do_last() common post lookup by Miklos Szeredi · 12 years ago
  69. d7fdd7f vfs: do_last(): add audit_inode before open by Miklos Szeredi · 12 years ago
  70. 050ac84 vfs: do_last(): only return EISDIR for O_CREAT by Miklos Szeredi · 12 years ago
  71. af2f554 vfs: do_last(): check LOOKUP_DIRECTORY by Miklos Szeredi · 12 years ago
  72. 54c33e7 vfs: do_last(): make ENOENT exit RCU safe by Miklos Szeredi · 12 years ago
  73. d45ea86 vfs: make follow_link check RCU safe by Miklos Szeredi · 12 years ago
  74. decf340 vfs: do_last(): use inode variable by Miklos Szeredi · 12 years ago
  75. a1eb331 vfs: do_last(): inline walk_component() by Miklos Szeredi · 12 years ago
  76. e276ae6 vfs: do_last(): make exit RCU safe by Miklos Szeredi · 12 years ago
  77. 697f514 vfs: split do_lookup() by Miklos Szeredi · 12 years ago
  78. 962830d brlocks/lglocks: API cleanups by Andi Kleen · 12 years ago
  79. 36126f8 word-at-a-time: make the interfaces truly generic by Linus Torvalds · 12 years ago
  80. ce00417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  81. 4469690 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  82. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  83. 31ed8e6 Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations) by Linus Torvalds · 12 years ago
  84. 7e5cb5e Merge branch 'vfs-cleanups' (random vfs cleanups) by Linus Torvalds · 12 years ago
  85. 12f8ad4 vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces by Linus Torvalds · 12 years ago
  86. e419b4c vfs: make word-at-a-time accesses handle a non-existing page by Linus Torvalds · 12 years ago
  87. 8e96e3b userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs by Eric W. Biederman · 12 years ago
  88. 3f9f0aa VFS: clean up and simplify getname_flags() by Linus Torvalds · 12 years ago
  89. 1a48e2a userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 13 years ago
  90. f68e556 Make the "word-at-a-time" helper functions more commonly usable by Linus Torvalds · 12 years ago
  91. 975d6b3 vfs: Don't allow a user namespace root to make device nodes by Eric W. Biederman · 13 years ago
  92. c0d0259 vfs: fix out-of-date dentry_unhash() comment by J. Bruce Fields · 12 years ago
  93. bad6118 vfs: split __lookup_hash by Miklos Szeredi · 12 years ago
  94. 81e6f52 untangling do_lookup() - take __lookup_hash()-calling case out of line. by Al Viro · 12 years ago
  95. a325554 untangling do_lookup() - switch to calling __lookup_hash() by Al Viro · 12 years ago
  96. a6ecdfc untangling do_lookup() - merge d_alloc_and_lookup() callers by Al Viro · 12 years ago
  97. ec335e9 untangling do_lookup() - merge failure exits in !dentry case by Al Viro · 12 years ago
  98. d774a05 untangling do_lookup() - massage !dentry case towards __lookup_hash() by Al Viro · 12 years ago
  99. 08b0ab7 untangling do_lookup() - get rid of need_reval in !dentry case by Al Viro · 12 years ago
  100. acc9cb3 untangling do_lookup() - eliminate a loop. by Al Viro · 12 years ago