1. 5b25f70 Btrfs: add nested locking mode for paths by Arne Jansen · 13 years ago
  2. 32240a9 btrfs: mirror_num should be int, not u64 by Jan Schmidt · 13 years ago
  3. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  4. 531f4b1a Merge branch 'for-chris' of git://github.com/sensille/linux into integration by Chris Mason · 13 years ago
  5. 01d658f Btrfs: make sure to flush queued bios if write_cache_pages waits by Chris Mason · 13 years ago
  6. 1728366 Btrfs: stop using write_one_page by Josef Bacik · 13 years ago
  7. 462d6fa Btrfs: introduce convert_extent_bit by Josef Bacik · 13 years ago
  8. ab0fff0 btrfs: add READAHEAD extent buffer flag by Arne Jansen · 13 years ago
  9. bb82ab8 btrfs: add an extra wait mode to read_extent_buffer_pages by Arne Jansen · 13 years ago
  10. 4a54c8c btrfs: Moved repair code from inode.c to extent_io.c by Jan Schmidt · 13 years ago
  11. 0ef8e45 btrfs scrub: add fixup code for errors on nodatasum files by Jan Schmidt · 13 years ago
  12. 8ddc7d9 btrfs: add mirror_num to extent_read_full_page by Jan Schmidt · 13 years ago
  13. 3a6d457 Btrfs: remove unused members from struct extent_state by Xiao Guangrong · 13 years ago
  14. 1bf8504 btrfs: Make extent-io callbacks that never fail return void by Jeff Mahoney · 13 years ago
  15. bd68151 Btrfs: switch the btrfs tree locks to reader/writer by Chris Mason · 13 years ago
  16. a659171 Btrfs: stop using highmem for extent_buffers by Chris Mason · 13 years ago
  17. 9eb9104 btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one fewer cacheline by richard kennedy · 13 years ago
  18. f2a97a9 btrfs: remove all unused functions by David Sterba · 13 years ago
  19. 621496f btrfs: remove unused function prototypes by David Sterba · 13 years ago
  20. ba14419 btrfs: drop gfp parameter from alloc_extent_buffer by David Sterba · 13 years ago
  21. f09d1f6 btrfs: drop gfp parameter from find_extent_buffer by David Sterba · 13 years ago
  22. f993c88 btrfs: drop unused argument from extent_io_tree_init by David Sterba · 13 years ago
  23. 306e16c btrfs: rename variables clashing with global function names by David Sterba · 13 years ago
  24. 507903b btrfs: using cached extent_state in set/unlock combinations by Arne Jansen · 13 years ago
  25. a826d6d Btrfs: check items for correctness as we search by Josef Bacik · 13 years ago
  26. ec29ed5 Btrfs: fix fiemap bugs with delalloc by Chris Mason · 13 years ago
  27. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
  28. 88f794e btrfs: cleanup duplicate bio allocating functions by Miao Xie · 14 years ago
  29. 19fe0a8 Btrfs: Switch the extent buffer rbtree into a radix tree by Miao Xie · 14 years ago
  30. 4845e44 Btrfs: rework O_DIRECT enospc handling by Chris Mason · 14 years ago
  31. eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 14 years ago
  32. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  33. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 14 years ago
  34. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  35. a791e35 Btrfs: cleanup extent_clear_unlock_delalloc flags by Chris Mason · 15 years ago
  36. 9ed74f2 Btrfs: proper -ENOSPC handling by Josef Bacik · 15 years ago
  37. 8b62b72 Btrfs: Use PagePrivate2 to track pages in the data=ordered code. by Chris Mason · 15 years ago
  38. 9655d29 Btrfs: use a cached state for extent state operations during delalloc by Chris Mason · 15 years ago
  39. 2c64c53 Btrfs: cache values for locking extents by Chris Mason · 15 years ago
  40. 1edbb73 Btrfs: reduce CPU usage in the extent_state tree by Chris Mason · 15 years ago
  41. b947343 Btrfs: leave btree locks spinning more often by Chris Mason · 15 years ago
  42. b4ce94d Btrfs: Change btree locking to use explicit blocking points by Chris Mason · 15 years ago
  43. 1506fcc Btrfs: fiemap support by Yehuda Sadeh · 16 years ago
  44. 17d217f Btrfs: fix nodatasum handling in balancing code by Yan Zheng · 16 years ago
  45. 771ed68 Btrfs: Optimize compressed writeback and reads by Chris Mason · 16 years ago
  46. 2517920 Btrfs: nuke fs wide allocation mutex V2 by Josef Bacik · 16 years ago
  47. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  48. 5b21f2e Btrfs: extent_map and data=ordered fixes for space balancing by Zheng Yan · 16 years ago
  49. 4bef084 Btrfs: Tree logging fixes by Chris Mason · 16 years ago
  50. f421950 Btrfs: Fix some data=ordered related data corruptions by Chris Mason · 16 years ago
  51. a61e6f2 Btrfs: Use a mutex in the extent buffer for tree block locking by Chris Mason · 16 years ago
  52. 6af118ce Btrfs: Index extent buffers in an rbtree by Chris Mason · 16 years ago
  53. 247e743 Btrfs: Use async helpers to deal with pages that have been improperly dirtied by Chris Mason · 16 years ago
  54. e6dcd2d Btrfs: New data=ordered implementation by Chris Mason · 16 years ago
  55. 1259ab7 Btrfs: Handle write errors on raid1 and raid10 by Chris Mason · 16 years ago
  56. 7b13b7b Btrfs: Don't drop extent_map cache during releasepage on the btree inode by Chris Mason · 16 years ago
  57. 44b8bd7 Btrfs: Create a work queue for bio writes by Chris Mason · 16 years ago
  58. 7e38326 Btrfs: Handle checksumming errors while reading data blocks by Chris Mason · 16 years ago
  59. f188591 Btrfs: Retry metadata reads in the face of checksum failures by Chris Mason · 16 years ago
  60. ce9adaa Btrfs: Do metadata checksums for reads via a workqueue by Chris Mason · 16 years ago
  61. 728131d Btrfs: Add additional debugging for metadata checksum failures by Chris Mason · 16 years ago
  62. 2d2ae54 Btrfs: Add leak debugging for extent_buffer and extent_state by Chris Mason · 16 years ago
  63. 239b14b Btrfs: Bring back mount -o ssd optimizations by Chris Mason · 16 years ago
  64. 0b86a83 Btrfs: Add support for multiple devices per filesystem by Chris Mason · 16 years ago
  65. 065631f Btrfs: checksum file data at bio submission time instead of during writepage by Chris Mason · 16 years ago
  66. d7fc640 Btrfs: Allocator improvements by Chris Mason · 16 years ago
  67. a86c12c Btrfs: Create larger bios for btree blocks by Chris Mason · 16 years ago
  68. 80ea96b Btrfs: Add a lookup cache to the extent state tree by Chris Mason · 16 years ago
  69. b0c68f8 Btrfs: Enable delalloc accounting by Chris Mason · 16 years ago
  70. 291d673 Btrfs: Do delalloc accounting via hooks in the extent_state code by Chris Mason · 16 years ago
  71. 70dec80 Btrfs: extent_io and extent_state optimizations by Chris Mason · 16 years ago
  72. d1310b2 Btrfs: Split the extent_map code into two parts by Chris Mason · 17 years ago