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