1. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 12 years ago
  2. 65139ed btrfs: disallow unequal data/metadata blocksize for mixed block groups by David Sterba · 13 years ago
  3. fcd1f065 Btrfs: enhance superblock sanity checks by David Sterba · 13 years ago
  4. b5d67f6 Btrfs: change scrub to support big blocks by Stefan Behrens · 12 years ago
  5. 1623ede Btrfs: minor cleanup in scrub by Stefan Behrens · 12 years ago
  6. 94598ba Btrfs: introduce common define for max number of mirrors by Stefan Behrens · 12 years ago
  7. ea46679 Btrfs: deal with read errors on extent buffers differently by Josef Bacik · 12 years ago
  8. f3f266a Btrfs: don't use threaded IO completion helpers for metadata writes by Chris Mason · 13 years ago
  9. f7c79f3 Btrfs: adjust the write_lock_level as we unlock by Chris Mason · 13 years ago
  10. a098d8e Btrfs: loop waiting on writeback by Chris Mason · 13 years ago
  11. cfed81a Btrfs: add the ability to cache a pointer into the eb by Chris Mason · 13 years ago
  12. 0b32f4b Btrfs: ensure an entire eb is written at once by Josef Bacik · 13 years ago
  13. 5df4235 Btrfs: introduce mark_extent_buffer_accessed by Josef Bacik · 13 years ago
  14. 3083ee2 Btrfs: introduce free_extent_buffer_stale by Josef Bacik · 13 years ago
  15. 115391d Btrfs: only use the existing eb if it's count isn't 0 by Josef Bacik · 13 years ago
  16. 4f2de97a Btrfs: set page->private to the eb by Josef Bacik · 13 years ago
  17. 727011e Btrfs: allow metadata blocks larger than the page size by Chris Mason · 14 years ago
  18. 81c9ad2 Btrfs: remove search_start and search_end from find_free_extent and callers by Josef Bacik · 13 years ago
  19. 285ff5a Btrfs: remove the ideal caching code by Josef Bacik · 13 years ago
  20. 914b200 btrfs: Fix busyloop in transaction_kthread() by Jan Kara · 13 years ago
  21. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 13 years ago
  22. 49b25e0 btrfs: enhance transaction abort infrastructure by Jeff Mahoney · 13 years ago
  23. 4da3511 btrfs: add varargs to btrfs_error by Jeff Mahoney · 13 years ago
  24. 3acd395 btrfs: Remove BUG_ON from __finish_chunk_alloc() by Mark Fasheh · 13 years ago
  25. 1dd4602 btrfs: Remove BUG_ON from __btrfs_alloc_chunk() by Mark Fasheh · 13 years ago
  26. 2cdcecb btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent() by Mark Fasheh · 13 years ago
  27. 305a26a btrfs: Go readonly on tree errors in balance_level by Mark Fasheh · 13 years ago
  28. b68dc2a btrfs: Don't BUG_ON errors from update_ref_for_cow() by Mark Fasheh · 13 years ago
  29. e5df957 btrfs: Go readonly on bad extent refs in update_ref_for_cow() by Mark Fasheh · 13 years ago
  30. 4ed1d16 btrfs: Don't BUG_ON errors in __finish_chunk_alloc() by Mark Fasheh · 13 years ago
  31. 0678b61 btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range() by Mark Fasheh · 13 years ago
  32. be1a556 btrfs: Don't BUG_ON() errors in update_ref_for_cow() by Mark Fasheh · 13 years ago
  33. ce59897 btrfs: Don't BUG_ON errors from btrfs_create_subvol_root() by Mark Fasheh · 13 years ago
  34. 2c53679 btrfs: btrfs_drop_snapshot should return int by Jeff Mahoney · 13 years ago
  35. 3fbe5c0 btrfs: split extent_state ops by Jeff Mahoney · 13 years ago
  36. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 13 years ago
  37. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 13 years ago
  38. ffd7b33 btrfs: __add_reloc_root error push-up by Jeff Mahoney · 13 years ago
  39. 355808c btrfs: ->submit_bio_hook error push-up by Jeff Mahoney · 13 years ago
  40. 3444a97 btrfs: Factor out tree->ops->merge_bio_hook call by Jeff Mahoney · 13 years ago
  41. 0417341 btrfs: Simplify btrfs_submit_bio_hook by Jeff Mahoney · 13 years ago
  42. b45a9d8 btrfs: btrfs_update_root error push-up by Jeff Mahoney · 13 years ago
  43. 200a5c1 btrfs: find_and_setup_root error push-up by Jeff Mahoney · 13 years ago
  44. 6763af8 btrfs: Remove set bits return from clear_extent_bit by Jeff Mahoney · 13 years ago
  45. 5380428 btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPC by Jeff Mahoney · 13 years ago
  46. d5c13f9 btrfs: clean_tree_block should panic on observed memory corruption and return void by Jeff Mahoney · 13 years ago
  47. d16cb05 btrfs: Simplify btrfs_insert_root by Jeff Mahoney · 13 years ago
  48. cddcd80 btrfs: Fix kfree of member instead of structure by Jeff Mahoney · 13 years ago
  49. 43c04fb btrfs: Panic on bad rbtree operations by Jeff Mahoney · 13 years ago
  50. c2d904e btrfs: Catch locking failures in {set,clear,convert}_extent_bit by Jeff Mahoney · 13 years ago
  51. 8c34293 btrfs: Add btrfs_panic() by Jeff Mahoney · 13 years ago
  52. c16fa4f Linux 3.3 by Linus Torvalds · 13 years ago
  53. 93dc610 Don't limit non-nested epoll paths by Jason Baron · 13 years ago
  54. c579bc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  55. 96ee049 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  56. a16a164 netfilter: ctnetlink: fix race between delete and timeout expiration by Pablo Neira Ayuso · 13 years ago
  57. c5779237 ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu. by RongQing.Li · 13 years ago
  58. cb1ecf2 Merge branch 'akpm' (more patches from Andrew) by Linus Torvalds · 13 years ago
  59. d7178c7 nilfs2: fix NULL pointer dereference in nilfs_load_super_block() by Ryusuke Konishi · 13 years ago
  60. 3d777a6 nilfs2: clamp ns_r_segments_percentage to [1, 99] by Haogang Chen · 13 years ago
  61. 33e9ee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  62. 9fc005c Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 13 years ago
  63. c017386 afs: Remote abort can cause BUG in rxrpc code by Anton Blanchard · 13 years ago
  64. 2c724fb afs: Read of file returns EBADMSG by Anton Blanchard · 13 years ago
  65. 6e780cf5 C6X: remove dead code from entry.S by Mark Salter · 13 years ago
  66. b8fbaef wimax/i2400m: fix erroneous NETDEV_TX_BUSY use by Eric Dumazet · 13 years ago
  67. bb6d5e7 net/hyperv: fix erroneous NETDEV_TX_BUSY use by Eric Dumazet · 13 years ago
  68. 7bdd402 net/usbnet: reserve headroom on rx skbs by Eric Dumazet · 13 years ago
  69. c0ea452 bnx2x: fix memory leak in bnx2x_init_firmware() by Michal Schmidt · 13 years ago
  70. 127d0a1 bnx2x: fix a crash on corrupt firmware file by Michal Schmidt · 13 years ago
  71. cc34eb6 sch_sfq: revert dont put new flow at the end of flows by Eric Dumazet · 13 years ago
  72. 122bdf6 ipv6: fix icmp6_dst_alloc() by Eric Dumazet · 13 years ago
  73. 95d16c7 MAINTAINERS: Add Serge as maintainer of capabilities by James Morris · 13 years ago
  74. 0c4d067 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  75. 7c32442 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  76. 538e7e9 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  77. 0c48ca8 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  78. 72c79bd Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  79. fe83558 Merge branch '3.3-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  80. cf2b94d drivers/video/backlight/s6e63m0.c: fix corruption storing gamma mode by Dan Carpenter · 13 years ago
  81. 5eb1eb4 MAINTAINERS: add entry for exynos mipi display drivers by Donghwa Lee · 13 years ago
  82. 4c57c7e MAINTAINERS: fix link to Gustavo Padovans tree by Johan Hedberg · 13 years ago
  83. eb491ec MAINTAINERS: add Johan to Bluetooth maintainers by Johan Hedberg · 13 years ago
  84. 960d4d1 MAINTAINERS: Gustavo has moved by Gustavo Padovan · 13 years ago
  85. 79f0713 prctl: use CAP_SYS_RESOURCE for PR_SET_MM option by Cyrill Gorcunov · 13 years ago
  86. 9bbad7d rapidio/tsi721: fix bug in register offset definitions by Alexandre Bounine · 13 years ago
  87. fbfa074 MAINTAINERS: update ST's Mailing list for SPEAr by Viresh Kumar · 13 years ago
  88. 59927fb memcg: free mem_cgroup by RCU to fix oops by Hugh Dickins · 13 years ago
  89. 8ee161c i2c-algo-bit: Fix spurious SCL timeouts under heavy load by Ville Syrjala · 13 years ago
  90. 834aa6f i2c-core: Comment says "transmitted" but means "received" by Wolfram Sang · 13 years ago
  91. bb2551d Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes by Dave Airlie · 13 years ago
  92. 34418c2 drm exynos: use drm_fb_helper_set_par directly by Sascha Hauer · 13 years ago
  93. f7d8607 drm/exynos: Fix fb_videomode <-> drm_mode_modeinfo conversion by Laurent Pinchart · 13 years ago
  94. 0d8ce3a drm/exynos: fix runtime_pm fimd device state on probe by Marek Szyprowski · 13 years ago
  95. 9866b6c drm/exynos: use correct 'exynos-drm' name for platform device by Marek Szyprowski · 13 years ago
  96. f1cbd03 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  97. ff398c4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  98. cc19812 Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  99. ce06b0f arch/tile/configs: convert to minimal configs via "make savedefconfig" by Chris Metcalf · 13 years ago
  100. 5738717 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux into drm-fixes by Dave Airlie · 13 years ago