1. f392a93 Properly align the hole size in btrfs_setattr by Chris Mason · 16 years ago
  2. b1632b1 Btrfs: Align extent length to sectorsize in by Yan · 16 years ago
  3. 5a01a2e Btrfs: Copy correct tree when inserting into slot 0 by Chris Mason · 16 years ago
  4. b3236e6 Btrfs: Leave on the tree defragger in mount -o ssd, it still helps there by Chris Mason · 16 years ago
  5. 6f568d3 Btrfs: mount -o max_inline=size to control the maximum inline extent size by Chris Mason · 16 years ago
  6. 291d673 Btrfs: Do delalloc accounting via hooks in the extent_state code by Chris Mason · 16 years ago
  7. 9c58309 Btrfs: Add inode item and backref in one insert, reducing cpu usage by Chris Mason · 16 years ago
  8. 85e21ba Btrfs: During deletes and truncate, remove many items at once from the tree by Chris Mason · 16 years ago
  9. 70dec80 Btrfs: extent_io and extent_state optimizations by Chris Mason · 16 years ago
  10. aadfeb6 Btrfs: Add some extra debugging around file data checksum failures by Chris Mason · 16 years ago
  11. c2a8b6e Btrfs: Force f_pos to the max when a readdir hits the end of the directory. by Chris Mason · 16 years ago
  12. bea495e Btrfs: Tune readahead during defrag to avoid reading too much at once by Chris Mason · 16 years ago
  13. d1310b2 Btrfs: Split the extent_map code into two parts by Chris Mason · 16 years ago
  14. 5f56406 Btrfs: Fix hole insertion corner cases by Chris Mason · 16 years ago
  15. c1e32da Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23) by Chris Mason · 16 years ago
  16. ed0dab6 Btrfs: Add basic lockfs calls by Yan · 16 years ago
  17. f0c5da1 Btrfs: Fix for test_range_bit by Yan · 16 years ago
  18. b178542 Fix for btrfs_find_free_objectid by Yan · 16 years ago
  19. e18e480 Btrfs: Add mount -o ssd, which includes optimizations for seek free storage by Chris Mason · 16 years ago
  20. 04005cc Btrfs: Use blk_congestion_wait on older kernels by Chris Mason · 16 years ago
  21. fb4bc1e Btrfs: Fix compile on 2.6.22 kernel by Yan · 16 years ago
  22. caaca38 Btrfs: Fix compile on kernel without ACLs enabled by Yan · 16 years ago
  23. 4d5e74b Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernels by Chris Mason · 16 years ago
  24. 2da98f0 Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout by Chris Mason · 16 years ago
  25. 9cce6c3 Btrfs: Disable delalloc accounting for now by Chris Mason · 17 years ago
  26. cee36a0 Rework btrfs_drop_inode to avoid scheduling by Chris Mason · 17 years ago
  27. 61295eb Btrfs: Add drop inode func to avoid data=ordered deadlock by Chris Mason · 17 years ago
  28. 8c416c9 Btrfs: Delete any remaining extent_maps before freeing the inode by Chris Mason · 17 years ago
  29. b99aa6c Btrfs: Only delete roots from sysfs when they were added to sysfs by Chris Mason · 17 years ago
  30. 69a32ac Btrfs: Change magic string to reflect new format by Chris Mason · 17 years ago
  31. fdebe2b Btrfs: Add readonly inode flag by Yan · 17 years ago
  32. 744f52f Btrfs: Implement ACLs setting and getting by Yan · 17 years ago
  33. b3a0d8d Btrfs: Remove verbose WARN_ON by Chris Mason · 17 years ago
  34. 55c6907 Btrfs: Fix extent_buffer usage when nodesize != leafsize by Chris Mason · 17 years ago
  35. 21ad10c Btrfs: Add flush barriers on commit by Chris Mason · 17 years ago
  36. bcd987f Btrfs: Remove extent_map debugging message by Chris Mason · 17 years ago
  37. b98b676 Btrfs: Add inode flags support by Yan · 17 years ago
  38. c31f883 Btrfs: online shrinking fixes by Chris Mason · 17 years ago
  39. b0331a4 Btrfs: Disable btree reada during extent backref lookups. by Chris Mason · 17 years ago
  40. e2008b6 Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion by Chris Mason · 17 years ago
  41. 3063d29 Btrfs: Move snapshot creation to commit time by Chris Mason · 17 years ago
  42. dc17ff8 Btrfs: Add data=ordered support by Chris Mason · 17 years ago
  43. e4204de Btrfs: Change tree block csum tagging to avoid false error messages by Chris Mason · 17 years ago
  44. 725c846 Btrfs: resizer: don't hold the fs_mutex for long periods of time by Chris Mason · 17 years ago
  45. 1372f8e Properly call btrfs_search_slot while shrinking by Chris Mason · 17 years ago
  46. 2552488 Btrfs: Lower the max inline size to 8k by Chris Mason · 17 years ago
  47. d666746 Btrfs: Change st_blocksize to 4k by Chris Mason · 17 years ago
  48. 73e48b2 Btrfs: Properly handle overlapping extent in shrink_extent_tree by Yan · 17 years ago
  49. d548ee5 Btrfs: Add a helper that finds previous extent item by Yan · 17 years ago
  50. 5b92ee7 Btrfs: Fix lock ordering of the snapshot semaphore against the page lock by Chris Mason · 17 years ago
  51. bd09835 count_snapshots: Properly update the leaf pointer after btrfs_next_leaf by Chris Mason · 17 years ago
  52. 98ed517 Btrfs: Force inlining off in a few places to save stack usage by Chris Mason · 17 years ago
  53. f9ef660 Btrfs: 32 bit compile fixes for the resizer and enospc checks by Chris Mason · 17 years ago
  54. 4313b39 Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles by Chris Mason · 17 years ago
  55. 56b453c Btrfs: Explicitly send a root objectid to count_snapshots_in_path by Chris Mason · 17 years ago
  56. 8f662a7 Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for testing by Chris Mason · 17 years ago
  57. e52ec0e Btrfs: Fix NULL block groups on reading the inode by Chris Mason · 17 years ago
  58. edbd8d4 Btrfs: Support for online FS resize (grow and shrink) by Chris Mason · 17 years ago
  59. 5d4fb73 Btrfs: Fix an off by one in the extent_map prepare write code by Chris Mason · 17 years ago
  60. 1832a6d Btrfs: Implement basic support for -ENOSPC by Chris Mason · 17 years ago
  61. 01f4665 Btrfs: Less aggressive readahead on deletes by Chris Mason · 17 years ago
  62. 879c1cf Btrfs: Fix nodatacow extent lookup by Chris Mason · 17 years ago
  63. 190662b Btrfs: Fix delayed allocation to avoid missing delalloc extents by Chris Mason · 17 years ago
  64. 4aec2b5 kmalloc a few large stack objects in the btrfs_ioctl path by Chris Mason · 17 years ago
  65. 6da6aba Btrfs: Back port to 2.6.18-el kernels by Chris Mason · 17 years ago
  66. c59f895 Btrfs: Add mount option to enforce a max extent size by Chris Mason · 17 years ago
  67. d10c5f3 Btrfs: Fix extent_map and extent_state leaks by flushing lrus on FS unmount by Chris Mason · 17 years ago
  68. be20aa9 Btrfs: Add mount option to turn off data cow by Chris Mason · 17 years ago
  69. b6cda9b Btrfs: Add mount -o nodatasum to turn of file data checksumming by Chris Mason · 17 years ago
  70. e9906a9 Fixes for loopback files in btrfs by Chris Mason · 17 years ago
  71. 6e3b966 Off by one fix for btrfs_drop_extents by Yan · 17 years ago
  72. f6dbff5 Btrfs: Reorder extent back refs to differentiate btree blocks from file data by Chris Mason · 17 years ago
  73. 6caab48 Fix btrfs_inc_ref to add backref hints by Chris Mason · 17 years ago
  74. 7a72053 Btrfs: Fix typo in .. check (thanks Yan) by Chris Mason · 17 years ago
  75. 76fea00 Btrfs: Add backrefs for symbolic link inodes by Chris Mason · 17 years ago
  76. 70b043f Btrfs: Extra NULL block group checks in find_free_extent by Chris Mason · 17 years ago
  77. 3954401 Btrfs: Add back pointers from the inode to the directory that references it by Chris Mason · 17 years ago
  78. d8d5f3e Btrfs: Add lowest key information to back refs for extent tree blocks as well. by Chris Mason · 17 years ago
  79. 7bb8631 Btrfs: Add back pointers from extents to the btree or file referencing them by Chris Mason · 17 years ago
  80. 74493f7 Btrfs: Implement generation numbers in block pointers by Chris Mason · 17 years ago
  81. 17636e0 Btrfs: section mismatch warnings by Christian Hesse · 17 years ago
  82. 9691975 Btrfs: Fix buffer get/release issue in create_snapshot by Yan · 17 years ago
  83. 1a2b2ac Btrfs: Fix extent allocation for btree blocks as the disk fills by Chris Mason · 17 years ago
  84. 87ee04e Btrfs: Add simple stripe size parameter by Chris Mason · 17 years ago
  85. 00f5c79 btrfs_drop_extents: make sure the item is getting smaller before truncate by Chris Mason · 17 years ago
  86. ca66462 Btrfs: Add efficient dirty accounting to the extent_map tree by Chris Mason · 17 years ago
  87. 448d640 Btrfs: Fine tune the btree writeback exclusion some more by Chris Mason · 17 years ago
  88. 8790bad Btrfs: Only limit btree writeback for pdflush by Chris Mason · 17 years ago
  89. 793955b Btrfs: Limit btree writeback to prevent seeks by Chris Mason · 17 years ago
  90. 015a739c Btrfs: Handle writeback under high memory pressure better by Chris Mason · 17 years ago
  91. eef1c49 Btrfs: Properly update right_nritems in push_leaf_left by Yan · 17 years ago
  92. 0e4de58 Btrfs: Add check for null block group to find_search_start by Chris Mason · 17 years ago
  93. 7073c8e Btrfs: Make sure page mapping dirty tag is properly cleared by Chris Mason · 17 years ago
  94. 3e9fd94 Btrfs: Avoid fragmentation from parallel delalloc filling by Chris Mason · 17 years ago
  95. 2f4cbe6 Btrfs: Return value checking in module init by Wyatt Banks · 17 years ago
  96. 3acd7ee Btrfs: xattr fixes by Josef Bacik · 17 years ago
  97. 1caf934 Btrfs: Make ACLs return EOPNOTSUPP for now by Josef Bacik · 17 years ago
  98. 5cf6642 Btrfs: Off by one fixes for extent-tree.c by Yan · 17 years ago
  99. 5e5745d Btrfs: Add full_scan parameter to find_search_start by Yan · 17 years ago
  100. 324ae4d Btrfs: Add block group pinned accounting back by Yan · 17 years ago