1. 0243d18 reiserfs: fix extended attributes on the root directory by Jeff Mahoney · 4 years, 8 months ago
  2. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  3. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  5. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  6. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  7. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  8. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  9. 79a628d reiserfs: switch to generic_{get,set,remove}xattr() by Al Viro · 8 years ago
  10. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  11. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  12. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  13. 3cc5d9a fs/reiserfs/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
  14. 2e6c97e reiserfs: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  15. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  16. a228bf8 reiserfs: cleanup, remove unnecessary parens by Jeff Mahoney · 10 years ago
  17. cf776a7 reiserfs: cleanup, remove leading whitespace from labels by Jeff Mahoney · 10 years ago
  18. 09f1b80 reiserfs: cleanup, remove sb argument from journal_mark_dirty by Jeff Mahoney · 10 years ago
  19. 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 10 years ago
  20. 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 10 years ago
  21. 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 10 years ago
  22. 4cf5f7a reiserfs: cleanup, rename key and item accessors to more friendly names by Jeff Mahoney · 10 years ago
  23. 47f70d0 reiserfs: use generic posix ACL infrastructure by Christoph Hellwig · 10 years ago
  24. 278f667 reiserfs: locking, handle nested locks properly by Jeff Mahoney · 11 years ago
  25. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  26. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  27. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  28. f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 12 years ago
  29. a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 12 years ago
  30. c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 12 years ago
  31. 8e07189 reiserfs: propagate umode_t by Al Viro · 13 years ago
  32. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  33. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  34. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  35. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  36. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  37. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  38. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  39. cc350c2 reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  40. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  41. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  42. 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
  43. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 13 years ago
  44. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  45. 99890a3 fix reiserfs mkdir() breakage by Al Viro · 13 years ago
  46. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  47. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  48. 04b7ed0 reiserfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  49. 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
  50. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  51. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  52. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  53. c674905 reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink() by Frederic Weisbecker · 14 years ago
  54. b10ab4c kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir() by Frederic Weisbecker · 15 years ago
  55. b1c839b kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup() by Frederic Weisbecker · 15 years ago
  56. 677c9b2 reiserfs: remove privroot hiding in lookup by Jeff Mahoney · 15 years ago
  57. e1c5024 Merge branch 'reiserfs-updates' from Jeff Mahoney by Linus Torvalds · 15 years ago
  58. 0222e65 reiserfs: strip trailing whitespace by Jeff Mahoney · 15 years ago
  59. 57fe60d reiserfs: add atomic addition of selinux attributes during inode creation by Jeff Mahoney · 15 years ago
  60. 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 15 years ago
  61. d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 15 years ago
  62. 6dfede69 reiserfs: remove IS_PRIVATE helpers by Jeff Mahoney · 15 years ago
  63. 0030b64 reiserfs: use reiserfs_error() by Jeff Mahoney · 15 years ago
  64. c3a9c21 reiserfs: rework reiserfs_panic by Jeff Mahoney · 15 years ago
  65. 45b03d5 reiserfs: rework reiserfs_warning by Jeff Mahoney · 15 years ago
  66. 77db4f2 reiserfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  67. c1eaa26 nfsd race fixes: reiserfs by Al Viro · 15 years ago
  68. 414cb20 CRED: Wrap task credential accesses in the ReiserFS filesystem by David Howells · 16 years ago
  69. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  70. fbe5498 reiserfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  71. 9dce07f NULL noise: fs/*, mm/*, kernel/* by Al Viro · 16 years ago
  72. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  73. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  74. fec6d05 [PATCH] struct path: rename Reiserfs's struct path by Josef "Jeff" Sipek · 18 years ago
  75. 14a6144 BUG_ON conversion for fs/reiserfs by Eric Sesterhenn · 18 years ago
  76. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  77. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  78. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  79. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  80. 3af1efe [PATCH] reiserfs: fix unaligned bitmap usage by Jeff Mahoney · 18 years ago
  81. d739b42 [PATCH] reiserfs: remove kmalloc wrapper by Pekka Enberg · 18 years ago
  82. d9975d6 [PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookup by Pekka Enberg · 18 years ago
  83. 1b0a74d [PATCH] Fix error handling in reiserfs by Jan Kara · 19 years ago
  84. bd4c625 reiserfs: run scripts/Lindent on reiserfs code by Linus Torvalds · 19 years ago
  85. 556a2a4 [PATCH] quota: reiserfs: improve quota credit estimates by Jan Kara · 19 years ago
  86. 291c4a7 [PATCH] reiserfs: use NULL instead of 0 by Randy.Dunlap · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago