1. 1edb647b Btrfs: remove non-sense btrfs_error_discard_extent() function by Filipe Manana · 10 years ago
  2. a1e7e16 Btrfs: ensure deletion from pinned_chunks list is protected by Filipe Manana · 10 years ago
  3. 946ddbe Btrfs: fix memory leak after block remove + trimming by Filipe Manana · 10 years ago
  4. 55507ce Btrfs: fix race between writing free space cache and trimming by Filipe Manana · 10 years ago
  5. 0421682 Btrfs: fix race between fs trimming and block group remove/allocation by Filipe Manana · 10 years ago
  6. 2000552 Btrfs: improve free space cache management and space allocation by Filipe Manana · 10 years ago
  7. ed6078f btrfs: use DIV_ROUND_UP instead of open-coded variants by David Sterba · 10 years ago
  8. 57cdc8d btrfs: cleanup ino cache members of btrfs_root by David Sterba · 10 years ago
  9. e570fd2 Btrfs: fix broken free space cache after the system crashed by Miao Xie · 10 years ago
  10. 5349d6c Btrfs: make free space cache write out functions more readable by Miao Xie · 10 years ago
  11. d4452bc Btrfs: break up __btrfs_write_out_cache to cut down stack usage by Chris Mason · 10 years ago
  12. 32d6b47 Btrfs: output warning instead of error when loading free space cache failed by Miao Xie · 10 years ago
  13. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  14. f0265bb btrfs: remove unused variable from setup_cluster_no_bitmap by Valentina Giusti · 11 years ago
  15. 6787125 btrfs: Fix checkpatch.pl warning of spacing issues by Dulshani Gunawardhana · 11 years ago
  16. 0ef8b72 Btrfs: return an error from btrfs_wait_ordered_range by Josef Bacik · 11 years ago
  17. 7451432 Btrfs: remove path arg from btrfs_truncate_free_space_cache by Filipe David Borba Manana · 11 years ago
  18. 53645a9 Btrfs: remove duplicated ino cache's inode lookup by Filipe David Borba Manana · 11 years ago
  19. 0fbf2cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  20. a482039 Btrfs: allocate the free space by the existed max extent size when ENOSPC by Miao Xie · 11 years ago
  21. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  22. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  23. b12d686 Btrfs: convert all bug_ons in free-space-cache.c by Josef Bacik · 11 years ago
  24. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  25. dc11dd5d Btrfs: separate out tests into their own directory by Josef Bacik · 11 years ago
  26. 0036158 Btrfs: avoid starting a transaction in the write path by Josef Bacik · 11 years ago
  27. e3a0dd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  28. 4b286cd Btrfs: return error code in btrfs_check_trunc_cache_free_space() by Wei Yongjun · 11 years ago
  29. e6d2960 btrfs: move ifdef around sanity checks out of init_btrfs_fs by David Sterba · 11 years ago
  30. 905d0f5 btrfs: add prefix to sanity tests messages by David Sterba · 11 years ago
  31. 8b513d0 treewide: Fix typo in printk by Masanari Iida · 11 years ago
  32. 7b61cd9 Btrfs: don't use global block reservation for inode cache truncation by Miao Xie · 11 years ago
  33. 73e1e61 Btrfs: remove warn on in free space cache writeout by Josef Bacik · 11 years ago
  34. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  35. b50c6e2 Btrfs: deal with free space cache errors while replaying log by Josef Bacik · 11 years ago
  36. c2cf52e Btrfs: Include the device in most error printk()s by Simon Kirby · 11 years ago
  37. b049668 Btrfs: cleanup unused arguments of btrfs_csum_data by Liu Bo · 11 years ago
  38. 74255aa Btrfs: add some free space cache tests by Josef Bacik · 11 years ago
  39. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 11 years ago
  40. dde5740 Btrfs: relax the block group size limit for bitmaps by Josef Bacik · 11 years ago
  41. 0e4e026 Merge branch 'for-linus' into raid56-experimental by Chris Mason · 11 years ago
  42. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 11 years ago
  43. b017511 Btrfs: fix panic when recovering tree log by Josef Bacik · 12 years ago
  44. 9600976 Btrfs: use ctl->unit for free space calculation instead of block_group->sectorsize by Wang Sheng-Hui · 12 years ago
  45. 0714012 Btrfs: do not warn_on io_ctl->cur in io_ctl_map_page by Wang Sheng-Hui · 12 years ago
  46. de6c411 Btrfs: fix unnecessary while loop when search the free space, cache by Miao Xie · 12 years ago
  47. e613887 Btrfs: cache extent state when writing out dirty metadata pages by Josef Bacik · 12 years ago
  48. ebb3dad Btrfs: using for_each_set_bit_from to simplify the code by Wei Yongjun · 12 years ago
  49. f6175ef Btrfs: do not count in readonly bytes by Liu Bo · 12 years ago
  50. 5eecb9c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  51. bdb7d30 Btrfs: fix tree log remove space corner case by Josef Bacik · 12 years ago
  52. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  53. cd023e7 Btrfs: merge contigous regions when loading free space cache by Josef Bacik · 12 years ago
  54. 5fd0204 Btrfs: finish ordered extents in their own thread by Josef Bacik · 12 years ago
  55. 528c032 btrfs: trivial endianness annotations by Al Viro · 12 years ago
  56. 659e45d Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  57. d53ba47 Btrfs: use commit root when loading free space cache by Josef Bacik · 12 years ago
  58. 9613beb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  59. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  60. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 12 years ago
  61. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  62. 855a85f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  63. a7e221e Btrfs: fix memory leak in load_free_space_cache() by Tsutomu Itoh · 12 years ago
  64. 934e7d4 btrfs: Fix typo in free-space-cache.c by Masanari Iida · 12 years ago
  65. 67d2433 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  66. 9b23062 Btrfs: advance window_start if we're using a bitmap by Josef Bacik · 13 years ago
  67. 0b4a9d2 Btrfs: use cluster->window_start when allocating from a cluster bitmap by Josef Bacik · 13 years ago
  68. 357b978 Btrfs: make sure a bitmap has enough bytes by Josef Bacik · 13 years ago
  69. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  70. 3f7de03 Btrfs: add allocator tracepoints by Josef Bacik · 13 years ago
  71. d756bd2 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration by Chris Mason · 13 years ago
  72. 7fe1e64 Btrfs: rewrite btrfs_trim_block_group() by Li Zefan · 13 years ago
  73. 706efc6 Btrfs: check the return value of io_ctl_init() by Li Zefan · 13 years ago
  74. a1ee5a4 Btrfs: avoid possible NULL deref in io_ctl_drop_pages() by Li Zefan · 13 years ago
  75. db804f2 Btrfs: add pinned extents to on-disk free space cache correctly by Li Zefan · 13 years ago
  76. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  77. 1bb9190 Btrfs: revamp clustered allocation logic by Alexandre Oliva · 13 years ago
  78. cb54f25 btrfs: free-space-cache.c: remove extra semicolon. by Justin P. Mattock · 13 years ago
  79. b78d09b Btrfs: reset cluster's max_size when creating bitmap by Alexandre Oliva · 13 years ago
  80. f2d0f67 Btrfs: initialize new bitmaps' list by Alexandre Oliva · 13 years ago
  81. 24a7031 Btrfs: remove free-space-cache.c WARN during log replay by Chris Mason · 13 years ago
  82. f7d61dc Btrfs: clear pages dirty for io and set them extent mapped by Josef Bacik · 13 years ago
  83. 52621cb Btrfs: avoid unnecessary bitmap search for cluster setup by Li Zefan · 13 years ago
  84. 0f0fbf1 Btrfs: fix to search one more bitmap for cluster setup by Li Zefan · 13 years ago
  85. 2f120c0 Btrfs: only map pages if we know we need them when reading the space cache by Josef Bacik · 13 years ago
  86. c817431 Btrfs: use the global reserve when truncating the free space cache inode by Josef Bacik · 13 years ago
  87. 1eae31e Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN by Chris Mason · 13 years ago
  88. 016fc6a Btrfs: don't flush the cache inode before writing it by Josef Bacik · 13 years ago
  89. 36ba022 Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions by Josef Bacik · 13 years ago
  90. 5b0e95b Btrfs: inline checksums into the disk free space cache by Josef Bacik · 13 years ago
  91. 549b4fd Btrfs: check the return value of filemap_write_and_wait in the space cache by Josef Bacik · 13 years ago
  92. a67509c Btrfs: add a io_ctl struct and helpers for dealing with the space cache by Josef Bacik · 13 years ago
  93. f75b130 Btrfs: don't skip writing out a empty block groups cache by Josef Bacik · 13 years ago
  94. 3b16a4e Btrfs: use the inode's mapping mask for allocating pages by Josef Bacik · 13 years ago
  95. 4a92b1b Btrfs: stop passing a trans handle all around the reservation code by Josef Bacik · 13 years ago
  96. c09544e Btrfs: handle enospc accounting for free space inodes by Josef Bacik · 13 years ago
  97. 300e4f8 Btrfs: put the block group cache after we commit the super by Josef Bacik · 13 years ago
  98. a9b5fcd Btrfs: fix call to btrfs_search_slot in free space cache by Josef Bacik · 13 years ago
  99. 482e6dc Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check by Josef Bacik · 13 years ago
  100. 6ab6060 Btrfs: ratelimit the generation printk for the free space cache by Josef Bacik · 13 years ago