1. 3a115f5 Btrfs: Rev the disk format magic by Chris Mason · 16 years ago
  2. 7b12876 Btrfs: Create orphan inode records to prevent lost files after a crash by Josef Bacik · 16 years ago
  3. 33268ea Btrfs: Add ACL support by Josef Bacik · 16 years ago
  4. 6099afe Btrfs: Remove unused xattr code by Josef Bacik · 16 years ago
  5. aec7477 Btrfs: Implement new dir index format by Josef Bacik · 16 years ago
  6. 3eaa288 Btrfs: Fix the defragmention code and the block relocation code for data=ordered by Chris Mason · 16 years ago
  7. 4881ee5 Btrfs: Fix some build problems on 2.6.18 based enterprise kernels by Chris Mason · 16 years ago
  8. c286ac4 Btrfs: alloc_mutex latency reduction by Chris Mason · 16 years ago
  9. 6dddcbe Btrfs: Use mutex_lock_nested for tree locking by Chris Mason · 16 years ago
  10. f421950 Btrfs: Fix some data=ordered related data corruptions by Chris Mason · 16 years ago
  11. 3edf7d3 Btrfs: Handle data checksumming on bios that span multiple ordered extents by Chris Mason · 16 years ago
  12. f929574 btrfs_start_transaction: wait for commits in progress to finish by Chris Mason · 16 years ago
  13. 247e743 Btrfs: Use async helpers to deal with pages that have been improperly dirtied by Chris Mason · 16 years ago
  14. e6dcd2d Btrfs: New data=ordered implementation by Chris Mason · 16 years ago
  15. 7d9eb12 Btrfs: Add locking around volume management (device add/remove/balance) by Chris Mason · 16 years ago
  16. 3f157a2 Btrfs: Online btree defragmentation fixes by Chris Mason · 16 years ago
  17. e7a8456 Btrfs: Add btree locking to the tree defragmentation code by Chris Mason · 16 years ago
  18. a74a4b9 Btrfs: Replace the transaction work queue with kthreads by Chris Mason · 16 years ago
  19. 5cd57b2 Btrfs: Add a skip_locking parameter to struct path, and make various funcs honor it by Chris Mason · 16 years ago
  20. 051e1b9 Drop locks in btrfs_search_slot when reading a tree block. by Chris Mason · 16 years ago
  21. a213501 Btrfs: Replace the big fs_mutex with a collection of other locks by Chris Mason · 16 years ago
  22. 925baed Btrfs: Start btree concurrency work. by Chris Mason · 16 years ago
  23. 1cc127b Btrfs: Add a thread pool just for submit_bio by Chris Mason · 16 years ago
  24. f46b5a6 Btrfs: split out ioctl.c by Christoph Hellwig · 16 years ago
  25. 4543df7 Btrfs: Add a mount option to control worker thread pool size by Chris Mason · 16 years ago
  26. 8b71284 Btrfs: Add async worker threads for pre and post IO checksumming by Chris Mason · 16 years ago
  27. edf24ab btrfs: sanity mount option parsing and early mount code by Christoph Hellwig · 16 years ago
  28. 6bf13c0 Btrfs: transaction ioctls by Sage Weil · 16 years ago
  29. 3b96362 Btrfs: Invalidate dcache entry after creating snapshot and by Sven Wegener · 16 years ago
  30. 0ef3e66 Btrfs: Allocator fix variety pack by Chris Mason · 16 years ago
  31. cb03c74 Btrfs: Change the congestion functions to meter the number of async submits as well by Chris Mason · 16 years ago
  32. dfe2502 Btrfs: Add mount -o degraded to allow mounts to continue with missing devices by Chris Mason · 16 years ago
  33. a68d593 Btrfs: Update nodatacow mode to support cloned single files and resizing by Chris Mason · 16 years ago
  34. bf4ef67 Btrfs: Properly find the root for snapshotted blocks during chunk relocation by Chris Mason · 16 years ago
  35. a061fc8 Btrfs: Add support for online device removal by Chris Mason · 16 years ago
  36. f2eb0a2 Btrfs: Clone file data ioctl by Sage Weil · 16 years ago
  37. ec44a35 Btrfs: Add balance ioctl to restripe the chunks by Chris Mason · 16 years ago
  38. 788f20e Btrfs: Add new ioctl to add devices by Chris Mason · 16 years ago
  39. 8f18cf1 Btrfs: Make the resizer work based on shrinking and growing devices by Chris Mason · 16 years ago
  40. 7ae9c09 Btrfs: Add support for labels in the super block by Chris Mason · 16 years ago
  41. a443755 Btrfs: Check device uuids along with devids by Chris Mason · 16 years ago
  42. e015640 Btrfs: Write bio checksumming outside the FS mutex by Chris Mason · 16 years ago
  43. 44b8bd7 Btrfs: Create a work queue for bio writes by Chris Mason · 16 years ago
  44. 321aecc Btrfs: Add RAID10 support by Chris Mason · 16 years ago
  45. e17cade Btrfs: Add chunk uuids and update multi-device back references by Chris Mason · 16 years ago
  46. 98d20f6 Add a min size parameter to btrfs_alloc_extent by Chris Mason · 16 years ago
  47. ce9adaa Btrfs: Do metadata checksums for reads via a workqueue by Chris Mason · 16 years ago
  48. d18a2c4 Btrfs: Fix allocation profile init by Chris Mason · 17 years ago
  49. 611f0e0 Btrfs: Add support for duplicate blocks on a single spindle by Chris Mason · 17 years ago
  50. 8790d50 Btrfs: Add support for mirroring across drives by Chris Mason · 17 years ago
  51. 63b10fc Reorder the flags field in struct btrfs_header and record a flag on writeout by Chris Mason · 17 years ago
  52. 0416008 Create a btrfs backing dev info by Chris Mason · 17 years ago
  53. 593060d Btrfs: Implement raid0 when multiple devices are present by Chris Mason · 17 years ago
  54. 8a4b83c Btrfs: Add support for device scanning and detection ioctls by Chris Mason · 17 years ago
  55. 239b14b Btrfs: Bring back mount -o ssd optimizations by Chris Mason · 17 years ago
  56. 0d81ba5 Btrfs: Move device information into the super block so it can be scanned by Chris Mason · 17 years ago
  57. e085def Btrfs: Make the FS tree the last objectid in the tree of tree roots by Chris Mason · 17 years ago
  58. 6324fbf Btrfs: Dynamic chunk and block group allocation by Chris Mason · 17 years ago
  59. 0b86a83 Btrfs: Add support for multiple devices per filesystem by Chris Mason · 17 years ago
  60. 065631f Btrfs: checksum file data at bio submission time instead of during writepage by Chris Mason · 17 years ago
  61. df68b8a Btrfs: unaligned access fixes by David Miller · 17 years ago
  62. 9069218 Btrfs: Fix i_blocks accounting by Chris Mason · 17 years ago
  63. 47b0c4f Btrfs: Update magic by Chris Mason · 17 years ago
  64. 4529ba4 Btrfs: Add data block hints to SSD mode too by Chris Mason · 17 years ago
  65. 6f568d3 Btrfs: mount -o max_inline=size to control the maximum inline extent size by Chris Mason · 17 years ago
  66. 9c58309 Btrfs: Add inode item and backref in one insert, reducing cpu usage by Chris Mason · 17 years ago
  67. 85e21ba Btrfs: During deletes and truncate, remove many items at once from the tree by Chris Mason · 17 years ago
  68. d1310b2 Btrfs: Split the extent_map code into two parts by Chris Mason · 17 years ago
  69. 5f56406 Btrfs: Fix hole insertion corner cases by Chris Mason · 17 years ago
  70. e18e480 Btrfs: Add mount -o ssd, which includes optimizations for seek free storage by Chris Mason · 17 years ago
  71. 2da98f0 Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout by Chris Mason · 17 years ago
  72. cee36a0 Rework btrfs_drop_inode to avoid scheduling by Chris Mason · 17 years ago
  73. 61295eb Btrfs: Add drop inode func to avoid data=ordered deadlock by Chris Mason · 17 years ago
  74. 69a32ac Btrfs: Change magic string to reflect new format by Chris Mason · 17 years ago
  75. fdebe2b Btrfs: Add readonly inode flag by Yan · 17 years ago
  76. 21ad10c Btrfs: Add flush barriers on commit by Chris Mason · 17 years ago
  77. b98b676 Btrfs: Add inode flags support by Yan · 17 years ago
  78. e2008b6 Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion by Chris Mason · 17 years ago
  79. dc17ff8 Btrfs: Add data=ordered support by Chris Mason · 17 years ago
  80. 4313b39 Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles by Chris Mason · 17 years ago
  81. 8f662a7 Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for testing by Chris Mason · 17 years ago
  82. edbd8d4 Btrfs: Support for online FS resize (grow and shrink) by Chris Mason · 17 years ago
  83. 1832a6d Btrfs: Implement basic support for -ENOSPC by Chris Mason · 17 years ago
  84. 6da6aba Btrfs: Back port to 2.6.18-el kernels by Chris Mason · 17 years ago
  85. c59f895 Btrfs: Add mount option to enforce a max extent size by Chris Mason · 17 years ago
  86. be20aa9 Btrfs: Add mount option to turn off data cow by Chris Mason · 17 years ago
  87. b6cda9b Btrfs: Add mount -o nodatasum to turn of file data checksumming by Chris Mason · 17 years ago
  88. f6dbff5 Btrfs: Reorder extent back refs to differentiate btree blocks from file data 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. 7bb8631 Btrfs: Add back pointers from extents to the btree or file referencing them by Chris Mason · 17 years ago
  91. 74493f7 Btrfs: Implement generation numbers in block pointers by Chris Mason · 17 years ago
  92. 87ee04e Btrfs: Add simple stripe size parameter by Chris Mason · 17 years ago
  93. 00f5c79 btrfs_drop_extents: make sure the item is getting smaller before truncate by Chris Mason · 17 years ago
  94. 324ae4d Btrfs: Add block group pinned accounting back by Yan · 17 years ago
  95. 5103e94 xattr support for btrfs by Josef Bacik · 17 years ago
  96. e644d02 Fix recursive KM_USER1 usage in btrfs_realloc_node by Chris Mason · 17 years ago
  97. f84a8b3 Btrfs: Optimize allocations as we need to mix data and metadata into one group by Chris Mason · 17 years ago
  98. 179e29e Btrfs: Fix a number of inline extent problems that Yan Zheng reported. by Chris Mason · 17 years ago
  99. f578d4b Btrfs: Optimize csum insertion to create larger items when possible by Chris Mason · 17 years ago
  100. 6d7231f Btrfs: Fix typo: owner is a 64 bit field by Chris Mason · 17 years ago