1. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  2. 12ff47e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  3. 73bcbac Merge branch 'gpiolib' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  4. a2d7730 Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  5. 72f9adfd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 13 years ago
  6. 79a77c5 ext4: prevent memory leaks from ext4_mb_init_backend() on error path by Yu Jian · 13 years ago
  7. 48e6061 ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # by Yu Jian · 13 years ago
  8. 9d8b9ec ext4: use ext4_msg() instead of printk in mballoc by Theodore Ts'o · 13 years ago
  9. 0d10ee2 Btrfs: don't call writepages from within write_full_page by Josef Bacik · 13 years ago
  10. 341d14f Btrfs: Remove unused variable 'last_index' in file.c by Mitch Harder · 13 years ago
  11. 69261c4 Btrfs: clean up for find_first_extent_bit() by Xiao Guangrong · 13 years ago
  12. ded91f0 Btrfs: clean up for wait_extent_bit() by Xiao Guangrong · 13 years ago
  13. 3150b69 Btrfs: clean up for insert_state() by Xiao Guangrong · 13 years ago
  14. 3a6d457 Btrfs: remove unused members from struct extent_state by Xiao Guangrong · 13 years ago
  15. 4d2c8f62 Btrfs: clean up code for merging extent maps by Li Zefan · 13 years ago
  16. ed64f06 Btrfs: clean up code for extent_map lookup by Li Zefan · 13 years ago
  17. 7e016a0 Btrfs: clean up search_extent_mapping() by Li Zefan · 13 years ago
  18. 85d85a7 Btrfs: remove redundant code for dir item lookup by Li Zefan · 13 years ago
  19. 9b89d95 Btrfs: make acl functions really no-op if acl is not enabled by Li Zefan · 13 years ago
  20. 15de900 Btrfs: remove remaining ref-cache code by Li Zefan · 13 years ago
  21. b9c8300 Btrfs: remove a BUG_ON() in btrfs_commit_transaction() by Li Zefan · 13 years ago
  22. 72d63ed Btrfs: use wait_event() by Li Zefan · 13 years ago
  23. e55179b Btrfs: check the nodatasum flag when writing compressed files by Li Zefan · 13 years ago
  24. 77906a50 Btrfs: copy string correctly in INO_LOOKUP ioctl by Li Zefan · 13 years ago
  25. b783e62 Btrfs: don't print the leaf if we had an error by Josef Bacik · 13 years ago
  26. bf5f32e btrfs: make btrfs_set_root_node void by Mark Fasheh · 13 years ago
  27. ff1f2b4 Btrfs: fix oops while writing data to SSD partitions by liubo · 13 years ago
  28. 61cfea9 Btrfs: Protect the readonly flag of block group by WuBo · 13 years ago
  29. 1bf8504 btrfs: Make extent-io callbacks that never fail return void by Jeff Mahoney · 13 years ago
  30. b6973aa Btrfs: fix readahead in file defrag by Li Zefan · 13 years ago
  31. b532402 Btrfs: return error to caller when btrfs_unlink() failes by Tsutomu Itoh · 13 years ago
  32. a0f98dd Btrfs:don't check the return value of __btrfs_add_inode_defrag by Wanlong Gao · 13 years ago
  33. b43b31b Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus by Chris Mason · 13 years ago
  34. 37f86b4 kdb,kgdb: Allow arbitrary kgdb magic knock sequences by Jason Wessel · 13 years ago
  35. d613d82 kdb: Remove all references to DOING_KGDB2 by Jason Wessel · 13 years ago
  36. f679c49 kdb,kgdb: Implement switch and pass buffer from kdb -> gdb by Jason Wessel · 13 years ago
  37. 3bdb65e kdb: cleanup unused variables missed in the original kdb merge by Jason Wessel · 13 years ago
  38. 424c3d4 Merge branch 'for-next' into for-linus by Liam Girdwood · 13 years ago
  39. 5f66d2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  40. 4a2d732 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  41. 965e32b Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 13 years ago
  42. e10b87d Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.x by Linus Torvalds · 13 years ago
  43. 5f9288a input: xilinx_ps2: Add missing of_address.h header by Michal Simek · 13 years ago
  44. 867f503 Merge branch 'msm-move-gpio' of git://codeaurora.org/quic/kernel/davidb/linux-msm into gpio/next by Grant Likely · 13 years ago
  45. 762dfd1 CIFS: Cleanup demupltiplex thread exiting code by Pavel Shilovsky · 13 years ago
  46. ad69bae CIFS: Move mid search to a separate function by Pavel Shilovsky · 13 years ago
  47. 98bac62 CIFS: Move RFC1002 check to a separate function by Pavel Shilovsky · 13 years ago
  48. e7015fb CIFS: Simplify socket reading in demultiplex thread by Pavel Shilovsky · 13 years ago
  49. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 13 years ago
  50. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 13 years ago
  51. 3d9c247 CIFS: Move buffer allocation to a separate function by Pavel Shilovsky · 13 years ago
  52. 1a5ab4b gpio_msm: Move Qualcomm MSM v2 gpio driver into drivers by David Brown · 13 years ago
  53. 74d10d7 gpio_msm: Move Qualcomm v6 MSM driver into drivers by David Brown · 13 years ago
  54. 9def3ef msm: gpio: Fold register defs into C file by David Brown · 13 years ago
  55. 030a77f msm: gpiomux: Move public API to public header by David Brown · 13 years ago
  56. 10eb5f6 msm: gpio: Remove ifdefs on gpio chip registers by David Brown · 13 years ago
  57. 2e01d2c msm: gpio: Remove chip-specific register definitions by David Brown · 13 years ago
  58. 03db072 msm: Remove chip-ifdefs for GPIO io mappings by David Brown · 13 years ago
  59. ce427c3 msm: gpio: Remove unsupported devices by David Brown · 13 years ago
  60. df5d3ed OMAP: DSS2: HDMI: fix hdmi clock name by Tomi Valkeinen · 13 years ago
  61. 9ede365 HACK: OMAP: DSS2: clk hack for OMAP2/3 by Tomi Valkeinen · 13 years ago
  62. 28c1b6d of: address: use resource_size helper by Felipe Balbi · 13 years ago
  63. 33853a0 ext4: use the correct error exit path in ext4_init_inode_table() by Yongqiang Yang · 13 years ago
  64. dc889f1 ALSA: asihpi - Don't leak firmware if mem alloc fails by Jesper Juhl · 13 years ago
  65. 206d440 xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set by Markus Trippelsdorf · 13 years ago
  66. 43c1c9c VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock by David Howells · 13 years ago
  67. c6627c6 VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  68. 35f40ef VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  69. 86bc704 switch posix_acl_chmod() to umode_t by Al Viro · 13 years ago
  70. 3a5fba1 switch posix_acl_from_mode() to umode_t by Al Viro · 13 years ago
  71. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  72. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  73. 782b94c block: initialise bd_super in bdget() by Lachlan McIlroy · 13 years ago
  74. c4ae0c6 vfs: avoid call to inode_lru_list_del() if possible by Eric Dumazet · 13 years ago
  75. f2ee7ab vfs: avoid taking inode_hash_lock on pipes and sockets by Eric Dumazet · 13 years ago
  76. b12362b vfs: conditionally call inode_wb_list_del() by Eric Dumazet · 13 years ago
  77. 5a30d8a VFS: Fix automount for negative autofs dentries by David Howells · 13 years ago
  78. b4aff1f Btrfs: load the key from the dir item in readdir into a fake dentry by Josef Bacik · 13 years ago
  79. 3da3f87 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  80. 968e75f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  81. a00ed25 NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1 by Trond Myklebust · 13 years ago
  82. e178ccb mfd: Fix mismatch in twl4030 mutex lock-unlock by Sanjeev Premi · 13 years ago
  83. 2b959e7 mfd: twl6030-pwm.c needs MODULE_LICENSE by Randy Dunlap · 13 years ago
  84. e2e49d5 mfd: Fix the omap-usb-host clock API usage on usbhs_disable() by Keshava Munegowda · 13 years ago
  85. ccd80c71 mfd: Acknowledge WM8994 IRQs before reporting by Mark Brown · 13 years ago
  86. 88c9397 mfd: Acknowlege all WM831x IRQs before we handle them by Mark Brown · 13 years ago
  87. b1224cd mfd: Avoid two assignments if failures happen in tps65910_i2c_probe by Jesper Juhl · 13 years ago
  88. 6daa663 regulator: Storing tps65912 error codes in u8 by Dan Carpenter · 13 years ago
  89. dc7e412 mfd: Don't leak init_data in tps65910_i2c_probe by Jesper Juhl · 13 years ago
  90. f7eb6c5 regulator: aat2870: Add AAT2870 regulator driver by Jin Park · 13 years ago
  91. 4b0d711 backlight: Add AAT2870 backlight driver by Jin Park · 13 years ago
  92. 09d6292 mfd: Add AAT2870 mfd driver by Jin Park · 13 years ago
  93. 7785bf1 mfd: Remove dead code from max8997-irq by Jesper Juhl · 13 years ago
  94. 54f323b mfd: Move TPS55910 Kconfig option by Linus Walleij · 13 years ago
  95. 4dcaa6b mfd: Fix missing stmpe kerneldoc by Om Prakash · 13 years ago
  96. 63c8a58 mfd: Fix off-by-one value range checking for tps65912_i2c_write by Axel Lin · 13 years ago
  97. a5e0678 mfd: Add devices for WM831x clocking module by Mark Brown · 13 years ago
  98. 2f22334 mfd: Remove comp{1,2}_threshold sysfs entries in tps65911_comparator_remove by Axel Lin · 13 years ago
  99. 5608801 mfd: Don't ask about the TPS65912 core driver in Kconfig by Mark Brown · 13 years ago
  100. 0825671 mfd: Fix off by one in WM831x IRQ code by Dimitris Papastamos · 13 years ago