1. 072d24e quota: Check that quota is not dirty before release by Dmitry Monakhov · 4 years, 7 months ago
  2. e008bb6 quota: use time64_t internally by Arnd Bergmann · 8 years ago
  3. 8f9e8f5 ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotas by Jan Kara · 8 years ago
  4. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 8 years ago
  5. 5a9530e ocfs2: Implement get_next_id() by Jan Kara · 8 years ago
  6. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  7. d1b98c2 quota: constify qtree_fmt_operations structures by Julia Lawall · 8 years ago
  8. 5236281 ocfs2: Don't use MAXQUOTAS value by Jan Kara · 10 years ago
  9. e3a767b ocfs2: implement delayed dropping of last dquot reference by Jan Kara · 10 years ago
  10. 15c34a7 ocfs2: fix quota file corruption by Jan Kara · 10 years ago
  11. f17c20d ocfs2: use i_size_read() to access i_size by Junxiao Bi · 11 years ago
  12. 4c376dc userns: Convert struct dquot dq_id to be a struct kqid by Eric W. Biederman · 12 years ago
  13. a4564ea ocfs2: Fix bogus error message from ocfs2_global_read_info by Jan Kara · 12 years ago
  14. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  15. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  16. 1db986a ocfs2: Remove masklog ML_QUOTA. by Tao Ma · 13 years ago
  17. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  18. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  19. 316873c ocfs2: use system_wq instead of ocfs2_quota_wq by Tejun Heo · 13 years ago
  20. 5693486 ocfs2: Zero the tail cluster when extending past i_size. by Joel Becker · 14 years ago
  21. 741e128 ocfs2: Fix NULL pointer deref when writing local dquot by Jan Kara · 14 years ago
  22. 832d09c ocfs2: Fix estimate of credits needed for quota allocation by Jan Kara · 14 years ago
  23. fb8dd8d ocfs2: Fix quota locking by Jan Kara · 14 years ago
  24. ae4f6ef ocfs2: Avoid unnecessary block mapping when refreshing quota info by Jan Kara · 14 years ago
  25. f64dd44 ocfs2: Do not map blocks from local quota file on each write by Jan Kara · 14 years ago
  26. 03e6230 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  27. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 14 years ago
  28. 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
  29. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  30. 9f75475 dquot: cleanup dquot drop routine 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. b64ada6 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  35. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  36. 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
  37. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  38. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  39. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  40. ada5082 ocfs2: Handle quota file corruption more gracefully by Jan Kara · 15 years ago
  41. b409d7a ocfs2: Fix possible deadlock when extending quota file by Jan Kara · 15 years ago
  42. e9956fa ocfs2/quota: Release lock for error in ocfs2_quota_write. by Tao Ma · 15 years ago
  43. 0584974 ocfs2: Define credit counts for quota operations by Jan Kara · 15 years ago
  44. 4539f1d ocfs2: Remove syncjiff field from quota info by Jan Kara · 15 years ago
  45. 7669f54 ocfs2: Zero out padding of on disk dquot structure by Jan Kara · 15 years ago
  46. b57ac2c ocfs2: Make global quota files blocksize aligned by Jan Kara · 15 years ago
  47. 4e8a301 ocfs2: Fix possible deadlock in ocfs2_global_read_dquot() by Jan Kara · 15 years ago
  48. f8afead ocfs2: Fix possible deadlock in ocfs2_write_dquot() by Jan Kara · 15 years ago
  49. c475146 ocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_drop() by Jan Kara · 15 years ago
  50. dad7d97 ocfs2: use min_t in ocfs2_quota_read() by Mark Fasheh · 15 years ago
  51. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  52. d6b32bb ocfs2: block read meta ecc. by Joel Becker · 16 years ago
  53. 684ef27 ocfs2: Add a validation hook for quota block reads. by Joel Becker · 15 years ago
  54. e35ff98 ocfs2: fix indendation in ocfs2_dquot_drop_slow by Tao Ma · 15 years ago
  55. 9a2f386 ocfs2: Fix build warnings (64-bit types vs long long) by Jan Kara · 15 years ago
  56. 53a3604 ocfs2: Make ocfs2_get_quota_block() consistent with ocfs2_read_quota_block() by Jan Kara · 15 years ago
  57. af09e51 ocfs2: Fix oops when extending quota files by Jan Kara · 15 years ago
  58. 85eb8b7 ocfs2: Fix ocfs2_read_quota_block() error handling. by Joel Becker · 15 years ago
  59. 57a09a7 ocfs2: Add missing initialization by Jan Kara · 15 years ago
  60. 2205363 ocfs2: Implement quota recovery by Jan Kara · 16 years ago
  61. 171bf93 ocfs2: Periodic quota syncing by Mark Fasheh · 16 years ago
  62. 9e33d69 ocfs2: Implementation of local and global quota file handling by Jan Kara · 16 years ago