1. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  2. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  3. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  4. f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 12 years ago
  5. a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 12 years ago
  6. c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 12 years ago
  7. 8e07189 reiserfs: propagate umode_t by Al Viro · 13 years ago
  8. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  9. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  10. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  11. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  12. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  13. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  14. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  15. cc350c2 reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  16. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  17. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  18. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  19. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 13 years ago
  20. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  21. 99890a3 fix reiserfs mkdir() breakage by Al Viro · 13 years ago
  22. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  23. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  24. 04b7ed0 reiserfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  25. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  26. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  27. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  28. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  29. c674905 reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink() by Frederic Weisbecker · 15 years ago
  30. b10ab4c kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir() by Frederic Weisbecker · 15 years ago
  31. b1c839b kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup() by Frederic Weisbecker · 15 years ago
  32. 677c9b2 reiserfs: remove privroot hiding in lookup by Jeff Mahoney · 15 years ago
  33. e1c5024 Merge branch 'reiserfs-updates' from Jeff Mahoney by Linus Torvalds · 15 years ago
  34. 0222e65 reiserfs: strip trailing whitespace by Jeff Mahoney · 15 years ago
  35. 57fe60d reiserfs: add atomic addition of selinux attributes during inode creation by Jeff Mahoney · 15 years ago
  36. 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 15 years ago
  37. d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 15 years ago
  38. 6dfede69 reiserfs: remove IS_PRIVATE helpers by Jeff Mahoney · 15 years ago
  39. 0030b64 reiserfs: use reiserfs_error() by Jeff Mahoney · 15 years ago
  40. c3a9c21 reiserfs: rework reiserfs_panic by Jeff Mahoney · 15 years ago
  41. 45b03d5 reiserfs: rework reiserfs_warning by Jeff Mahoney · 15 years ago
  42. 77db4f2 reiserfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  43. c1eaa26 nfsd race fixes: reiserfs by Al Viro · 16 years ago
  44. 414cb20 CRED: Wrap task credential accesses in the ReiserFS filesystem by David Howells · 16 years ago
  45. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  46. fbe5498 reiserfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  47. 9dce07f NULL noise: fs/*, mm/*, kernel/* by Al Viro · 16 years ago
  48. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  49. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  50. fec6d05 [PATCH] struct path: rename Reiserfs's struct path by Josef "Jeff" Sipek · 18 years ago
  51. 14a6144 BUG_ON conversion for fs/reiserfs by Eric Sesterhenn · 18 years ago
  52. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  53. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  54. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  56. 3af1efe [PATCH] reiserfs: fix unaligned bitmap usage by Jeff Mahoney · 18 years ago
  57. d739b42 [PATCH] reiserfs: remove kmalloc wrapper by Pekka Enberg · 18 years ago
  58. d9975d6 [PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookup by Pekka Enberg · 18 years ago
  59. 1b0a74d [PATCH] Fix error handling in reiserfs by Jan Kara · 19 years ago
  60. bd4c625 reiserfs: run scripts/Lindent on reiserfs code by Linus Torvalds · 19 years ago
  61. 556a2a4 [PATCH] quota: reiserfs: improve quota credit estimates by Jan Kara · 19 years ago
  62. 291c4a7 [PATCH] reiserfs: use NULL instead of 0 by Randy.Dunlap · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago