1. 6b20e0a btrfs: add free space tree to lockdep classes by David Sterba · 10 years ago
  2. 79b134a btrfs: tweak free space tree bitmap allocation by David Sterba · 10 years ago
  3. 8cce83b btrfs: tests: switch to GFP_KERNEL by David Sterba · 10 years ago
  4. 988f1f5 Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5 by Chris Mason · 10 years ago
  5. b28cf57 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  6. a305810 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  7. 8cdc7c5 Btrfs: fix fitrim discarding device area reserved for boot loader's use by Filipe Manana · 10 years ago
  8. ee592d0 Btrfs: Check metadata redundancy on balance by Sam Tygier · 10 years ago
  9. ca8a51b btrfs: statfs: report zero available if metadata are exhausted by David Sterba · 10 years ago
  10. 8546b57 btrfs: preallocate path for snapshot creation at ioctl time by David Sterba · 10 years ago
  11. b0c0ea6 btrfs: allocate root item at snapshot ioctl time by David Sterba · 10 years ago
  12. a1ee736 btrfs: do an allocation earlier during snapshot creation by David Sterba · 10 years ago
  13. 4fb72bf btrfs: use smaller type for btrfs_path locks by David Sterba · 10 years ago
  14. 7853f15 btrfs: use smaller type for btrfs_path lowest_level by David Sterba · 10 years ago
  15. dccabfa btrfs: use smaller type for btrfs_path reada by David Sterba · 10 years ago
  16. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 10 years ago
  17. 4d4ab6d btrfs: constify static arrays by David Sterba · 10 years ago
  18. 20e5506 btrfs: constify remaining structs with function pointers by David Sterba · 10 years ago
  19. 28f0779 btrfs tests: replace whole ops structure for free space tests by David Sterba · 10 years ago
  20. a7ca422 btrfs: use list_for_each_entry* in backref.c by Geliang Tang · 10 years ago
  21. 7ae1681 btrfs: use list_for_each_entry_safe in free-space-cache.c by Geliang Tang · 10 years ago
  22. b69f2be btrfs: use list_for_each_entry* in check-integrity.c by Geliang Tang · 10 years ago
  23. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 10 years ago
  24. 7928d67 btrfs: cleanup, remove stray return statements by David Sterba · 10 years ago
  25. 352dd9c btrfs: zero out delayed node upon allocation by Alexandru Moise · 10 years ago
  26. 575a75d btrfs: pass proper enum type to start_transaction() by Alexandru Moise · 10 years ago
  27. 9780c49 btrfs: switch __btrfs_fs_incompat return type from int to bool by Alexandru Moise · 10 years ago
  28. e40da0e btrfs: remove unused inode argument from uncompress_inline() by Byongho Lee · 10 years ago
  29. 100d570 btrfs: don't use slab cache for struct btrfs_delalloc_work by David Sterba · 10 years ago
  30. 0de270f btrfs: drop duplicate prefix from scrub workqueues by David Sterba · 10 years ago
  31. 93a3d46 btrfs: verbose error when we find an unexpected item in sys_array by David Sterba · 10 years ago
  32. f5cdedd btrfs: handle invalid num_stripes in sys_array by David Sterba · 10 years ago
  33. 35b3ad5 btrfs: better packing of btrfs_delayed_extent_op by David Sterba · 10 years ago
  34. 8089fe6 btrfs: put delayed item hook into inode by David Sterba · 10 years ago
  35. c5ca878 btrfs: Support convert to -d dup for btrfs-convert by Zhao Lei · 10 years ago
  36. be7bd73 Btrfs: igrab inode in writepage by Josef Bacik · 10 years ago
  37. b2acddd Btrfs: add missing brelse when superblock checksum fails by Anand Jain · 10 years ago
  38. 271dba4 Btrfs: fix transaction handle leak on failure to create hard link by Filipe Manana · 10 years ago
  39. 9269d12 Btrfs: fix number of transaction units required to create symlink by Filipe Manana · 10 years ago
  40. d50866d Btrfs: don't leave dangling dentry if symlink creation failed by Filipe Manana · 10 years ago
  41. a879719 Btrfs: send, don't BUG_ON() when an empty symlink is found by Filipe Manana · 10 years ago
  42. 2bc0bb5 Btrfs: fix race between free space endio workers and space cache writeout by Filipe Manana · 10 years ago
  43. 511711a btrfs: don't run delayed references while we are creating the free space tree by Chris Mason · 10 years ago
  44. b4570aa btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled. by Chris Mason · 10 years ago
  45. 140e639 btrfs: fix warning on uninit variable in btrfs_finish_chunk_alloc by Chris Mason · 10 years ago
  46. f0f7641 Merge branch 'freespace-4.5' into for-linus-4.5 by Chris Mason · 10 years ago
  47. a53fe25 Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5 by Chris Mason · 10 years ago
  48. bb9d687 Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  49. 13d5d15 Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  50. afa427c Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  51. e44081e Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groups by Filipe Manana · 10 years ago
  52. fc315e3 Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  53. f7d3d2f Merge branch 'freespace-tree' into for-linus-4.5 by Chris Mason · 10 years ago
  54. 0376374 Btrfs: fix locking bugs when defragging leaves by Filipe Manana · 10 years ago
  55. 70f6d82 Btrfs: add free space tree mount option by Omar Sandoval · 10 years ago
  56. 1e144fb Btrfs: wire up the free space tree to the extent tree by Omar Sandoval · 10 years ago
  57. 7c55ee0 Btrfs: add free space tree sanity tests by Omar Sandoval · 10 years ago
  58. a5ed918 Btrfs: implement the free space B-tree by Omar Sandoval · 10 years ago
  59. 208acb8 Btrfs: introduce the free space B-tree on-disk format by Omar Sandoval · 10 years ago
  60. 73fa48b Btrfs: refactor caching_thread() by Omar Sandoval · 10 years ago
  61. 1abfbcd Btrfs: add helpers for read-only compat bits by Omar Sandoval · 10 years ago
  62. 0f33122 Btrfs: add extent buffer bitmap sanity tests by Omar Sandoval · 10 years ago
  63. 3e1e8bb Btrfs: add extent buffer bitmap operations by Omar Sandoval · 10 years ago
  64. f28a492 Btrfs: fix leaking of ordered extents after direct IO write error by Filipe Manana · 10 years ago
  65. b850ae1 Btrfs: fix deadlock between direct IO write and defrag/readpages by Filipe Manana · 10 years ago
  66. 1454377 Btrfs: fix error path when failing to submit bio for direct IO write by Filipe Manana · 10 years ago
  67. 7785a66 Btrfs: fix memory leaks after transaction is aborted by Filipe Manana · 10 years ago
  68. 50460e3 Btrfs: fix race when finishing dev replace leading to transaction abort by Filipe Manana · 10 years ago
  69. 1d3a5a8 Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4 by Chris Mason · 10 years ago
  70. bb1591b4 Btrfs: check prepare_uptodate_page() error code earlier by Chris Mason · 10 years ago
  71. 1b9b922 Btrfs: check for empty bitmap list in setup_cluster_bitmaps by Chris Mason · 10 years ago
  72. 9435688 btrfs: fix misleading warning when space cache failed to load by Holger Hoffstätte · 10 years ago
  73. 8a7d656 Btrfs: fix transaction handle leak in balance by Filipe Manana · 10 years ago
  74. 348a001 Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list by Filipe Manana · 10 years ago
  75. 35de6db btrfs: make set_range_writeback return void by David Sterba · 10 years ago
  76. f631157 btrfs: make extent_range_redirty_for_io return void by David Sterba · 10 years ago
  77. bd1fa4f btrfs: make extent_range_clear_dirty_for_io return void by David Sterba · 10 years ago
  78. b5227c0 btrfs: make end_extent_writepage return void by David Sterba · 10 years ago
  79. a9d93e1 btrfs: make extent_clear_unlock_delalloc return void by David Sterba · 10 years ago
  80. 69ba392 btrfs: make clear_extent_buffer_uptodate return void by David Sterba · 10 years ago
  81. 09c25a8 btrfs: make set_extent_buffer_uptodate return void by David Sterba · 10 years ago
  82. 4db8c52 btrfs: remove a trivial helper btrfs_set_buffer_uptodate by David Sterba · 10 years ago
  83. 39a27ec btrfs: use GFP_KERNEL for xattr and acl allocations by David Sterba · 10 years ago
  84. 61dd5ae btrfs: use GFP_KERNEL for allocations of workqueues by David Sterba · 10 years ago
  85. 8d2db78 btrfs: use GFP_KERNEL for allocations in ioctl handlers by David Sterba · 10 years ago
  86. 3042460 btrfs: remove wait from struct btrfs_delalloc_work by David Sterba · 10 years ago
  87. 651d494 btrfs: sink parameter wait to btrfs_alloc_delalloc_work by David Sterba · 10 years ago
  88. 87ad58c btrfs: make btrfs_close_one_device static by David Sterba · 10 years ago
  89. cd716d8 btrfs: make lock_extent static inline by David Sterba · 10 years ago
  90. ff13db4 btrfs: drop unused parameter from lock_extent_bits by David Sterba · 10 years ago
  91. e83b1d9 btrfs: make clear_extent_bit helpers static inline by David Sterba · 10 years ago
  92. c631795 btrfs: make set_extent_bit helpers static inline by David Sterba · 10 years ago
  93. 80e0c50 Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  94. dba72cb btrfs: fix balance range usage filters in 4.4-rc by Holger Hoffstätte · 10 years ago
  95. 82bd101 btrfs: qgroup: account shared subtree during snapshot delete by Mark Fasheh · 10 years ago
  96. 2d9e977 Btrfs: use btrfs_get_fs_root in resolve_indirect_ref by Josef Bacik · 10 years ago
  97. 967ef51 btrfs: qgroup: fix quota disable during rescan by Justin Maggard · 10 years ago
  98. 036a934 Btrfs: fix race between cleaner kthread and space cache writeout by Filipe Manana · 10 years ago
  99. 758f2df Btrfs: fix scrub preventing unused block groups from being deleted by Filipe Manana · 10 years ago
  100. 020d5b7 Btrfs: fix race between scrub and block group deletion by Filipe Manana · 10 years ago