1. 860c8b8 Merge 4.9.144 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. d558df7 btrfs: tree-checker: Fix misleading group system information by Shaokun Zhang · 6 years ago
  3. fbf8bd3 btrfs: tree-checker: Check level for leaves and nodes by Qu Wenruo · 6 years ago
  4. 7a72f91 btrfs: Check that each block group has corresponding chunk at mount time by Qu Wenruo · 6 years ago
  5. 6f33d3d btrfs: tree-checker: Detect invalid and empty essential trees by Qu Wenruo · 6 years ago
  6. 058e388 btrfs: tree-checker: Verify block_group_item by Qu Wenruo · 6 years ago
  7. db438c3 btrfs: tree-check: reduce stack consumption in check_dir_item by David Sterba · 6 years ago
  8. 6b66f51 btrfs: tree-checker: use %zu format string for size_t by Arnd Bergmann · 7 years ago
  9. e48e62f btrfs: tree-checker: Add checker for dir item by Qu Wenruo · 7 years ago
  10. f7438e6 btrfs: tree-checker: Fix false panic for sanity test by Qu Wenruo · 7 years ago
  11. f4209d9 btrfs: tree-checker: Enhance btrfs_check_node output by Qu Wenruo · 7 years ago
  12. 20b30415 btrfs: struct-funcs, constify readers by Jeff Mahoney · 7 years ago
  13. 90eb4c0 btrfs: Move leaf and node validation checker to tree-checker.c by Qu Wenruo · 7 years ago
  14. dc56464 btrfs: Add checker for EXTENT_CSUM by Qu Wenruo · 7 years ago
  15. c5b2907 btrfs: Add sanity check for EXTENT_DATA when reading out leaf by Qu Wenruo · 7 years ago
  16. ece4bb5 btrfs: Check if item pointer overlaps with the item itself by Qu Wenruo · 7 years ago
  17. b0a67e4 btrfs: Refactor check_leaf function for later expansion by Qu Wenruo · 7 years ago
  18. 23eb2f4 btrfs: Verify that every chunk has corresponding block group at mount time by Qu Wenruo · 6 years ago
  19. 3c77b07 btrfs: validate type when reading a chunk by Gu Jinxiang · 6 years ago
  20. ddc07d5 Btrfs: fix use-after-free when dumping free space by Filipe Manana · 6 years ago
  21. c50ccf2 btrfs: Always try all copies when reading extent buffers by Nikolay Borisov · 6 years ago
  22. e16c040 Merge 4.9.143 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  23. 36d8dbf btrfs: release metadata before running delayed refs by Josef Bacik · 6 years ago
  24. 6e1210e Btrfs: ensure path name is null terminated at btrfs_control_ioctl by Filipe Manana · 6 years ago
  25. 8fe4284 Merge 4.9.141 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  26. 33f3f3b btrfs: fix pinned underflow after transaction aborted by Lu Fengqi · 6 years ago
  27. 4423e07 btrfs: Ensure btrfs_trim_fs can trim the whole filesystem by Qu Wenruo · 6 years ago
  28. fc43e4c btrfs: Enhance btrfs_trim_fs function to handle error better by Qu Wenruo · 6 years ago
  29. 5e10758 Merge 4.9.138 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  30. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  31. a0f30ae Merge 4.9.136 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  32. 800d811 Btrfs: fix data corruption due to cloning of eof block by Filipe Manana · 6 years ago
  33. 3fe6b9a Btrfs: fix cur_offset in the error case for nocow by Robbie Ko · 6 years ago
  34. f3bc71f btrfs: set max_extent_size properly by Josef Bacik · 6 years ago
  35. a088035 Btrfs: fix null pointer dereference on compressed write path error by Filipe Manana · 6 years ago
  36. 91b3675 btrfs: qgroup: Dirty all qgroups before rescan by Qu Wenruo · 6 years ago
  37. 6a0403a Btrfs: fix wrong dentries after fsync of file that got its parent replaced by Filipe Manana · 6 years ago
  38. 4c7b9a4 btrfs: make sure we create all new block groups by Josef Bacik · 6 years ago
  39. 9ff40fb btrfs: reset max_extent_size on clear in a bitmap by Josef Bacik · 6 years ago
  40. c160dae btrfs: wait on caching when putting the bg cache by Josef Bacik · 6 years ago
  41. 391235f btrfs: don't attempt to trim devices that don't support it by Jeff Mahoney · 6 years ago
  42. d87af98 btrfs: iterate all devices during trim, instead of fs_devices::alloc_list by Jeff Mahoney · 6 years ago
  43. 1bd7112 btrfs: fix error handling in free_log_tree by Jeff Mahoney · 6 years ago
  44. 5125564 btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock by Qu Wenruo · 6 years ago
  45. 20d8180 btrfs: Handle owner mismatch gracefully when walking up tree by Qu Wenruo · 6 years ago
  46. 97d65c1 Btrfs: incremental send, fix invalid memory access by Filipe Manana · 7 years ago
  47. f33ed84 Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io by Liu Bo · 7 years ago
  48. 4b1cfa2 btrfs: fiemap: Cache and merge fiemap extent before submit it to user by Qu Wenruo · 7 years ago
  49. be4935d Merge 4.9.127 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  50. d92fa5e btrfs: use correct compare function of dirty_metadata_bytes by Ethan Lien · 6 years ago
  51. 1249b61 btrfs: Don't remove block group that still has pinned down bytes by Qu Wenruo · 6 years ago
  52. 93d960de btrfs: relocation: Only remove reloc rb_trees if reloc control has been initialized by Qu Wenruo · 6 years ago
  53. e22b36a btrfs: replace: Reset on-disk dev stats value after replace by Misono Tomohiro · 6 years ago
  54. 92e8704 Merge 4.9.119 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  55. b2486a8 Btrfs: fix file data corruption after cloning a range and fsync by Filipe Manana · 6 years ago
  56. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  57. 7e51eff btrfs: qgroup: Finish rescan when hit the last leaf of extent tree by Qu Wenruo · 6 years ago
  58. 65cb469 btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups by David Sterba · 6 years ago
  59. 90e7a90 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 6 years ago
  60. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  61. e286666 btrfs: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  62. 3fd6a73 Btrfs: fix unexpected cow in run_delalloc_nocow by Liu Bo · 6 years ago
  63. 77c8291 Btrfs: fix return value on rename exchange failure by Filipe Manana · 6 years ago
  64. 2102637 btrfs: scrub: Don't use inode pages for device replace by Qu Wenruo · 6 years ago
  65. 9bb94d8 Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2() by Omar Sandoval · 6 years ago
  66. 52ea25b Btrfs: fix clone vs chattr NODATASUM race by Omar Sandoval · 6 years ago
  67. 42ff36e Btrfs: make raid6 rebuild retry more by Liu Bo · 6 years ago
  68. 1fab25c Revert "Btrfs: fix scrub to repair raid6 corruption" by Sasha Levin · 6 years ago
  69. 8d99eb4 btrfs: define SUPER_FLAG_METADUMP_V2 by Anand Jain · 6 years ago
  70. 9c38c3b btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers by Jeff Mahoney · 6 years ago
  71. bee3c02 Btrfs: fix copy_items() return value when logging an inode by Filipe Manana · 6 years ago
  72. 5934adaf btrfs: tests/qgroup: Fix wrong tree backref level by Qu Wenruo · 6 years ago
  73. 4367fb9 btrfs: Fix possible softlock on single core machines by Nikolay Borisov · 6 years ago
  74. 14c4d5f Btrfs: fix NULL pointer dereference in log_dir_items by Liu Bo · 6 years ago
  75. b383575 Btrfs: bail out on error during replay_dir_deletes by Liu Bo · 6 years ago
  76. b672f4b Btrfs: send, fix issuing write op when processing hole in no data mode by Filipe Manana · 6 years ago
  77. 3feba59 btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP by Anand Jain · 6 years ago
  78. 186a651 Btrfs: fix scrub to repair raid6 corruption by Liu Bo · 6 years ago
  79. e23c097 btrfs: Fix out of bounds access in btrfs_search_slot by Nikolay Borisov · 7 years ago
  80. bfae043 Btrfs: set plug for fsync by Liu Bo · 7 years ago
  81. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  82. 298d5db btrfs: fix reading stale metadata blocks after degraded raid1 mounts by Liu Bo · 6 years ago
  83. b2d748b btrfs: fix crash when trying to resume balance without the resume flag by Anand Jain · 6 years ago
  84. 9229124 Btrfs: fix xattr loss after power failure by Filipe Manana · 6 years ago
  85. e09fd7c btrfs: fix incorrect error return ret being passed to mapping_set_error by Colin Ian King · 7 years ago
  86. e7f42b0 btrfs: Remove extra parentheses from condition in copy_items() by Matthias Kaehlcke · 7 years ago
  87. dfe9db1 Btrfs: fix extent map leak during fallocate error path by Filipe Manana · 7 years ago
  88. 7016b20 Btrfs: send, fix file hole not being preserved due to inline extent by Filipe Manana · 7 years ago
  89. fd35ded Btrfs: fix incorrect space accounting after failure to insert inline extent by Filipe Manana · 7 years ago
  90. 4bd1761 btrfs: fix a bogus warning when converting only data or metadata by Adam Borowski · 7 years ago
  91. 8ae7720 btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device by Nikolay Borisov · 6 years ago
  92. 8890bae btrfs: alloc_chunk: fix DUP stripe size handling by Hans van Kranenburg · 6 years ago
  93. 931dde8 btrfs: preserve i_mode if __btrfs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  94. 1c3aae5 btrfs: Fix possible off-by-one in btrfs_search_path_in_tree by Nikolay Borisov · 7 years ago
  95. efb1cbc Btrfs: fix unexpected -EEXIST when creating new inode by Liu Bo · 6 years ago
  96. b48edd6 Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly by Liu Bo · 6 years ago
  97. bc0d431 Btrfs: fix extent state leak from tree log by Liu Bo · 6 years ago
  98. 0f4adc1 Btrfs: fix crash due to not cleaning up tree log block's dirty bits by Liu Bo · 6 years ago
  99. ecd72fd Btrfs: fix deadlock in run_delalloc_nocow by Liu Bo · 6 years ago
  100. 8fe7cea btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker by Nikolay Borisov · 7 years ago