1. f2322b1 Btrfs: Optimise NFS readdir hack slightly; don't call readdir() again when done by David Woodhouse · 16 years ago
  2. 49593bf Minor cleanup of btrfs_real_readdir() by David Woodhouse · 16 years ago
  3. 5ecc7e5 Btrfs: Remove special cases for "." and ".." by David Woodhouse · 16 years ago
  4. cbdf5a2 Btrfs: Implement our own copy of the nfsd readdir hack, for older kernels by David Woodhouse · 17 years ago
  5. 1a54ef8 Introduce btrfs_iget helper by Balaji Rao · 17 years ago
  6. 4d1b5fb Btrfs: Lookup readpage checksums on bio submission again by Chris Mason · 16 years ago
  7. 7c2fe32 Btrfs: Fix add_extent_mapping to check for duplicates across the whole range by Chris Mason · 16 years ago
  8. 5386323 Btrfs: Lower contention on the csum mutex by Chris Mason · 16 years ago
  9. db69e0e Btrfs: Init address_space->writeback_index properly by Chris Mason · 16 years ago
  10. 4ca8b41 Btrfs: Avoid calling into the FS for the final iput on fake root inodes by Chris Mason · 17 years ago
  11. 7ea394f Btrfs: Fix nodatacow for the new data=ordered mode by Yan Zheng · 17 years ago
  12. 00e4e6b Get rid of BTRFS_I(inode)->index and use local vars instead by Chris Mason · 17 years ago
  13. 3de9d6b btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for now by Chris Mason · 17 years ago
  14. ea8c281 Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them by Chris Mason · 17 years ago
  15. 6dab815 Btrfs: Hold csum mutex while reading in sums during readpages by Chris Mason · 17 years ago
  16. 3ce7e67 Btrfs: Drop some debugging around the extent_map pinned flag by Chris Mason · 17 years ago
  17. 61b4944 Btrfs: Fix streaming read performance with checksumming on by Chris Mason · 17 years ago
  18. 0ee0fda Btrfs: Add compatibility for kernels >= 2.6.27-rc1 by Sven Wegener · 17 years ago
  19. bcc63ab Btrfs: implement memory reclaim for leaf reference cache by Yan · 17 years ago
  20. f321e49 Btrfs: Update and fix mount -o nodatacow by Yan Zheng · 17 years ago
  21. ab78c84 Btrfs: Throttle operations if the reference cache gets too large by Chris Mason · 17 years ago
  22. 017e536 Btrfs: Leaf reference cache update by Chris Mason · 17 years ago
  23. 445dceb Btrfs: Fix .. lookup corner case by Yan · 17 years ago
  24. 4546726 Btrfs: Remove unused variable in fixup_tree_root_location by Balaji Rao · 17 years ago
  25. 7b12876 Btrfs: Create orphan inode records to prevent lost files after a crash by Josef Bacik · 17 years ago
  26. 33268ea Btrfs: Add ACL support by Josef Bacik · 17 years ago
  27. aec7477 Btrfs: Implement new dir index format by Josef Bacik · 17 years ago
  28. 8964222 Btrfs: Search data ordered extents first for checksums on read by Chris Mason · 17 years ago
  29. ed98b56 Btrfs: Take the csum mutex while reading checksums by Chris Mason · 17 years ago
  30. f421950 Btrfs: Fix some data=ordered related data corruptions by Chris Mason · 17 years ago
  31. 6af118c Btrfs: Index extent buffers in an rbtree by Chris Mason · 17 years ago
  32. 4a09675 Btrfs: Data ordered fixes by Chris Mason · 17 years ago
  33. e5a2217 Fix btrfs_wait_ordered_extent_range to properly wait by Chris Mason · 17 years ago
  34. 7f3c74f Btrfs: Keep extent mappings in ram until pending ordered extents are done by Chris Mason · 17 years ago
  35. 211f90e Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is set by Chris Mason · 17 years ago
  36. 3edf7d3 Btrfs: Handle data checksumming on bios that span multiple ordered extents by Chris Mason · 17 years ago
  37. eb84ae0 Btrfs: Cleanup and comment ordered-data.c by Chris Mason · 17 years ago
  38. ee6e650 Add a per-inode lock around btrfs_drop_extents by Chris Mason · 17 years ago
  39. ba1da2f Btrfs: Don't pin pages in ram until the entire ordered extent is on disk. by Chris Mason · 17 years ago
  40. f929574 btrfs_start_transaction: wait for commits in progress to finish by Chris Mason · 17 years ago
  41. dbe674a Btrfs: Update on disk i_size only after pending ordered extents are done by Chris Mason · 17 years ago
  42. 247e743 Btrfs: Use async helpers to deal with pages that have been improperly dirtied by Chris Mason · 17 years ago
  43. e6dcd2d Btrfs: New data=ordered implementation by Chris Mason · 17 years ago
  44. 1b1e213 Btrfs: Add a per-inode csum mutex to avoid races creating csum items by Chris Mason · 17 years ago
  45. 89ce8a6 Add btrfs_end_transaction_throttle to force writers to wait for pending commits by Chris Mason · 17 years ago
  46. 594a24e Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks by Chris Mason · 17 years ago
  47. a213501 Btrfs: Replace the big fs_mutex with a collection of other locks by Chris Mason · 17 years ago
  48. 925baed Btrfs: Start btree concurrency work. by Chris Mason · 17 years ago
  49. f46b5a6 Btrfs: split out ioctl.c by Christoph Hellwig · 17 years ago
  50. 8b71284 Btrfs: Add async worker threads for pre and post IO checksumming by Chris Mason · 17 years ago
  51. 6bf13c0 Btrfs: transaction ioctls by Sage Weil · 17 years ago
  52. 3b96362 Btrfs: Invalidate dcache entry after creating snapshot and by Sven Wegener · 17 years ago
  53. e1b81e6 btrfs delete ordered inode handling fix by Mingming · 17 years ago
  54. 211c17f Fix corners in writepage and btrfs_truncate_page by Chris Mason · 17 years ago
  55. 1259ab7 Btrfs: Handle write errors on raid1 and raid10 by Chris Mason · 17 years ago
  56. bbaf549 Btrfs: A number of nodatacow fixes by Chris Mason · 17 years ago
  57. a68d593 Btrfs: Update nodatacow mode to support cloned single files and resizing by Chris Mason · 17 years ago
  58. a061fc8 Btrfs: Add support for online device removal by Chris Mason · 17 years ago
  59. 5d9cd9e Btrfs: Fix clone ioctl to not hold the path over inserts by Chris Mason · 17 years ago
  60. b9d8666 Btrfs: Silence bogus inode.c compiler warnings by Chris Mason · 17 years ago
  61. f2eb0a2 Btrfs: Clone file data ioctl by Sage Weil · 17 years ago
  62. ec44a35 Btrfs: Add balance ioctl to restripe the chunks by Chris Mason · 17 years ago
  63. 788f20e Btrfs: Add new ioctl to add devices by Chris Mason · 17 years ago
  64. 8e7bf94 Btrfs: Do more optimal file RA during shrinking and defrag by Chris Mason · 17 years ago
  65. 8f18cf1 Btrfs: Make the resizer work based on shrinking and growing devices by Chris Mason · 17 years ago
  66. 81d7ed2 Btrfs: Throttle file_write when data=ordered is flushing the inode by Chris Mason · 17 years ago
  67. bcbfce8 Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mapping by Chris Mason · 17 years ago
  68. e1c4b74 Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT reads by Chris Mason · 17 years ago
  69. f2d8d74 Btrfs: Make an unplug function that doesn't unplug every spindle by Chris Mason · 17 years ago
  70. 4ef64ea Btrfs: Remove debugging statements from the invalidatepage calls by Chris Mason · 17 years ago
  71. 9ad6b7b Force page->private removal in btrfs_invalidatepage by Chris Mason · 17 years ago
  72. 3b95151 Btrfs: Use the extent map cache to find the logical disk block during data retries by Chris Mason · 17 years ago
  73. 699122f Btrfs: Don't wait on tree block writeback before freeing them anymore by Chris Mason · 17 years ago
  74. e015640 Btrfs: Write bio checksumming outside the FS mutex by Chris Mason · 17 years ago
  75. 44b8bd7 Btrfs: Create a work queue for bio writes by Chris Mason · 17 years ago
  76. 98d20f6 Add a min size parameter to btrfs_alloc_extent by Chris Mason · 17 years ago
  77. 587f770 Btrfs: Fixup a few u64<->pointer casts for 32 bit by Chris Mason · 17 years ago
  78. 1643298 Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush) by Chris Mason · 17 years ago
  79. 7e38326 Btrfs: Handle checksumming errors while reading data blocks by Chris Mason · 17 years ago
  80. f188591 Btrfs: Retry metadata reads in the face of checksum failures by Chris Mason · 17 years ago
  81. 22c5994 Btrfs: Handle data block end_io through the async work queue by Chris Mason · 17 years ago
  82. cea9e44 Change btrfs_map_block to return a structure with mappings for all stripes by Chris Mason · 17 years ago
  83. 8790d50 Btrfs: Add support for mirroring across drives by Chris Mason · 17 years ago
  84. 0416008 Create a btrfs backing dev info by Chris Mason · 17 years ago
  85. 593060d Btrfs: Implement raid0 when multiple devices are present by Chris Mason · 17 years ago
  86. 239b14b Btrfs: Bring back mount -o ssd optimizations by Chris Mason · 17 years ago
  87. 6324fbf Btrfs: Dynamic chunk and block group allocation by Chris Mason · 17 years ago
  88. 0b86a83 Btrfs: Add support for multiple devices per filesystem by Chris Mason · 17 years ago
  89. 6885f30 Btrfs: Misc 2.6.25 updates by Chris Mason · 17 years ago
  90. 065631f Btrfs: checksum file data at bio submission time instead of during writepage by Chris Mason · 17 years ago
  91. 5e591a0 Btrfs: Fix looping on readdir of the subvol roots by Yan Zheng · 17 years ago
  92. 9069218 Btrfs: Fix i_blocks accounting by Chris Mason · 17 years ago
  93. c2e639f Btrfs: Fix typo in extent_io.c --- by Yan · 17 years ago
  94. b0c68f8 Btrfs: Enable delalloc accounting by Chris Mason · 17 years ago
  95. 1b0f7c2 Fix hole start calculation in btrfs_settar by Chris Mason · 17 years ago
  96. f392a93 Properly align the hole size in btrfs_setattr by Chris Mason · 17 years ago
  97. b1632b1 Btrfs: Align extent length to sectorsize in by Yan · 17 years ago
  98. 291d673 Btrfs: Do delalloc accounting via hooks in the extent_state code by Chris Mason · 17 years ago
  99. 9c58309 Btrfs: Add inode item and backref in one insert, reducing cpu usage by Chris Mason · 17 years ago
  100. 85e21ba Btrfs: During deletes and truncate, remove many items at once from the tree by Chris Mason · 17 years ago