1. 254c8c2 xfs: remove nr_to_write writeback windup. by Dave Chinner · 14 years ago
  2. 1bf7dbf Merge branch 'master' into for-linus by Alex Elder · 14 years ago
  3. f936972 xfs: improve xfs_isilocked by Christoph Hellwig · 14 years ago
  4. 070ecdc xfs: skip writeback from reclaim context by Christoph Hellwig · 14 years ago
  5. 5b257b4 xfs: fix race in inode cluster freeing failing to stale inodes by Dave Chinner · 14 years ago
  6. fb3b504 xfs: fix access to upper inodes without inode64 by Christoph Hellwig · 14 years ago
  7. 9b98b6f xfs: fix might_sleep() warning when initialising per-ag tree by Dave Chinner · 14 years ago
  8. 38e712a fs/xfs/quota: Add missing mutex_unlock by Julia Lawall · 14 years ago
  9. 3bd0946 xfs: remove duplicated #include by Huang Weiyi · 14 years ago
  10. f8adb4d xfs: convert more trace events to DEFINE_EVENT by Li Zefan · 14 years ago
  11. 292ec4c xfs: xfs_trace.c: remove duplicated #include by Huang Weiyi · 14 years ago
  12. 07f1a4f xfs: Check new inode size is OK before preallocating by Dave Chinner · 14 years ago
  13. fdc07f4 xfs: clean up xlog_align by Christoph Hellwig · 15 years ago
  14. 025101d xfs: cleanup log reservation calculactions by Christoph Hellwig · 15 years ago
  15. 32891b2 xfs: be more explicit if RT mount fails due to config by Eric Sandeen · 15 years ago
  16. 657a4cf xfs: replace E2BIG with EFBIG where appropriate by Eric Sandeen · 15 years ago
  17. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  18. 88e8837 Merge branch 'delayed-logging-for-2.6.35' into for-linus by Alex Elder · 14 years ago
  19. ccf7c23 xfs: Ensure inode allocation buffers are fully replayed by Dave Chinner · 14 years ago
  20. df80615 xfs: enable background pushing of the CIL by Dave Chinner · 14 years ago
  21. 9da1ab1 xfs: forced unmounts need to push the CIL by Dave Chinner · 14 years ago
  22. 71e330b xfs: Introduce delayed logging core code by Dave Chinner · 14 years ago
  23. ed3b4d6 xfs: Improve scalability of busy extent tracking by Dave Chinner · 14 years ago
  24. 955833c xfs: make the log ticket ID available outside the log infrastructure by Dave Chinner · 14 years ago
  25. 169a7b0 xfs: clean up log ticket overrun debug output by Dave Chinner · 15 years ago
  26. c115541 xfs: Clean up XFS_BLI_* flag namespace by Dave Chinner · 15 years ago
  27. 64fc35d xfs: modify buffer item reference counting by Dave Chinner · 15 years ago
  28. 3383ca5 xfs: allow log ticket allocation to take allocation flags by Dave Chinner · 15 years ago
  29. 524ee36 xfs: Don't reuse the same transaction ID for duplicated transactions. by Dave Chinner · 15 years ago
  30. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  31. 46e5876 xfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  32. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  33. c472b43 quota: unify ->set_dqblk by Christoph Hellwig · 15 years ago
  34. b9b2dd3 quota: unify ->get_dqblk by Christoph Hellwig · 15 years ago
  35. b4ed462 xfs: mark xfs_iomap_write_ helpers static by Christoph Hellwig · 15 years ago
  36. bd1556a xfs: clean up end index calculation in xfs_page_state_convert by Christoph Hellwig · 15 years ago
  37. 2b8f12b xfs: clean up mapping size calculation in __xfs_get_blocks by Christoph Hellwig · 15 years ago
  38. 558e689 xfs: clean up xfs_iomap_valid by Christoph Hellwig · 15 years ago
  39. 34a52c6 xfs: move I/O type flags into xfs_aops.c by Christoph Hellwig · 15 years ago
  40. 207d041 xfs: kill struct xfs_iomap by Christoph Hellwig · 15 years ago
  41. e513182 xfs: report iomap_bn in block base by Christoph Hellwig · 15 years ago
  42. 8699bb0 xfs: report iomap_offset and iomap_bsize in block base by Christoph Hellwig · 15 years ago
  43. 9563b3d xfs: remove iomap_delta by Christoph Hellwig · 15 years ago
  44. 046f168 xfs: remove iomap_target by Christoph Hellwig · 15 years ago
  45. 826bf0a xfs: limit xfs_imap_to_bmap to a single mapping by Christoph Hellwig · 15 years ago
  46. 4a5224d xfs: simplify buffer to transaction matching by Christoph Hellwig · 15 years ago
  47. 2d1ff3c xfs: Make fiemap work in query mode. by Tao Ma · 15 years ago
  48. 48389ef xfs: kill off l_sectbb_mask by Alex Elder · 15 years ago
  49. 69ce58f xfs: record log sector size rather than log2(that) by Alex Elder · 15 years ago
  50. 1414a60 xfs: remove dead XFS_LOUD_RECOVERY code by Christoph Hellwig · 15 years ago
  51. 8112e9d xfs: removed unused XFS_QMOPT_ flags by Christoph Hellwig · 15 years ago
  52. 191f848 xfs: remove a few macro indirections in the quota code by Christoph Hellwig · 15 years ago
  53. 8a7b8a8 xfs: access quotainfo structure directly by Christoph Hellwig · 15 years ago
  54. 37bc574 xfs: wait for direct I/O to complete in fsync and write_inode by Christoph Hellwig · 15 years ago
  55. fce1cad xfs: xfs_trace.c: duplicated include by Andrea Gelmini · 15 years ago
  56. 3f943d8 xfs: minor odds and ends in xfs_log_recover.c by Alex Elder · 15 years ago
  57. e3bb2e3 xfs: avoid repeated pointer dereferences by Alex Elder · 15 years ago
  58. 9db127e xfs: change a few labels in xfs_log_recover.c by Alex Elder · 15 years ago
  59. 8c38366 xfs: enforce synchronous writes in xfs_bwrite by Christoph Hellwig · 15 years ago
  60. df308bc xfs: remove periodic superblock writeback by Christoph Hellwig · 15 years ago
  61. f983710 xfs: make the log ticket transaction id random by Dave Chinner · 15 years ago
  62. 36adecf xfs: nothing special about 1-block log sector by Alex Elder · 15 years ago
  63. ff30a62 xfs: encapsulate bbcount validity checking by Alex Elder · 15 years ago
  64. 5c17f53 xfs: kill XLOG_SECTOR_ROUND*() by Alex Elder · 15 years ago
  65. 8511998 xfs: simplify XLOG_SECTOR_ROUND*() by Alex Elder · 15 years ago
  66. 6881a22 xfs: fix min bufsize bugs in two places by Alex Elder · 15 years ago
  67. a0e856b xfs: add const qualifiers to xfs error function args by Alex Elder · 15 years ago
  68. 74457cf xfs: remove xfs_dqmarker by Christoph Hellwig · 15 years ago
  69. 3a8406f xfs: convert the dquot free list to use list heads by Dave Chinner · 15 years ago
  70. e6a81f1 xfs: convert the dquot hash list to use list heads by Dave Chinner · 15 years ago
  71. 368e136 xfs: remove duplicate code from dquot reclaim by Dave Chinner · 15 years ago
  72. 3a25404 xfs: convert the per-mount dquot list to use list heads by Dave Chinner · 15 years ago
  73. 9abbc53 xfs: add log item recovery tracing by Dave Chinner · 15 years ago
  74. e6b1f27 xfs: clean up xlog_write_adv_cnt by Christoph Hellwig · 15 years ago
  75. 55b6633 xfs: introduce new internal log vector structure by Dave Chinner · 15 years ago
  76. 99428ad xfs: reindent xlog_write by Christoph Hellwig · 15 years ago
  77. b5203cd xfs: factor xlog_write by Dave Chinner · 15 years ago
  78. 9b9fc2b7 xfs: log ticket reservation underestimates the number of iclogs by Dave Chinner · 15 years ago
  79. b1c1b5b xfs: Clean up xfs_trans_committed code after factoring by Dave Chinner · 15 years ago
  80. 8e646a5 xfs: update and factor xfs_trans_committed() by Dave Chinner · 15 years ago
  81. a3ccd2c xfs: clean up xfs_trans_commit logic even more by Christoph Hellwig · 15 years ago
  82. 0924378 xfs: split out iclog writing from xfs_trans_commit() by Dave Chinner · 15 years ago
  83. 713bf88 xfs: fix reservation release commit flag in xfs_bmap_add_attrfork() by Dave Chinner · 15 years ago
  84. 8e12385 xfs: remove stale parameter from ->iop_unpin method by Dave Chinner · 15 years ago
  85. 4aaf15d xfs: Add inode pin counts to traces by Dave Chinner · 15 years ago
  86. 43f5efc xfs: factor log item initialisation by Dave Chinner · 15 years ago
  87. e2a0781 xfs: add blockdev name to kthreads by Jan Engelhardt · 15 years ago
  88. fda168c xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.c by Zhitong Wang · 15 years ago
  89. 9bf729c xfs: add a shrinker to background inode reclaim by Dave Chinner · 15 years ago
  90. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 15 years ago
  91. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 15 years ago
  92. dd77ef9 xfs: more swap extent fixes for dynamic fork offsets by Dave Chinner · 15 years ago
  93. f1d486a xfs: don't warn on EAGAIN in inode reclaim by Dave Chinner · 15 years ago
  94. b6f8dd4 xfs: ensure that sync updates the log tail correctly by Dave Chinner · 15 years ago
  95. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  96. e8c3753 xfs: don't warn about page discards on shutdown by Dave Chinner · 15 years ago
  97. 8a262e5 xfs: use scalable vmap API by Alex Elder · 15 years ago
  98. cd9640a xfs: remove old vmap cache by Alex Elder · 15 years ago
  99. 66ce3cf Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  100. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago