1. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 11 years ago
  2. f959492 Btrfs: send, fix more issues related to directory renames by Filipe Manana · 11 years ago
  3. a10c407 Btrfs: send, remove dead code from __get_cur_name_and_parent by Filipe Manana · 11 years ago
  4. c992ec9 Btrfs: send, account for orphan directories when building path strings by Filipe Manana · 11 years ago
  5. b46ab97 Btrfs: send, avoid unnecessary inode item lookup in the btree by Filipe Manana · 11 years ago
  6. 23f8f9b btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel space by Gui Hecheng · 11 years ago
  7. 5f43f86 btrfs: fix wrong max system array size check in kernel space by Gui Hecheng · 11 years ago
  8. 65d33fd btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots. by Qu Wenruo · 11 years ago
  9. 21c7e75 Btrfs: reclaim the reserved metadata space at background by Miao Xie · 11 years ago
  10. 32d6b47 Btrfs: output warning instead of error when loading free space cache failed by Miao Xie · 11 years ago
  11. 5a1972b btrfs: Add ctime/mtime update for btrfs device add/remove. by Qu Wenruo · 11 years ago
  12. 61155aa btrfs: assert that send is not in progres before root deletion by David Sterba · 11 years ago
  13. 521e054 btrfs: protect snapshots from deleting during send by David Sterba · 11 years ago
  14. 944a451 btrfs: remove redundant null check in btrfs_dentry_release() by Daeseok Youn · 11 years ago
  15. ef3b9af Btrfs: implement inode_operations callback tmpfile by Filipe Manana · 11 years ago
  16. e4ef90f btrfs: make FS_INFO ioctl available to anyone by David Sterba · 11 years ago
  17. 7d6213c btrfs: make DEV_INFO ioctl available to anyone by David Sterba · 11 years ago
  18. df93589 btrfs: export more from FS_INFO to sysfs by David Sterba · 11 years ago
  19. 80a773f btrfs: retrieve more info from FS_INFO ioctl by David Sterba · 11 years ago
  20. 7d824b6 btrfs: balance filter: add limit of processed chunks by David Sterba · 11 years ago
  21. fc19c5e Btrfs: fix leaf corruption caused by ENOSPC while hole punching by Filipe Manana · 11 years ago
  22. d2cbf2a Btrfs: do not increment on bio_index one by one by Liu Bo · 11 years ago
  23. a1a50f6 Btrfs: read inode size after acquiring the mutex when punching a hole by Filipe Manana · 11 years ago
  24. 7fb18a0 btrfs: Remove unnecessary check for NULL by Tobias Klauser · 11 years ago
  25. 166ae5a btrfs: fix inline compressed read err corruption by Zach Brown · 11 years ago
  26. 774bcb3 btrfs: return ptr error from compression workspace by Zach Brown · 11 years ago
  27. 60e1975 btrfs: return errno instead of -1 from compression by Zach Brown · 11 years ago
  28. 98806b4 btrfs: check_int: propagate out-of-memory error upwards by Stefan Behrens · 11 years ago
  29. 61391d5 Btrfs: fix hang on error (such as ENOSPC) when writing extent pages by Filipe Manana · 11 years ago
  30. 1860e37 Linux 3.15 by Linus Torvalds · 11 years ago
  31. bb077d6 Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait for it" by Linus Torvalds · 11 years ago
  32. c593e89 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  33. 052e5c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  34. 813895f Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  35. 745c516 x86/boot: EFI_MIXED should not prohibit loading above 4G by Matt Fleming · 11 years ago
  36. d4c5491 mm: add !pte_present() check on existing hugetlb_entry callbacks by Naoya Horiguchi · 11 years ago
  37. 01a9a8a Btrfs: send, fix corrupted path strings for long paths by Filipe Manana · 11 years ago
  38. d54d14b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  39. 624483f mm: rmap: fix use-after-free in __put_anon_vma by Andrey Ryabinin · 11 years ago
  40. f145377 target: Fix alua_access_state attribute OOPs for un-configured devices by Nicholas Bellinger · 11 years ago
  41. e7810c2 target: Allow READ_CAPACITY opcode in ALUA Standby access state by Nicholas Bellinger · 11 years ago
  42. 1778754 Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  43. 951e2730 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  44. 1c5aefb Merge branch 'futex-fixes' (futex fixes from Thomas Gleixner) by Linus Torvalds · 11 years ago
  45. 54a2178 futex: Make lookup_pi_state more robust by Thomas Gleixner · 11 years ago
  46. 13fbca4 futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 11 years ago
  47. b3eaa9f futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 11 years ago
  48. e9c243a futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 11 years ago
  49. 3e1a878 x86/smpboot: Initialize secondary CPU only if master CPU will wait for it by Igor Mammedov · 11 years ago
  50. feef1e8 x86/smpboot: Log error on secondary CPU wakeup failure at ERR level by Igor Mammedov · 11 years ago
  51. 89f898c x86: Fix list/memory corruption on CPU hotplug by Igor Mammedov · 11 years ago
  52. 09dc4ab sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock by Roman Gushchin · 11 years ago
  53. 0f397f2 sched/dl: Fix race in dl_task_timer() by Kirill Tkhai · 11 years ago
  54. b14ed2c sched: Fix sched_policy < 0 comparison by Richard Weinberger · 11 years ago
  55. e9dd685 sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabled by Steven Rostedt · 11 years ago
  56. 22c91aa Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/urgent by Ingo Molnar · 11 years ago
  57. 54539cd Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  58. 0c36b39 percpu-refcount: fix usage of this_cpu_ops by Sebastian Ott · 11 years ago
  59. c717d15 Merge tag 'pm-3.15-final' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  60. 9e9a928 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  61. 082f96a perf probe: Fix perf probe to find correct variable DIE by Masami Hiramatsu · 11 years ago
  62. 0c188a0 perf probe: Fix a segfault if asked for variable it doesn't find by Masami Hiramatsu · 11 years ago
  63. ac2a553 x86: irq: Get correct available vectors for cpu disable by Yinghai Lu · 11 years ago
  64. 0a4ae72 Merge branch 'drm-fixes-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-fixes by Dave Airlie · 11 years ago
  65. 2363d19 iser-target: Fix multi network portal shutdown regression by Nicholas Bellinger · 11 years ago
  66. 79d59d0 iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value() by Roland Dreier · 11 years ago
  67. 6cc44a6 iser-target: Add missing target_put_sess_cmd for ImmedateData failure by Nicholas Bellinger · 11 years ago
  68. d2cfd31 Merge tag 'sound-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  69. c9482a5 kernfs: move the last knowledge of sysfs out from kernfs by Jianyu Zhan · 11 years ago
  70. cae61ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  71. 418c96a net: filter: fix possible memory leak in __sk_prepare_filter() by Leon Yu · 11 years ago
  72. ca75517 Merge tag 'md/3.15-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  73. 3aab01d net: ec_bhf: Add runtime dependencies by Jean Delvare · 11 years ago
  74. 3b8d267 libata: Blacklist queued trim for Crucial M500 by Martin K. Petersen · 11 years ago
  75. 92b4e11 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  76. 8ee7a33 Merge tag 'usb-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  77. da579dd Merge tag 'staging-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  78. 0cfa5c0 tcp: fix cwnd undo on DSACK in F-RTO by Yuchung Cheng · 11 years ago
  79. 2d7a85f netlink: Only check file credentials for implicit destinations by Eric W. Biederman · 11 years ago
  80. 22fd2a5 ipheth: Add support for iPad 2 and iPad 3 by Kristian Evensen · 11 years ago
  81. 9d0d68f team: fix mtu setting by Jiri Pirko · 11 years ago
  82. 39c3609 net: fix inet_getid() and ipv6_select_ident() bugs by Eric Dumazet · 11 years ago
  83. fc0d6e9 net: qmi_wwan: interface #11 in Sierra Wireless MC73xx is not QMI by Aleksander Morgado · 11 years ago
  84. 9a793e7 net: qmi_wwan: add additional Sierra Wireless QMI devices by Aleksander Morgado · 11 years ago
  85. e0d7968 bridge: Prevent insertion of FDB entry with disallowed vlan by Toshiaki Makita · 11 years ago
  86. bfc5184 netlink: rate-limit leftover bytes warning and print process name by Michal Schmidt · 11 years ago
  87. 192a98e ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup by Takashi Iwai · 11 years ago
  88. e30cf2d ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop by Ronan Marquet · 11 years ago
  89. a3530e8 x86/efi: Do not export efi runtime map in case old map by Dave Young · 11 years ago
  90. bf81022 intel_pstate: Improve initial busy calculation by Doug Smythies · 11 years ago
  91. c4ee841 intel_pstate: add sample time scaling by Dirk Brandewie · 11 years ago
  92. f0fe3cd intel_pstate: Correct rounding in busy calculation by Dirk Brandewie · 11 years ago
  93. adacdf3 intel_pstate: Remove C0 tracking by Dirk Brandewie · 11 years ago
  94. 91b0275 drm/radeon: use the CP DMA on CIK by Christian König · 11 years ago
  95. 37903b5 drm/radeon: sync page table updates by Christian König · 11 years ago
  96. 2f93dc3 drm/radeon: fix vm buffer size estimation by Christian König · 11 years ago
  97. c65c7a3 bridge: notify user space after fdb update by Jon Maxwell · 11 years ago
  98. ba6f582 drm/crtc-helper: skip locking checks in panicking path by Sergei Antonov · 11 years ago
  99. 3640da2 drm/radeon/dpm: resume fixes for some systems by Alex Deucher · 11 years ago
  100. 4324be1 net: qmi_wwan: add Netgear AirCard 341U by Aleksander Morgado · 11 years ago