1. f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 12 years ago
  2. a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 12 years ago
  3. c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 12 years ago
  4. 8e07189 reiserfs: propagate umode_t by Al Viro · 13 years ago
  5. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  6. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  7. 4482a08 reiserfs: cache negative ACLs for v1 stat format by Christoph Hellwig · 13 years ago
  8. aacfc19 fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  9. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  10. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  11. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  12. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  13. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  14. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  15. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  16. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  17. f4ae2fa fix reiserfs_evict_inode end_writeback second call by Sergey Senozhatsky · 14 years ago
  18. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  19. 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 14 years ago
  20. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  21. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  22. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  23. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  24. 0e4f6a7 Fix reiserfs_file_release() by Al Viro · 14 years ago
  25. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  26. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 14 years ago
  27. 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
  28. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  29. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  30. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  31. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  32. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  33. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  34. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  35. 175359f reiserfs: Fix softlockup while waiting on an inode by Frederic Weisbecker · 14 years ago
  36. 82062e7 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
  37. 108d394 reiserfs: Relax the lock before truncating pages by Frederic Weisbecker · 15 years ago
  38. 5fe1533f reiserfs: Fix recursive lock on lchown by Frederic Weisbecker · 15 years ago
  39. 45d28b0 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
  40. ec8e2f7 reiserfs: truncate blocks not used by a write by Jan Kara · 15 years ago
  41. cb1c2e5 reiserfs: Fix reiserfs lock and journal lock inversion dependency by Frederic Weisbecker · 15 years ago
  42. 1d2c6cf kill-the-bkl/reiserfs: turn GFP_ATOMIC flag to GFP_NOFS in reiserfs_get_block() by Frederic Weisbecker · 15 years ago
  43. 27b3a5c kill-the-bkl/reiserfs: drop the fs race watchdog from _get_block_create_0() by Frederic Weisbecker · 15 years ago
  44. 7e94277 kill-the-bkl/reiserfs: fix recursive reiserfs write lock in reiserfs_commit_write() by Frederic Weisbecker · 15 years ago
  45. d6f5b0a kill-the-bkl/reiserfs: factorize the locking in reiserfs_write_end() by Frederic Weisbecker · 15 years ago
  46. 2693130 kill-the-bkl/reiserfs: lock only once on reiserfs_get_block() by Frederic Weisbecker · 15 years ago
  47. 22c963a kill-the-BKL/reiserfs: lock only once in reiserfs_truncate_file by Frederic Weisbecker · 15 years ago
  48. 8ebc423 reiserfs: kill-the-BKL by Frederic Weisbecker · 15 years ago
  49. 281eede switch reiserfs to inode->i_acl by Al Viro · 15 years ago
  50. e1c5024 Merge branch 'reiserfs-updates' from Jeff Mahoney by Linus Torvalds · 15 years ago
  51. 995c762 reiserfs: rename p_s_inode to inode by Jeff Mahoney · 15 years ago
  52. 0222e65 reiserfs: strip trailing whitespace by Jeff Mahoney · 15 years ago
  53. 57fe60d reiserfs: add atomic addition of selinux attributes during inode creation by Jeff Mahoney · 15 years ago
  54. 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 15 years ago
  55. d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 15 years ago
  56. 6dfede6 reiserfs: remove IS_PRIVATE helpers by Jeff Mahoney · 15 years ago
  57. 0030b64 reiserfs: use reiserfs_error() by Jeff Mahoney · 15 years ago
  58. c3a9c21 reiserfs: rework reiserfs_panic by Jeff Mahoney · 15 years ago
  59. 45b03d5 reiserfs: rework reiserfs_warning by Jeff Mahoney · 15 years ago
  60. 77db4f2 reiserfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  61. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  62. 2f1169e fix breakage in reiserfs_new_inode() by Al Viro · 16 years ago
  63. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  64. c1eaa26 nfsd race fixes: reiserfs by Al Viro · 16 years ago
  65. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  66. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  67. eb35c21 reiserfs: discard prealloc in reiserfs_delete_inode by Jeff Mahoney · 16 years ago
  68. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  69. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  70. be55caf reiserfs: new export ops by Christoph Hellwig · 17 years ago
  71. 3ee1667 reiserfs: fix usage of signed ints for block numbers by Jeff Mahoney · 17 years ago
  72. cdd6fe6 reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattr by Jeff Layton · 17 years ago
  73. deba0f4 fs/reiserfs/: cleanups by Adrian Bunk · 17 years ago
  74. f7557e8 reiserfs: use generic_cont_expand_simple by Vladimir Saveliev · 17 years ago
  75. ba9d8ce reiserfs: convert to new aops by Vladimir Saveliev · 17 years ago
  76. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  77. f2fff59 reiserfs: use zero_user_page by Nate Diller · 17 years ago
  78. de14569 [PATCH] resierfs: avoid tail packing if an inode was ever mmapped by Vladimir Saveliev · 17 years ago
  79. fec6d05 [PATCH] struct path: rename Reiserfs's struct path by Josef "Jeff" Sipek · 18 years ago
  80. 01afb21 [PATCH] reiser: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  81. 87b4126 [PATCH] fix reiserfs bad path release panic by Suzuki K P · 18 years ago
  82. 585b774 [PATCH] Remove unnecessary check in fs/reiserfs/inode.c by Eric Sesterhenn · 18 years ago
  83. cfe1467 [PATCH] reiserfs: ifdef ACL stuff from inode by Alexey Dobriyan · 18 years ago
  84. 068fbb3 [PATCH] reiserfs: ifdef xattr_sem by Alexey Dobriyan · 18 years ago
  85. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  86. b4c76fa [PATCH] reiserfs_write_full_page() should not get_block past eof by Chris Mason · 18 years ago
  87. b0b33de [PATCH] i_mutex does not need to be locked in reiserfs_delete_inode() by Alexander Zarochentsev · 18 years ago
  88. dd535a5 [PATCH] reiserfs: update ctime and mtime on expanding truncate by Vladimir Saveliev · 18 years ago
  89. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  90. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  91. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 18 years ago
  92. 2ff28e2 [PATCH] Make address_space_operations->invalidatepage return void by NeilBrown · 18 years ago
  93. c499ec2 [PATCH] reiserfs: do not check if unsigned < 0 by Vladimir V. Saveliev · 18 years ago
  94. e0e851c [PATCH] reiserfs: reiserfs hang and performance fix for data=journal mode by Chris Mason · 18 years ago
  95. d62b1b8 [PATCH] resierfs: fix reiserfs_invalidatepage race against data=ordered by Chris Mason · 18 years ago
  96. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  97. 2499604 [PATCH] reiserfs: close open transactions on error path by Jeff Mahoney · 19 years ago
  98. 7729ac5 [PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage() by Oleg Drokin · 19 years ago
  99. 27496a8 [PATCH] gfp_t: fs/* by Al Viro · 19 years ago
  100. 9f03783 [PATCH] reiserfs: use mark_inode_dirty instead of reiserfs_update_sd by Chris Mason · 19 years ago