1. 8b71284 Btrfs: Add async worker threads for pre and post IO checksumming by Chris Mason · 16 years ago
  2. 6bf13c0 Btrfs: transaction ioctls by Sage Weil · 16 years ago
  3. 3b96362 Btrfs: Invalidate dcache entry after creating snapshot and by Sven Wegener · 16 years ago
  4. e1b81e6 btrfs delete ordered inode handling fix by Mingming · 16 years ago
  5. 211c17f Fix corners in writepage and btrfs_truncate_page by Chris Mason · 16 years ago
  6. 1259ab7 Btrfs: Handle write errors on raid1 and raid10 by Chris Mason · 16 years ago
  7. bbaf549 Btrfs: A number of nodatacow fixes by Chris Mason · 16 years ago
  8. a68d593 Btrfs: Update nodatacow mode to support cloned single files and resizing by Chris Mason · 16 years ago
  9. a061fc8 Btrfs: Add support for online device removal by Chris Mason · 16 years ago
  10. 5d9cd9e Btrfs: Fix clone ioctl to not hold the path over inserts by Chris Mason · 16 years ago
  11. b9d8666 Btrfs: Silence bogus inode.c compiler warnings by Chris Mason · 16 years ago
  12. f2eb0a2 Btrfs: Clone file data ioctl by Sage Weil · 16 years ago
  13. ec44a35 Btrfs: Add balance ioctl to restripe the chunks by Chris Mason · 16 years ago
  14. 788f20e Btrfs: Add new ioctl to add devices by Chris Mason · 16 years ago
  15. 8e7bf94 Btrfs: Do more optimal file RA during shrinking and defrag by Chris Mason · 16 years ago
  16. 8f18cf1 Btrfs: Make the resizer work based on shrinking and growing devices by Chris Mason · 16 years ago
  17. 81d7ed2 Btrfs: Throttle file_write when data=ordered is flushing the inode by Chris Mason · 16 years ago
  18. bcbfce8 Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mapping by Chris Mason · 17 years ago
  19. e1c4b74 Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT reads by Chris Mason · 17 years ago
  20. f2d8d74 Btrfs: Make an unplug function that doesn't unplug every spindle by Chris Mason · 17 years ago
  21. 4ef64ea Btrfs: Remove debugging statements from the invalidatepage calls by Chris Mason · 17 years ago
  22. 9ad6b7b Force page->private removal in btrfs_invalidatepage by Chris Mason · 17 years ago
  23. 3b95151 Btrfs: Use the extent map cache to find the logical disk block during data retries by Chris Mason · 17 years ago
  24. 699122f Btrfs: Don't wait on tree block writeback before freeing them anymore by Chris Mason · 17 years ago
  25. e015640 Btrfs: Write bio checksumming outside the FS mutex by Chris Mason · 17 years ago
  26. 44b8bd7 Btrfs: Create a work queue for bio writes by Chris Mason · 17 years ago
  27. 98d20f6 Add a min size parameter to btrfs_alloc_extent by Chris Mason · 17 years ago
  28. 587f770 Btrfs: Fixup a few u64<->pointer casts for 32 bit by Chris Mason · 17 years ago
  29. 1643298 Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush) by Chris Mason · 17 years ago
  30. 7e38326 Btrfs: Handle checksumming errors while reading data blocks by Chris Mason · 17 years ago
  31. f188591 Btrfs: Retry metadata reads in the face of checksum failures by Chris Mason · 17 years ago
  32. 22c5994 Btrfs: Handle data block end_io through the async work queue by Chris Mason · 17 years ago
  33. cea9e44 Change btrfs_map_block to return a structure with mappings for all stripes by Chris Mason · 17 years ago
  34. 8790d50 Btrfs: Add support for mirroring across drives by Chris Mason · 17 years ago
  35. 0416008 Create a btrfs backing dev info by Chris Mason · 17 years ago
  36. 593060d Btrfs: Implement raid0 when multiple devices are present by Chris Mason · 17 years ago
  37. 239b14b Btrfs: Bring back mount -o ssd optimizations by Chris Mason · 17 years ago
  38. 6324fbf Btrfs: Dynamic chunk and block group allocation by Chris Mason · 17 years ago
  39. 0b86a83 Btrfs: Add support for multiple devices per filesystem by Chris Mason · 17 years ago
  40. 6885f30 Btrfs: Misc 2.6.25 updates by Chris Mason · 17 years ago
  41. 065631f Btrfs: checksum file data at bio submission time instead of during writepage by Chris Mason · 17 years ago
  42. 5e591a0 Btrfs: Fix looping on readdir of the subvol roots by Yan Zheng · 17 years ago
  43. 9069218 Btrfs: Fix i_blocks accounting by Chris Mason · 17 years ago
  44. c2e639f Btrfs: Fix typo in extent_io.c --- by Yan · 17 years ago
  45. b0c68f8 Btrfs: Enable delalloc accounting by Chris Mason · 17 years ago
  46. 1b0f7c2 Fix hole start calculation in btrfs_settar by Chris Mason · 17 years ago
  47. f392a93 Properly align the hole size in btrfs_setattr by Chris Mason · 17 years ago
  48. b1632b1 Btrfs: Align extent length to sectorsize in by Yan · 17 years ago
  49. 291d673 Btrfs: Do delalloc accounting via hooks in the extent_state code by Chris Mason · 17 years ago
  50. 9c58309 Btrfs: Add inode item and backref in one insert, reducing cpu usage by Chris Mason · 17 years ago
  51. 85e21ba Btrfs: During deletes and truncate, remove many items at once from the tree by Chris Mason · 17 years ago
  52. 70dec80 Btrfs: extent_io and extent_state optimizations by Chris Mason · 17 years ago
  53. aadfeb6 Btrfs: Add some extra debugging around file data checksum failures by Chris Mason · 17 years ago
  54. c2a8b6e Btrfs: Force f_pos to the max when a readdir hits the end of the directory. by Chris Mason · 17 years ago
  55. d1310b2 Btrfs: Split the extent_map code into two parts by Chris Mason · 17 years ago
  56. 5f56406 Btrfs: Fix hole insertion corner cases by Chris Mason · 17 years ago
  57. fb4bc1e Btrfs: Fix compile on 2.6.22 kernel by Yan · 17 years ago
  58. 2da98f0 Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout by Chris Mason · 17 years ago
  59. 9cce6c3 Btrfs: Disable delalloc accounting for now by Chris Mason · 17 years ago
  60. cee36a0 Rework btrfs_drop_inode to avoid scheduling by Chris Mason · 17 years ago
  61. 61295eb Btrfs: Add drop inode func to avoid data=ordered deadlock by Chris Mason · 17 years ago
  62. 8c416c9 Btrfs: Delete any remaining extent_maps before freeing the inode by Chris Mason · 17 years ago
  63. fdebe2b Btrfs: Add readonly inode flag by Yan · 17 years ago
  64. b98b676 Btrfs: Add inode flags support by Yan · 17 years ago
  65. c31f883 Btrfs: online shrinking fixes by Chris Mason · 17 years ago
  66. e2008b6 Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion by Chris Mason · 17 years ago
  67. 3063d29 Btrfs: Move snapshot creation to commit time by Chris Mason · 17 years ago
  68. dc17ff8 Btrfs: Add data=ordered support by Chris Mason · 17 years ago
  69. d666746 Btrfs: Change st_blocksize to 4k by Chris Mason · 17 years ago
  70. bd09835 count_snapshots: Properly update the leaf pointer after btrfs_next_leaf by Chris Mason · 17 years ago
  71. f9ef660 Btrfs: 32 bit compile fixes for the resizer and enospc checks by Chris Mason · 17 years ago
  72. 4313b39 Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles by Chris Mason · 17 years ago
  73. 56b453c Btrfs: Explicitly send a root objectid to count_snapshots_in_path by Chris Mason · 17 years ago
  74. 8f662a7 Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for testing by Chris Mason · 17 years ago
  75. e52ec0e Btrfs: Fix NULL block groups on reading the inode by Chris Mason · 17 years ago
  76. edbd8d4 Btrfs: Support for online FS resize (grow and shrink) by Chris Mason · 17 years ago
  77. 5d4fb73 Btrfs: Fix an off by one in the extent_map prepare write code by Chris Mason · 17 years ago
  78. 1832a6d Btrfs: Implement basic support for -ENOSPC by Chris Mason · 17 years ago
  79. 879c1cf Btrfs: Fix nodatacow extent lookup by Chris Mason · 17 years ago
  80. 190662b Btrfs: Fix delayed allocation to avoid missing delalloc extents by Chris Mason · 17 years ago
  81. 4aec2b5 kmalloc a few large stack objects in the btrfs_ioctl path by Chris Mason · 17 years ago
  82. 6da6aba Btrfs: Back port to 2.6.18-el kernels by Chris Mason · 17 years ago
  83. c59f895 Btrfs: Add mount option to enforce a max extent size by Chris Mason · 17 years ago
  84. be20aa9 Btrfs: Add mount option to turn off data cow by Chris Mason · 17 years ago
  85. b6cda9b Btrfs: Add mount -o nodatasum to turn of file data checksumming by Chris Mason · 17 years ago
  86. e9906a9 Fixes for loopback files in btrfs by Chris Mason · 17 years ago
  87. 7a72053 Btrfs: Fix typo in .. check (thanks Yan) by Chris Mason · 17 years ago
  88. 76fea00 Btrfs: Add backrefs for symbolic link inodes by Chris Mason · 17 years ago
  89. 3954401 Btrfs: Add back pointers from the inode to the directory that references it by Chris Mason · 17 years ago
  90. d8d5f3e Btrfs: Add lowest key information to back refs for extent tree blocks as well. by Chris Mason · 17 years ago
  91. 7bb8631 Btrfs: Add back pointers from extents to the btree or file referencing them by Chris Mason · 17 years ago
  92. 9691975 Btrfs: Fix buffer get/release issue in create_snapshot by Yan · 17 years ago
  93. 5103e94 xattr support for btrfs by Josef Bacik · 17 years ago
  94. 3ab2fb5 Btrfs: Add readpages support by Chris Mason · 17 years ago
  95. 008630c Properly delete csum item in btrfs_truncate_in_trans. by Yan · 17 years ago
  96. b293f02 Btrfs: Add writepages support by Chris Mason · 17 years ago
  97. 179e29e Btrfs: Fix a number of inline extent problems that Yan Zheng reported. by Chris Mason · 17 years ago
  98. 35ebb93 Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines by Chris Mason · 17 years ago
  99. 689f934 Fix inline extent handling in btrfs_get_extent by Yan · 17 years ago
  100. 44ec0b7 Btrfs: Compile fixes for 2.6.24-rc1 by Chris Mason · 17 years ago