1. a46db60 xfs: add FITRIM support by Christoph Hellwig · 14 years ago
  2. c58efdb xfs: ensure log covering transactions are synchronous by Dave Chinner · 14 years ago
  3. eda7798 xfs: serialise unaligned direct IOs by Dave Chinner · 14 years ago
  4. 4d8d158 xfs: factor common write setup code by Dave Chinner · 14 years ago
  5. 637bbc7 xfs: split buffered IO write path from xfs_file_aio_write by Dave Chinner · 14 years ago
  6. f0d26e8 xfs: split direct IO write path from xfs_file_aio_write by Dave Chinner · 14 years ago
  7. 487f84f xfs: introduce xfs_rw_lock() helpers for locking the inode by Dave Chinner · 14 years ago
  8. 4c5cfd1 xfs: factor post-write newsize updates by Dave Chinner · 14 years ago
  9. edafb6d xfs: factor common post-write isize handling code by Dave Chinner · 14 years ago
  10. a363f0c xfs: ensure sync write errors are returned by Dave Chinner · 14 years ago
  11. d0eb2f3 xfs: convert grant head manipulations to lockless algorithm by Dave Chinner · 14 years ago
  12. 3f16b98 xfs: introduce new locks for the log grant ticket wait queues by Dave Chinner · 14 years ago
  13. c8a09ff xfs: convert log grant heads to atomic variables by Dave Chinner · 14 years ago
  14. 1c3cb9e xfs: convert l_tail_lsn to an atomic variable. by Dave Chinner · 14 years ago
  15. 84f3c68 xfs: convert l_last_sync_lsn to an atomic variable by Dave Chinner · 14 years ago
  16. 2ced19c xfs: make AIL tail pushing independent of the grant lock by Dave Chinner · 14 years ago
  17. eb40a87 xfs: use wait queues directly for the log wait queues by Dave Chinner · 14 years ago
  18. a69ed03 xfs: combine grant heads into a single 64 bit integer by Dave Chinner · 14 years ago
  19. 663e496 xfs: rework log grant space calculations by Dave Chinner · 14 years ago
  20. 3f336c6 xfs: fact out common grant head/log tail verification code by Dave Chinner · 14 years ago
  21. 1054794 xfs: convert log grant ticket queues to list heads by Dave Chinner · 14 years ago
  22. 9552e7f xfs: use AIL bulk delete function to implement single delete by Dave Chinner · 14 years ago
  23. e605994 xfs: use AIL bulk update function to implement single updates by Dave Chinner · 14 years ago
  24. 3013683 xfs: remove all the inodes on a buffer from the AIL in bulk by Dave Chinner · 14 years ago
  25. c90821a xfs: consume iodone callback items on buffers as they are processed by Dave Chinner · 14 years ago
  26. e677d0f xfs: reduce the number of AIL push wakeups by Dave Chinner · 14 years ago
  27. 0e57f6a xfs: bulk AIL insertion during transaction commit by Dave Chinner · 14 years ago
  28. eb3efa1 xfs: clean up xfs_ail_delete() by Dave Chinner · 14 years ago
  29. b199c8a xfs: Pull EFI/EFD handling out from under the AIL lock by Dave Chinner · 14 years ago
  30. 9c5f841 xfs: fix EFI transaction cancellation. by Dave Chinner · 14 years ago
  31. 821eb21 xfs: connect up buffer reclaim priority hooks by Dave Chinner · 14 years ago
  32. 430cbeb xfs: add a lru to the XFS buffer cache by Dave Chinner · 14 years ago
  33. ff57ab2 xfs: convert xfsbud shrinker to a per-buftarg shrinker. by Dave Chinner · 14 years ago
  34. 1a427ab xfs: convert pag_ici_lock to a spin lock by Dave Chinner · 14 years ago
  35. 1a3e8f3 xfs: convert inode cache lookups to use RCU locking by Dave Chinner · 14 years ago
  36. d95b7aa xfs: rcu free inodes by Dave Chinner · 14 years ago
  37. 6e85756 xfs: don't truncate prealloc from frequently accessed inodes by Dave Chinner · 14 years ago
  38. 055388a xfs: dynamic speculative EOF preallocation by Dave Chinner · 14 years ago
  39. 622d814 xfs: use KM_NOFS for allocations during attribute list operations by Dave Chinner · 14 years ago
  40. dcfcf20 xfs: provide a inode iolock lockdep class by Dave Chinner · 14 years ago
  41. 489a150 xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helper by Christoph Hellwig · 14 years ago
  42. 9f9baab xfs: clean up xfs_alloc_ag_vextent_exact by Christoph Hellwig · 14 years ago
  43. ecff71e xfs: simplify xfs_map_at_offset by Christoph Hellwig · 14 years ago
  44. aeea1b1 xfs: refactor xfs_vm_writepage by Christoph Hellwig · 14 years ago
  45. 2fa24f9 xfs: remove the all_bh flag from xfs_convert_page by Christoph Hellwig · 14 years ago
  46. ed1e7b7 xfs: remove xfs_probe_cluster by Christoph Hellwig · 14 years ago
  47. 8ff2957 xfs: simplify xfs_map_blocks by Christoph Hellwig · 14 years ago
  48. a206c81 xfs: kill xfs_iomap by Christoph Hellwig · 14 years ago
  49. 405f804 xfs: cleanup the xfs_iomap_write_* helpers by Christoph Hellwig · 14 years ago
  50. 6ac7248 xfs: a few small tweaks for overwrites in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  51. 221cb25 xfs: remove some dead bio handling code by Christoph Hellwig · 14 years ago
  52. 85da94c xfs: improve mapping type check in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  53. c9f71f5 xfs: untangle phase1 vs phase2 recovery helpers by Christoph Hellwig · 14 years ago
  54. d045094 xfs: refactor xlog_recover_commit_trans by Christoph Hellwig · 14 years ago
  55. d5689ea xfs: use struct list_head for the buf cancel table by Christoph Hellwig · 14 years ago
  56. e2714bf xfs: remove leftovers of old buffer log items in recovery code by Christoph Hellwig · 14 years ago
  57. 576ecb8 xfs: fix exporting with left over 64-bit inodes by Samuel Kvasnica · 14 years ago
  58. 05340d4 xfs: log timestamp changes to the source inode in rename by Christoph Hellwig · 14 years ago
  59. c76febe xfs: only run xfs_error_test if error injection is active by Dave Chinner · 14 years ago
  60. de25c18 xfs: avoid moving stale inodes in the AIL by Dave Chinner · 14 years ago
  61. 309c848 xfs: delayed alloc blocks beyond EOF are valid after writeback by Dave Chinner · 14 years ago
  62. 90810b9 xfs: push stale, pinned buffers on trylock failures by Dave Chinner · 14 years ago
  63. c726de4 xfs: fix failed write truncation handling. by Dave Chinner · 14 years ago
  64. e8a7e48 Linux 2.6.37-rc4 by Linus Torvalds · 14 years ago
  65. 32e1572 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  66. f2e785e powerpc: Use call_rcu_sched() for pagetables by Peter Zijlstra · 14 years ago
  67. bcb38ce Revert "debug_locks: set oops_in_progress if we will log messages." by Dave Airlie · 14 years ago
  68. 8f1b1a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  69. a01af8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  70. a9735c8 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  71. 3f0d3d0 tpm: Autodetect itpm devices by Matthew Garrett · 14 years ago
  72. aa3fc52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  73. 555bdae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  74. 1bfe4ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 14 years ago
  75. 25888e3 af_unix: limit recursion level by Eric Dumazet · 14 years ago
  76. 50a4205 pch_gbe driver: The wrong of initializer entry by Toshiharu Okada · 14 years ago
  77. a1dcfcb pch_gbe dreiver: chang author by Toshiharu Okada · 14 years ago
  78. 5a92bc8 Btrfs: don't use migrate page without CONFIG_MIGRATION by Chris Mason · 14 years ago
  79. d830418 ucc_geth: fix ucc halt problem in half duplex mode by Yang Li · 14 years ago
  80. b4ff3c9 inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners by Nagendra Tomar · 14 years ago
  81. 5c7e57f ehea: Add some info messages and fix an issue by Breno Leitao · 14 years ago
  82. 163cf09 Btrfs: deal with DIO bios that span more than one ordered extent by Chris Mason · 14 years ago
  83. 7208364 Un-inline get_pipe_info() helper function by Linus Torvalds · 14 years ago
  84. c66fb34 Export 'get_pipe_info()' to other users by Linus Torvalds · 14 years ago
  85. 71993e6 Rename 'pipe_info()' to 'get_pipe_info()' by Linus Torvalds · 14 years ago
  86. a9e40a2 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  87. 75f5d2c Merge branch 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 14 years ago
  88. 8e65c0e hso: fix disable_net by Filip Aben · 14 years ago
  89. 03fe5f3 NET: wan/x25_asy, move lapb_unregister to x25_asy_close_tty by Jiri Slaby · 14 years ago
  90. 42eb59d cxgb4vf: fix setting unicast/multicast addresses ... by Casey Leedom · 14 years ago
  91. bcc70bb net, ppp: Report correct error code if unit allocation failed by Cyrill Gorcunov · 14 years ago
  92. 3c6f27b DECnet: don't leak uninitialized stack byte by Dan Rosenberg · 14 years ago
  93. 462ca99 au1000_eth: fix invalid address accessing the MAC enable register by Wolfgang Grandegger · 14 years ago
  94. 0ac7887 dccp: fix error in updating the GAR by Gerrit Renker · 14 years ago
  95. a301e17 Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  96. 0147fc0 tcp: restrict net.ipv4.tcp_adv_win_scale (#20312) by Alexey Dobriyan · 14 years ago
  97. 8475ef9 netns: Don't leak others' openreq-s in proc by Pavel Emelyanov · 14 years ago
  98. 4cb6a61 Net: ceph: Makefile: Remove unnessary code by Tracey Dent · 14 years ago
  99. 0f639a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  100. 450ba0e Btrfs: setup blank root and fs_info for mount time by Josef Bacik · 14 years ago