1. 8a35d95 Btrfs: fix how we deal with the orphan block rsv by Josef Bacik · 13 years ago
  2. 72ac3c0 Btrfs: convert the inode bit field to use the actual bit operations by Josef Bacik · 13 years ago
  3. cd023e7 Btrfs: merge contigous regions when loading free space cache by Josef Bacik · 13 years ago
  4. 9ba1f6e Btrfs: do not do balance in readonly mode by Liu Bo · 13 years ago
  5. d1ac6e4 Btrfs: use fastpath in extent state ops as much as possible by Liu Bo · 13 years ago
  6. f8c5d0b Btrfs: fix wrong error returned by adding a device by Liu Bo · 13 years ago
  7. 5fd0204 Btrfs: finish ordered extents in their own thread by Josef Bacik · 13 years ago
  8. 4e89915 Btrfs: do not check delalloc when updating disk_i_size by Josef Bacik · 13 years ago
  9. f60d16a Btrfs: avoid buffer overrun in mount option handling by Jim Meyering · 13 years ago
  10. a27202f Btrfs: NUL-terminate path buffer in DEV_INFO ioctl result by Jim Meyering · 13 years ago
  11. f07c9a7 Btrfs: avoid buffer overrun in btrfs_printk by Jim Meyering · 13 years ago
  12. 2eec6c8 Fix minor type issues by Daniel J Blueman · 13 years ago
  13. 0d2450a btrfs: allow changing 'thread_pool' size at remount time by Sergei Trofimovich · 13 years ago
  14. 0885ef5 Btrfs: do not do filemap_write_and_wait_range in fsync by Josef Bacik · 13 years ago
  15. 551ebb2 Btrfs: remove useless waiting and extra filemap work by Josef Bacik · 13 years ago
  16. d7dbe9e Btrfs: fix compile warnings in extent_io.c by Josef Bacik · 13 years ago
  17. 30f8fe3 Btrfs: cache no acl on new inodes by Josef Bacik · 13 years ago
  18. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 13 years ago
  19. a25c75d Btrfs: cleanup: use consistent lock naming by Dan Carpenter · 13 years ago
  20. e06baab Btrfs: change integrity checker to support big blocks by Stefan Behrens · 13 years ago
  21. fd5e62a Btrfs: remove the useless assignment to *entry in function tree_insert of file extent_io.c by Wang Sheng-Hui · 13 years ago
  22. 477d7ea Btrfs: fix the comment for find_first_extent_bit by Wang Sheng-Hui · 13 years ago
  23. 39bab87 Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_extent_pages by Wang Sheng-Hui · 13 years ago
  24. 1b303fc Btrfs: cleanup the comment for clear_state_bit in extent_io.c by Wang Sheng-Hui · 13 years ago
  25. f775738 btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search by Wang Sheng-Hui · 13 years ago
  26. 271fd5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  27. b9fab91 Btrfs: avoid sleeping in verify_parent_transid while atomic by Chris Mason · 13 years ago
  28. ea9947b Btrfs: fix crash in scrub repair code when device is missing by Stefan Behrens · 13 years ago
  29. d04b1de btrfs: Fix mismatching struct members in ioctl.h by Alexander Block · 13 years ago
  30. 17de39a Btrfs: fix page leak when allocing extent buffers by Josef Bacik · 13 years ago
  31. e5846fc Btrfs: Add properly locking around add_root_to_dirty_list by Chris Mason · 13 years ago
  32. f7b0069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  33. dc7fdde Btrfs: reduce lock contention during extent insertion by Chris Mason · 13 years ago
  34. fede766 Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdir by Chris Mason · 13 years ago
  35. 7654b72 Btrfs: Fix space checking during fs resize by Daniel J Blueman · 13 years ago
  36. 1f699d3 Btrfs: fix block_rsv and space_info lock ordering by Stefan Behrens · 13 years ago
  37. 1daf354 Btrfs: Prevent root_list corruption by Daniel J Blueman · 13 years ago
  38. 3e74317 Btrfs: fix repair code for RAID10 by Jan Schmidt · 13 years ago
  39. 996d282 Btrfs: do not start delalloc inodes during sync by Josef Bacik · 13 years ago
  40. 25cd999 Btrfs: fix that check_int_data mount option was ignored by Stefan Behrens · 13 years ago
  41. 5c84fc3 Btrfs: don't count CRC or header errors twice while scrubbing by Stefan Behrens · 13 years ago
  42. 99ba55a Btrfs: fix btrfs_ioctl_dev_info() crash on missing device by Stefan Behrens · 13 years ago
  43. b9688bb btrfs: don't return EINTR by Arne Jansen · 13 years ago
  44. 253beeb Btrfs: double unlock bug in error handling by Dan Carpenter · 13 years ago
  45. 5cf1ab5 Btrfs: always store the mirror we read the eb from by Josef Bacik · 13 years ago
  46. 48d2823 fs/btrfs/volumes.c: add missing free_fs_devices by Julia Lawall · 13 years ago
  47. 8a3db18 btrfs: fix early abort in 'remount' by Sergei Trofimovich · 13 years ago
  48. 37db63a Btrfs: fix max chunk size check in chunk allocator by Ilya Dryomov · 13 years ago
  49. b916a59 Btrfs: add missing read locks in backref.c by Jan Schmidt · 13 years ago
  50. aefc1eb Btrfs: don't call free_extent_buffer twice in iterate_irefs by Jan Schmidt · 13 years ago
  51. 4735fb2 Btrfs: Make free_ipath() deal gracefully with NULL pointers by Jesper Juhl · 13 years ago
  52. cdc6a39 Btrfs: avoid possible use-after-free in clear_extent_bit() by Li Zefan · 13 years ago
  53. 8e52acf Btrfs: retrurn void from clear_state_bit by Li Zefan · 13 years ago
  54. 871383b btrfs: add missing unlocks to transaction abort paths by David Sterba · 13 years ago
  55. 8d082fb Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZE by Liu Bo · 13 years ago
  56. 207a232 btrfs: don't add both copies of DUP to reada extent tree by Arne Jansen · 13 years ago
  57. 8c9c2bf btrfs: fix race in reada by Arne Jansen · 13 years ago
  58. 848cce0 Btrfs: avoid setting ->d_op twice by Li Zefan · 13 years ago
  59. d44c6d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  60. 659e45d Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  61. 6ed3cf2c btrfs: btrfs_root_readonly() broken on big-endian by Al Viro · 13 years ago
  62. d53ba47 Btrfs: use commit root when loading free space cache by Josef Bacik · 13 years ago
  63. 4edc2ca Btrfs: fix use-after-free in __btrfs_end_transaction by Dave Jones · 13 years ago
  64. e627ee7 Btrfs: check return value of bio_alloc() properly by Tsutomu Itoh · 13 years ago
  65. c6664b4 Btrfs: remove lock assert from get_restripe_target() by Ilya Dryomov · 13 years ago
  66. b89203f Btrfs: fix eof while discarding extents by Liu Bo · 13 years ago
  67. d95603b Btrfs: fix uninit variable in repair_eb_io_failure by Chris Mason · 13 years ago
  68. 8e62c2d Revert "Btrfs: increase the global block reserve estimates" by Chris Mason · 13 years ago
  69. 9613beb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  70. bc3f116 Btrfs: update the checks for mixed block groups with big metadata blocks by Chris Mason · 13 years ago
  71. e1f041e Btrfs: update to the right index of defragment by Liu Bo · 13 years ago
  72. 66c2689 Btrfs: do not bother to defrag an extent if it is a big real extent by Liu Bo · 13 years ago
  73. 17ce6ef Btrfs: add a check to decide if we should defrag the range by Liu Bo · 13 years ago
  74. 4cb13e5 Btrfs: fix recursive defragment with autodefrag option by Liu Bo · 13 years ago
  75. 1f12bd0 Btrfs: fix the mismatch of page->mapping by Liu Bo · 13 years ago
  76. ecb8bea Btrfs: fix race between direct io and autodefrag by Liu Bo · 13 years ago
  77. 15d1ff8 Btrfs: fix deadlock during allocating chunks by Liu Bo · 13 years ago
  78. 2bcc032 Btrfs: show useful info in space reservation tracepoint by Liu Bo · 13 years ago
  79. 7ca4be4 Btrfs: don't use crc items bigger than 4KB by Chris Mason · 13 years ago
  80. 3c4bb26 Btrfs: flush out and clean up any block device pages during mount by Chris Mason · 13 years ago
  81. 98961a7 Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 13 years ago
  82. 1c691b3 Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linus by Chris Mason · 13 years ago
  83. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 13 years ago
  84. 65139ed btrfs: disallow unequal data/metadata blocksize for mixed block groups by David Sterba · 13 years ago
  85. fcd1f065 Btrfs: enhance superblock sanity checks by David Sterba · 13 years ago
  86. b5d67f6 Btrfs: change scrub to support big blocks by Stefan Behrens · 13 years ago
  87. 1623ede Btrfs: minor cleanup in scrub by Stefan Behrens · 13 years ago
  88. 94598ba Btrfs: introduce common define for max number of mirrors by Stefan Behrens · 13 years ago
  89. 213e64d Btrfs: fix infinite loop in btrfs_shrink_device() by Ilya Dryomov · 13 years ago
  90. 5eb56d2 Btrfs: fix memory leak in resolver code by Ilya Dryomov · 13 years ago
  91. e4837f8 Btrfs: allow dup for data chunks in mixed mode by Ilya Dryomov · 13 years ago
  92. 6728b19 Btrfs: validate target profiles only if we are going to use them by Ilya Dryomov · 13 years ago
  93. 4a5e98f Btrfs: improve the logic in btrfs_can_relocate() by Ilya Dryomov · 13 years ago
  94. 7738a53 Btrfs: add __get_block_group_index() helper by Ilya Dryomov · 13 years ago
  95. fc67c45 Btrfs: add get_restripe_target() helper by Ilya Dryomov · 13 years ago
  96. 0c460c0 Btrfs: move alloc_profile_is_valid() to volumes.c by Ilya Dryomov · 13 years ago
  97. e8920a6 Btrfs: make profile_is_valid() check more strict by Ilya Dryomov · 13 years ago
  98. 899c81e Btrfs: add wrappers for working with alloc profiles by Ilya Dryomov · 13 years ago
  99. e3176ca Btrfs: stop silently switching single chunks to raid0 on balance by Ilya Dryomov · 13 years ago
  100. 7a3ae2f Btrfs: fix regression in scrub path resolving by Jan Schmidt · 13 years ago