1. d2fb343 Btrfs: fix leaking block group on balance by Yan Zheng · 16 years ago
  2. cfc8ea8 Btrfs: mnt_drop_write in ioctl_trans_end by Sage Weil · 16 years ago
  3. 0403e47 Btrfs: Add checking of csum tree in balancing code by Yan Zheng · 16 years ago
  4. 459931e Btrfs: Delete csum items when freeing extents by Chris Mason · 16 years ago
  5. 580afd7 Btrfs: Fix compressed checksum fsync log copies by Chris Mason · 16 years ago
  6. c3027eb Btrfs: Add inode sequence number for NFS and reserved space in a few structs by Chris Mason · 16 years ago
  7. 934d375 Btrfs: Use map_private_extent_buffer during generic_bin_search by Chris Mason · 16 years ago
  8. a512bbf Btrfs: superblock duplication by Yan Zheng · 16 years ago
  9. d20f704 Btrfs: move data checksumming into a dedicated tree by Chris Mason · 16 years ago
  10. c99e905c Btrfs: Fix sparse endian warnings in struct-funcs.c by Chris Mason · 16 years ago
  11. 2a7108a Btrfs: rev the disk format for the inode compat and csum selection changes by Chris Mason · 16 years ago
  12. 4022abf Btrfs: delete unused function: btrfs_invalidate_dcache_root by Chris Mason · 16 years ago
  13. 607d432 Btrfs: add support for multiple csum algorithms by Josef Bacik · 16 years ago
  14. c6e2bac Btrfs: fix panic on error during mount by Josef Bacik · 16 years ago
  15. f2b636e Btrfs: add support for compat flags to btrfs by Josef Bacik · 16 years ago
  16. 7a865e8 Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_range by Christoph Hellwig · 16 years ago
  17. 4bcabaa Btrfs: clean up btrfs_ioctl a little bit by Christoph Hellwig · 16 years ago
  18. 97288f2 Btrfs: corret fmode_t annotations by Christoph Hellwig · 16 years ago
  19. 6e430f9 Btrfs: fix shadowed variable declarations by Christoph Hellwig · 16 years ago
  20. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  21. 1ffa4f4 Btrfs: remove unneeded btrfs_start_delalloc_inodes call by Sage Weil · 16 years ago
  22. 6e3ad88 Btrfs: remove unneeded total_trans by Sage Weil · 16 years ago
  23. 641f521 Btrfs: sparse lock verification annotations for wait_on_state by Christoph Hellwig · 16 years ago
  24. ce397c0 Btrfs: Fix cow semantic in run_delalloc_nocow() by Liu Hui · 16 years ago
  25. ea6a478 Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutex by Josef Bacik · 16 years ago
  26. 0e6bd95 Btrfs: only flush down bios for writeback pages by Chris Mason · 16 years ago
  27. e556ce2 Btrfs: Drop dirty roots created by log replay immediately when by Yan Zheng · 16 years ago
  28. 4b4e25f Btrfs: compat code fixes by Chris Mason · 16 years ago
  29. 79683f2 Btrfs: Use current_fsuid/gid by Chris Mason · 16 years ago
  30. 15916de Btrfs: Fixes for 2.6.28-rc API changes by Chris Mason · 16 years ago
  31. 07103a3 Btrfs: fix free space accounting when unpinning extents by Josef Bacik · 16 years ago
  32. 7c2ca46 Btrfs: Do fsync log replay when mount -o ro, except when on readonly media by Chris Mason · 16 years ago
  33. d2c3f4f Btrfs: Avoid writeback stalls by Chris Mason · 16 years ago
  34. 105d931 Btrfs: switch back to wait_on_page_writeback to wait on metadata writes by Chris Mason · 16 years ago
  35. 73e9f5b Btrfs: Update the disk format for the seed device and new root code by Chris Mason · 16 years ago
  36. 9f0ba5b Btrfs: unplug all devices in the unplug call back by Chris Mason · 16 years ago
  37. b4eec2c Btrfs: Some fixes for batching extent insert. by Liu Hui · 16 years ago
  38. ea9e8b1 Btrfs: prevent loops in the directory tree when creating snapshots by Chris Mason · 16 years ago
  39. 0660b5a Btrfs: Add backrefs and forward refs for subvols and snapshots by Chris Mason · 16 years ago
  40. 3394e16 Btrfs: Give each subvol and snapshot their own anonymous devid by Chris Mason · 16 years ago
  41. 3de4586 Btrfs: Allow subvolumes and snapshots anywhere in the directory tree by Chris Mason · 16 years ago
  42. 4ce4cb5 Btrfs: Add some debugging around the ENOSPC bugs by Josef Bacik · 16 years ago
  43. e3e469f Btrfs: fix free space leak by Josef Bacik · 16 years ago
  44. 7cbd8a8 Btrfs: Add a missing return pointer check by yanhai zhu · 16 years ago
  45. 0df49b9 Btrfs: Check kthread_should_stop() before schedule() in worker_loop by yanhai zhu · 16 years ago
  46. c36047d Btrfs: Fix race in btrfs_mark_extent_written by Yan Zheng · 16 years ago
  47. 2b82032 Btrfs: Seed device support by Yan Zheng · 16 years ago
  48. c146afa Btrfs: mount ro and remount support by Yan Zheng · 16 years ago
  49. f3465ca Btrfs: batch extent inserts/updates/deletions on the extent root by Josef Bacik · 16 years ago
  50. c5c9cd4 Btrfs: allow clone of an arbitrary file range by Sage Weil · 16 years ago
  51. 2ed6d66 Btrfs: Fix handling of space info full during allocations by Chris Mason · 16 years ago
  52. 6f3577b Btrfs: Improve metadata read latencies by Chris Mason · 16 years ago
  53. 5b050f0 Btrfs: Fix compile warnings on 32 bit machines by Chris Mason · 16 years ago
  54. 8247b41 Btrfs: Fix starting search offset inside btrfs_drop_extents by Yan Zheng · 16 years ago
  55. 8a1413a Btrfs: empty_size allocation fixes again by Chris Mason · 16 years ago
  56. 240d5d4 Btrfs: tune btrfs unplug functions for a small number of devices by Chris Mason · 16 years ago
  57. b47eda8 Btrfs: Turn off extent state leak debugging by Chris Mason · 16 years ago
  58. 445a694 Btrfs: Fix usage of struct extent_map->orig_start by Chris Mason · 16 years ago
  59. 39be25c Btrfs: Use invalidatepage when writepage finds a page outside of i_size by Chris Mason · 16 years ago
  60. f5a31e1 Btrfs: Try harder while searching for free space by Chris Mason · 16 years ago
  61. e04ca62 Btrfs: Fix use after free during compressed reads by Chris Mason · 16 years ago
  62. ff5b7ee Btrfs: Fix csum error for compressed data by Yan Zheng · 16 years ago
  63. f2b1c41 Btrfs: Make sure pages are dirty before doing delalloc for them by Chris Mason · 16 years ago
  64. 5b7c3fc Btrfs: Don't substract too much from the allocation target (avoid wrapping) by Chris Mason · 16 years ago
  65. 5f2cc08 Btrfs: Avoid unplug storms during commit by Chris Mason · 16 years ago
  66. 42e70e7 Btrfs: Fix more false enospc errors and an oops from empty clustering by Chris Mason · 16 years ago
  67. af09abf Btrfs: make sure compressed bios don't complete too soon by Chris Mason · 16 years ago
  68. 4366211 Btfs: More metadata allocator optimizations by Chris Mason · 16 years ago
  69. 3b7885b Btrfs: enforce metadata allocation clustering by Chris Mason · 16 years ago
  70. 771ed68 Btrfs: Optimize compressed writeback and reads by Chris Mason · 16 years ago
  71. 4a69a41 Btrfs: Add ordered async work queues by Chris Mason · 16 years ago
  72. 537fb067 Btrfs: rev the disk format for fallocate by Chris Mason · 16 years ago
  73. 70b99e6 Btrfs: Compression corner fixes by Chris Mason · 16 years ago
  74. d899e05 Btrfs: Add fallocate support v2 by Yan Zheng · 16 years ago
  75. 80ff385 Btrfs: update nodatacow code v2 by Yan Zheng · 16 years ago
  76. 6643558 Btrfs: Fix bookend extent race v2 by Yan Zheng · 16 years ago
  77. 9036c10 Btrfs: update hole handling v2 by Yan Zheng · 16 years ago
  78. 19b9bdb Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compress by Chris Mason · 16 years ago
  79. cfbc246 Btrfs: walk compressed pages based on the nr_pages count instead of bytes by Chris Mason · 16 years ago
  80. 87ef2bb Btrfs: prevent looping forever in finish_current_insert and del_pending_extents by Chris Mason · 16 years ago
  81. 09fde3c Btrfs: Rev the disk format for compression and root pointer generation fields by Chris Mason · 16 years ago
  82. 84234f3 Btrfs: Add root tree pointer transaction ids by Yan Zheng · 16 years ago
  83. 2517920 Btrfs: nuke fs wide allocation mutex V2 by Josef Bacik · 16 years ago
  84. 80eb234 Btrfs: fix enospc when there is plenty of space by Josef Bacik · 16 years ago
  85. f82d02d Btrfs: Improve space balancing code by Yan Zheng · 16 years ago
  86. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  87. 37d3cdd Btrfs: make tree_search_offset more flexible in its searching by Josef Bacik · 16 years ago
  88. a3dddf3 Btrfs: Don't call security_inode_mkdir during subvol creation by Chris Mason · 16 years ago
  89. cb8e709 Btrfs: Fix subvolume creation locking rules by Christoph Hellwig · 16 years ago
  90. 833023e Btrfs: Rev the disk format for the new back reference format by Chris Mason · 16 years ago
  91. 61f8c86 Btrfs: Fix makefile for builing btrfs static by Sage Weil · 16 years ago
  92. 5b84e8d Btrfs: Fix leaf reference cache miss by Yan Zheng · 16 years ago
  93. 3bb1a1b Btrfs: Remove offset field from struct btrfs_extent_ref by Yan Zheng · 16 years ago
  94. a76a3cd Btrfs: Count space allocated to file in bytes by Yan Zheng · 16 years ago
  95. a62b940 Btrfs: cast bio->bi_sector to a u64 before shifting by Chris Mason · 16 years ago
  96. 30c43e2 Btrfs: remove last_log_alloc allocator optimization by Chris Mason · 16 years ago
  97. cb843a6 Btrfs: O_DIRECT writes via buffered writes + invaldiate by Chris Mason · 16 years ago
  98. 323ac95 Btrfs: don't read leaf blocks containing only checksums during truncate by Chris Mason · 16 years ago
  99. cf74982 Btrfs: fix deadlock between alloc_mutex/chunk_mutex by Josef Bacik · 16 years ago
  100. 83afeac Btrfs: disk-io.c (open_ctree): avoid leaks upon allocation failure by Jim Meyering · 16 years ago