1. e38c9b8 xfs: Remove the macro XFS_BUF_SET_TARGET by Chandra Seetharaman · 13 years ago
  2. 811e64c Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned by Chandra Seetharaman · 13 years ago
  3. 02fe03d xfs: Remove the macro XFS_BUF_SET_PTR by Chandra Seetharaman · 13 years ago
  4. 6292604 xfs: Remove the macro XFS_BUF_PTR by Chandra Seetharaman · 13 years ago
  5. 0095a21 xfs: Remove macro XFS_BUF_SET_START by Chandra Seetharaman · 13 years ago
  6. 72790aa xfs: Remove macro XFS_BUF_HOLD by Chandra Seetharaman · 13 years ago
  7. b75e40a xfs: Remove macro XFS_BUF_BUSY and family by Chandra Seetharaman · 13 years ago
  8. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  9. ed43233 xfs: Remove the macro XFS_BUF_BFLAGS by Chandra Seetharaman · 13 years ago
  10. 55fb25d5 xfs: add size update tracepoint to IO completion by Dave Chinner · 13 years ago
  11. af3e402 xfs: convert AIL cursors to use struct list_head by Dave Chinner · 13 years ago
  12. 16b5902 xfs: remove confusing ail cursor wrapper by Dave Chinner · 13 years ago
  13. 1d8c95a xfs: use a cursor for bulk AIL insertion by Dave Chinner · 13 years ago
  14. ad1a2c8 xfs: failure mapping nfs fh to inode should return ESTALE by J. Bruce Fields · 13 years ago
  15. adab0f6 xfs: Remove the second parameter to xfs_sb_count() by Chandra Seetharaman · 13 years ago
  16. d0f9e8f xfs: remove the dead XFS_DABUF_DEBUG code by Christoph Hellwig · 13 years ago
  17. c84470d xfs: remove leftovers of the old btree tracing code by Christoph Hellwig · 13 years ago
  18. ea15ab3 xfs: remove the dead QUOTADEBUG code by Christoph Hellwig · 13 years ago
  19. 54244fe xfs: remove the unused xfs_buf_delwri_sort function by Christoph Hellwig · 13 years ago
  20. cb669ca xfs: remove wrappers around b_iodone by Christoph Hellwig · 13 years ago
  21. adadbee xfs: remove wrappers around b_fspriv by Christoph Hellwig · 13 years ago
  22. bf9d901 xfs: add a proper transaction pointer to struct xfs_buf by Christoph Hellwig · 13 years ago
  23. 77936d0 xfs: factor out xfs_da_grow_inode_int by Christoph Hellwig · 13 years ago
  24. a230a1d xfs: factor out xfs_dir2_leaf_find_stale by Christoph Hellwig · 13 years ago
  25. a00b774 xfs: cleanup struct xfs_dir2_free by Christoph Hellwig · 13 years ago
  26. 5792664 xfs: reshuffle dir2 headers by Christoph Hellwig · 13 years ago
  27. 2bcf6e9 xfs: start periodic workers later by Christoph Hellwig · 13 years ago
  28. b2ce397 Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc" by Alex Elder · 13 years ago
  29. 81463b1 xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact() by Chandra Seetharaman · 13 years ago
  30. c0e090c xfs: consolidate & clarify mount sanity checks by Eric Sandeen · 13 years ago
  31. e163cbd xfs: avoid a few disk cache flushes by Christoph Hellwig · 13 years ago
  32. 1d5ae5d xfs: cleanup I/O-related buffer flags by Christoph Hellwig · 13 years ago
  33. c8da0fa xfs: return the buffer locked from xfs_buf_get_uncached by Christoph Hellwig · 13 years ago
  34. 0c842ad xfs: clean up buffer locking helpers by Christoph Hellwig · 13 years ago
  35. bbb4197 xfs: remove the unused xfs_bufhash structure by Christoph Hellwig · 13 years ago
  36. 69ef921 xfs: byteswap constants instead of variables by Christoph Hellwig · 13 years ago
  37. 218106a xfs: use generic get_unaligned_beXX helpers by Christoph Hellwig · 13 years ago
  38. 2282396 xfs: cleanup struct xfs_dir2_leaf by Christoph Hellwig · 13 years ago
  39. 3ed8638 xfs: cleanup the definition of struct xfs_dir2_data_entry by Christoph Hellwig · 13 years ago
  40. 0ba9cd8 xfs: kill struct xfs_dir2_data by Christoph Hellwig · 13 years ago
  41. c2066e2 xfs: avoid usage of struct xfs_dir2_data by Christoph Hellwig · 13 years ago
  42. a64b041 xfs: kill struct xfs_dir2_block by Christoph Hellwig · 13 years ago
  43. 4f6ae1a xfs: avoid usage of struct xfs_dir2_block by Christoph Hellwig · 13 years ago
  44. 78f70cd xfs: cleanup the definition of struct xfs_dir2_sf_entry by Christoph Hellwig · 13 years ago
  45. ac8ba50 xfs: kill struct xfs_dir2_sf by Christoph Hellwig · 13 years ago
  46. 8bc3878 xfs: cleanup shortform directory inode number handling by Christoph Hellwig · 13 years ago
  47. 4fb44c8 xfs: factor out xfs_dir2_leaf_find_entry by Christoph Hellwig · 13 years ago
  48. 29d104a xfs: kill the unused struct xfs_sync_work by Christoph Hellwig · 13 years ago
  49. f3ca8738 xfs: remove i_transp by Christoph Hellwig · 13 years ago
  50. 7a249cf xfs: fix filesystsem freeze race in xfs_trans_alloc by Christoph Hellwig · 13 years ago
  51. 33b8f7c xfs: improve sync behaviour in the face of aggressive dirtying by Christoph Hellwig · 13 years ago
  52. 8f04c47 xfs: split xfs_itruncate_finish by Christoph Hellwig · 13 years ago
  53. 857b977 xfs: kill xfs_itruncate_start by Christoph Hellwig · 13 years ago
  54. 681b120 xfs: always log timestamp updates in xfs_setattr_size by Christoph Hellwig · 13 years ago
  55. c4ed424 xfs: split xfs_setattr by Christoph Hellwig · 13 years ago
  56. dec58f1 xfs: work around bogus gcc warning in xfs_allocbt_init_cursor by Christoph Hellwig · 13 years ago
  57. dbcdde3 xfs: re-enable non-blocking behaviour in xfs_map_blocks by Christoph Hellwig · 13 years ago
  58. 680a647 xfs: PF_FSTRANS should never be set in ->writepage by Christoph Hellwig · 13 years ago
  59. 1316d4d xfs: unpin stale inodes directly in IOP_COMMITTED by Dave Chinner · 13 years ago
  60. 4a33821 xfs: prevent bogus assert when trying to remove non-existent attribute by Dave Chinner · 13 years ago
  61. df4368a xfs: clear XFS_IDIRTY_RELEASE on truncate down by Dave Chinner · 13 years ago
  62. 778e24b xfs: reset inode per-lifetime state when recycling it by Dave Chinner · 13 years ago
  63. a27a263 xfs: make log devices with write back caches work by Christoph Hellwig · 13 years ago
  64. c46a131 xfs: fix ->mknod() return value on xfs_get_acl() failure by Al Viro · 13 years ago
  65. 59c5f46 Linux 3.0-rc2 by Linus Torvalds · 13 years ago
  66. e0dcd8a mm: fix ENOSPC returned by handle_mm_fault() by Hugh Dickins · 13 years ago
  67. 0d6925d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  68. c12f667 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 13 years ago
  69. 3190dad Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 13 years ago
  70. 0792644 Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra by Linus Torvalds · 13 years ago
  71. f2a4d8a ARM: Tegra: Harmony: Fix conflicting GPIO numbering by Stephen Warren · 13 years ago
  72. e6ece70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  73. 942c1a9 hwmon: (max6642): Better chip detection schema by Per Dalén · 13 years ago
  74. 23c79d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago
  75. 0e833d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  76. aa0467d btrfs: fix uninitialized variable warning by David Sterba · 13 years ago
  77. 7841cb2 btrfs: add helper for fs_info->closing by David Sterba · 13 years ago
  78. 4b9465c Btrfs: add mount -o inode_cache by Chris Mason · 13 years ago
  79. e7786c3 btrfs: scrub: add explicit plugging by Arne Jansen · 13 years ago
  80. a4689d2 btrfs: use btrfs_ino to access inode number by David Sterba · 13 years ago
  81. d132a53 Btrfs: don't save the inode cache if we are deleting this root by Josef Bacik · 13 years ago
  82. 5f3f302 btrfs: false BUG_ON when degraded by Arne Jansen · 13 years ago
  83. ca456ae Btrfs: don't save the inode cache in non-FS roots by liubo · 13 years ago
  84. 211f96c Btrfs: make sure we don't overflow the free space cache crc page by Chris Mason · 13 years ago
  85. 17aca1c Btrfs: fix uninit variable in the delayed inode code by Chris Mason · 13 years ago
  86. 1bc8779 btrfs: scrub: don't reuse bios and pages by Arne Jansen · 13 years ago
  87. 4f1ba49 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  88. 39b4a46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 13 years ago
  89. cb37bbd Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  90. 3af91a1 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  91. 9a44fde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest by Linus Torvalds · 13 years ago
  92. cd4ecf8 Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 13 years ago
  93. 1f3bd0f Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 13 years ago
  94. bb3d6bf Revert "ASoC: Update cx20442 for TTY API change" by Linus Torvalds · 13 years ago
  95. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  96. 7b29dc2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 13 years ago
  97. 157186b ALSA: usb - turn off de-emphasis in s/pdif for cm6206 by Eric Lammerts · 13 years ago
  98. 0980119 UBIFS: fix-up free space earlier by Ben Gardiner · 13 years ago
  99. 781c571 UBIFS: intialize LPT earlier by Ben Gardiner · 13 years ago
  100. 4f1ab9b UBIFS: assert no fixup when writing a node by Ben Gardiner · 13 years ago