1. 2757e9b ANDROID: vfs: Add setattr2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  2. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  3. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  4. f2b20f6 vfs: move permission checking into notify_change() for utimes(NULL) by Miklos Szeredi · 8 years ago
  5. 337684a fs: return EPERM on immutable inode by Eryu Guan · 8 years ago
  6. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  7. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  8. a69201d vfs: allow utimensat() calls to retry once on an ESTALE error by Jeff Layton · 11 years ago
  9. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  10. c217a2a switch utimes() to fget_light/fput_light by Al Viro · 12 years ago
  11. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  12. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  13. 6559eed8 [CVE-2009-0029] System call wrappers part 30 by Heiko Carstens · 15 years ago
  14. 003d7ab [CVE-2009-0029] System call wrappers part 19 by Heiko Carstens · 15 years ago
  15. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  16. f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
  17. beb29e0 [patch 4/4] vfs: immutable inode checking cleanup by Miklos Szeredi · 16 years ago
  18. e9b76fe [patch 2/4] vfs: utimes cleanup by Miklos Szeredi · 16 years ago
  19. 9767d74 [patch 1/4] vfs: utimes: move owner check into inode_change_ok() by Miklos Szeredi · 16 years ago
  20. c70f844 [patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for futimens() by Michael Kerrisk · 16 years ago
  21. 4cca922 [patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for {UTIME_NOW,UTIME_OMIT} case by Michael Kerrisk · 16 years ago
  22. 94c70b9 [patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == UTIME_OMIT or UTIME_NOW by Michael Kerrisk · 16 years ago
  23. 12fd0d3 [patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for immutable and append-only files by Michael Kerrisk · 16 years ago
  24. 02c6be6 vfs: fix permission checking in sys_utimensat by Miklos Szeredi · 16 years ago
  25. 74f9fdf [PATCH] r/o bind mounts: elevate write count for do_utimes() by Dave Hansen · 16 years ago
  26. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  27. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  28. 12c2ab5 fs/utimes.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago
  29. 043f46f VFS: check nanoseconds in utimensat by Miklos Szeredi · 17 years ago
  30. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  31. 5b37696 utime(s): Honour CAP_FOWNER when times==NULL by Satyam Sharma · 17 years ago
  32. 1e5de28 Fix permission checking for the new utimensat() system call by Linus Torvalds · 17 years ago
  33. 1c710c8 utimensat implementation by Ulrich Drepper · 17 years ago
  34. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  35. 82b0547 [PATCH] Create fs/utimes.c by Alexey Dobriyan · 18 years ago