1. d2ceb477 Btrfs: do not abort transaction at btrfs_update_root() after failure to COW path by Filipe Manana · 5 years ago
  2. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  3. 35bbb97 btrfs: don't create or leak aliased root while cleaning up orphans by Jeff Mahoney · 8 years ago
  4. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  5. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  6. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  7. 34d9700 btrfs: rename btrfs_std_error to btrfs_handle_fs_error by Anand Jain · 8 years ago
  8. 968f3e3 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  9. 909c3a2 Btrfs: fix loading of orphan roots leading to BUG_ON by Filipe Manana · 8 years ago
  10. 04b285f btrfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 8 years ago
  11. a0d58e4 Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  12. 0412e58 btrfs: Fixed declaration of old_len by Alexandru Moise · 9 years ago
  13. 62fb50a Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  14. f14d104 btrfs: switch more printks to our helpers by David Sterba · 9 years ago
  15. a4553fe Btrfs: consolidate btrfs_error() to btrfs_std_error() by Anand Jain · 9 years ago
  16. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 10 years ago
  17. 886322e btrfs: Use PTR_ERR_OR_ZERO by Sachin Kamat · 10 years ago
  18. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 10 years ago
  19. 75ac2dd btrfs: expand btrfs_find_item() to include find_root_ref functionality by Kelley Nielsen · 11 years ago
  20. 14927d9 Btrfs: insert orphan roots into fs radix tree by Miao Xie · 11 years ago
  21. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  22. 171170c btrfs: mark some local function as 'static' by Sergei Trofimovich · 11 years ago
  23. 3cae210 btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert by Qu Wenruo · 11 years ago
  24. 68a7342 Btrfs: cleanup orphaned root orphan item by Josef Bacik · 11 years ago
  25. b7394eb Btrfs: remove unused code in btrfs_del_root by Liu Bo · 11 years ago
  26. cb517ea Btrfs: cleanup the similar code of the fs root read by Miao Xie · 11 years ago
  27. 5fbf83c Btrfs: delete unused parameter to btrfs_read_root_item() by Stefan Behrens · 11 years ago
  28. 5f3ab90 Btrfs: rename root_times_lock to root_item_lock by Anand Jain · 11 years ago
  29. 005d642 btrfs: move transaction aborts to the point of failure by David Sterba · 12 years ago
  30. dadd110 Btrfs: fix some endian bugs handling the root times by Dan Carpenter · 12 years ago
  31. 8ea05e3 Btrfs: introduce subvol uuids and times by Alexander Block · 12 years ago
  32. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  33. b45a9d8 btrfs: btrfs_update_root error push-up by Jeff Mahoney · 13 years ago
  34. d16cb05 btrfs: Simplify btrfs_insert_root by Jeff Mahoney · 13 years ago
  35. bf5f32e btrfs: make btrfs_set_root_node void by Mark Fasheh · 13 years ago
  36. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  37. 65a246c Btrfs: return error code to caller when btrfs_del_item fails by Tsutomu Itoh · 13 years ago
  38. f2a97a9 btrfs: remove all unused functions by David Sterba · 13 years ago
  39. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  40. 08fe4db Btrfs: Fix uninitialized root flags for subvolumes by Li Zefan · 13 years ago
  41. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 13 years ago
  42. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  43. 15e7000 Btrfs: avoid BUG when dropping root and reference in same transaction by Sage Weil · 14 years ago
  44. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  45. df66916 Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_root by Li Dongyang · 15 years ago
  46. 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
  47. 4df27c4d Btrfs: change how subvolumes are organized by Yan, Zheng · 15 years ago
  48. 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
  49. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 15 years ago
  50. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 15 years ago
  51. ea9e8b1 Btrfs: prevent loops in the directory tree when creating snapshots by Chris Mason · 16 years ago
  52. 0660b5a Btrfs: Add backrefs and forward refs for subvols and snapshots by Chris Mason · 16 years ago
  53. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  54. 1a40e23 Btrfs: update space balancing code by Zheng Yan · 16 years ago
  55. e02119d Btrfs: Add a write ahead tree log to optimize synchronous operations by Chris Mason · 16 years ago
  56. b48652c Btrfs: Various small fixes. by Yan Zheng · 16 years ago
  57. a7a16fd Btrfs: Fix deadlock while searching for dead roots on mount by Chris Mason · 16 years ago
  58. bf4ef67 Btrfs: Properly find the root for snapshotted blocks during chunk relocation by Chris Mason · 16 years ago
  59. d666746 Btrfs: Change st_blocksize to 4k by Chris Mason · 16 years ago
  60. edbd8d4 Btrfs: Support for online FS resize (grow and shrink) by Chris Mason · 16 years ago
  61. 5f39d39 Btrfs: Create extent_buffer interface for large blocksizes by Chris Mason · 17 years ago
  62. 5ce14bb Btrfs: Find and remove dead roots the first time a root is loaded. by Chris Mason · 17 years ago
  63. a1f3963 Btrfs: Some code cleanups by Aneesh · 17 years ago
  64. ec6b910 Btrfs: trivial include fixups by Zach Brown · 17 years ago
  65. 22bb92f Btrfs: Documentation update by Chris Mason · 17 years ago
  66. 5eda7b5 Btrfs: Add the ability to find and remove dead roots after a crash. by Chris Mason · 17 years ago
  67. 54aa1f4 Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stack by Chris Mason · 17 years ago
  68. f1ace24 btrfs: Code cleanup by Aneesh · 17 years ago
  69. 6cbd557 Btrfs: add GPLv2 by Chris Mason · 17 years ago
  70. 5af3981 Btrfs: printk fixes by Chris Mason · 17 years ago
  71. 84f54cf Btrfs: 64 bit div fixes by Chris Mason · 17 years ago
  72. 8fd1779 Btrfs: early fsync support by Chris Mason · 17 years ago
  73. c5739bb Btrfs: snapshot progress by Chris Mason · 17 years ago
  74. 5caf2a0 Btrfs: dynamic allocation of path struct by Chris Mason · 17 years ago
  75. d602557 Btrfs: corruption hunt continues by Chris Mason · 17 years ago
  76. d571976 btrfs_create, btrfs_write_super, btrfs_sync_fs by Chris Mason · 17 years ago
  77. e20d96d Mountable btrfs, with readdir by Chris Mason · 17 years ago
  78. 2e635a2 Btrfs: initial move to kernel module land by Chris Mason · 17 years ago
  79. e089f05 Btrfs: transaction handles everywhere by Chris Mason · 17 years ago
  80. 62e2749 Btrfs: Use a chunk of the key flags to record the item type. by Chris Mason · 17 years ago
  81. 123abc8 Btrfs: variable block size support by Chris Mason · 17 years ago
  82. 3768f36 Btrfs: Change the super to point to a tree of trees to enable persistent snapshots by Chris Mason · 17 years ago