1. 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
  2. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  3. 82062e7 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  4. 31370f6 reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locks by Frederic Weisbecker · 14 years ago
  5. 4f3be1b reiserfs: Relax lock on xattr removing by Frederic Weisbecker · 14 years ago
  6. f3e22f4 reiserfs: Fix mistake in down_write() conversion by Frederic Weisbecker · 14 years ago
  7. 45d28b0 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  8. 835d524 reiserfs: Safely acquire i_mutex from xattr_rmdir by Frederic Weisbecker · 14 years ago
  9. 8b513f5 reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattr by Frederic Weisbecker · 14 years ago
  10. 4dd8596 reiserfs: Fix journal mutex <-> inode mutex lock inversion by Frederic Weisbecker · 14 years ago
  11. 3f14fea reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle() by Frederic Weisbecker · 14 years ago
  12. 27026a0 reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattr by Frederic Weisbecker · 14 years ago
  13. 0719d34 reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversion by Frederic Weisbecker · 14 years ago
  14. 47376ce reiserfs: Fix reiserfs lock <-> inode mutex dependency inversion by Frederic Weisbecker · 14 years ago
  15. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  16. ae635c0 kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dependency by Frederic Weisbecker · 15 years ago
  17. c72e057 kill-the-bkl/reiserfs: acquire the inode mutex safely by Frederic Weisbecker · 15 years ago
  18. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  19. 7342281 reiserfs: allow exposing privroot w/ xattrs enabled by Jeff Mahoney · 15 years ago
  20. b83674c reiserfs: fixup perms when xattrs are disabled by Jeff Mahoney · 15 years ago
  21. ceb5edc reiserfs: deal with NULL xattr root w/ xattrs disabled by Jeff Mahoney · 15 years ago
  22. 12abb35 reiserfs: clean up ifdefs by Jeff Mahoney · 15 years ago
  23. 677c9b2 reiserfs: remove privroot hiding in lookup by Jeff Mahoney · 15 years ago
  24. ab17c4f reiserfs: fixup xattr_root caching by Jeff Mahoney · 15 years ago
  25. edcc37a Always lookup priv_root on reiserfs mount and keep it by Al Viro · 15 years ago
  26. 5a6059c reiserfs: Expand i_mutex to enclose lookup_one_len by Jeff Mahoney · 15 years ago
  27. 3a355cc reiserfs: xattr_create is unused with xattrs disabled by Jeff Mahoney · 15 years ago
  28. e1c5024 Merge branch 'reiserfs-updates' from Jeff Mahoney by Linus Torvalds · 15 years ago
  29. a41f1a4 reiserfs: use generic readdir for operations across all xattrs by Jeff Mahoney · 15 years ago
  30. 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 15 years ago
  31. 48b32a3 reiserfs: use generic xattr handlers by Jeff Mahoney · 15 years ago
  32. 8ecbe55 reiserfs: remove i_has_xattr_dir by Jeff Mahoney · 15 years ago
  33. 8b6dd72 reiserfs: make per-inode xattr locking more fine grained by Jeff Mahoney · 15 years ago
  34. d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 15 years ago
  35. 6c17675 reiserfs: simplify xattr internal file lookups/opens by Jeff Mahoney · 15 years ago
  36. a72bdb1 reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset by Jeff Mahoney · 15 years ago
  37. 6dfede69 reiserfs: remove IS_PRIVATE helpers by Jeff Mahoney · 15 years ago
  38. 010f5a2 reiserfs: remove link detection code by Jeff Mahoney · 15 years ago
  39. ec6ea56 reiserfs: xattr reiserfs_get_page takes offset instead of index by Jeff Mahoney · 15 years ago
  40. f437c52 reiserfs: small variable cleanup by Jeff Mahoney · 15 years ago
  41. 0030b64 reiserfs: use reiserfs_error() by Jeff Mahoney · 15 years ago
  42. 45b03d5 reiserfs: rework reiserfs_warning by Jeff Mahoney · 15 years ago
  43. 1d889d9 reiserfs: make some warnings informational by Jeff Mahoney · 15 years ago
  44. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  45. 67b172c fs/reiserfs: use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  46. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  47. cb68837 fs: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  48. 3227e14 [PATCH] reiserfs: eliminate private use of struct file in xattr by Jeff Mahoney · 16 years ago
  49. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  50. bcf11cb fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 16 years ago
  51. 7598392 reiserfs: fix up lockdep warnings by Jeff Mahoney · 17 years ago
  52. ba9d8ce reiserfs: convert to new aops by Vladimir Saveliev · 17 years ago
  53. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  54. 1173a72 reiserfs: suppress lockdep warning by Jeff Mahoney · 17 years ago
  55. 9b7f375 reiserfs: fix xattr root locking/refcount bug by Jeff Mahoney · 17 years ago
  56. 1fc5adb [PATCH] struct path: convert reiserfs by Josef Sipek · 17 years ago
  57. 3277c39 [NET]: Kill direct includes of asm/checksum.h by Al Viro · 18 years ago
  58. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  59. 4df4624 [PATCH] lockdep: annotate reiserfs by Ingo Molnar · 18 years ago
  60. 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
  61. ec19157 [PATCH] reiserfs: use generic_permission by Christoph Hellwig · 18 years ago
  62. c87d0c0 [PATCH] reiserfs: remove reiserfs_permission_locked by Christoph Hellwig · 18 years ago
  63. d739b42 [PATCH] reiserfs: remove kmalloc wrapper by Pekka Enberg · 18 years ago
  64. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  65. b98932c [PATCH] remove reiserfs xattr permission checks by Christoph Hellwig · 18 years ago
  66. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  67. 4a4efbd s/retreiv/retriev/g by Matt Mackall · 18 years ago
  68. c4cdd03 [PATCH] gfp_t: reiserfs mapping_set_gfp_mask() use by Al Viro · 19 years ago
  69. 02b77569 [PATCH] reiserfs doesn't use mbcache by Andreas Gruenbacher · 19 years ago
  70. bd4c625 reiserfs: run scripts/Lindent on reiserfs code by Linus Torvalds · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago