1. 71e330b xfs: Introduce delayed logging core code by Dave Chinner · 14 years ago
  2. ed3b4d6 xfs: Improve scalability of busy extent tracking by Dave Chinner · 14 years ago
  3. 955833c xfs: make the log ticket ID available outside the log infrastructure by Dave Chinner · 14 years ago
  4. 169a7b0 xfs: clean up log ticket overrun debug output by Dave Chinner · 14 years ago
  5. c115541 xfs: Clean up XFS_BLI_* flag namespace by Dave Chinner · 14 years ago
  6. 64fc35d xfs: modify buffer item reference counting by Dave Chinner · 14 years ago
  7. 3383ca5 xfs: allow log ticket allocation to take allocation flags by Dave Chinner · 14 years ago
  8. 524ee36 xfs: Don't reuse the same transaction ID for duplicated transactions. by Dave Chinner · 14 years ago
  9. b4ed462 xfs: mark xfs_iomap_write_ helpers static by Christoph Hellwig · 14 years ago
  10. bd1556a xfs: clean up end index calculation in xfs_page_state_convert by Christoph Hellwig · 14 years ago
  11. 2b8f12b xfs: clean up mapping size calculation in __xfs_get_blocks by Christoph Hellwig · 14 years ago
  12. 558e689 xfs: clean up xfs_iomap_valid by Christoph Hellwig · 14 years ago
  13. 34a52c6 xfs: move I/O type flags into xfs_aops.c by Christoph Hellwig · 14 years ago
  14. 207d041 xfs: kill struct xfs_iomap by Christoph Hellwig · 14 years ago
  15. e513182 xfs: report iomap_bn in block base by Christoph Hellwig · 14 years ago
  16. 8699bb0 xfs: report iomap_offset and iomap_bsize in block base by Christoph Hellwig · 14 years ago
  17. 9563b3d xfs: remove iomap_delta by Christoph Hellwig · 14 years ago
  18. 046f168 xfs: remove iomap_target by Christoph Hellwig · 14 years ago
  19. 826bf0a xfs: limit xfs_imap_to_bmap to a single mapping by Christoph Hellwig · 14 years ago
  20. 4a5224d xfs: simplify buffer to transaction matching by Christoph Hellwig · 14 years ago
  21. 2d1ff3c xfs: Make fiemap work in query mode. by Tao Ma · 14 years ago
  22. 48389ef xfs: kill off l_sectbb_mask by Alex Elder · 14 years ago
  23. 69ce58f xfs: record log sector size rather than log2(that) by Alex Elder · 14 years ago
  24. 1414a60 xfs: remove dead XFS_LOUD_RECOVERY code by Christoph Hellwig · 14 years ago
  25. 8112e9d xfs: removed unused XFS_QMOPT_ flags by Christoph Hellwig · 14 years ago
  26. 191f848 xfs: remove a few macro indirections in the quota code by Christoph Hellwig · 14 years ago
  27. 8a7b8a8 xfs: access quotainfo structure directly by Christoph Hellwig · 14 years ago
  28. 37bc574 xfs: wait for direct I/O to complete in fsync and write_inode by Christoph Hellwig · 14 years ago
  29. fce1cad xfs: xfs_trace.c: duplicated include by Andrea Gelmini · 14 years ago
  30. 3f943d8 xfs: minor odds and ends in xfs_log_recover.c by Alex Elder · 14 years ago
  31. e3bb2e3 xfs: avoid repeated pointer dereferences by Alex Elder · 14 years ago
  32. 9db127e xfs: change a few labels in xfs_log_recover.c by Alex Elder · 14 years ago
  33. 8c38366 xfs: enforce synchronous writes in xfs_bwrite by Christoph Hellwig · 14 years ago
  34. df308bc xfs: remove periodic superblock writeback by Christoph Hellwig · 14 years ago
  35. f983710 xfs: make the log ticket transaction id random by Dave Chinner · 14 years ago
  36. 36adecf xfs: nothing special about 1-block log sector by Alex Elder · 14 years ago
  37. ff30a62 xfs: encapsulate bbcount validity checking by Alex Elder · 14 years ago
  38. 5c17f53 xfs: kill XLOG_SECTOR_ROUND*() by Alex Elder · 14 years ago
  39. 8511998 xfs: simplify XLOG_SECTOR_ROUND*() by Alex Elder · 14 years ago
  40. 6881a22 xfs: fix min bufsize bugs in two places by Alex Elder · 14 years ago
  41. a0e856b xfs: add const qualifiers to xfs error function args by Alex Elder · 14 years ago
  42. 74457cf xfs: remove xfs_dqmarker by Christoph Hellwig · 14 years ago
  43. 3a8406f xfs: convert the dquot free list to use list heads by Dave Chinner · 14 years ago
  44. e6a81f1 xfs: convert the dquot hash list to use list heads by Dave Chinner · 14 years ago
  45. 368e136 xfs: remove duplicate code from dquot reclaim by Dave Chinner · 14 years ago
  46. 3a25404 xfs: convert the per-mount dquot list to use list heads by Dave Chinner · 14 years ago
  47. 9abbc53 xfs: add log item recovery tracing by Dave Chinner · 14 years ago
  48. e6b1f27 xfs: clean up xlog_write_adv_cnt by Christoph Hellwig · 14 years ago
  49. 55b6633 xfs: introduce new internal log vector structure by Dave Chinner · 14 years ago
  50. 99428ad xfs: reindent xlog_write by Christoph Hellwig · 14 years ago
  51. b5203cd xfs: factor xlog_write by Dave Chinner · 14 years ago
  52. 9b9fc2b7 xfs: log ticket reservation underestimates the number of iclogs by Dave Chinner · 14 years ago
  53. b1c1b5b xfs: Clean up xfs_trans_committed code after factoring by Dave Chinner · 14 years ago
  54. 8e646a5 xfs: update and factor xfs_trans_committed() by Dave Chinner · 14 years ago
  55. a3ccd2c xfs: clean up xfs_trans_commit logic even more by Christoph Hellwig · 14 years ago
  56. 0924378 xfs: split out iclog writing from xfs_trans_commit() by Dave Chinner · 14 years ago
  57. 713bf88 xfs: fix reservation release commit flag in xfs_bmap_add_attrfork() by Dave Chinner · 14 years ago
  58. 8e12385 xfs: remove stale parameter from ->iop_unpin method by Dave Chinner · 14 years ago
  59. 4aaf15d xfs: Add inode pin counts to traces by Dave Chinner · 14 years ago
  60. 43f5efc xfs: factor log item initialisation by Dave Chinner · 14 years ago
  61. e2a0781 xfs: add blockdev name to kthreads by Jan Engelhardt · 14 years ago
  62. fda168c xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.c by Zhitong Wang · 14 years ago
  63. 9bf729c xfs: add a shrinker to background inode reclaim by Dave Chinner · 14 years ago
  64. dd77ef9 xfs: more swap extent fixes for dynamic fork offsets by Dave Chinner · 14 years ago
  65. f1d486a xfs: don't warn on EAGAIN in inode reclaim by Dave Chinner · 14 years ago
  66. b6f8dd4 xfs: ensure that sync updates the log tail correctly by Dave Chinner · 14 years ago
  67. 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
  68. e8c3753 xfs: don't warn about page discards on shutdown by Dave Chinner · 14 years ago
  69. 8a262e5 xfs: use scalable vmap API by Alex Elder · 14 years ago
  70. cd9640a xfs: remove old vmap cache by Alex Elder · 14 years ago
  71. 66ce3cf Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  72. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  73. e213e26 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
  74. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  75. 26821ed make sure data is on disk before calling ->write_inode by Christoph Hellwig · 14 years ago
  76. 9b1f56d Merge branch 'for-2.6.34-rc1-batch2' into for-linus by Alex Elder · 14 years ago
  77. 07000ee xfs: return inode fork offset in bulkstat for fsr by Dave Chinner · 14 years ago
  78. 8babd8a xfs: Increase the default size of the reserved blocks pool by Dave Chinner · 14 years ago
  79. 3ed3a43 xfs: truncate delalloc extents when IO fails in writeback by Dave Chinner · 14 years ago
  80. 20f6b2c xfs: check for more work before sleeping in xfssyncd by Dave Chinner · 14 years ago
  81. 6941893 xfs: Fix a build warning in xfs_aops.c by Dave Chinner · 14 years ago
  82. ac0e773 quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquota by Christoph Hellwig · 14 years ago
  83. 8c4e4ac quota: clean up Q_XQUOTASYNC by Christoph Hellwig · 14 years ago
  84. 4ea41e2d Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming by J. Bruce Fields · 14 years ago
  85. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  86. f1f724e xfs: fix locking for inode cache radix tree tag updates by Christoph Hellwig · 14 years ago
  87. a14a5ab xfs: remove xfs_ipin/xfs_iunpin by Christoph Hellwig · 14 years ago
  88. 60ec6783 xfs: cleanup xfs_iunpin_wait/xfs_iunpin_nowait by Christoph Hellwig · 14 years ago
  89. d7658d4 xfs: kill xfs_lrw.h by Christoph Hellwig · 14 years ago
  90. d7e84f4 xfs: factor common xfs_trans_bjoin code by Christoph Hellwig · 14 years ago
  91. 35a8a72 xfs: stop passing opaque handles to xfs_log.c routines by Christoph Hellwig · 14 years ago
  92. c467c04 xfs: split xfs_bmap_btalloc by Christoph Hellwig · 14 years ago
  93. f7008d0 xfs: fix xfs_fsblock_t tracing by Christoph Hellwig · 14 years ago
  94. 024910c xfs: fix inode pincount check in fsync by Christoph Hellwig · 14 years ago
  95. 77d7a0c xfs: Non-blocking inode locking in IO completion by Dave Chinner · 14 years ago
  96. 66d834e xfs: implement optimized fdatasync by Christoph Hellwig · 14 years ago
  97. fd3200b xfs: remove wrapper for the fsync file operation by Christoph Hellwig · 14 years ago
  98. 00258e3 xfs: remove wrappers for read/write file operations by Christoph Hellwig · 14 years ago
  99. dda35b8 xfs: merge xfs_lrw.c into xfs_file.c by Christoph Hellwig · 14 years ago
  100. b262e5d xfs: fix dquota trace format by Christoph Hellwig · 14 years ago