1. 3cd6dbe reiserfs: cleanup path functions by Jeff Mahoney · 15 years ago
  2. fba4ebb reiserfs: factor out buffer_info initialization by Jeff Mahoney · 15 years ago
  3. 57fe60d reiserfs: add atomic addition of selinux attributes during inode creation by Jeff Mahoney · 15 years ago
  4. a41f1a4 reiserfs: use generic readdir for operations across all xattrs by Jeff Mahoney · 15 years ago
  5. 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 15 years ago
  6. 48b32a3 reiserfs: use generic xattr handlers by Jeff Mahoney · 15 years ago
  7. 8ecbe55 reiserfs: remove i_has_xattr_dir by Jeff Mahoney · 15 years ago
  8. 8b6dd72 reiserfs: make per-inode xattr locking more fine grained by Jeff Mahoney · 15 years ago
  9. d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 15 years ago
  10. 6c17675 reiserfs: simplify xattr internal file lookups/opens by Jeff Mahoney · 15 years ago
  11. a72bdb1 reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset by Jeff Mahoney · 15 years ago
  12. 6dfede69 reiserfs: remove IS_PRIVATE helpers by Jeff Mahoney · 15 years ago
  13. 010f5a2 reiserfs: remove link detection code by Jeff Mahoney · 15 years ago
  14. ec6ea56 reiserfs: xattr reiserfs_get_page takes offset instead of index by Jeff Mahoney · 15 years ago
  15. f437c52 reiserfs: small variable cleanup by Jeff Mahoney · 15 years ago
  16. 0030b64 reiserfs: use reiserfs_error() by Jeff Mahoney · 15 years ago
  17. 1e5e59d reiserfs: introduce reiserfs_error() by Jeff Mahoney · 15 years ago
  18. 32e8b10 reiserfs: rearrange journal abort by Jeff Mahoney · 15 years ago
  19. c3a9c21 reiserfs: rework reiserfs_panic by Jeff Mahoney · 15 years ago
  20. 78b6513 reiserfs: add locking around error buffer by Jeff Mahoney · 15 years ago
  21. cacbe3d reiserfs: prepare_error_buf wrongly consumes va_arg by Jeff Mahoney · 15 years ago
  22. 45b03d5 reiserfs: rework reiserfs_warning by Jeff Mahoney · 15 years ago
  23. 1d889d9 reiserfs: make some warnings informational by Jeff Mahoney · 15 years ago
  24. a543715 reiserfs: use more consistent printk formatting by Jeff Mahoney · 15 years ago
  25. eba0030 reiserfs: use buffer_info for leaf_paste_entries by Jeff Mahoney · 15 years ago
  26. 600ed41 reiserfs: audit transaction ids to always be unsigned ints by Jeff Mahoney · 15 years ago
  27. 702d21c reiserfs: add support for mount count incrementing by Jeff Mahoney · 15 years ago
  28. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  29. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  30. 77db4f2 reiserfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  31. 643d00c reiserfs: Remove unnecessary quota functions by Jan Kara · 15 years ago
  32. b16ecfe fs/Kconfig: move reiserfs out by Alexey Dobriyan · 15 years ago
  33. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 15 years ago
  34. 10cc04f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  35. 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
  36. 2f1169e fix breakage in reiserfs_new_inode() by Al Viro · 16 years ago
  37. 4103003 reiserfs: Add default allocation routines for quota structures by Jan Kara · 16 years ago
  38. 6929f89 reiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled(). by Jan Kara · 16 years ago
  39. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  40. c1eaa26 nfsd race fixes: reiserfs by Al Viro · 16 years ago
  41. 414cb20 CRED: Wrap task credential accesses in the ReiserFS filesystem by David Howells · 16 years ago
  42. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  43. 91efc16 [PATCH] reiserfs: add missing llseek method by Christoph Hellwig · 16 years ago
  44. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  45. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  46. e5eb8ca [PATCH] remember mode of reiserfs journal by Al Viro · 17 years ago
  47. 30c40d2 [PATCH] propagate mode through open_bdev_excl/close_bdev_excl by Al Viro · 16 years ago
  48. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  49. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  50. 67b172c fs/reiserfs: use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  51. 6b23ea7 reiserfs/procfs.c: remove CVS keywords by Adrian Bunk · 16 years ago
  52. dd76346 reiserfs: removed duplicated #include by Huang Weiyi · 16 years ago
  53. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  54. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  55. 77e69da [PATCH] fix races and leaks in vfs_quota_on() users by Al Viro · 16 years ago
  56. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  57. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  58. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  59. 3264d4d reiserfs: remove double definitions of xattr macros by Shen Feng · 16 years ago
  60. 90415de reiserfs: convert j_commit_lock to mutex by Jeff Mahoney · 16 years ago
  61. afe7025 reiserfs: convert j_flush_sem to mutex by Jeff Mahoney · 16 years ago
  62. f68215c reiserfs: convert j_lock to mutex by Jeff Mahoney · 16 years ago
  63. 00b4419 reiserfs: correct mount option parsing to detect when quota options can be changed by Jan Kara · 16 years ago
  64. 4506567 reiserfs: fix typos in messages and comments (journalled -> journaled) by Jan Kara · 16 years ago
  65. 5d4f7fd reiserfs: fix synchronization of quota files in journal=data mode by Jan Kara · 16 years ago
  66. eb35c21 reiserfs: discard prealloc in reiserfs_delete_inode by Jeff Mahoney · 16 years ago
  67. 10dd08d reiserfs: add missing unlock to an error path in reiserfs_quota_write() by Jan Kara · 16 years ago
  68. 86098fa reiserfs: use open_bdev_excl by Christoph Hellwig · 16 years ago
  69. 19b4fc5 reiserfs: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  70. d5dee5c reiserfs: unpack tails on quota files by Jan Kara · 16 years ago
  71. a2fe594 reiserfs: fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  72. fbe5498 reiserfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  73. 8acc570 reiserfs: fix more sparse warnings in do_balan.c by Harvey Harrison · 16 years ago
  74. e13601b reiserfs: fix sparse warning in journal.c by Harvey Harrison · 16 years ago
  75. 9e902df reiserfs: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  76. 1b445a9 quota: reiserfs: make reiserfs handle quotaon on remount by Jan Kara · 16 years ago
  77. 03f6e92 quota: various style cleanups by Jan Kara · 16 years ago
  78. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  79. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  80. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  81. cb68837 fs: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  82. 9dce07f NULL noise: fs/*, mm/*, kernel/* by Al Viro · 16 years ago
  83. 3227e14 [PATCH] reiserfs: eliminate private use of struct file in xattr by Jeff Mahoney · 16 years ago
  84. acc1f3e fs/reiserfs/super.c: correct use of ! and & by Julia Lawall · 16 years ago
  85. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  86. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  87. cdf6ccc mount options: fix reiserfs by Miklos Szeredi · 16 years ago
  88. ec26e11 reiserfs: constify function pointer tables by Jan Engelhardt · 16 years ago
  89. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  90. bcf11cb fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 16 years ago
  91. 774ed22 reiserfs: complement va_start() with va_end(). by Richard Knutsson · 16 years ago
  92. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  93. c78bad1 fs/: Spelling fixes by Joe Perches · 16 years ago
  94. 5a622f2 proc: fix proc_dir_entry refcounting by Alexey Dobriyan · 17 years ago
  95. c06a018 reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty file by Fengguang Wu · 17 years ago
  96. e47776a Forbid user to change file flags on quota files by Jan Kara · 17 years ago
  97. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  98. be55caf reiserfs: new export ops by Christoph Hellwig · 17 years ago
  99. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  100. cb680c1 reiserfs: ignore on disk s_bmap_nr value by Jeff Mahoney · 17 years ago