1. 5f4a6a6 link_path_walk(): move assignments to nd->last/nd->last_type up by Al Viro · 11 years ago
  2. 1afc99b propagate error from get_empty_filp() to its callers by Al Viro · 11 years ago
  3. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  4. c6a9428 vfs: fix renameat to retry on ESTALE errors by Jeff Layton · 11 years ago
  5. 5d18f81 vfs: make do_unlinkat retry once on ESTALE errors by Jeff Layton · 11 years ago
  6. c6ee920 vfs: make do_rmdir retry once on ESTALE errors by Jeff Layton · 11 years ago
  7. 9e790bd vfs: add a flags argument to user_path_parent by Jeff Layton · 11 years ago
  8. 442e31c vfs: fix linkat to retry once on ESTALE errors by Jeff Layton · 11 years ago
  9. f46d356 vfs: fix symlinkat to retry on ESTALE errors by Jeff Layton · 11 years ago
  10. b76d8b8 vfs: fix mkdirat to retry once on an ESTALE error by Jeff Layton · 11 years ago
  11. 972567f vfs: fix mknodat to retry on ESTALE errors by Jeff Layton · 11 years ago
  12. 1ac12b4 vfs: turn is_dir argument to kern_path_create into a lookup_flags arg by Jeff Layton · 11 years ago
  13. 39e3c95 vfs: remove DCACHE_NEED_LOOKUP by Jeff Layton · 12 years ago
  14. 741b7c3 path_init(): make -ENOTDIR failure exits consistent by Al Viro · 11 years ago
  15. 582aa64 vfs: remove unneeded permission check from path_init by Jeff Layton · 11 years ago
  16. 21d8a15 lookup_one_len: don't accept . and .. by Al Viro · 12 years ago
  17. 561ec64 VFS: don't do protected {sym,hard}links by default by Linus Torvalds · 12 years ago
  18. 7950e38 vfs: embed struct filename inside of names_cache allocation if possible by Jeff Layton · 12 years ago
  19. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  20. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  21. 873f1ee vfs: turn do_path_lookup into wrapper around struct filename variant by Jeff Layton · 12 years ago
  22. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 12 years ago
  23. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  24. 8e377d1 vfs: unexport getname and putname symbols by Jeff Layton · 12 years ago
  25. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  26. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  27. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  28. f78570d audit: remove unnecessary NULL ptr checks from do_path_lookup by Jeff Layton · 12 years ago
  29. 98f6ef6 vfs: bogus warnings in fs/namei.c by Arnd Bergmann · 12 years ago
  30. ffd8d10 fs: prevent use after free in auditing when symlink following was denied by Sasha Levin · 12 years ago
  31. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  32. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  33. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  34. f6d2ac5 namei.c: fix BS comment by Al Viro · 12 years ago
  35. 5585263 fs: fix fs/namei.c kernel-doc warnings by Randy Dunlap · 12 years ago
  36. 62b2ce9 vfs: fix propagation of atomic_open create error on negative dentry by Sage Weil · 12 years ago
  37. 38227f7 vfs: pass right create mode to may_o_create() by Miklos Szeredi · 12 years ago
  38. 62b259d vfs: atomic_open(): fix create mode usage by Miklos Szeredi · 12 years ago
  39. 81abe27 userns: Fix link restrictions to use uid_eq by Eric W. Biederman · 12 years ago
  40. c30dabf fs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  41. 64894cf simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early by Al Viro · 12 years ago
  42. f8310c5 fix O_EXCL handling for devices by Al Viro · 12 years ago
  43. a51d9ea fs: add link restriction audit reporting by Kees Cook · 12 years ago
  44. 800179c fs: add link restrictions by Kees Cook · 12 years ago
  45. 3134f37 vfs: don't let do_last pass negative dentry to audit_inode by Jeff Layton · 12 years ago
  46. a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  47. 8e4bfca mknod: take sanity checks on mode into the very beginning by Al Viro · 12 years ago
  48. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  49. 32a7991 tidy up namei.c a bit by Al Viro · 12 years ago
  50. 3c0a616 unobfuscate follow_up() a bit by Al Viro · 12 years ago
  51. 1e0ea00 use __lookup_hash() in kern_path_parent() by Al Viro · 12 years ago
  52. 0bdaea9 VFS: Split inode_permission() by David Howells · 12 years ago
  53. f015f126 VFS: Comment mount following code by David Howells · 12 years ago
  54. b5fb63c1 fs: add nd_jump_link by Christoph Hellwig · 12 years ago
  55. 408ef01 fs: move path_put on failure out of ->follow_link by Christoph Hellwig · 12 years ago
  56. 79714f7 get rid of kern_path_parent() by Al Viro · 12 years ago
  57. 1acf0af VFS: Fix the banner comment on lookup_open() by David Howells · 12 years ago
  58. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  59. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  60. 72bd866 fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real() by Al Viro · 12 years ago
  61. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  62. 201f956 fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 12 years ago
  63. 4ce16ef3 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 12 years ago
  64. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  65. 2675a4e fs/namei.c: get do_last() and friends return int by Al Viro · 12 years ago
  66. 30d9049 kill struct opendata by Al Viro · 12 years ago
  67. a4a3bdd kill opendata->{mnt,dentry} by Al Viro · 12 years ago
  68. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  69. 3d8a00d don't modify od->filp at all by Al Viro · 12 years ago
  70. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  71. a8277b9 vfs: move O_DIRECT check to common code by Miklos Szeredi · 12 years ago
  72. f60dc3d vfs: do_last(): clean up retry by Miklos Szeredi · 12 years ago
  73. 77d660a vfs: do_last(): clean up bool by Miklos Szeredi · 12 years ago
  74. e83db16 vfs: do_last(): clean up labels by Miklos Szeredi · 12 years ago
  75. aa4caad vfs: do_last(): clean up error handling by Miklos Szeredi · 12 years ago
  76. 015c3bb vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  77. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  78. 54ef487 vfs: lookup_open(): expand lookup_hash() by Miklos Szeredi · 12 years ago
  79. d58ffd3 vfs: add lookup_open() by Miklos Szeredi · 12 years ago
  80. 7157486 vfs: do_last(): common slow lookup by Miklos Szeredi · 12 years ago
  81. b6183df vfs: do_last(): separate O_CREAT specific code by Miklos Szeredi · 12 years ago
  82. 37d7fff vfs: do_last(): inline lookup_slow() by Miklos Szeredi · 12 years ago
  83. 6d7b5aa namei.c: let follow_link() do put_link() on failure by Al Viro · 12 years ago
  84. 16b1c1c vfs: retry last component if opening stale dentry by Miklos Szeredi · 12 years ago
  85. 5f5daac vfs: do_last() common post lookup by Miklos Szeredi · 12 years ago
  86. d7fdd7f vfs: do_last(): add audit_inode before open by Miklos Szeredi · 12 years ago
  87. 050ac84 vfs: do_last(): only return EISDIR for O_CREAT by Miklos Szeredi · 12 years ago
  88. af2f554 vfs: do_last(): check LOOKUP_DIRECTORY by Miklos Szeredi · 12 years ago
  89. 54c33e7 vfs: do_last(): make ENOENT exit RCU safe by Miklos Szeredi · 12 years ago
  90. d45ea86 vfs: make follow_link check RCU safe by Miklos Szeredi · 12 years ago
  91. decf340 vfs: do_last(): use inode variable by Miklos Szeredi · 12 years ago
  92. a1eb331 vfs: do_last(): inline walk_component() by Miklos Szeredi · 12 years ago
  93. e276ae6 vfs: do_last(): make exit RCU safe by Miklos Szeredi · 12 years ago
  94. 697f514 vfs: split do_lookup() by Miklos Szeredi · 12 years ago
  95. 962830d brlocks/lglocks: API cleanups by Andi Kleen · 12 years ago
  96. 36126f8 word-at-a-time: make the interfaces truly generic by Linus Torvalds · 12 years ago
  97. ce00417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  98. 4469690 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  99. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  100. 31ed8e6 Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations) by Linus Torvalds · 12 years ago