1. 9b467e6 reiserfs: don't lock root inode searching by Frederic Weisbecker · 13 years ago
  2. 37c69b9 reiserfs: don't lock journal_init() by Frederic Weisbecker · 13 years ago
  3. f32485b reiserfs: delay reiserfs lock until journal initialization by Frederic Weisbecker · 13 years ago
  4. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  5. a9e36da reiserfs: Force inode evictions before umount to avoid crash by Jeff Mahoney · 13 years ago
  6. a06d789 reiserfs: Fix quota mount option parsing by Jan Kara · 13 years ago
  7. c3aa077 reiserfs: Properly display mount options in /proc/mounts by Jan Kara · 13 years ago
  8. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  9. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  10. b4d5b10 reiserfs: make reiserfs default to barrier=flush by Christoph Hellwig · 13 years ago
  11. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  13. f00c9e4 quota: Fix deadlock during path resolution by Jan Kara · 14 years ago
  14. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  15. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  16. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  17. 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 14 years ago
  18. 0e4f6a7 Fix reiserfs_file_release() by Al Viro · 14 years ago
  19. f4b113a reiserfs: Fix resuming of quotas on remount read-write by Jan Kara · 14 years ago
  20. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  21. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  22. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  23. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  24. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  25. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  26. b7b7fa4 reiserfs: Fix locking BUG during mount failure by Jeff Mahoney · 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. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  29. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  30. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  31. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  32. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  33. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  34. 904e8129 reiserfs: remove /proc/fs/reiserfs/version by Alexey Dobriyan · 15 years ago
  35. a9280fe Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
  36. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  37. 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
  38. dc8f6d8 kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inode by Frederic Weisbecker · 15 years ago
  39. 8ebc423 reiserfs: kill-the-BKL by Frederic Weisbecker · 15 years ago
  40. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 15 years ago
  41. 281eede switch reiserfs to inode->i_acl by Al Viro · 15 years ago
  42. 7a77b15 switch reiserfs to usual conventions for caching ACLs by Al Viro · 15 years ago
  43. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  44. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  45. 5af7926 enforce ->sync_fs is only called for rw superblock by Christoph Hellwig · 15 years ago
  46. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  47. 7342281 reiserfs: allow exposing privroot w/ xattrs enabled by Jeff Mahoney · 15 years ago
  48. ceb5edc reiserfs: deal with NULL xattr root w/ xattrs disabled by Jeff Mahoney · 15 years ago
  49. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  50. edcc37a Always lookup priv_root on reiserfs mount and keep it by Al Viro · 15 years ago
  51. 651d062 fs/reiserfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  52. e1c5024 Merge branch 'reiserfs-updates' from Jeff Mahoney by Linus Torvalds · 15 years ago
  53. 0222e65 reiserfs: strip trailing whitespace by Jeff Mahoney · 15 years ago
  54. 48b32a3 reiserfs: use generic xattr handlers by Jeff Mahoney · 15 years ago
  55. d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 15 years ago
  56. 0030b64 reiserfs: use reiserfs_error() by Jeff Mahoney · 15 years ago
  57. 45b03d5 reiserfs: rework reiserfs_warning by Jeff Mahoney · 15 years ago
  58. 1d889d9 reiserfs: make some warnings informational by Jeff Mahoney · 15 years ago
  59. 702d21c reiserfs: add support for mount count incrementing by Jeff Mahoney · 15 years ago
  60. 77db4f2 reiserfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  61. 643d00c reiserfs: Remove unnecessary quota functions by Jan Kara · 16 years ago
  62. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  63. 4103003 reiserfs: Add default allocation routines for quota structures by Jan Kara · 16 years ago
  64. 6929f89 reiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled(). by Jan Kara · 16 years ago
  65. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  66. dd76346 reiserfs: removed duplicated #include by Huang Weiyi · 16 years ago
  67. 77e69da [PATCH] fix races and leaks in vfs_quota_on() users by Al Viro · 16 years ago
  68. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  69. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  70. 00b4419 reiserfs: correct mount option parsing to detect when quota options can be changed by Jan Kara · 16 years ago
  71. 4506567 reiserfs: fix typos in messages and comments (journalled -> journaled) by Jan Kara · 16 years ago
  72. 5d4f7fd reiserfs: fix synchronization of quota files in journal=data mode by Jan Kara · 16 years ago
  73. 10dd08d reiserfs: add missing unlock to an error path in reiserfs_quota_write() by Jan Kara · 16 years ago
  74. d5dee5c reiserfs: unpack tails on quota files by Jan Kara · 16 years ago
  75. a2fe594 reiserfs: fix hang on umount with quotas when journal is aborted by Jan Kara · 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. acc1f3e fs/reiserfs/super.c: correct use of ! and & by Julia Lawall · 16 years ago
  79. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  80. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  81. cdf6ccc mount options: fix reiserfs by Miklos Szeredi · 16 years ago
  82. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  83. be55caf reiserfs: new export ops by Christoph Hellwig · 17 years ago
  84. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  85. cb680c1 reiserfs: ignore on disk s_bmap_nr value by Jeff Mahoney · 17 years ago
  86. fb46f34 reiserfs: workaround for dead loop in finish_unfinished by Lepton Wu · 17 years ago
  87. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  88. 9c3013e quota: fix infinite loop by Jan Kara · 17 years ago
  89. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  90. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  91. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  92. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  93. fe08a9d reiserfs: shrink superblock if no xattrs by Alexey Dobriyan · 17 years ago
  94. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  95. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  96. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
  97. 01afb21 [PATCH] reiser: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  98. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  99. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  100. d2c89a4 [PATCH] reiserfs: reset errval after initializing bitmap cache by Jeff Mahoney · 18 years ago