1. b7f6705 Btrfs: Force stripesize to the value of sectorsize by Chandan Rajendra · 8 years ago
  2. c0d2f61 btrfs: fix disk_i_size update bug when fallocate() fails by Wang Xiaoguang · 8 years ago
  3. 415b35a Btrfs: fix error handling in map_private_extent_buffer by Liu Bo · 8 years ago
  4. 04e1b65 Btrfs: fix error return code in btrfs_init_test_fs() by Wei Yongjun · 8 years ago
  5. c6887cd Btrfs: don't do nocow check unless we have to by Josef Bacik · 9 years ago
  6. 0f873ec btrfs: fix deadlock in delayed_ref_async_start by Chris Mason · 9 years ago
  7. 31b9655 Btrfs: track transid for delayed ref flushing by Josef Bacik · 9 years ago
  8. de18c16 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7 by Chris Mason · 8 years ago
  9. dd5c931 Btrfs: btrfs_check_super_valid: Allow 4096 as stripesize by Chandan Rajendra · 8 years ago
  10. 89c5a54 btrfs: remove build fixup for qgroup_account_snapshot by David Sterba · 8 years ago
  11. f7af393 btrfs: use new error message helper in qgroup_account_snapshot by David Sterba · 8 years ago
  12. 90c711a btrfs: avoid blocking open_ctree from cleaner_kthread by Zygo Blaxell · 8 years ago
  13. 3b6571c Btrfs: don't BUG_ON() in btrfs_orphan_add by Josef Bacik · 9 years ago
  14. 64c1292 btrfs: account for non-CoW'd blocks in btrfs_abort_transaction by Jeff Mahoney · 8 years ago
  15. c871b0f Btrfs: check if extent buffer is aligned to sectorsize by Liu Bo · 8 years ago
  16. 16ff4b4 btrfs: Use correct format specifier by Heinrich Schuchardt · 8 years ago
  17. 719da39 Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7 by Chris Mason · 8 years ago
  18. 4c52990 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7 by Chris Mason · 8 years ago
  19. 34b3e6c Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system by Feifei Xu · 8 years ago
  20. 36b3dc0 Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize by Feifei Xu · 8 years ago
  21. ef9f2db Btrfs: self-tests: Use macros instead of constants and add missing newline by Feifei Xu · 8 years ago
  22. d94f43b Btrfs: self-tests: Support testing all possible sectorsizes and nodesizes by Feifei Xu · 8 years ago
  23. ed9e4af Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE by Feifei Xu · 8 years ago
  24. 5f9e105 btrfs: advertise which crc32c implementation is being used at module load by Jeff Mahoney · 9 years ago
  25. e06cd3d Btrfs: add validadtion checks for chunk loading by Liu Bo · 8 years ago
  26. 99e3ecf Btrfs: add more validation checks for superblock by Liu Bo · 8 years ago
  27. d865177 Btrfs: clear uptodate flags of pages in sys_array eb by Liu Bo · 8 years ago
  28. 8dff9c8 Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extent by Chris Mason · 9 years ago
  29. b9ef22d Btrfs: self-tests: Support non-4k page size by Feifei Xu · 8 years ago
  30. 0ef6447 Btrfs: Fix integer overflow when calculating bytes_per_bitmap by Feifei Xu · 8 years ago
  31. 5473e0c4 Btrfs: test_check_exists: Fix infinite loop when searching for free space entries by Feifei Xu · 8 years ago
  32. f881dd2 Merge branch 'dev-replace-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7 by Chris Mason · 8 years ago
  33. 65d4f4c Btrfs: end transaction if we abort when creating uuid root by Josef Bacik · 9 years ago
  34. b5de8d0 Btrfs: fix race between device replace and read repair by Filipe Manana · 9 years ago
  35. 2999241 Btrfs: fix race between device replace and discard by Filipe Manana · 9 years ago
  36. 22ab04e Btrfs: fix race between device replace and chunk allocation by Filipe Manana · 9 years ago
  37. 1a1a8b7 Btrfs: fix race setting block group back to RW mode during device replace by Filipe Manana · 9 years ago
  38. 81e87a7 Btrfs: fix unprotected assignment of the left cursor for device replace by Filipe Manana · 9 years ago
  39. f0e9b7d Btrfs: fix race setting block group readonly during device replace by Filipe Manana · 9 years ago
  40. 57ba4cb Btrfs: fix race between device replace and block group removal by Filipe Manana · 9 years ago
  41. ce7791f Btrfs: fix race between readahead and device replace/removal by Filipe Manana · 9 years ago
  42. 1691cf1 btrfs: Use __u64 in exported linux/btrfs.h. by Vinson Lee · 9 years ago
  43. 56244ef Btrfs: fix handling of faults from btrfs_copy_from_user by Chris Mason · 9 years ago
  44. 9257b4ca Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7 by Chris Mason · 9 years ago
  45. 4c6143d Merge branch 'dev/comp-workspaces' into for-chris-4.7-20160525 by David Sterba · 9 years ago
  46. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 9 years ago
  47. e734408 Merge branch 'misc-4.7' into for-chris-4.7-20160525 by David Sterba · 9 years ago
  48. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  49. f1fee65 btrfs: scrub: Set bbio to NULL before calling btrfs_map_block by Zhao Lei · 9 years ago
  50. 2d324f5 Btrfs: fix unexpected return value of fiemap by Liu Bo · 9 years ago
  51. 1c8b5b6 Btrfs: free sys_array eb as soon as possible by Liu Bo · 9 years ago
  52. c315ef8 Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7 by Chris Mason · 9 years ago
  53. a88336d Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7 by Chris Mason · 9 years ago
  54. 680834c Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  55. 36fac9e Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  56. 5ef64a3 Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  57. 73d32ce Merge branch 'misc-4.7' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  58. 4673272 btrfs: fix memory leak during RAID 5/6 device replacement by Scott Talbert · 9 years ago
  59. 5f9a8a5 Btrfs: add semaphore to synchronize direct IO writes with fsync by Filipe Manana · 9 years ago
  60. f78c436 Btrfs: fix race between block group relocation and nocow writes by Filipe Manana · 9 years ago
  61. 0b90191 Btrfs: fix race between fsync and direct IO writes for prealloc extents by Filipe Manana · 9 years ago
  62. 5062af3 Btrfs: fix number of transaction units for renames with whiteout by Filipe Manana · 9 years ago
  63. 376e5a5 Btrfs: pin logs earlier when doing a rename exchange operation by Filipe Manana · 9 years ago
  64. 86e8aa0 Btrfs: unpin logs if rename exchange operation fails by Filipe Manana · 9 years ago
  65. c990161 Btrfs: fix inode leak on failure to setup whiteout inode in rename by Filipe Manana · 9 years ago
  66. cdd1fed btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUT by Dan Fuhry · 9 years ago
  67. c4aba95 Btrfs: pin log earlier when renaming by Filipe Manana · 9 years ago
  68. 3dc9e8f Btrfs: unpin log if rename operation fails by Filipe Manana · 9 years ago
  69. 9cfa3e3 Btrfs: don't do unnecessary delalloc flushes when relocating by Filipe Manana · 9 years ago
  70. 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 9 years ago
  71. 3f9749f Btrfs: fix empty symlink after creating symlink and fsync parent dir by Filipe Manana · 9 years ago
  72. 657ed1a Btrfs: fix for incorrect directory entries after fsync log replay by Filipe Manana · 9 years ago
  73. 2c1984f btrfs: build fixup for qgroup_account_snapshot by David Sterba · 9 years ago
  74. 6426c7a btrfs: qgroup: Fix qgroup accounting when creating snapshot by Qu Wenruo · 9 years ago
  75. 72928f2 Btrfs: fix fspath error deallocation by Vincent Stehlé · 9 years ago
  76. 52356716 btrfs: make find_workspace warn if there are no workspaces by David Sterba · 9 years ago
  77. e721e49 btrfs: make find_workspace always succeed by David Sterba · 9 years ago
  78. f77dd0d btrfs: preallocate compression workspaces by David Sterba · 9 years ago
  79. 6ac10a6 btrfs: rename and document compression workspace members by David Sterba · 9 years ago
  80. e1860a7 btrfs: GFP_NOFS does not GFP_HIGHMEM by David Sterba · 9 years ago
  81. 05135f5 btrfs: switch to common message helpers in open_ctree, adjust messages by David Sterba · 9 years ago
  82. 8eb0dfd btrfs: fix int32 overflow in shrink_delalloc(). by Adam Borowski · 9 years ago
  83. 44549e8 Linux 4.6-rc7 by Linus Torvalds · 9 years ago
  84. 32cf95d Merge tag 'char-misc-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  85. 630aac5 Merge tag 'staging-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  86. 3f8f0cf Merge tag 'usb-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  87. 9125aeb Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  88. 67601c3b Merge tag 'media/v4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  89. 35cd3f4 Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  90. b4184cb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  91. 0783783 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  92. 3f86ba5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. 01ec716 Merge tag 'pm+acpi-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  94. 17d25a3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  95. 18fb92c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  96. cade818 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  97. 83a395d Merge branch 'parisc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  98. dd28769 Merge tag 'arc-4.6-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  99. 4883d11 Merge tag 'powerpc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  100. 659a182 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago