1. 43b1859 btrfs: qgroup: Use separate meta reservation type for delalloc by Qu Wenruo · 7 years ago
  2. 8b62f87 Btrfs: rework outstanding_extents by Josef Bacik · 7 years ago
  3. 364ecf3 btrfs: qgroup: Introduce extent changeset for qgroup reserve functions by Qu Wenruo · 7 years ago
  4. 691fa05 btrfs: all btrfs_delalloc_release_metadata take btrfs_inode by Nikolay Borisov · 7 years ago
  5. 77ab86b btrfs: free-space-cache, clean up unnecessary root arguments by Jeff Mahoney · 7 years ago
  6. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  7. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  8. 27965b6 btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size by Jeff Mahoney · 8 years ago
  9. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  10. 1851309 btrfs: update btrfs_space_info's bytes_may_use timely by Wang Xiaoguang · 8 years ago
  11. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  12. 3cdde22 btrfs: btrfs_test_opt and friends should take a btrfs_fs_info by Jeff Mahoney · 8 years ago
  13. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  14. 3c1d84b Btrfs: Show a warning message if one of objectid reaches its highest value by Satoru Takeuchi · 8 years ago
  15. 326f784 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 · 9 years ago
  16. f32e48e Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots by Chandan Rajendra · 9 years ago
  17. 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 · 9 years ago
  18. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  19. 20e5506 btrfs: constify remaining structs with function pointers by David Sterba · 9 years ago
  20. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 9 years ago
  21. 7cf5b97 btrfs: qgroup: Cleanup old inaccurate facilities by Qu Wenruo · 9 years ago
  22. df48063 btrfs: extent-tree: Switch to new delalloc space reserve and release by Qu Wenruo · 9 years ago
  23. ae9d8f1 Btrfs: fix race between caching kthread and returning inode to inode cache by Filipe Manana · 9 years ago
  24. c3f4a16 Btrfs: use kmem_cache_free when freeing entry in inode cache by Filipe Manana · 9 years ago
  25. 1bbc621 Btrfs: allow block group cache writeout outside critical section in commit by Chris Mason · 9 years ago
  26. 55507ce Btrfs: fix race between writing free space cache and trimming by Filipe Manana · 10 years ago
  27. 7e1876a btrfs: switch inode_cache option handling to pending changes by David Sterba · 10 years ago
  28. 57cdc8d btrfs: cleanup ino cache members of btrfs_root by David Sterba · 10 years ago
  29. 67a77eb btrfs: remove newline from inode cache kthread name by David Sterba · 10 years ago
  30. 1c70d8f Btrfs: fix inode caching vs tree log by Miao Xie · 10 years ago
  31. e60efa8 Btrfs: avoid triggering bug_on() when we fail to start inode caching task by Wang Shilong · 10 years ago
  32. 9e351cc Btrfs: remove transaction from send by Josef Bacik · 10 years ago
  33. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  34. ff76b05 Btrfs: Don't allocate inode that is already in use by Stefan Behrens · 11 years ago
  35. 7451432 Btrfs: remove path arg from btrfs_truncate_free_space_cache by Filipe David Borba Manana · 11 years ago
  36. 53645a9 Btrfs: remove duplicated ino cache's inode lookup by Filipe David Borba Manana · 11 years ago
  37. 69e9c6c Btrfs: eliminate the exceptional root_tree refs=0 by Stefan Behrens · 11 years ago
  38. 7b61cd9 Btrfs: don't use global block reservation for inode cache truncation by Miao Xie · 11 years ago
  39. 7cfa9e5 Btrfs: don't abort the current transaction if there is no enough space for inode cache by Miao Xie · 11 years ago
  40. 08e007d Btrfs: improve the noflush reservation by Miao Xie · 12 years ago
  41. 2bcc032 Btrfs: show useful info in space reservation tracepoint by Liu Bo · 12 years ago
  42. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  43. e77266e Btrfs: fix compiler warnings on 32 bit systems by Chris Mason · 12 years ago
  44. 8c2a3ca Btrfs: space leak tracepoints by Josef Bacik · 13 years ago
  45. ba38eb4 Btrfs: fix no reserved space for writing out inode cache by Miao Xie · 13 years ago
  46. c09544e Btrfs: handle enospc accounting for free space inodes by Josef Bacik · 13 years ago
  47. 7841cb2 btrfs: add helper for fs_info->closing by David Sterba · 13 years ago
  48. 4b9465c Btrfs: add mount -o inode_cache by Chris Mason · 13 years ago
  49. d132a53 Btrfs: don't save the inode cache if we are deleting this root by Josef Bacik · 13 years ago
  50. ca456ae Btrfs: don't save the inode cache in non-FS roots by liubo · 13 years ago
  51. a47d6b7 Btrfs: setup free ino caching in a more asynchronous way by Li Zefan · 13 years ago
  52. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  53. 82d5902 Btrfs: Support reading/writing on disk free ino cache by Li Zefan · 13 years ago
  54. 581bb05 Btrfs: Cache free inode numbers in memory by Li Zefan · 13 years ago
  55. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 13 years ago
  56. 13a8a7c Btrfs: do not reuse objectid of deleted snapshot/subvol by Yan, Zheng · 15 years ago
  57. e63b6a6c Btrfs: Fix a trivial warning using max() of u64 vs ULL. by Joel Becker · 15 years ago
  58. e00f730 Btrfs: remove btrfs_init_path by Jeff Mahoney · 15 years ago
  59. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  60. 5b21f2e Btrfs: extent_map and data=ordered fixes for space balancing by Zheng Yan · 16 years ago
  61. 6527cdb Btrfs: Update find free objectid function for orphan cleanup code by Zheng Yan · 16 years ago
  62. a213501 Btrfs: Replace the big fs_mutex with a collection of other locks by Chris Mason · 16 years ago
  63. b178542 Fix for btrfs_find_free_objectid by Yan · 17 years ago
  64. 5f39d39 Btrfs: Create extent_buffer interface for large blocksizes by Chris Mason · 17 years ago
  65. ec6b910 Btrfs: trivial include fixups by Zach Brown · 17 years ago
  66. 6cbd557 Btrfs: add GPLv2 by Chris Mason · 17 years ago
  67. 1b05da2 Btrfs: drop the inode map tree by Chris Mason · 17 years ago
  68. 5be6f7f Btrfs: dirindex optimizations by Chris Mason · 17 years ago
  69. b1a4d96 Btrfs: tweak the inode-map and free extent search starts on cold mount by Chris Mason · 17 years ago
  70. 7cfcc17 Btrfs: corruptions fixed by Chris Mason · 17 years ago
  71. d602557 Btrfs: corruption hunt continues by Chris Mason · 17 years ago
  72. 6407bf6 Btrfs: reference counts on data extents by Chris Mason · 17 years ago
  73. d571976 btrfs_create, btrfs_write_super, btrfs_sync_fs by Chris Mason · 17 years ago
  74. e20d96d Mountable btrfs, with readdir by Chris Mason · 17 years ago
  75. 2e635a2 Btrfs: initial move to kernel module land by Chris Mason · 17 years ago
  76. 9f5fae2 Btrfs: Add inode map, and the start of file extent items by Chris Mason · 17 years ago