1. c7f454f reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling by Jan Kara · 4 years, 6 months ago
  2. 4ebc39f reiserfs: Fix memory leak of journal device string by Jan Kara · 4 years, 6 months ago
  3. 0243d18 reiserfs: fix extended attributes on the root directory by Jeff Mahoney · 4 years, 7 months ago
  4. 304c1e9 reiserfs: Make cancel_old_flush() reliable by Jan Kara · 7 years ago
  5. 90ef2c3 reiserfs: remove unneeded i_version bump by Jeff Layton · 7 years ago
  6. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  8. 420902c reiserfs: Unlock superblock before calling reiserfs_quota_on_mount() by Mike Galbraith · 12 years ago
  9. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  10. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  11. b9d8905 reiserfs: check kstrdup failure by Mikulas Patocka · 8 years ago
  12. be6257b quota: Add support for ->get_nextdqblk() for VFS quota by Jan Kara · 8 years ago
  13. ff7d080 reiserfs: fix dereference of ERR_PTR by Sudip Mukherjee · 8 years ago
  14. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  15. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  16. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  17. 89bfae4 fs/reiserfs: remove unneeded cast by Firo Yang · 9 years ago
  18. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  19. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  20. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  21. 0a240339 quota: Make VFS quotas use new interface for getting quota info by Jan Kara · 10 years ago
  22. fa0c554 reiserfs: destroy allocated commit workqueue by Jiri Slaby · 9 years ago
  23. 5387363 reiserfs: Convert to private i_dquot field by Jan Kara · 10 years ago
  24. aca6061 reiserfs: Don't use MAXQUOTAS value by Jan Kara · 10 years ago
  25. cec9970 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  26. 0177783 reiserfs: Fix use after free in journal teardown by Jan Kara · 10 years ago
  27. 1709399 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 10 years ago
  28. 53872ed fs/reiserfs: replace not-standard %Lu/%Ld by Fabian Frederick · 10 years ago
  29. c48138c reiserfs: cleanup, make hash detection saner by Jeff Mahoney · 10 years ago
  30. a228bf8 reiserfs: cleanup, remove unnecessary parens by Jeff Mahoney · 10 years ago
  31. 09f1b80 reiserfs: cleanup, remove sb argument from journal_mark_dirty by Jeff Mahoney · 10 years ago
  32. 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 10 years ago
  33. 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 10 years ago
  34. 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 10 years ago
  35. 4cf5f7a reiserfs: cleanup, rename key and item accessors to more friendly names by Jeff Mahoney · 10 years ago
  36. 797d901 reiserfs: use per-fs commit workqueues by Jeff Mahoney · 10 years ago
  37. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  38. 31e1436 fs/reiserfs/super.c: add __init to init_inodecache by Fabian Frederick · 10 years ago
  39. ea0856c fs/reiserfs: move prototype declaration to header file by Rashika Kheria · 10 years ago
  40. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  41. 2ccdc41 kill reiserfs_bdevname() by Al Viro · 11 years ago
  42. ec0ad73 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  43. d2d0395 reiserfs: locking, release lock around quota operations by Jeff Mahoney · 11 years ago
  44. 278f667 reiserfs: locking, handle nested locks properly by Jeff Mahoney · 11 years ago
  45. 4c05141 reiserfs: locking, push write lock out of xattr code by Jeff Mahoney · 11 years ago
  46. 672fe15 reiserfs: fix deadlock in umount by Al Viro · 11 years ago
  47. af591ad reiserfs: Use kstrdup instead of kmalloc/strcpy by Ionut-Gabriel Radu · 11 years ago
  48. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  49. 7af1168 reiserfs: Move quota calls out of write lock by Jan Kara · 12 years ago
  50. 361d94a reiserfs: Protect reiserfs_quota_write() with write lock by Jan Kara · 12 years ago
  51. b9e06ef reiserfs: Protect reiserfs_quota_on() with write lock by Jan Kara · 12 years ago
  52. 3bb3e1f reiserfs: Fix lock ordering during remount by Jan Kara · 12 years ago
  53. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  54. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  55. 033369d reiserfs: get rid of resierfs_sync_super by Artem Bityutskiy · 12 years ago
  56. efaa33e reiserfs: cleanup reiserfs_fill_super a bit by Artem Bityutskiy · 12 years ago
  57. 67f1648 reiserfs: Remove i_mutex use from reiserfs_quota_write() by Jan Kara · 12 years ago
  58. f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 12 years ago
  59. a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 12 years ago
  60. c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 12 years ago
  61. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  62. 9b467e6 reiserfs: don't lock root inode searching by Frederic Weisbecker · 12 years ago
  63. 37c69b9 reiserfs: don't lock journal_init() by Frederic Weisbecker · 12 years ago
  64. f32485b reiserfs: delay reiserfs lock until journal initialization by Frederic Weisbecker · 12 years ago
  65. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  66. a9e36da reiserfs: Force inode evictions before umount to avoid crash by Jeff Mahoney · 12 years ago
  67. a06d789 reiserfs: Fix quota mount option parsing by Jan Kara · 12 years ago
  68. c3aa077 reiserfs: Properly display mount options in /proc/mounts by Jan Kara · 12 years ago
  69. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 12 years ago
  70. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  71. b4d5b10 reiserfs: make reiserfs default to barrier=flush by Christoph Hellwig · 13 years ago
  72. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  73. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  74. f00c9e4 quota: Fix deadlock during path resolution by Jan Kara · 14 years ago
  75. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  76. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  77. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  78. 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 14 years ago
  79. 0e4f6a7 Fix reiserfs_file_release() by Al Viro · 14 years ago
  80. f4b113a reiserfs: Fix resuming of quotas on remount read-write by Jan Kara · 14 years ago
  81. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  82. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  83. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  84. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  85. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  86. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  87. b7b7fa4 reiserfs: Fix locking BUG during mount failure by Jeff Mahoney · 14 years ago
  88. 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
  89. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  90. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  91. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  92. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  93. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  94. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  95. 904e8129 reiserfs: remove /proc/fs/reiserfs/version by Alexey Dobriyan · 14 years ago
  96. a9280fe Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  97. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  98. 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
  99. dc8f6d8 kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inode by Frederic Weisbecker · 15 years ago
  100. 8ebc423 reiserfs: kill-the-BKL by Frederic Weisbecker · 15 years ago