1. e1d227a btrfs: Handle unaligned length in extent_same by Mark Fasheh · 9 years ago
  2. 070034b Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag. by chandan · 9 years ago
  3. e4826a5 Btrfs: btrfs_defrag_file: Fix ra_index computation. by chandan · 9 years ago
  4. 4617ea3 Btrfs: fix necessary chunk tree space calculation when allocating a chunk by Filipe Manana · 9 years ago
  5. 7558c8b Btrfs: don't attach unnecessary extents to transaction on fsync by Filipe Manana · 9 years ago
  6. b659ef0 Btrfs: avoid syncing log in the fast fsync path when not necessary by Filipe Manana · 9 years ago
  7. 1ab818b Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.2 by Chris Mason · 9 years ago
  8. 6ca0709 Btrfs: fix hang during inode eviction due to concurrent readahead by Filipe Manana · 9 years ago
  9. 64c043d Btrfs: fix up read_tree_block to return proper error by Liu Bo · 9 years ago
  10. 8635eda Btrfs: add missing free_extent_buffer by Liu Bo · 9 years ago
  11. 0c30430 Btrfs: remove csum_bytes_left by Liu Bo · 9 years ago
  12. 39c2d7f Btrfs: fix -ENOSPC on block group removal by Filipe Manana · 9 years ago
  13. 4fbcdf6 Btrfs: fix -ENOSPC when finishing block group creation by Filipe Manana · 9 years ago
  14. 0d2b237 Btrfs: set UNWRITTEN for prealloc'ed extents in fiemap by Josef Bacik · 9 years ago
  15. c8d3fe0 Btrfs: show subvol= and subvolid= in /proc/mounts by Omar Sandoval · 9 years ago
  16. 05dbe68 Btrfs: unify subvol= and subvolid= mounting by Omar Sandoval · 9 years ago
  17. bb289b7 Btrfs: fail on mismatched subvol and subvolid mount options by Omar Sandoval · 9 years ago
  18. fa33065 Btrfs: clean up error handling in mount_subvol() by Omar Sandoval · 9 years ago
  19. e6e4dbe Btrfs: remove all subvol options before mounting top-level by Omar Sandoval · 9 years ago
  20. 773cd04 Btrfs: lock superblock before remounting for rw subvol by Omar Sandoval · 9 years ago
  21. 0f31871 Btrfs: wake up extent state waiters on unlock through clear_extent_bits by Filipe Manana · 9 years ago
  22. c152b63 Btrfs: fix chunk allocation regression leading to transaction abort by Filipe Manana · 9 years ago
  23. 2037a09 btrfs: use after free when closing devices by Sasha Levin · 9 years ago
  24. 01b810b btrfs: make root id query unprivileged by David Sterba · 9 years ago
  25. 2e6e518 Btrfs: fix block group ->space_info null pointer dereference by Filipe Manana · 9 years ago
  26. 33b97e4 Btrfs: check error before reporting missing device and add uuid by Anand Jain · 9 years ago
  27. 1f6e4b3 btrfs: Fix superblock csum type check. by Qu Wenruo · 9 years ago
  28. 619d8c4 Btrfs: incremental send, fix clone operations for compressed extents by Filipe Manana · 9 years ago
  29. ab3680d btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation() by Christian Engelmayer · 9 years ago
  30. 35c7664 Btrfs: fix mutex unlock without prior lock on space cache truncation by Filipe Manana · 9 years ago
  31. 816fceb Btrfs: log when missing device is created by Anand Jain · 9 years ago
  32. 6d13f54 btrfs: fix warnings after changes in btrfs_abort_transaction by David Sterba · 9 years ago
  33. c0d19e2 btrfs: add 'cold' compiler annotations to all error handling functions by David Sterba · 9 years ago
  34. 1a9a8a7 btrfs: report exact callsite where transaction abort occurs by David Sterba · 9 years ago
  35. 1302890 btrfs: let tree defrag work in SSD mode by David Sterba · 9 years ago
  36. 53e489b Btrfs: check pending chunks when shrinking fs to avoid corruption by Filipe Manana · 9 years ago
  37. 64ad6c4 Btrfs: don't invalidate root dentry when subvolume deletion fails by Omar Sandoval · 9 years ago
  38. 8b191a6 Btrfs: incremental send, check if orphanized dir inode needs delayed rename by Filipe Manana · 9 years ago
  39. 80aa602 Btrfs: incremental send, don't delay directory renames unnecessarily by Filipe Manana · 9 years ago
  40. c65b99f Linux 4.1-rc6 by Linus Torvalds · 9 years ago
  41. 8ba64dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  42. 36a8b9a Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  43. e4ca714b Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/linux by Linus Torvalds · 9 years ago
  44. 50f5a1e Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 9 years ago
  45. dae8f28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  46. 30a5f11 Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  47. b2feda4 iser-target: Fix error path in isert_create_pi_ctx() by Roland Dreier · 9 years ago
  48. a354170 target: Use a PASSTHROUGH flag instead of transport_types by Andy Grover · 9 years ago
  49. 7bfea53b target: Move passthrough CDB parsing into a common function by Andy Grover · 9 years ago
  50. 9c1cd1b target/user: Only support full command pass-through by Andy Grover · 9 years ago
  51. cf87edc target/user: Update example code for new ABI requirements by Andy Grover · 9 years ago
  52. 5a7125c target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST by Andy Grover · 9 years ago
  53. d588cf8 target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem by Christoph Hellwig · 9 years ago
  54. c7bd6dc hwmon: (nct6683) Add missing sysfs attribute initialization by Guenter Roeck · 9 years ago
  55. 1b63bf6 hwmon: (nct6775) Add missing sysfs attribute initialization by Guenter Roeck · 9 years ago
  56. aaa20fc Merge tag 'acpi-pci-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  57. 1be44e2 Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  58. 2a64517 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  59. 0f1e5b5 Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  60. 9aecac0 hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37 by Guenter Roeck · 9 years ago
  61. c2102f3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  62. 6e49ba1 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  63. c4fca4f MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regression by Maciej W. Rozycki · 9 years ago
  64. 57b4175 MIPS: BMIPS: Fix bmips_wr_vec() by Petri Gynther · 9 years ago
  65. 556b662 MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not set by Laurent Fasnacht · 9 years ago
  66. d0af698 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  67. 70946b5 Merge tag 'sound-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  68. 1c220c6 dm: fix casting bug in dm_merge_bvec() by Joe Thornber · 9 years ago
  69. 15b94a6 dm: fix reload failure of 0 path multipath mapping on blk-mq devices by Junichi Nomura · 9 years ago
  70. c492e2d Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  71. e5d8de3 dm: fix false warning in free_rq_clone() for unmapped requests by Mike Snitzer · 9 years ago
  72. 5530c84 ARM: multi_v7_defconfig: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760 by Geert Uytterhoeven · 9 years ago
  73. 7bbfbb9 Merge tag 'imx-fixes-4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Arnd Bergmann · 9 years ago
  74. 4eaf9ed Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 9 years ago
  75. b47eee2 ALSA: hda - Fix lost sound due to stream_pm ops cleanup by Takashi Iwai · 9 years ago
  76. 2159184 d_walk() might skip too much by Al Viro · 9 years ago
  77. ca3f172 scripts/gdb: fix lx-lsmod refcnt by Adrien Schildknecht · 9 years ago
  78. 5a6b2b3 omfs: fix potential integer overflow in allocator by Bob Copeland · 9 years ago
  79. c0345ee omfs: fix sign confusion for bitmap loop counter by Bob Copeland · 9 years ago
  80. 3a281f9 omfs: set error return when d_make_root() fails by Bob Copeland · 9 years ago
  81. dcbff39 fs, omfs: add NULL terminator in the end up the token list by Sasha Levin · 9 years ago
  82. cd4e6c9 MAINTAINERS: update CAPABILITIES pattern by Joe Perches · 9 years ago
  83. 2b1d3ae fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings by Andrew Morton · 9 years ago
  84. 649b8de tracing/mm: don't trace mm_page_pcpu_drain on offline cpus by Shreyas B. Prabhu · 9 years ago
  85. 1f0c27b tracing/mm: don't trace mm_page_free on offline cpus by Shreyas B. Prabhu · 9 years ago
  86. e5feb1e tracing/mm: don't trace kmem_cache_free on offline cpus by Shreyas B. Prabhu · 9 years ago
  87. 1fe7142 Merge branch 'linux-4.1' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 9 years ago
  88. aaea393 drm/nouveau/gr/gm204: remove a stray printk by Ben Skeggs · 9 years ago
  89. 4d4d6f7 drm/nouveau/devinit/gm100-: force devinit table execution on boards without PDISP by Ben Skeggs · 9 years ago
  90. c9ab50d drm/nouveau/devinit/gf100: make the force-post condition more obvious by Ben Skeggs · 9 years ago
  91. 9ee971a drm/nouveau/gr/gf100-: fix wrong constant definition by Lars Seipel · 9 years ago
  92. d641958 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  93. 22419ac xfs: fix broken i_nlink accounting for whiteout tmpfile inode by Brian Foster · 9 years ago
  94. cddc116 xfs: xfs_iozero can return positive errno by Dave Chinner · 9 years ago
  95. 6dfe5a0 xfs: xfs_attr_inactive leaves inconsistent attr fork state behind by Dave Chinner · 9 years ago
  96. 6dea405e xfs: extent size hints can round up extents past MAXEXTLEN by Dave Chinner · 9 years ago
  97. 8c1903d xfs: inode and free block counters need to use __percpu_counter_compare by Dave Chinner · 9 years ago
  98. 80188b0 percpu_counter: batch size aware __percpu_counter_compare() by Dave Chinner · 9 years ago
  99. 74f9ce1 xfs: use percpu_counter_read_positive for mp->m_icount by George Wang · 9 years ago
  100. ace6a22 Merge tag 'xtensa-20150526' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 9 years ago