1. c817431 Btrfs: use the global reserve when truncating the free space cache inode by Josef Bacik · 13 years ago
  2. 1eae31e Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN by Chris Mason · 13 years ago
  3. 016fc6a Btrfs: don't flush the cache inode before writing it by Josef Bacik · 13 years ago
  4. 36ba022 Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions by Josef Bacik · 13 years ago
  5. 5b0e95b Btrfs: inline checksums into the disk free space cache by Josef Bacik · 13 years ago
  6. 549b4fd Btrfs: check the return value of filemap_write_and_wait in the space cache by Josef Bacik · 13 years ago
  7. a67509c Btrfs: add a io_ctl struct and helpers for dealing with the space cache by Josef Bacik · 13 years ago
  8. f75b130 Btrfs: don't skip writing out a empty block groups cache by Josef Bacik · 13 years ago
  9. 3b16a4e Btrfs: use the inode's mapping mask for allocating pages by Josef Bacik · 13 years ago
  10. 4a92b1b Btrfs: stop passing a trans handle all around the reservation code by Josef Bacik · 13 years ago
  11. c09544e Btrfs: handle enospc accounting for free space inodes by Josef Bacik · 13 years ago
  12. 300e4f8 Btrfs: put the block group cache after we commit the super by Josef Bacik · 13 years ago
  13. a9b5fcd Btrfs: fix call to btrfs_search_slot in free space cache by Josef Bacik · 13 years ago
  14. 482e6dc Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check by Josef Bacik · 13 years ago
  15. 6ab6060 Btrfs: ratelimit the generation printk for the free space cache by Josef Bacik · 13 years ago
  16. fb25e91 Btrfs: use bytes_may_use for all ENOSPC reservations by Josef Bacik · 13 years ago
  17. 65450aa Btrfs: reset to appropriate block rsv after orphan operations by Liu Bo · 13 years ago
  18. bb3ac5a Btrfs: fix wrong free space information by Miao Xie · 13 years ago
  19. a94733d Btrfs: use find_or_create_page instead of grab_cache_page by Josef Bacik · 13 years ago
  20. 2f35612 Btrfs: use the normal checksumming infrastructure for free space cache by Josef Bacik · 13 years ago
  21. 9b90f51 Btrfs: make sure to update total_bitmaps when freeing cache V3 by Josef Bacik · 13 years ago
  22. 38e8788 Btrfs: make sure to recheck for bitmaps in clusters by Chris Mason · 13 years ago
  23. f6a3982 Btrfs: fix duplicate checking logic by Josef Bacik · 13 years ago
  24. 2cdc342 Btrfs: fix bitmap regression by Josef Bacik · 13 years ago
  25. 3de85bb Btrfs: noinline the cluster searching functions by Josef Bacik · 13 years ago
  26. 86d4a77 Btrfs: cache bitmaps when searching for a cluster by Josef Bacik · 13 years ago
  27. 7841cb2 btrfs: add helper for fs_info->closing by David Sterba · 13 years ago
  28. 4b9465c Btrfs: add mount -o inode_cache by Chris Mason · 13 years ago
  29. 211f96c Btrfs: make sure we don't overflow the free space cache crc page by Chris Mason · 13 years ago
  30. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  31. 207dde8 Btrfs: check for duplicate entries in the free space cache by Josef Bacik · 13 years ago
  32. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  33. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 13 years ago
  34. f2a97a9 btrfs: remove all unused functions by David Sterba · 13 years ago
  35. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  36. 62a45b6 btrfs: make functions static when possible by David Sterba · 13 years ago
  37. edc95ae btrfs: remove nested duplicate variable declarations by David Sterba · 13 years ago
  38. a4f0162 Btrfs: free bitmaps properly when evicting the cache by Josef Bacik · 13 years ago
  39. f789b68 Btrfs: Free free_space item properly in btrfs_trim_block_group() by Li Zefan · 13 years ago
  40. 82d5902 Btrfs: Support reading/writing on disk free ino cache by Li Zefan · 13 years ago
  41. 0414efa Btrfs: Make the code for reading/writing free space cache generic by Li Zefan · 13 years ago
  42. 581bb05 Btrfs: Cache free inode numbers in memory by Li Zefan · 13 years ago
  43. 34d52cb Btrfs: Make free space cache code generic by Li Zefan · 13 years ago
  44. f38b6e7 Btrfs: Use bitmap_set/clear() by Li Zefan · 13 years ago
  45. 92c42311 Btrfs: Remove unused btrfs_block_group_free_space() by Li Zefan · 13 years ago
  46. f65647c Btrfs: fix free space cache leak by Chris Mason · 13 years ago
  47. be1a12a Btrfs: deal with the case that we run out of space in the cache by Josef Bacik · 13 years ago
  48. 43be214 Btrfs: fix free space cache when there are pinned extents and clusters V2 by Josef Bacik · 13 years ago
  49. adae52b btrfs: clear __GFP_FS flag in the space cache inode by Miao Xie · 13 years ago
  50. f7039b1 Btrfs: add btrfs_trim_fs() to handle FITRIM by Li Dongyang · 13 years ago
  51. 4e69b59 Btrfs: cleanup how we setup free space clusters by Josef Bacik · 13 years ago
  52. 32cb084 Btrfs: don't be as aggressive about using bitmaps by Josef Bacik · 13 years ago
  53. d0a365e Btrfs: deal with min_bytes appropriately when looking for a cluster by Josef Bacik · 13 years ago
  54. 7d0d2e8 Btrfs: check free space in block group before searching for a cluster by Josef Bacik · 13 years ago
  55. dc89e98 Btrfs: use a slab for the free space entries by Josef Bacik · 13 years ago
  56. 13dbc08 Btrfs: make sure search_bitmap finds something in remove_from_bitmap by Josef Bacik · 13 years ago
  57. f333adb btrfs: Check mergeable free space when removing a cluster by Li Zefan · 14 years ago
  58. 120d66e btrfs: Add a helper try_merge_free_space() by Li Zefan · 14 years ago
  59. 5e71b5d btrfs: Update stats when allocating from a cluster by Li Zefan · 14 years ago
  60. 70b7da3 btrfs: Free fully occupied bitmap in cluster by Li Zefan · 14 years ago
  61. edf6e2d btrfs: Add helper function free_bitmap() by Li Zefan · 14 years ago
  62. 8eb2d82 btrfs: Fix threshold calculation for block groups smaller than 1GB by Li Zefan · 14 years ago
  63. 2b20982 Btrfs: deal with space cache errors better by Josef Bacik · 14 years ago
  64. 88c2ba3 Btrfs: Add a clear_cache mount option by Josef Bacik · 14 years ago
  65. 9d66e23 Btrfs: load free space cache if it exists by Josef Bacik · 14 years ago
  66. 0cb59c9 Btrfs: write out free space cache by Josef Bacik · 14 years ago
  67. 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 14 years ago
  68. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  69. 6bef4d3 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL by Eric Paris · 14 years ago
  70. 01dea1e Btrfs: fix how we set max_size for free space clusters by Josef Bacik · 15 years ago
  71. 25891f7 Btrfs: fix extent entry threshold calculation by Josef Bacik · 15 years ago
  72. f019f42 Btrfs: fix bitmap size tracking by Josef Bacik · 15 years ago
  73. 6606bb9 Btrfs: fix btrfs_remove_from_free_space corner case by Josef Bacik · 15 years ago
  74. 817d52f Btrfs: async block group caching by Josef Bacik · 15 years ago
  75. 9630308 Btrfs: use hybrid extents+bitmap rb tree for free space by Josef Bacik · 15 years ago
  76. 451d758 Btrfs: add mount -o ssd_spread to spread allocations out by Chris Mason · 15 years ago
  77. c604480 Btrfs: avoid allocation clusters that are too spread out by Chris Mason · 15 years ago
  78. 2c943de Btrfs: reduce mount -o ssd CPU usage by Chris Mason · 15 years ago
  79. 2138093 Btrfs: Fix a bunch of printk() warnings. by Joel Becker · 15 years ago
  80. c293498 Btrfs: BUG to BUG_ON changes by Stoyan Gaydarov · 15 years ago
  81. fa9c0d79 Btrfs: rework allocation clustering by Chris Mason · 15 years ago
  82. 6226cb0a Btrfs: kill the block group alloc mutex by Josef Bacik · 15 years ago
  83. 70cb074 Btrfs: free space cache cleanups by Josef Bacik · 15 years ago
  84. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  85. a512bbf Btrfs: superblock duplication by Yan Zheng · 16 years ago
  86. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  87. 2517920 Btrfs: nuke fs wide allocation mutex V2 by Josef Bacik · 16 years ago
  88. 37d3cdd Btrfs: make tree_search_offset more flexible in its searching by Josef Bacik · 16 years ago
  89. 9b49c9b Btrfs: Fix allocation completions in tree log replay by Chris Mason · 16 years ago
  90. 0f9dd46 Btrfs: free space accounting redo by Josef Bacik · 16 years ago