1. dde7f55 Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next by Dave Chinner · 9 years ago
  2. f6106ef xfs: eliminate committed arg from xfs_bmap_finish by Eric Sandeen · 9 years ago
  3. 3b0fe47 xfs: Don't use reserved blocks for data blocks with DAX by Dave Chinner · 9 years ago
  4. 264e89a Merge branch 'xfs-dax-updates' into for-next by Dave Chinner · 9 years ago
  5. 1ca1915 xfs: Don't use unwritten extents for DAX by Dave Chinner · 9 years ago
  6. 8a56d7c Merge branch 'xfs-io-fixes' into for-next by Dave Chinner · 9 years ago
  7. 316433b Merge branch 'xfs-logging-fixes' into for-next by Dave Chinner · 9 years ago
  8. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  9. dbd5c8c xfs: pass total block res. as total xfs_bmapi_write() parameter by Brian Foster · 9 years ago
  10. 009c6e8 xfs: add missing ilock around dio write last extent alignment by Brian Foster · 9 years ago
  11. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  12. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  13. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 10 years ago
  14. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 10 years ago
  15. d32057f xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten by Christoph Hellwig · 10 years ago
  16. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  17. 32296f8 xfs: fix set-but-unused warnings by Dave Chinner · 10 years ago
  18. 76b5730 xfs: overflow in xfs_iomap_eof_align_last_fsb by Peter Watkins · 10 years ago
  19. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  20. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  21. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  22. 5cca3f6 xfs: check for null dquot in xfs_quota_calc_throttle() by Eric Sandeen · 10 years ago
  23. e0ac6d4 Merge branch 'xfs-quota-eofblocks-scan' into for-next by Dave Chinner · 10 years ago
  24. f074051 xfs: squash prealloc while over quota free space as well by Brian Foster · 10 years ago
  25. 7f8a058 Merge branch 'xfs-libxfs-restructure' into for-next by Dave Chinner · 10 years ago
  26. cf11da9 xfs: refine the allocation stack switch by Dave Chinner · 10 years ago
  27. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  28. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  29. 7fb2cd4 xfs: remove unused tp arg from xfs_bmap_last_offset() and callers by Eric Sandeen · 10 years ago
  30. d531d91 xfs: always use unwritten extents for direct I/O writes by Christoph Hellwig · 11 years ago
  31. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  32. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  33. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  34. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  35. 0799a3e xfs: get rid of count from xfs_iomap_write_allocate() by Jie Liu · 11 years ago
  36. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  37. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago
  38. 6898811 xfs: create xfs_bmap_util.[ch] 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. 133eeb1 xfs: don't use speculative prealloc for small files by Dave Chinner · 11 years ago
  41. 19cb7e3 xfs: xfs_iomap_prealloc_size() tracepoint by Brian Foster · 11 years ago
  42. 76a4202 xfs: add quota-driven speculative preallocation throttling by Brian Foster · 11 years ago
  43. c9bdbdc xfs: push rounddown_pow_of_two() to after prealloc throttle by Brian Foster · 11 years ago
  44. 3c58b5f xfs: reorganize xfs_iomap_prealloc_size to remove indentation by Brian Foster · 11 years ago
  45. e8108ce xfs: fix xfs_iomap_eof_prealloc_initial_size type by Mark Tinguely · 12 years ago
  46. e114b5f xfs: increase prealloc size to double that of the previous extent by Brian Foster · 12 years ago
  47. e78c420 xfs: fix potential infinite loop in xfs_iomap_prealloc_size() by Brian Foster · 12 years ago
  48. a1e16c2 xfs: limit speculative prealloc size on sparse files by Dave Chinner · 12 years ago
  49. 4d559a3 xfs: limit speculative prealloc near ENOSPC thresholds by Dave Chinner · 12 years ago
  50. 27b5286 xfs: add EOFBLOCKS inode tagging/untagging by Brian Foster · 12 years ago
  51. 2455881 xfs: introduce XFS_BMAPI_STACK_SWITCH by Dave Chinner · 12 years ago
  52. 9aa0500 xfs: xfs_sync_data is redundant. by Dave Chinner · 12 years ago
  53. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  54. d9457dc xfs: Convert to new freezing code by Jan Kara · 12 years ago
  55. 3297238 xfs: make largest supported offset less shouty by Dave Chinner · 12 years ago
  56. d2c2819 xfs: m_maxioffset is redundant by Dave Chinner · 12 years ago
  57. ea562ed xfs: fix delalloc quota accounting on failure by Dave Chinner · 12 years ago
  58. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 12 years ago
  59. 2a0ec1d xfs: move xfs_get_extsz_hint() and kill xfs_rw.h by Dave Chinner · 12 years ago
  60. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  61. 3ed9116 xfs: limit specualtive delalloc to maxioffset by Dave Chinner · 12 years ago
  62. 507630b xfs: use shared ilock mode for direct IO writes by default by Dave Chinner · 12 years ago
  63. 84803fb xfs: log file size updates as part of unwritten extent conversion by Christoph Hellwig · 13 years ago
  64. ce7ae151 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  65. bf322d9 xfs: cleanup xfs_iomap_eof_align_last_fsb by Christoph Hellwig · 13 years ago
  66. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  67. c0dc782 xfs: rename xfs_bmapi to xfs_bmapi_write by Dave Chinner · 13 years ago
  68. 4403280 xfs: introduce xfs_bmapi_delay() by Christoph Hellwig · 13 years ago
  69. 5c8ed20 xfs: introduce xfs_bmapi_read() by Dave Chinner · 13 years ago
  70. 6d4a8ec xfs: rename xfs_cmn_err_fsblock_zero() by Dave Chinner · 14 years ago
  71. 6a19d93 xfs: convert xfs_cmn_err to xfs_alert_tag by Dave Chinner · 14 years ago
  72. b8fc8263 xfs: speculative delayed allocation uses rounddown_power_of_2 badly by Dave Chinner · 14 years ago
  73. 055388a xfs: dynamic speculative EOF preallocation by Dave Chinner · 14 years ago
  74. a206c81 xfs: kill xfs_iomap by Christoph Hellwig · 14 years ago
  75. 405f804 xfs: cleanup the xfs_iomap_write_* helpers by Christoph Hellwig · 14 years ago
  76. f2bde9b xfs: small cleanups for xfs_iomap / __xfs_get_blocks by Christoph Hellwig · 14 years ago
  77. 3070451 xfs: reduce stack usage in xfs_iomap by Christoph Hellwig · 14 years ago
  78. b4e9181 xfs: remove unused delta tracking code in xfs_bmapi by Christoph Hellwig · 14 years ago
  79. 898621d xfs: simplify inode to transaction joining by Christoph Hellwig · 14 years ago
  80. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  81. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  82. b4ed462 xfs: mark xfs_iomap_write_ helpers static by Christoph Hellwig · 14 years ago
  83. 207d041 xfs: kill struct xfs_iomap by Christoph Hellwig · 14 years ago
  84. e513182 xfs: report iomap_bn in block base by Christoph Hellwig · 14 years ago
  85. 8699bb0 xfs: report iomap_offset and iomap_bsize in block base by Christoph Hellwig · 14 years ago
  86. 9563b3d xfs: remove iomap_delta by Christoph Hellwig · 14 years ago
  87. 046f168 xfs: remove iomap_target by Christoph Hellwig · 14 years ago
  88. 826bf0a xfs: limit xfs_imap_to_bmap to a single mapping by Christoph Hellwig · 14 years ago
  89. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  90. 80641dc xfs: I/O completion handlers must use NOFS allocations by Christoph Hellwig · 15 years ago
  91. ef14f0c xfs: use generic Posix ACL code by Christoph Hellwig · 15 years ago
  92. 7d09525 xfs: kill xfs_qmops by Christoph Hellwig · 15 years ago
  93. 8de2bf9 xfs: remove xfs_flush_space by Dave Chinner · 15 years ago
  94. 5825294 xfs: make inode flush at ENOSPC synchronous by Dave Chinner · 15 years ago
  95. a8d770d xfs: use xfs_sync_inodes() for device flushing by Dave Chinner · 15 years ago
  96. 9d87c31 [XFS] Remove the rest of the macro-to-function indirections. by Eric Sandeen · 16 years ago
  97. 9f6c92b [XFS] Fix speculative allocation beyond eof by Lachlan McIlroy · 16 years ago
  98. 4ddd8bb [XFS] use minleft when allocating in xfs_bmbt_split() by Lachlan McIlroy · 16 years ago
  99. 86c4d62 [XFS] Fix check for block zero access in xfs_write_iomap_allocate() by David Chinner · 16 years ago
  100. 579aa9c [XFS] shrink mrlock_t by Christoph Hellwig · 16 years ago