1. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. a0f30ae Merge 4.9.136 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  3. f3bc71f btrfs: set max_extent_size properly by Josef Bacik · 6 years ago
  4. a088035 Btrfs: fix null pointer dereference on compressed write path error by Filipe Manana · 6 years ago
  5. 91b3675 btrfs: qgroup: Dirty all qgroups before rescan by Qu Wenruo · 6 years ago
  6. 6a0403a Btrfs: fix wrong dentries after fsync of file that got its parent replaced by Filipe Manana · 6 years ago
  7. 4c7b9a4 btrfs: make sure we create all new block groups by Josef Bacik · 6 years ago
  8. 9ff40fb btrfs: reset max_extent_size on clear in a bitmap by Josef Bacik · 6 years ago
  9. c160dae btrfs: wait on caching when putting the bg cache by Josef Bacik · 6 years ago
  10. 391235f btrfs: don't attempt to trim devices that don't support it by Jeff Mahoney · 6 years ago
  11. d87af98 btrfs: iterate all devices during trim, instead of fs_devices::alloc_list by Jeff Mahoney · 6 years ago
  12. 1bd7112 btrfs: fix error handling in free_log_tree by Jeff Mahoney · 6 years ago
  13. 5125564 btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock by Qu Wenruo · 6 years ago
  14. 20d8180 btrfs: Handle owner mismatch gracefully when walking up tree by Qu Wenruo · 6 years ago
  15. 97d65c1 Btrfs: incremental send, fix invalid memory access by Filipe Manana · 7 years ago
  16. f33ed84 Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io by Liu Bo · 7 years ago
  17. 4b1cfa2 btrfs: fiemap: Cache and merge fiemap extent before submit it to user by Qu Wenruo · 7 years ago
  18. be4935d Merge 4.9.127 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  19. d92fa5e btrfs: use correct compare function of dirty_metadata_bytes by Ethan Lien · 6 years ago
  20. 1249b61 btrfs: Don't remove block group that still has pinned down bytes by Qu Wenruo · 6 years ago
  21. 93d960de btrfs: relocation: Only remove reloc rb_trees if reloc control has been initialized by Qu Wenruo · 6 years ago
  22. e22b36a btrfs: replace: Reset on-disk dev stats value after replace by Misono Tomohiro · 6 years ago
  23. 92e8704 Merge 4.9.119 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  24. b2486a8 Btrfs: fix file data corruption after cloning a range and fsync by Filipe Manana · 6 years ago
  25. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  26. 7e51eff btrfs: qgroup: Finish rescan when hit the last leaf of extent tree by Qu Wenruo · 6 years ago
  27. 65cb469 btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups by David Sterba · 6 years ago
  28. 90e7a90 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 6 years ago
  29. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  30. e286666 btrfs: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  31. 3fd6a73 Btrfs: fix unexpected cow in run_delalloc_nocow by Liu Bo · 7 years ago
  32. 77c8291 Btrfs: fix return value on rename exchange failure by Filipe Manana · 6 years ago
  33. 2102637 btrfs: scrub: Don't use inode pages for device replace by Qu Wenruo · 6 years ago
  34. 9bb94d8 Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2() by Omar Sandoval · 6 years ago
  35. 52ea25b Btrfs: fix clone vs chattr NODATASUM race by Omar Sandoval · 6 years ago
  36. 42ff36e Btrfs: make raid6 rebuild retry more by Liu Bo · 6 years ago
  37. 1fab25c Revert "Btrfs: fix scrub to repair raid6 corruption" by Sasha Levin · 6 years ago
  38. 8d99eb4 btrfs: define SUPER_FLAG_METADUMP_V2 by Anand Jain · 7 years ago
  39. 9c38c3b btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers by Jeff Mahoney · 7 years ago
  40. bee3c02 Btrfs: fix copy_items() return value when logging an inode by Filipe Manana · 7 years ago
  41. 5934adaf btrfs: tests/qgroup: Fix wrong tree backref level by Qu Wenruo · 7 years ago
  42. 4367fb9 btrfs: Fix possible softlock on single core machines by Nikolay Borisov · 6 years ago
  43. 14c4d5f Btrfs: fix NULL pointer dereference in log_dir_items by Liu Bo · 6 years ago
  44. b383575 Btrfs: bail out on error during replay_dir_deletes by Liu Bo · 6 years ago
  45. b672f4b Btrfs: send, fix issuing write op when processing hole in no data mode by Filipe Manana · 7 years ago
  46. 3feba59 btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP by Anand Jain · 7 years ago
  47. 186a651 Btrfs: fix scrub to repair raid6 corruption by Liu Bo · 7 years ago
  48. e23c097 btrfs: Fix out of bounds access in btrfs_search_slot by Nikolay Borisov · 7 years ago
  49. bfae043 Btrfs: set plug for fsync by Liu Bo · 7 years ago
  50. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  51. 298d5db btrfs: fix reading stale metadata blocks after degraded raid1 mounts by Liu Bo · 6 years ago
  52. b2d748b btrfs: fix crash when trying to resume balance without the resume flag by Anand Jain · 6 years ago
  53. 9229124 Btrfs: fix xattr loss after power failure by Filipe Manana · 6 years ago
  54. e09fd7c btrfs: fix incorrect error return ret being passed to mapping_set_error by Colin Ian King · 7 years ago
  55. e7f42b0 btrfs: Remove extra parentheses from condition in copy_items() by Matthias Kaehlcke · 7 years ago
  56. dfe9db1 Btrfs: fix extent map leak during fallocate error path by Filipe Manana · 7 years ago
  57. 7016b20 Btrfs: send, fix file hole not being preserved due to inline extent by Filipe Manana · 7 years ago
  58. fd35ded Btrfs: fix incorrect space accounting after failure to insert inline extent by Filipe Manana · 8 years ago
  59. 4bd1761 btrfs: fix a bogus warning when converting only data or metadata by Adam Borowski · 8 years ago
  60. 8ae7720 btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device by Nikolay Borisov · 7 years ago
  61. 8890bae btrfs: alloc_chunk: fix DUP stripe size handling by Hans van Kranenburg · 7 years ago
  62. 931dde8 btrfs: preserve i_mode if __btrfs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  63. 1c3aae5 btrfs: Fix possible off-by-one in btrfs_search_path_in_tree by Nikolay Borisov · 7 years ago
  64. efb1cbc Btrfs: fix unexpected -EEXIST when creating new inode by Liu Bo · 7 years ago
  65. b48edd6 Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly by Liu Bo · 7 years ago
  66. bc0d431 Btrfs: fix extent state leak from tree log by Liu Bo · 7 years ago
  67. 0f4adc1 Btrfs: fix crash due to not cleaning up tree log block's dirty bits by Liu Bo · 7 years ago
  68. ecd72fd Btrfs: fix deadlock in run_delalloc_nocow by Liu Bo · 7 years ago
  69. 8fe7cea btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker by Nikolay Borisov · 7 years ago
  70. 8cfb396 btrfs: fix deadlock when writing out space cache by Josef Bacik · 7 years ago
  71. 9c1433b Btrfs: fix an integer overflow check by Dan Carpenter · 8 years ago
  72. 7fab68e btrfs: tests: Fix a memory leak in error handling path in 'run_test()' by Christophe JAILLET · 7 years ago
  73. 8f60ef9 btrfs: add missing memset while reading compressed inline extents by Zygo Blaxell · 8 years ago
  74. 8974b03 btrfs: fix missing error return in btrfs_drop_snapshot by Jeff Mahoney · 7 years ago
  75. c251267 btrfs: clear space cache inode generation always by Josef Bacik · 7 years ago
  76. 79dec01 btrfs: return the actual error value from from btrfs_uuid_tree_iterate by Pan Bian · 8 years ago
  77. e215b6b Btrfs: send, fix failure to rename top level inode due to name collision by Robbie Ko · 8 years ago
  78. 26899ca Btrfs: fix potential use-after-free for cloned bio by Liu Bo · 7 years ago
  79. c17acd2 Btrfs: fix segmentation fault when doing dio read by Liu Bo · 7 years ago
  80. f11525d btrfs: prevent to set invalid default subvolid by satoru takeuchi · 7 years ago
  81. ba44bc4 btrfs: propagate error to btrfs_cmp_data_prepare caller by Naohiro Aota · 7 years ago
  82. b86b6c2 btrfs: fix NULL pointer dereference from free_reloc_roots() by Naohiro Aota · 7 years ago
  83. 0f7dbc4 btrfs: resume qgroup rescan on rw remount by Aleksa Sarai · 7 years ago
  84. 3a63729 Btrfs: fix early ENOSPC due to delalloc by Omar Sandoval · 7 years ago
  85. f76ddff Btrfs: adjust outstanding_extents counter properly when dio write is split by Liu Bo · 8 years ago
  86. 6731212 Btrfs: fix lockdep warning about log_mutex by Liu Bo · 8 years ago
  87. 78418b8 Btrfs: use down_read_nested to make lockdep silent by Liu Bo · 8 years ago
  88. 157302f btrfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  89. c3eab85 Btrfs: fix truncate down when no_holes feature is enabled by Liu Bo · 8 years ago
  90. e8b5068 Btrfs: Fix deadlock between direct IO and fast fsync by Chandan Rajendra · 8 years ago
  91. b355b89 crypto: Work around deallocated stack frame reference gcc bug on sparc. by David Miller · 7 years ago
  92. 66d6448 btrfs: fix memory leak in update_space_info failure path by Jeff Mahoney · 7 years ago
  93. 4d15ab9 btrfs: use correct types for page indices in btrfs_page_exists_in_range by David Sterba · 7 years ago
  94. 61604a2 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  95. 93fb043 btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls by Jeff Mahoney · 8 years ago
  96. ffb97c1 Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operations by Omar Sandoval · 8 years ago
  97. ad80fad Btrfs: disable xattr operations on subvolume directories by Omar Sandoval · 8 years ago
  98. 79babd4 Btrfs: remove old tree_root case in btrfs_read_locked_inode() by Omar Sandoval · 8 years ago
  99. 7a1dcd9 btrfs: fix error handling when run_delayed_extent_op fails by Jeff Mahoney · 8 years ago
  100. 003e316 btrfs: fix locking when we put back a delayed ref that's too new by Jeff Mahoney · 8 years ago