1. 1bae309 btrfs: add simple debugfs interface by David Sterba · 10 years ago
  2. ace0105 btrfs: send: lower memory requirements in common case by David Sterba · 10 years ago
  3. dff6d0a Btrfs: make some tree searches in send.c more efficient by Filipe David Borba Manana · 10 years ago
  4. a0859c0 Btrfs: use right extent item position in send when finding extent clones by Filipe David Borba Manana · 10 years ago
  5. 57fb891 btrfs: send: remove BUG_ON from name_cache_delete by David Sterba · 10 years ago
  6. 4d1a63b btrfs: send: remove BUG from process_all_refs by David Sterba · 10 years ago
  7. 1f5a7ff btrfs: send: squeeze bitfilelds in fs_path by David Sterba · 10 years ago
  8. e25a812 btrfs: send: remove virtual_mem member from fs_path by David Sterba · 10 years ago
  9. b23ab57 btrfs: send: remove prepared member from fs_path by David Sterba · 10 years ago
  10. 64792f2 btrfs: send: replace check with an assert in gen_unique_name by David Sterba · 10 years ago
  11. 5ed7f9f Btrfs: more send support for parent/child dir relationship inversion by Filipe David Borba Manana · 10 years ago
  12. 03cb4fb Btrfs: fix send dealing with file renames and directory moves by Filipe David Borba Manana · 10 years ago
  13. 98cfee21 Btrfs: only add roots if necessary in find_parent_nodes() by Wang Shilong · 10 years ago
  14. abccd00 btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctl by Hugo Mills · 10 years ago
  15. d86477b Btrfs: add missing error check in incremental send by Filipe David Borba Manana · 10 years ago
  16. c404e0d Btrfs: fix use-after-free in the finishing procedure of the device replace by Miao Xie · 10 years ago
  17. 391cd9d Btrfs: fix unprotected alloc list insertion during the finishing procedure of replace by Miao Xie · 10 years ago
  18. 23ad5b1 btrfs: Return EXDEV for cross file system snapshot by Kusanagi Kouichi · 10 years ago
  19. 827463c Btrfs: don't mix the ordered extents of all files together during logging the inodes by Miao Xie · 10 years ago
  20. 93de4ba Btrfs: use right clone root offset for compressed extents by Filipe David Borba Manana · 10 years ago
  21. f085381 btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105 by Anand Jain · 10 years ago
  22. 3a0dfa6 Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol by Josef Bacik · 10 years ago
  23. feb5f96 Btrfs: fix max_inline mount option by Mitch Harder · 10 years ago
  24. a9d2d4a Btrfs: fix a lockdep warning when cleaning up aborted transaction by Liu Bo · 10 years ago
  25. 11bcac8 Revert "btrfs: add ioctl to export size of global metadata reservation" by Chris Mason · 10 years ago
  26. a2aa75e Btrfs: fix data corruption when reading/updating compressed extents by Filipe David Borba Manana · 10 years ago
  27. 27a377d Btrfs: don't loop forever if we can't run because of the tree mod log by Josef Bacik · 10 years ago
  28. 8051aa1 btrfs: reserve no transaction units in btrfs_ioctl_set_features by David Sterba · 10 years ago
  29. d0270ac btrfs: commit transaction after setting label and features by Jeff Mahoney · 10 years ago
  30. 6cc98d9 Btrfs: fix assert screwup for the pending move stuff by Josef Bacik · 10 years ago
  31. 60efa5e Btrfs: use late_initcall instead of module_init by Filipe David Borba Manana · 10 years ago
  32. 0b947af Btrfs: use btrfs_crc32c everywhere instead of libcrc32c by Filipe David Borba Manana · 10 years ago
  33. 8101c8d Btrfs: disable snapshot aware defrag for now by Josef Bacik · 10 years ago
  34. cf93da7 Btrfs: fix spin_unlock in check_ref_cleanup by Chris Mason · 10 years ago
  35. 90d3e59 Btrfs: setup inode location during btrfs_init_inode_locked by Chris Mason · 10 years ago
  36. 514ac8a Btrfs: don't use ram_bytes for uncompressed inline items by Chris Mason · 10 years ago
  37. 23c6bf6 Btrfs: fix btrfs_search_slot_for_read backwards iteration by Filipe David Borba Manana · 10 years ago
  38. 49fc647 Btrfs: do not export ulist functions by Wang Shilong · 10 years ago
  39. 4c7a6f7 Btrfs: rework ulist with list+rb_tree by Wang Shilong · 10 years ago
  40. f05c474 Btrfs: fix memory leaks on walking backrefs failure by Wang Shilong · 10 years ago
  41. bf54f41 Btrfs: fix send file hole detection leading to data corruption by Filipe David Borba Manana · 10 years ago
  42. bca1a29 Btrfs: add a reschedule point in btrfs_find_all_roots() by Wang Shilong · 10 years ago
  43. 7fdd29d Btrfs: make send's file extent item search more efficient by Filipe David Borba Manana · 10 years ago
  44. 95def2ed Btrfs: fix to catch all errors when resolving indirect ref by Wang Shilong · 10 years ago
  45. 538f72cd Btrfs: fix protection between walking backrefs and root deletion by Wang Shilong · 10 years ago
  46. 3c9665d btrfs: fix warning while merging two adjacent extents by Gui Hecheng · 10 years ago
  47. 9f03740 Btrfs: fix infinite path build loops in incremental send by Filipe David Borba Manana · 10 years ago
  48. 2365dd3 btrfs: undo sysfs when open_ctree() fails by Anand Jain · 10 years ago
  49. f74b86d Btrfs: fix snprintf usage by send's gen_unique_name by Filipe David Borba Manana · 10 years ago
  50. c41570c btrfs: fix defrag 32-bit integer overflow by Justin Maggard · 10 years ago
  51. c736c09 btrfs: sysfs: list the NO_HOLES feature by David Sterba · 10 years ago
  52. 66b4bbd btrfs: sysfs: don't show reserved incompat feature by David Sterba · 10 years ago
  53. bd60ea0 btrfs: call permission checks earlier in ioctls and return EPERM by David Sterba · 10 years ago
  54. d024206 btrfs: restrict snapshotting to own subvolumes by David Sterba · 10 years ago
  55. 89d4346 Btrfs: fix wrong block group in trace during the free space allocation by Miao Xie · 10 years ago
  56. 215a63d Btrfs: cleanup the code of used_block_group in find_free_extent() by Miao Xie · 10 years ago
  57. 920e4a5 Btrfs: cleanup the redundant code for the block group allocation and init by Miao Xie · 10 years ago
  58. 26b47ff Btrfs: change the members' order of btrfs_space_info structure to reduce the cache miss by Miao Xie · 10 years ago
  59. ffcfaf8 Btrfs: fix wrong search path initialization before searching tree root by Wang Shilong · 10 years ago
  60. 23c671a Btrfs: flush the dirty pages of the ordered extent aggressively during logging csum by Miao Xie · 10 years ago
  61. 2c21b4d Btrfs: fix transaction abortion when remounting btrfs from RW to RO by Wang Shilong · 10 years ago
  62. e4355f3 Btrfs: faster file extent item search in clone ioctl by Filipe David Borba Manana · 10 years ago
  63. 1a4319c Btrfs: fix extent state leak on transaction abortion by Liu Bo · 10 years ago
  64. 0780253 btrfs: Cleanup the btrfs_parse_options for remount. by Qu Wenruo · 10 years ago
  65. 3818aea btrfs: Add noinode_cache mount option by Qu Wenruo · 10 years ago
  66. ade2e0b Btrfs: fix to search previous metadata extent item since skinny metadata by Wang Shilong · 10 years ago
  67. 7c76edb Btrfs: fix missing skinny metadata check in scrub_stripe() by Wang Shilong · 10 years ago
  68. 28e5dd8 Btrfs: fix send to not send non-aligned clone operations by Filipe David Borba Manana · 10 years ago
  69. 14a958e Btrfs: fix btrfs boot when compiled as built-in by Filipe David Borba Manana · 10 years ago
  70. c57c2b3 Btrfs: unlock inodes in correct order in clone ioctl by Filipe David Borba Manana · 10 years ago
  71. f499e40 Btrfs: optimize to remove unnecessary removal with ulist reallocation by Wang Shilong · 10 years ago
  72. de6e820 Btrfs: release subvolume's block_rsv before transaction commit by Liu Bo · 10 years ago
  73. f1de968 Btrfs: fix the race between write back and nocow buffered write by Miao Xie · 10 years ago
  74. 7ef81ac Btrfs: only process as many file extents as there are refs by Josef Bacik · 10 years ago
  75. 3a6d75e Btrfs: fix qgroup rescan to work with skinny metadata by Josef Bacik · 10 years ago
  76. 580f0a6 Btrfs: fix extent_from_logical to deal with skinny metadata by Josef Bacik · 10 years ago
  77. 0a2b2a8 Btrfs: throttle delayed refs better by Josef Bacik · 10 years ago
  78. d7df2c7 Btrfs: attach delayed ref updates to delayed ref heads by Josef Bacik · 10 years ago
  79. 5039edd Btrfs: make fsync latency less sucky by Josef Bacik · 10 years ago
  80. 6354192 Btrfs: add support for inode properties by Filipe David Borba Manana · 10 years ago
  81. 1acae57 Btrfs: faster file extent item replace operations by Filipe David Borba Manana · 10 years ago
  82. 90515e7 Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot() by Wang Shilong · 10 years ago
  83. 8e56338 Btrfs: remove unnecessary transaction commit before send by Wang Shilong · 10 years ago
  84. 18f687d Btrfs: fix protection between send and root deletion by Wang Shilong · 10 years ago
  85. 896c14f Btrfs: fix wrong send_in_progress accounting by Wang Shilong · 10 years ago
  86. a88998f btrfs: Add treelog mount option. by Qu Wenruo · 10 years ago
  87. d399167 btrfs: Add datasum mount option. by Qu Wenruo · 10 years ago
  88. a258af7 btrfs: Add datacow mount option. by Qu Wenruo · 10 years ago
  89. bd0330a btrfs: Add acl mount option. by Qu Wenruo · 10 years ago
  90. 2c9ee85 btrfs: Add noflushoncommit mount option. by Qu Wenruo · 10 years ago
  91. 5303629 btrfs: Add noenospc_debug mount option. by Qu Wenruo · 10 years ago
  92. e07a2ad btrfs: Add nodiscard mount option. by Qu Wenruo · 10 years ago
  93. fc0ca9a btrfs: Add noautodefrag mount option. by Qu Wenruo · 10 years ago
  94. 842bef5 btrfs: Add "barrier" option to support "-o remount,barrier" by Qu Wenruo · 10 years ago
  95. e8117c2 Btrfs: only fua the first superblock when writting supers by Wang Shilong · 11 years ago
  96. 1750458 Btrfs: return free space to global_rsv as much as possible by Liu Bo · 11 years ago
  97. 1708cc5 Btrfs: fix an oops when we fail to relocate tree blocks by Wang Shilong · 11 years ago
  98. e77751a Btrfs: fix the wrong nocow range check by Miao Xie · 11 years ago
  99. 25e293c Btrfs: fix an oops when we fail to merge reloc roots by Wang Shilong · 11 years ago
  100. dc4103f Btrfs: remove unused argument from select_reloc_root() by Wang Shilong · 11 years ago