1. 4ea1ff3 xfs: widen ondisk quota expiration timestamps to handle y2038+ by Darrick J. Wong · 4 years, 5 months ago
  2. 32a2b11 xfs: Remove kmem_zone_zalloc() usage by Carlos Maiolino · 4 years, 5 months ago
  3. e6eb603 xfs: refactor quota type testing by Darrick J. Wong · 4 years, 6 months ago
  4. 00a342e xfs: remove the XFS_QM_IS[UGP]DQ macros by Darrick J. Wong · 4 years, 6 months ago
  5. dbcbc7b xfs: refactor testing if a particular dquot is being enforced by Darrick J. Wong · 4 years, 6 months ago
  6. 8cd4901 xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_* by Darrick J. Wong · 4 years, 6 months ago
  7. 2cb91ba xfs: add more dquot tracepoints by Darrick J. Wong · 4 years, 6 months ago
  8. 4b8628d xfs: actually bump warning counts when we send warnings by Darrick J. Wong · 4 years, 6 months ago
  9. d92c881 xfs: refactor xfs_trans_apply_dquot_deltas by Darrick J. Wong · 4 years, 6 months ago
  10. 292b47b xfs: refactor xfs_trans_dqresv by Darrick J. Wong · 4 years, 6 months ago
  11. c8c753e xfs: remove unnecessary arguments from quota adjust functions by Darrick J. Wong · 4 years, 6 months ago
  12. 438769e xfs: refactor default quota limits by resource by Darrick J. Wong · 4 years, 6 months ago
  13. 19dce7e xfs: stop using q_core timers in the quota code by Darrick J. Wong · 4 years, 6 months ago
  14. c8c45fb xfs: stop using q_core warning counters in the quota code by Darrick J. Wong · 4 years, 6 months ago
  15. be37d40 xfs: stop using q_core counters in the quota code by Darrick J. Wong · 4 years, 6 months ago
  16. d3537cf xfs: stop using q_core limits in the quota code by Darrick J. Wong · 4 years, 6 months ago
  17. 784e80f xfs: use a per-resource struct for incore dquot data by Darrick J. Wong · 4 years, 6 months ago
  18. c51df73 xfs: stop using q_core.d_id in the quota code by Darrick J. Wong · 4 years, 6 months ago
  19. 985a78f xfs: rename dquot incore state flags by Darrick J. Wong · 4 years, 6 months ago
  20. f959b5d xfs: fix inode quota reservation checks by Darrick J. Wong · 4 years, 6 months ago
  21. e850301 xfs: per-type quota timers and warn limits by Eric Sandeen · 4 years, 8 months ago
  22. ce6e7e79c xfs: switch xfs_get_defquota to take explicit type by Eric Sandeen · 4 years, 8 months ago
  23. 3dbb9aa xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers by Eric Sandeen · 4 years, 8 months ago
  24. dcf1ccc xfs: always return -ENOSPC on project quota reservation failure by Eric Sandeen · 4 years, 8 months ago
  25. c8d329f xfs: group quota should return EDQUOT when prj quota enabled by Eric Sandeen · 4 years, 8 months ago
  26. b8a0880 xfs: quota: move to time64_t interfaces by Arnd Bergmann · 5 years ago
  27. 377bcd5 xfs: Remove kmem_zone_free() wrapper by Carlos Maiolino · 5 years ago
  28. d0bdfb1 xfs: remove the xfs_qoff_logitem_t typedef by Pavel Reichl · 5 years ago
  29. c072fbe xfs: remove the xfs_quotainfo_t typedef by Pavel Reichl · 5 years ago
  30. aefe69a xfs: remove the xfs_disk_dquot_t and xfs_dquot_t by Pavel Reichl · 5 years ago
  31. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  32. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  33. 76dee76 xfs: remove the debug-only q_transp field from struct xfs_dquot by Christoph Hellwig · 6 years ago
  34. 078f4a7 xfs: kill the xfs_dqtrx_t typedef by Darrick J. Wong · 6 years ago
  35. 903b1fc xfs: widen quota block counters to 64-bit integers by Darrick J. Wong · 6 years ago
  36. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  37. e6631f8 xfs: get rid of the log item descriptor by Dave Chinner · 7 years ago
  38. be60794 xfs: Split default quota limits by quota type by Carlos Maiolino · 9 years ago
  39. ffc671f xfs: send warning of project quota to userspace via netlink by Masatake YAMATO · 9 years ago
  40. 339e4f6 xfs: Clean up xfs_trans_dup_dqinfo by Nan Jia · 10 years ago
  41. 7f884dc xfs: fix quota block reservation leak when tp allocates and frees blocks by Brian Foster · 10 years ago
  42. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  43. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  44. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  45. 10f73d2 xfs: fix the comment explaining xfs_trans_dqlockedjoin by Christoph Hellwig · 11 years ago
  46. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  47. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  48. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  49. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  50. 92f8ff7 xfs: Add pquota fields where gquota is used. by Chandra Seetharaman · 11 years ago
  51. b0a9dab xfs: dquot log reservations are too small by Dave Chinner · 11 years ago
  52. 83e782e xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD by Chandra Seetharaman · 12 years ago
  53. 0e6436d xfs: Change xfs_dquot_acct to be a 2-dimensional array by Chandra Seetharaman · 12 years ago
  54. 113a568 xfs: Code cleanup and removal of some typedef usage by Chandra Seetharaman · 12 years ago
  55. 9cad19d xfs: Define a new function xfs_is_quota_inode() by Chandra Seetharaman · 12 years ago
  56. 4b6eae2e xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t by Brian Foster · 12 years ago
  57. 667a929 xfs: Remove boolean_t typedef completely. by Thiago Farina · 12 years ago
  58. 431f197 userns: Convert quota netlink aka quota_send_warning by Eric W. Biederman · 12 years ago
  59. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago
  60. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 13 years ago
  61. a05931c xfs: remove the global xfs_Gqm structure by Christoph Hellwig · 13 years ago
  62. 70b5437 xfs: cleanup quota check on disk blocks and inodes reservations by Mitsuo Hayasaka · 13 years ago
  63. 33e0eda xfs: make inode quota check more general by Mitsuo Hayasaka · 13 years ago
  64. d0a3fe6 xfs: change available ranges of softlimit and hardlimit in quota check by Mitsuo Hayasaka · 13 years ago
  65. c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago[Renamed from fs/xfs/quota/xfs_trans_dquot.c]
  66. ea15ab3 xfs: remove the dead QUOTADEBUG code by Christoph Hellwig · 13 years ago
  67. f3ca8738 xfs: remove i_transp by Christoph Hellwig · 13 years ago
  68. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 14 years ago
  69. e98c414 xfs: simplify log item descriptor tracking by Christoph Hellwig · 15 years ago
  70. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 15 years ago
  71. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 15 years ago
  72. 191f848 xfs: remove a few macro indirections in the quota code by Christoph Hellwig · 15 years ago
  73. 8a7b8a8 xfs: access quotainfo structure directly by Christoph Hellwig · 15 years ago
  74. a210c1a xfs: implement quota warnings via netlink by Christoph Hellwig · 15 years ago
  75. 4d1f88d xfs: clean up error handling in xfs_trans_dqresv by Christoph Hellwig · 15 years ago
  76. ef14f0c xfs: use generic Posix ACL code by Christoph Hellwig · 16 years ago
  77. 7d09525 xfs: kill xfs_qmops by Christoph Hellwig · 16 years ago
  78. 8e9b6e7 xfs: remove the unused XFS_QMOPT_DQLOCK flag by Christoph Hellwig · 16 years ago
  79. 579aa9c [XFS] shrink mrlock_t by Christoph Hellwig · 17 years ago
  80. 413d57c xfs: convert beX_add to beX_add_cpu (new common API) by Marcin Slusarz · 17 years ago
  81. e6d2942 [XFS] Fix uquota and oquota enforcement problems. by Kouta Ooizumi · 18 years ago
  82. 7bc5306 [XFS] Remove unused header files for MAC and CAP checking functionality. by Eric Sandeen · 18 years ago
  83. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 19 years ago
  84. 9a2a7de [XFS] Make project quota enforcement return an error code consistent with by Nathan Scott · 19 years ago
  85. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 19 years ago
  86. 1149d96 [XFS] endianess annotations and cleanup for the quota code by Christoph Hellwig · 19 years ago
  87. 4ce3121 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  88. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  89. 06d10dd [XFS] Merge fixes into realtime quota code, since one/two reported, still by Nathan Scott · 20 years ago
  90. c8ad20f [XFS] Add support for project quota, based on Dan Knappes earlier work. by Nathan Scott · 20 years ago
  91. ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 20 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago