1. 4347b9d xfs: clean up buffer allocation by Christoph Hellwig · 13 years ago
  2. af5c4be xfs: remove buffers from the delwri list in xfs_buf_stale by Christoph Hellwig · 13 years ago
  3. c867cb6 xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE by Christoph Hellwig · 13 years ago
  4. 38f2323 xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF by Christoph Hellwig · 13 years ago
  5. 5fde032 xfs: remove XFS_BUF_FINISH_IOWAIT by Christoph Hellwig · 13 years ago
  6. b17b833 xfs: remove xfs_get_buftarg_list by Christoph Hellwig · 13 years ago
  7. 87c7bec xfs: fix buffer flushing during unmount by Christoph Hellwig · 13 years ago
  8. 1da2f2d xfs: optimize fsync on directories by Christoph Hellwig · 13 years ago
  9. 670ce93 xfs: reduce the number of log forces from tail pushing by Dave Chinner · 13 years ago
  10. 3815832 xfs: Don't allocate new buffers on every call to _xfs_buf_find by Dave Chinner · 13 years ago
  11. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  12. 23bb0be xfs: unlock the inode before log force in xfs_change_file_space by Christoph Hellwig · 13 years ago
  13. 8292d88 xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadata by Christoph Hellwig · 13 years ago
  14. b103705 xfs: unlock the inode before log force in xfs_fsync by Christoph Hellwig · 13 years ago
  15. 815cb21 xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commit by Christoph Hellwig · 13 years ago
  16. c029a50 xfs: fix possible overflow in xfs_ioc_trim() by Lukas Czerner · 13 years ago
  17. d952e2f xfs: cleanup xfs_bmap.h by Christoph Hellwig · 13 years ago
  18. b0eab14 xfs: dont ignore error code from xfs_bmbt_update by Christoph Hellwig · 13 years ago
  19. c653424 xfs: pass bmalloca to xfs_bmap_add_extent_hole_real by Christoph Hellwig · 13 years ago
  20. 572a4cf xfs: pass bmalloca to xfs_bmap_add_extent_delay_real by Christoph Hellwig · 13 years ago
  21. c315c90 xfs: move logflags into bmalloca by Christoph Hellwig · 13 years ago
  22. e0c3da5 xfs: move lastx and nallocs into bmalloca by Dave Chinner · 13 years ago
  23. 29c8d17 xfs: move btree cursor into bmalloca by Dave Chinner · 13 years ago
  24. 963c30c xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocate by Dave Chinner · 13 years ago
  25. 3a75667 xfs: rename allocation range fields in struct xfs_bmalloca by Dave Chinner · 13 years ago
  26. 0937e0f xfs: move firstblock and bmap freelist cursor into bmalloca structure by Dave Chinner · 13 years ago
  27. baf41a5 xfs: move extent records into bmalloca structure by Dave Chinner · 13 years ago
  28. 1b16447 xfs: pass bmalloca structure to xfs_bmap_isaeof by Dave Chinner · 13 years ago
  29. a5bd606b xfs: remove xfs_bmap_add_extent by Christoph Hellwig · 13 years ago
  30. 27a3f8f xfs: introduce xfs_bmap_last_extent by Christoph Hellwig · 13 years ago
  31. c0dc782 xfs: rename xfs_bmapi to xfs_bmapi_write by Dave Chinner · 13 years ago
  32. b447fe5 xfs: factor unwritten extent map manipulations out of xfs_bmapi by Dave Chinner · 13 years ago
  33. 7e47a4e xfs: factor extent allocation out of xfs_bmapi by Dave Chinner · 13 years ago
  34. 1fd044d xfs: do not use xfs_bmap_add_extent for adding delalloc extents by Christoph Hellwig · 13 years ago
  35. 4403280 xfs: introduce xfs_bmapi_delay() by Christoph Hellwig · 13 years ago
  36. b64dfe4 xfs: factor delalloc reservations out of xfs_bmapi by Christoph Hellwig · 13 years ago
  37. 5b777ad xfs: remove xfs_bmapi_single() by Dave Chinner · 13 years ago
  38. 5c8ed20 xfs: introduce xfs_bmapi_read() by Dave Chinner · 13 years ago
  39. aef9a89 xfs: factor extent map manipulations out of xfs_bmapi by Dave Chinner · 13 years ago
  40. ecee76b xfs: remove the nextents variable in xfs_bmapi by Christoph Hellwig · 13 years ago
  41. b9b984d xfs: remove impossible to read code in xfs_bmap_add_extent_delay_real by Christoph Hellwig · 13 years ago
  42. e7455e0 xfs: remove the first extent special case in xfs_bmap_add_extent by Christoph Hellwig · 13 years ago
  43. ed32201 xfs: Return -EIO when xfs_vn_getattr() failed by Mitsuo Hayasaka · 13 years ago
  44. eabbaf1 xfs: Fix the incorrect comment in the header of _xfs_buf_find by Chandra Seetharaman · 13 years ago
  45. 2a30f36d xfs: Check the return value of xfs_trans_get_buf() by Chandra Seetharaman · 13 years ago
  46. b522950 xfs: Check the return value of xfs_buf_get() by Chandra Seetharaman · 13 years ago
  47. 04f658e xfs: improve ioend error handling by Christoph Hellwig · 13 years ago
  48. c58cb16 xfs: avoid direct I/O write vs buffered I/O race by Christoph Hellwig · 13 years ago
  49. 859f57c xfs: avoid synchronous transactions when deleting attr blocks by Christoph Hellwig · 13 years ago
  50. 4a06fd2 xfs: remove i_iocount by Christoph Hellwig · 13 years ago
  51. 2b3ffd7 xfs: wait for I/O completion when writing out pages in xfs_setattr_size by Christoph Hellwig · 13 years ago
  52. fc0063c xfs: reduce ioend latency by Christoph Hellwig · 13 years ago
  53. c859cdd xfs: defer AIO/DIO completions by Christoph Hellwig · 13 years ago
  54. 398d25e xfs: remove dead ENODEV handling in xfs_destroy_ioend by Christoph Hellwig · 13 years ago
  55. c4e1c09 xfs: use the "delwri" terminology consistently by Christoph Hellwig · 13 years ago
  56. c2b006c xfs: let xfs_bwrite callers handle the xfs_buf_relse by Christoph Hellwig · 13 years ago
  57. 61551f1 xfs: call xfs_buf_delwri_queue directly by Christoph Hellwig · 13 years ago
  58. 5a8ee6b xfs: move more delwri setup into xfs_buf_delwri_queue by Christoph Hellwig · 13 years ago
  59. 527cfdf xfs: remove the unlock argument to xfs_buf_delwri_queue by Christoph Hellwig · 13 years ago
  60. 375ec69d xfs: remove delwri buffer handling from xfs_buf_iorequest by Christoph Hellwig · 13 years ago
  61. 7271d24 xfs: don't serialise adjacent concurrent direct IO appending writes by Dave Chinner · 13 years ago
  62. 0c38a25 xfs: don't serialise direct IO reads on page cache checks by Dave Chinner · 13 years ago
  63. 976d167 Linux 3.1-rc9 by Linus Torvalds · 13 years ago
  64. 8a04b45 Merge git://github.com/davem330/net by Linus Torvalds · 13 years ago
  65. a8062e4 Merge branch 'fix/asoc' of git://github.com/tiwai/sound by Linus Torvalds · 13 years ago
  66. 1fd2a85 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  67. f8451c3 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  68. 5f39e67 PCI: Disable MPS configuration by default by Jon Mason · 13 years ago
  69. 12d5180 drm/radeon/kms: fix channel_remap setup (v2) by Alex Deucher · 13 years ago
  70. f3e03e2e spi-topcliff-pch: Fix overrun issue by Tomoya MORINAGA · 13 years ago
  71. 25e803f spi-topcliff-pch: Add recovery processing in case FIFO overrun error occurs by Tomoya MORINAGA · 13 years ago
  72. 373b0eb spi-topcliff-pch: Fix CPU read complete condition issue by Tomoya MORINAGA · 13 years ago
  73. 8b7aa96 spi-topcliff-pch: Fix SSN Control issue by Tomoya MORINAGA · 13 years ago
  74. 27504be spi-topcliff-pch: add tx-memory clear after complete transmitting by Tomoya MORINAGA · 13 years ago
  75. 05faadc lis3: fix regression of HP DriveGuard with 8bit chip by Takashi Iwai · 13 years ago
  76. 0f86267 Merge branch 'hwmon-for-linus' of git://github.com/groeck/linux by Linus Torvalds · 13 years ago
  77. 0d61792 Merge git://github.com/davem330/ide by Linus Torvalds · 13 years ago
  78. 7fd21be Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  79. 2c8fc86 ide-disk: Fix request requeuing by Borislav Petkov · 13 years ago
  80. 805e969 pch_gbe: Fixed the issue on which a network freezes by Toshiharu Okada · 13 years ago
  81. 5f3a114 pch_gbe: Fixed the issue on which PC was frozen when link was downed. by Toshiharu Okada · 13 years ago
  82. 7091fbd make PACKET_STATISTICS getsockopt report consistently between ring and non-ring by Willem de Bruijn · 13 years ago
  83. d0e5d83 net: xen-netback: correctly restart Tx after a VM restore/migrate by David Vrabel · 13 years ago
  84. a0db2da bonding: properly stop queuing work when requested by Andy Gospodarek · 13 years ago
  85. 02e6859 drm/radeon: Set cursor x/y to 0 when x/yorigin > 0. by Michel Dänzer · 13 years ago
  86. b8aee29 drm/radeon: Update AVIVO cursor coordinate origin before x/yorigin calculation. by Michel Dänzer · 13 years ago
  87. 7d30952 drm/radeon: Simplify cursor x/yorigin calculation. by Michel Dänzer · 13 years ago
  88. b356fe0 drm/radeon/kms: fix cursor image off-by-one error by Nicholas Miell · 13 years ago
  89. 5ba7ddf drm/radeon/kms: Fix logic error in DP HPD handler by Alex Deucher · 13 years ago
  90. 6375bda drm/radeon/kms: add retry limits for native DP aux defer by Alex Deucher · 13 years ago
  91. 109bc10 drm/radeon/kms: fix regression in DP aux defer handling by Alex Deucher · 13 years ago
  92. 9b13776 Merge branch 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  93. 4edf588 Merge branch 'for-linus' of git://github.com/tiwai/sound by Linus Torvalds · 13 years ago
  94. b5c49d4 ASoC: omap_mcpdm_remove cannot be __devexit by Arnd Bergmann · 13 years ago
  95. 21d17dd ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC by Axel Lin · 13 years ago
  96. eff919a ASoC: use a valid device for dev_err() in Zylonite by Arnd Bergmann · 13 years ago
  97. 2e51818 Merge branch 'perf-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  98. f72a209 Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  99. b6316429 Btrfs: force a page fault if we have a shorty copy on a page boundary by Josef Bacik · 13 years ago
  100. 9d3ec7a Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent by Ingo Molnar · 13 years ago