1. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  2. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  3. 9aede1d xfs: split dquot buffer operations out by Dave Chinner · 11 years ago
  4. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  5. f112a04 xfs: lockdep needs to know about 3 dquot-deep nesting by Dave Chinner · 11 years ago
  6. cd56a39 xfs: convert dquot cache lru to list_lru by Dave Chinner · 11 years ago
  7. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  8. 6898811 xfs: create xfs_bmap_util.[ch] by Dave Chinner · 11 years ago
  9. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  10. 92f8ff7 xfs: Add pquota fields where gquota is used. by Chandra Seetharaman · 11 years ago
  11. 113a568 xfs: Code cleanup and removal of some typedef usage by Chandra Seetharaman · 11 years ago
  12. 995961c xfs: Replace macro XFS_DQ_TO_QIP with a function by Chandra Seetharaman · 11 years ago
  13. 329e087 xfs: Replace macro XFS_DQUOT_TREE with a function by Chandra Seetharaman · 11 years ago
  14. 6fcdc59 xfs: rework dquot CRCs by Dave Chinner · 11 years ago
  15. 3fe58f3 xfs: add CRC checks for quota blocks by Christoph Hellwig · 11 years ago
  16. b136645 xfs: xfs_dquot prealloc throttling watermarks and low free space by Brian Foster · 11 years ago
  17. 4b6eae2e xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t by Brian Foster · 11 years ago
  18. 4800104 xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time by Jeff Liu · 12 years ago
  19. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  20. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  21. 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 12 years ago
  22. c631919 xfs: verify dquot blocks as they are read from disk by Dave Chinner · 12 years ago
  23. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  24. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  25. 04913fd xfs: pass shutdown method into xfs_trans_ail_delete_bulk by Dave Chinner · 12 years ago
  26. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 12 years ago
  27. fe7257f xfs: do not write the buffer from xfs_qm_dqflush by Christoph Hellwig · 12 years ago
  28. 32ce90a xfs: remove log item from AIL in xfs_iflush after a shutdown by Christoph Hellwig · 12 years ago
  29. dea9609 xfs: remove log item from AIL in xfs_qm_dqflush after a shutdown by Christoph Hellwig · 12 years ago
  30. 1c2ccc6 fs: xfs: fix section mismatch in linux-next by Gerard Snitselaar · 12 years ago
  31. a05931c xfs: remove the global xfs_Gqm structure by Christoph Hellwig · 12 years ago
  32. b84a3a9 xfs: remove the per-filesystem list of dquots by Christoph Hellwig · 12 years ago
  33. 9f920f1 xfs: use per-filesystem radix trees for dquot lookup by Christoph Hellwig · 12 years ago
  34. f8739c3 xfs: per-filesystem dquot LRU lists by Christoph Hellwig · 12 years ago
  35. 48776fd xfs: use common code for quota statistics by Christoph Hellwig · 12 years ago
  36. 5b03ff1 xfs: remove xfs_trans_unlocked_item by Christoph Hellwig · 13 years ago
  37. d0a3fe6 xfs: change available ranges of softlimit and hardlimit in quota check by Mitsuo Hayasaka · 13 years ago
  38. 92b2e5b3 xfs: use a normal shrinker for the dquot freelist by Christoph Hellwig · 13 years ago
  39. 3673141 Define a new function xfs_inode_dquot() by Chandra Seetharaman · 13 years ago
  40. 6967b96 Define a new function xfs_this_quota_on() by Chandra Seetharaman · 13 years ago
  41. 7ae4440 xfs: remove XFS_QMOPT_DQSUSER by Christoph Hellwig · 13 years ago
  42. 97e7ade xfs: kill xfs_qm_idtodq by Christoph Hellwig · 13 years ago
  43. 49d35a5 xfs: merge xfs_qm_dqinit_core into the only caller by Christoph Hellwig · 13 years ago
  44. 78e5589 xfs: add a xfs_dqhold helper by Christoph Hellwig · 13 years ago
  45. bf72de3 xfs: nest qm_dqfrlist_lock inside the dquot qlock by Christoph Hellwig · 13 years ago
  46. 9267855 xfs: flatten the dquot lock ordering by Christoph Hellwig · 13 years ago
  47. be7ffc3 xfs: implement lazy removal for the dquot freelist by Christoph Hellwig · 13 years ago
  48. 80a376b xfs: remove XFS_DQ_INACTIVE by Christoph Hellwig · 13 years ago
  49. 497507b xfs: cleanup xfs_qm_dqlookup by Christoph Hellwig · 13 years ago
  50. 800b484 xfs: cleanup dquot locking helpers by Christoph Hellwig · 13 years ago
  51. fdedf28 xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush by Christoph Hellwig · 13 years ago
  52. 38f2323 xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF by Christoph Hellwig · 13 years ago
  53. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  54. c0dc782 xfs: rename xfs_bmapi to xfs_bmapi_write by Dave Chinner · 13 years ago
  55. 5c8ed20 xfs: introduce xfs_bmapi_read() by Dave Chinner · 13 years ago
  56. 2a30f36d xfs: Check the return value of xfs_trans_get_buf() by Chandra Seetharaman · 13 years ago
  57. c2b006c xfs: let xfs_bwrite callers handle the xfs_buf_relse by Christoph Hellwig · 13 years ago
  58. 61551f1 xfs: call xfs_buf_delwri_queue directly by Christoph Hellwig · 13 years ago
  59. c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago[Renamed from fs/xfs/quota/xfs_dquot.c]
  60. 811e64c Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned by Chandra Seetharaman · 13 years ago
  61. 6292604 xfs: Remove the macro XFS_BUF_PTR by Chandra Seetharaman · 13 years ago
  62. b75e40a xfs: Remove macro XFS_BUF_BUSY and family by Chandra Seetharaman · 13 years ago
  63. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  64. ea15ab3 xfs: remove the dead QUOTADEBUG code by Christoph Hellwig · 13 years ago
  65. 0c842ad xfs: clean up buffer locking helpers by Christoph Hellwig · 13 years ago
  66. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  67. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 14 years ago
  68. 5348778 xfs: convert xfs_fs_cmn_err to new error logging API by Dave Chinner · 14 years ago
  69. a0fa2b6 xfs: Convert xlog_warn to new logging interface by Dave Chinner · 14 years ago
  70. eb40a87 xfs: use wait queues directly for the log wait queues by Dave Chinner · 14 years ago
  71. acecf1b xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush by Christoph Hellwig · 14 years ago
  72. b4e9181 xfs: remove unused delta tracking code in xfs_bmapi by Christoph Hellwig · 14 years ago
  73. 898621d xfs: simplify inode to transaction joining by Christoph Hellwig · 14 years ago
  74. ca30b2a xfs: give li_cb callbacks the correct prototype by Christoph Hellwig · 14 years ago
  75. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  76. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  77. c115541 xfs: Clean up XFS_BLI_* flag namespace by Dave Chinner · 14 years ago
  78. 191f848 xfs: remove a few macro indirections in the quota code by Christoph Hellwig · 14 years ago
  79. 8a7b8a8 xfs: access quotainfo structure directly by Christoph Hellwig · 14 years ago
  80. 3a8406f xfs: convert the dquot free list to use list heads by Dave Chinner · 14 years ago
  81. e6a81f1 xfs: convert the dquot hash list to use list heads by Dave Chinner · 14 years ago
  82. 3a25404 xfs: convert the per-mount dquot list to use list heads by Dave Chinner · 14 years ago
  83. 20026d9 xfs: kill the unused XFS_QMOPT_* flush flags V2 by Dave Chinner · 15 years ago
  84. 7d6a7bd xfs: Use delay write promotion for dquot flushing by Dave Chinner · 15 years ago
  85. a14a348 xfs: cleanup up xfs_log_force calling conventions by Christoph Hellwig · 15 years ago
  86. 0cadda1 xfs: remove duplicate buffer flags by Christoph Hellwig · 15 years ago
  87. 512dd1a xfs: kill XFS_QMOPT_ASYNC by Christoph Hellwig · 15 years ago
  88. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  89. ef14f0c xfs: use generic Posix ACL code by Christoph Hellwig · 15 years ago
  90. 7d09525 xfs: kill xfs_qmops by Christoph Hellwig · 15 years ago
  91. c9a192d xfs: sanitize qh_lock wrappers by Christoph Hellwig · 16 years ago
  92. 98b8c7a xfs: add a lock class for group/project dquots by Christoph Hellwig · 16 years ago
  93. 5bb87a3 xfs: lockdep annotations for xfs_dqlock2 by Christoph Hellwig · 16 years ago
  94. 9d87c31 [XFS] Remove the rest of the macro-to-function indirections. by Eric Sandeen · 16 years ago
  95. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  96. c7e8f26 [XFS] Move the AIL lock into the struct xfs_ail by David Chinner · 16 years ago
  97. 7b2e2a3 [XFS] Allow 64 bit machines to avoid the AIL lock during flushes by David Chinner · 16 years ago
  98. 2f8a3ce [XFS] don't block in xfs_qm_dqflush() during async writeback. by David Chinner · 16 years ago
  99. bc3048e [XFS] Clean up dquot pincount code. by Peter Leckie · 16 years ago
  100. 5695ef46 [XFS] Use KM_NOFS for debug trace buffers by Lachlan McIlroy · 16 years ago