1. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  2. c8eac49 xfs: remove all boilerplate defer init/finish code by Brian Foster · 6 years ago
  3. 02dff7b xfs: pull up dfops from xfs_itruncate_extents() by Brian Foster · 6 years ago
  4. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 6 years ago
  5. 30ab2dc xfs: replace XFS_QMOPT_DQALLOC with a simple boolean by Darrick J. Wong · 6 years ago
  6. 4882c19 xfs: split out dqget for inodes from regular dqget by Darrick J. Wong · 6 years ago
  7. 2e330e7 xfs: refactor XFS_QMOPT_DQNEXT out of existence by Darrick J. Wong · 6 years ago
  8. e20c8a5 xfs: wait on new inodes during quotaoff dquot release by Brian Foster · 7 years ago
  9. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 8 years ago
  10. be60794 xfs: Split default quota limits by quota type by Carlos Maiolino · 9 years ago
  11. 296c24e xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk by Eric Sandeen · 9 years ago
  12. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  13. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  14. 5d3684c xfs: Convert to using ->get_state callback by Jan Kara · 10 years ago
  15. ae90fb1 Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  16. 1cd6b7b Merge branch 'for_linus' into for_next by Jan Kara · 10 years ago
  17. 14bf61f quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units by Jan Kara · 10 years ago
  18. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 10 years ago
  19. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 10 years ago
  20. a394270 xfs: Remove some pointless quota checks by Jan Kara · 10 years ago
  21. fbf64b3 xfs: Remove some useless flags tests by Jan Kara · 10 years ago
  22. 216875a Merge branch 'xfs-consolidate-format-defs' into for-next by Dave Chinner · 10 years ago
  23. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  24. 5d45ee1 xfs: fix error handling in xfs_qm_log_quotaoff() by Brian Foster · 10 years ago
  25. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  26. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  27. d99831f xfs: return is not a function by Eric Sandeen · 10 years ago
  28. ff14ee4 Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next by Dave Chinner · 10 years ago
  29. f58522c xfs: bulletfproof xfs_qm_scall_trunc_qfiles() by Eric Sandeen · 10 years ago
  30. e009400 xfs: remove unused pag ptr arg from iterator execute functions by Eric Sandeen · 10 years ago
  31. c61a9e3 xfs: make quota metadata truncation behavior consistent to user space by Jie Liu · 11 years ago
  32. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  33. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  34. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  35. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  36. 5d5e3d5 xfs: Add support for the Q_XGETQSTATV by Chandra Seetharaman · 11 years ago
  37. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  38. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago
  39. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  40. d892d58 xfs: Start using pquotaino from the superblock. by Chandra Seetharaman · 11 years ago
  41. c31ad43 xfs: Fix the logic check for all quotas being turned off by Chandra Seetharaman · 11 years ago
  42. 92f8ff7 xfs: Add pquota fields where gquota is used. by Chandra Seetharaman · 11 years ago
  43. 83e782e xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD by Chandra Seetharaman · 11 years ago
  44. 113a568 xfs: Code cleanup and removal of some typedef usage by Chandra Seetharaman · 11 years ago
  45. f648167 xfs: avoid nesting transactions in xfs_qm_scall_setqlim() by Dave Chinner · 11 years ago
  46. b136645 xfs: xfs_dquot prealloc throttling watermarks and low free space by Brian Foster · 12 years ago
  47. 762d7ba xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time by Jeff Liu · 12 years ago
  48. a1bd955 xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time by Jeff Liu · 12 years ago
  49. f0f2df9 xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time by Jeff Liu · 12 years ago
  50. 667a929 xfs: Remove boolean_t typedef completely. by Thiago Farina · 12 years ago
  51. f755503 xfs: remove int casts from debug dquot soft limit timer asserts by Brian Foster · 12 years ago
  52. a454f74 xfs: support a tag-based inode_ag_iterator by Brian Foster · 12 years ago
  53. 6d8b79c xfs: rename xfs_sync.[ch] to xfs_icache.[ch] by Dave Chinner · 12 years ago
  54. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  55. b84a3a9 xfs: remove the per-filesystem list of dquots by Christoph Hellwig · 13 years ago
  56. 8960501 xfs: include reservations in quota reporting by Christoph Hellwig · 13 years ago
  57. 18535a7 xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota by Christoph Hellwig · 13 years ago
  58. d0a3fe6 xfs: change available ranges of softlimit and hardlimit in quota check by Mitsuo Hayasaka · 13 years ago
  59. ce7ae151 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  60. 673e8e5 xfs: remove xfs_itruncate_data by Christoph Hellwig · 13 years ago
  61. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  62. c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago[Renamed from fs/xfs/quota/xfs_qm_syscalls.c]
  63. ea15ab3 xfs: remove the dead QUOTADEBUG code by Christoph Hellwig · 13 years ago
  64. 8f04c47 xfs: split xfs_itruncate_finish by Christoph Hellwig · 13 years ago
  65. 1e05ff0 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  66. ecb697c xfs: fix variable set but not used warnings by Christoph Hellwig · 13 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  68. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 14 years ago
  69. 8221112 xfs: convert the quota debug prints to new API by Dave Chinner · 14 years ago
  70. 6743099 xfs: Extend project quotas to support 32bit project ids by Arkadiusz Mi?kiewicz · 14 years ago
  71. e13de95 xfs: split out inode walk inode grabbing by Dave Chinner · 14 years ago
  72. 65d0f20 xfs: split inode AG walking into separate code for reclaim by Dave Chinner · 14 years ago
  73. dcd79a1 xfs: don't use vfs writeback for pure metadata modifications by Dave Chinner · 14 years ago
  74. 90e0c22 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  75. 5d18898 xfs: simplify xfs_truncate_file by Christoph Hellwig · 14 years ago
  76. f2d6761 xfs: remove xfs_iput by Christoph Hellwig · 14 years ago
  77. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  78. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  79. ade7ce3 quota: Clean up the namespace in dqblk_xfs.h by Christoph Hellwig · 14 years ago
  80. 7b6259e xfs: remove block number from inode lookup code by Dave Chinner · 14 years ago
  81. 7dce11d xfs: always use iget in bulkstat by Christoph Hellwig · 14 years ago
  82. c472b43 quota: unify ->set_dqblk by Christoph Hellwig · 14 years ago
  83. 8112e9d xfs: removed unused XFS_QMOPT_ flags by Christoph Hellwig · 14 years ago
  84. 8a7b8a8 xfs: access quotainfo structure directly by Christoph Hellwig · 14 years ago
  85. 74457cf xfs: remove xfs_dqmarker by Christoph Hellwig · 14 years ago
  86. e6a81f1 xfs: convert the dquot hash list to use list heads by Dave Chinner · 14 years ago
  87. 3a25404 xfs: convert the per-mount dquot list to use list heads by Dave Chinner · 14 years ago
  88. 9bf729c xfs: add a shrinker to background inode reclaim by Dave Chinner · 14 years ago
  89. a14a348 xfs: cleanup up xfs_log_force calling conventions by Christoph Hellwig · 15 years ago
  90. c8e20be xfs: reclaim inodes under a write lock by Dave Chinner · 15 years ago
  91. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  92. 05277c7 xfs: fix double IRELE in xfs_dqrele_inode by Christoph Hellwig · 15 years ago
  93. ef14f0c xfs: use generic Posix ACL code by Christoph Hellwig · 15 years ago
  94. fe588ed xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes by Christoph Hellwig · 15 years ago
  95. a0b0b8a xfs: kill mutex_t typedef by Christoph Hellwig · 15 years ago
  96. fcafb71 xfs: get rid of indirections in the quotaops implementation by Christoph Hellwig · 16 years ago
  97. 6307091 [XFS] Avoid using inodes that haven't been completely initialised by Dave Chinner · 16 years ago
  98. cb4f0d1 [XFS] fix uninitialised variable bug in dquot release by Dave Chinner · 16 years ago
  99. 2030b5a [XFS] use xfs_sync_inodes rather than xfs_syncsub by David Chinner · 16 years ago
  100. bc60a99 [XFS] Use struct inodes instead of vnodes to kill vn_grab by David Chinner · 16 years ago