1. 803b2f2 btrfs: qgroup: fix data leak caused by race between writeback and truncate by Qu Wenruo · 4 years ago
  2. 5915b8e btrfs: don't force read-only after error in drop snapshot by David Sterba · 4 years, 5 months ago
  3. 9156712 btrfs: fix wrong address when faulting in pages in the search ioctl by Filipe Manana · 3 years, 11 months ago
  4. b33e13e btrfs: fix lockdep splat in add_missing_dev by Josef Bacik · 4 years ago
  5. a6fdfac btrfs: require only sector size alignment for parent eb bytenr by Qu Wenruo · 4 years ago
  6. 7c9bf5c btrfs: fix potential deadlock in the search ioctl by Josef Bacik · 4 years ago
  7. 4689380 btrfs: set the lockdep class for log tree extent buffers by Josef Bacik · 4 years ago
  8. 88814d0 btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewind by Nikolay Borisov · 6 years ago
  9. 2ca6e25 btrfs: Remove redundant extent_buffer_get in get_old_root by Nikolay Borisov · 6 years ago
  10. 43eadb9 btrfs: drop path before adding new uuid tree entry by Josef Bacik · 4 years ago
  11. 2d03728 btrfs: check the right error variable in btrfs_del_dir_entries_in_log by Josef Bacik · 4 years ago
  12. b0186a1 btrfs: fix space cache memory leak after transaction abort by Filipe Manana · 4 years ago
  13. ee203be btrfs: reset compression level for lzo on remount by Marcos Paulo de Souza · 4 years ago
  14. 5d20e39 btrfs: file: reserve qgroup space after the hole punch range is locked by Qu Wenruo · 4 years, 2 months ago
  15. 76c3819 btrfs: sysfs: use NOFS for device creation by Josef Bacik · 4 years ago
  16. 35c1576 btrfs: inode: fix NULL pointer dereference if inode doesn't need compression by Qu Wenruo · 4 years ago
  17. 2a3d84f btrfs: Move free_pages_out label in inline extent handling branch in compress_file_range by Nikolay Borisov · 5 years ago
  18. f50a0ab btrfs: don't show full path of bind mounts in subvol= by Josef Bacik · 4 years ago
  19. dd39b6f btrfs: export helpers for subvolume name/id resolution by Marcos Paulo de Souza · 4 years, 5 months ago
  20. a34b58b btrfs: fix return value mixup in btrfs_get_extent by Pavel Machek · 4 years ago
  21. 183af2d btrfs: fix memory leaks after failure to lookup checksums during inode logging by Filipe Manana · 4 years ago
  22. 627fa9d btrfs: only search for left_info if there is no right_info in try_merge_free_space by Josef Bacik · 4 years ago
  23. 7c1ddfc btrfs: fix messages after changing compression level by remount by David Sterba · 4 years ago
  24. 35b4a28 btrfs: open device without device_list_mutex by Josef Bacik · 4 years ago
  25. fa51195 btrfs: don't traverse into the seed devices in show_devname by Anand Jain · 4 years, 1 month ago
  26. 6bf983c btrfs: ref-verify: fix memory leak in add_block_entry by Tom Rix · 4 years, 1 month ago
  27. 8eadf67 btrfs: don't allocate anonymous block device for user invisible roots by Qu Wenruo · 4 years, 2 months ago
  28. 3b5318a btrfs: free anon block device right after subvolume deletion by Qu Wenruo · 4 years, 2 months ago
  29. 5e5bcbb fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls by Paul E. McKenney · 4 years, 3 months ago
  30. cd823ab Btrfs: fix selftests failure due to uninitialized i_mode in test inodes by Filipe Manana · 4 years, 11 months ago
  31. 4e986ab3 btrfs: inode: Verify inode mode to avoid NULL pointer dereference by Qu Wenruo · 5 years ago
  32. bf93dda btrfs: fix page leaks after failure to lock page for delalloc by Robbie Ko · 4 years ago
  33. 2fae5cc btrfs: fix mount failure caused by race with umount by Boris Burkov · 4 years, 1 month ago
  34. 18a1602 btrfs: fix double free on ulist after backref resolution failure by Filipe Manana · 4 years, 1 month ago
  35. 8ee0358 btrfs: fix fatal extent_buffer readahead vs releasepage race by Boris Burkov · 4 years, 1 month ago
  36. b3317a7 btrfs: fix a block group ref counter leak after failure to remove block group by Filipe Manana · 4 years, 2 months ago
  37. e4b2fd3 btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof by Filipe Manana · 4 years, 2 months ago
  38. a092d45 btrfs: fix data block group relocation failure due to concurrent scrub by Filipe Manana · 4 years, 2 months ago
  39. 789555b btrfs: fix wrong file range cleanup after an error filling dealloc range by Filipe Manana · 4 years, 2 months ago
  40. 74bee83 btrfs: fix error handling when submitting direct I/O bio by Omar Sandoval · 4 years, 4 months ago
  41. e204934 btrfs: send: emit file capabilities after chown by Marcos Paulo de Souza · 4 years, 3 months ago
  42. bcad3df btrfs: include non-missing as a qualifier for the latest_bdev by Anand Jain · 4 years, 3 months ago
  43. 4ab6160 btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new qgroup by Qu Wenruo · 4 years, 4 months ago
  44. f8a27de btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums by Filipe Manana · 4 years, 2 months ago
  45. f6e53d8 btrfs: tree-checker: Check level for leaves and nodes by Qu Wenruo · 6 years ago
  46. 227af79 btrfs: Detect unbalanced tree with empty leaf before crashing btree operations by Qu Wenruo · 5 years ago
  47. 8cb9b06 btrfs: merge btrfs_find_device and find_device by Anand Jain · 6 years ago
  48. 57be052 btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_info::journal_info by Qu Wenruo · 4 years, 3 months ago
  49. 0004345 btrfs: fix partial loss of prealloc extent past i_size after fsync by Filipe Manana · 4 years, 3 months ago
  50. 220bf45 btrfs: fix block group leak when removing fails by Xiyu Yang · 4 years, 3 months ago
  51. 49d349d btrfs: check commit root generation in should_ignore_root by Josef Bacik · 4 years, 4 months ago
  52. 45b9d99 btrfs: use nofs allocations for running delayed items by Josef Bacik · 4 years, 4 months ago
  53. ed87034 btrfs: fix missing semaphore unlock in btrfs_sync_file by Robbie Ko · 4 years, 5 months ago
  54. 867ae5e btrfs: fix missing file extent item for hole after ranged fsync by Filipe Manana · 4 years, 5 months ago
  55. d8ecdce btrfs: drop block from cache on error in relocation by Josef Bacik · 4 years, 5 months ago
  56. d3a7c4b btrfs: set update the uuid generation as soon as possible by Josef Bacik · 4 years, 6 months ago
  57. 7ed0c4d Btrfs: fix crash during unmount due to race with delayed inode workers by Filipe Manana · 4 years, 5 months ago
  58. 32fb859 btrfs: track reloc roots based on their commit root bytenr by Josef Bacik · 4 years, 5 months ago
  59. 7d0ef63 btrfs: remove a BUG_ON() from merge_reloc_roots() by Josef Bacik · 4 years, 5 months ago
  60. b8ab26f btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued by Qu Wenruo · 4 years, 6 months ago
  61. 221ab6a btrfs: fix log context list corruption after rename whiteout error by Filipe Manana · 4 years, 5 months ago
  62. cd26d53 Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents by Filipe Manana · 4 years, 6 months ago
  63. 4d886f9 btrfs: do not check delayed items are empty for single transaction cleanup by Josef Bacik · 4 years, 6 months ago
  64. 68b7db1 btrfs: reset fs_root to NULL on error in open_ctree by Josef Bacik · 4 years, 6 months ago
  65. 0ba8e5f btrfs: fix bytes_may_use underflow in prealloc error condtition by Josef Bacik · 4 years, 6 months ago
  66. f60d374 btrfs: device stats, log when stats are zeroed by Anand Jain · 4 years, 7 months ago
  67. 3c8b2ec btrfs: safely advance counter when looking up bio csums by David Sterba · 4 years, 7 months ago
  68. 957ec72 btrfs: fix possible NULL-pointer dereference in integrity checks by Johannes Thumshirn · 4 years, 8 months ago
  69. a3eccdf btrfs: log message when rw remount is attempted with unclean tree-log by David Sterba · 4 years, 6 months ago
  70. 2a902b4 btrfs: print message when tree-log replay starts by David Sterba · 4 years, 6 months ago
  71. 67d9c9e btrfs: ref-verify: fix memory leaks by Wenwen Wang · 4 years, 6 months ago
  72. 4a4257c Btrfs: fix race between using extent maps and merging them by Filipe Manana · 4 years, 6 months ago
  73. 8604737 btrfs: flush write bio if we loop in extent_write_cache_pages by Josef Bacik · 4 years, 6 months ago
  74. 159db2a btrfs: free block groups after free'ing fs trees by Josef Bacik · 4 years, 6 months ago
  75. 381a16f btrfs: use bool argument in free_root_pointers() by Anand Jain · 4 years, 10 months ago
  76. 18d07e4 Btrfs: fix race between adding and putting tree mod seq elements and nodes by Filipe Manana · 4 years, 6 months ago
  77. 19ddbec btrfs: set trans->drity in btrfs_commit_transaction by Josef Bacik · 4 years, 7 months ago
  78. 587292a Btrfs: fix missing hole after hole punching and fsync when using NO_HOLES by Filipe Manana · 4 years, 9 months ago
  79. 0f7a334 btrfs: do not zero f_bavail if we have available space by Josef Bacik · 4 years, 6 months ago
  80. 6ec047a btrfs: use correct count in btrfs_file_write_iter() by Omar Sandoval · 5 years ago
  81. cbbc34a Btrfs: fix inode cache waiters hanging on path allocation failure by Filipe Manana · 5 years ago
  82. b34203a Btrfs: fix inode cache waiters hanging on failure to start caching thread by Filipe Manana · 5 years ago
  83. fe4929a Btrfs: fix hang when loading existing inode cache off disk by Filipe Manana · 5 years ago
  84. 5bff416 btrfs: fix memory leak in qgroup accounting by Johannes Thumshirn · 4 years, 7 months ago
  85. 3b5a4a1 btrfs: do not delete mismatched root refs by Josef Bacik · 4 years, 8 months ago
  86. d110e93 btrfs: fix invalid removal of root ref by Josef Bacik · 4 years, 8 months ago
  87. dab7dd7 btrfs: rework arguments of btrfs_unlink_subvol by Josef Bacik · 4 years, 8 months ago
  88. 60dc79d btrfs: simplify inode locking for RWF_NOWAIT by Goldwyn Rodrigues · 4 years, 11 months ago
  89. 12ac1eb btrfs: Fix error messages in qgroup_rescan_init by Nikolay Borisov · 4 years, 9 months ago
  90. c016016 btrfs: return error pointer from alloc_test_extent_buffer by Dan Carpenter · 4 years, 8 months ago
  91. bf9011c btrfs: don't prematurely free work in scrub_missing_raid56_worker() by Omar Sandoval · 4 years, 11 months ago
  92. ff90b89 btrfs: don't prematurely free work in reada_start_machine_worker() by Omar Sandoval · 4 years, 11 months ago
  93. 3e6f711 btrfs: don't prematurely free work in run_ordered_work() by Omar Sandoval · 4 years, 11 months ago
  94. d4f39f7 btrfs: don't prematurely free work in end_workqueue_fn() by Omar Sandoval · 4 years, 11 months ago
  95. b348491 Btrfs: fix removal logic of the tree mod log that leads to use-after-free issues by Filipe Manana · 4 years, 8 months ago
  96. 41c5a0b btrfs: handle ENOENT in btrfs_uuid_tree_iterate by Josef Bacik · 4 years, 8 months ago
  97. f4e54ec btrfs: do not leak reloc root if we fail to read the fs root by Josef Bacik · 4 years, 8 months ago
  98. f5c9735 btrfs: skip log replay on orphaned roots by Josef Bacik · 4 years, 8 months ago
  99. 3130fcd btrfs: abort transaction after failed inode updates in create_subvol by Josef Bacik · 4 years, 8 months ago
  100. da9e979 btrfs: send: remove WARN_ON for readonly mount by Anand Jain · 4 years, 8 months ago