1. 8b62b72 Btrfs: Use PagePrivate2 to track pages in the data=ordered code. by Chris Mason · 15 years ago
  2. 9655d29 Btrfs: use a cached state for extent state operations during delalloc by Chris Mason · 15 years ago
  3. d5550c6 Btrfs: don't lock bits in the extent tree during writepage by Chris Mason · 15 years ago
  4. 2c64c53 Btrfs: cache values for locking extents by Chris Mason · 15 years ago
  5. 1edbb73 Btrfs: reduce CPU usage in the extent_state tree by Chris Mason · 15 years ago
  6. e48c465 Btrfs: Fix new state initialization order by Chris Mason · 15 years ago
  7. 890871b Btrfs: switch extent_map to a rw lock by Chris Mason · 15 years ago
  8. 57fd5a5 Btrfs: tweak congestion backoff by Chris Mason · 15 years ago
  9. a97adc9 Btrfs: use larger nr_to_write for larger extents by Chris Mason · 15 years ago
  10. 4f878e8 Btrfs: reduce worker thread spin_lock_irq hold times by Chris Mason · 15 years ago
  11. 4e3f9c5 Btrfs: keep irqs on more often in the worker threads by Chris Mason · 15 years ago
  12. 40431d6 Btrfs: optimize set extent bit by Chris Mason · 15 years ago
  13. 9042846 Btrfs: Allow worker threads to exit when idle by Chris Mason · 15 years ago
  14. ceab36e Btrfs: fix balancing oops when invalidate_inode_pages2 returns EBUSY by Yan Zheng · 15 years ago
  15. 60f2e8f Btrfs: correct error-handling zlib error handling by Julia Lawall · 15 years ago
  16. 4baf8c9 Btrfs: remove superfluous NULL pointer check in btrfs_rename() by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 013f1b1 Btrfs: make sure the async caching thread advances the key by Chris Mason · 15 years ago
  18. 6606bb9 Btrfs: fix btrfs_remove_from_free_space corner case by Josef Bacik · 15 years ago
  19. f36f304 Btrfs: be more polite in the async caching threads by Chris Mason · 15 years ago
  20. 276e680 Btrfs: preserve commit_root for async caching by Yan Zheng · 15 years ago
  21. f25784b Btrfs: Fix async caching interaction with unmount by Yan Zheng · 15 years ago
  22. 68b3855 Btrfs: change how we unpin extents by Josef Bacik · 15 years ago
  23. 631c07c Btrfs: Correct redundant test in add_inode_ref by Julia Lawall · 15 years ago
  24. 9779b72 Btrfs: find smallest available device extent during chunk allocation by Chris Mason · 15 years ago
  25. 283bb19 Btrfs: clear all space_info->full after removing a block group by Chris Mason · 15 years ago
  26. ebecd3d Btrfs: make flushoncommit mount option correctly wait on ordered_extents by Sage Weil · 15 years ago
  27. d717aa1 Btrfs: Avoid delayed reference update looping by Yan Zheng · 15 years ago
  28. 0a4eefb Btrfs: Fix ordering of key field checks in btrfs_previous_item by Yan Zheng · 15 years ago
  29. 1fcbac5 Btrfs: find_free_dev_extent doesn't handle holes at the start of the device by Yan Zheng · 15 years ago
  30. 20736ab Btrfs: Remove code duplication in comp_keys by Diego Calleja · 15 years ago
  31. 817d52f Btrfs: async block group caching by Josef Bacik · 15 years ago
  32. 9630308 Btrfs: use hybrid extents+bitmap rb tree for free space by Josef Bacik · 15 years ago
  33. 8312194 Btrfs: Fix crash on read failures at mount by David Woodhouse · 15 years ago
  34. c271b49 Btrfs: remove of redundant btrfs_header_level by Daniel Cadete · 15 years ago
  35. 33c17ad Btrfs: adjust NULL test by Julia Lawall · 15 years ago
  36. 3acada4 Btrfs: Remove broken sanity check from btrfs_rmap_block() by David Woodhouse · 15 years ago
  37. 29c5e8c Btrfs: convert nested spin_lock_irqsave to spin_lock by Julia Lawall · 15 years ago
  38. 4a8c9a6 Btrfs: make sure all dirty blocks are written at commit time by Yan Zheng · 15 years ago
  39. 33c66f4 Btrfs: fix locking issue in btrfs_find_next_key by Yan Zheng · 15 years ago
  40. e457afe Btrfs: fix double increment of path->slots[0] in btrfs_next_leaf by Yan Zheng · 15 years ago
  41. bf1fb51 Btrfs: properly update space information after shrinking device. by Yan Zheng · 15 years ago
  42. 1bec1ae Btrfs: fix definition of struct btrfs_extent_inline_ref by Yan Zheng · 15 years ago
  43. 68f5a38 Btrfs: fix error message formatting by Hu Tao · 15 years ago
  44. 9b627e9 Btrfs: fix use after free in btrfs_start_workers fail path by Jiri Slaby · 15 years ago
  45. 9427216 Btrfs: honor nodatacow/sum mount options for new files by Chris Mason · 15 years ago
  46. 2c47e605 Btrfs: update backrefs while dropping snapshot by Yan Zheng · 15 years ago
  47. a970b0a Btrfs: account for space we may use in fallocate by Josef Bacik · 15 years ago
  48. c8a894d Btrfs: fix the file clone ioctl for preallocated extents by Chris Mason · 15 years ago
  49. f597bb1 Btrfs: don't log the inode in file_write while growing the file by Chris Mason · 15 years ago
  50. 978d910 Btrfs: always update root items for fs trees at commit time by Yan Zheng · 15 years ago
  51. b263c2c Btrfs: fix extent_buffer leak during tree log replay by Chris Mason · 15 years ago
  52. 0b4dcea Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dir by Chris Mason · 15 years ago
  53. 067c28a Btrfs: fix -o nodatasum printk spelling by Chris Mason · 15 years ago
  54. 85d4198 Btrfs: check duplicate backrefs for both data and metadata by Yan Zheng · 15 years ago
  55. fd0fb03 Btrfs: init worker struct fields before kthread-run by Shin Hong · 15 years ago
  56. 4eedeb7 Btrfs: pin buffers during write_dev_supers by Hisashi Hifumi · 15 years ago
  57. e5e9a52 Btrfs: avoid races between super writeout and device list updates by Chris Mason · 15 years ago
  58. 7df336e Fix btrfs when ACLs are configured out by Al Viro · 15 years ago
  59. 524724e Btrfs: fdatasync should skip metadata writeout by Hisashi Hifumi · 15 years ago
  60. 163e783 Btrfs: remove crc32c.h and use libcrc32c directly. by David Woodhouse · 15 years ago
  61. 6cbff00 Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION by Christoph Hellwig · 15 years ago
  62. c289811 Btrfs: autodetect SSD devices by Chris Mason · 15 years ago
  63. 451d758 Btrfs: add mount -o ssd_spread to spread allocations out by Chris Mason · 15 years ago
  64. c604480 Btrfs: avoid allocation clusters that are too spread out by Chris Mason · 15 years ago
  65. 3b30c22 Btrfs: Add mount -o nossd by Chris Mason · 15 years ago
  66. d644d8a Btrfs: avoid IO stalls behind congested devices in a multi-device FS by Chris Mason · 15 years ago
  67. d84275c Btrfs: don't allow WRITE_SYNC bios to starve out regular writes by Chris Mason · 15 years ago
  68. 585ad2c Btrfs: fix metadata dirty throttling limits by Chris Mason · 15 years ago
  69. 2c943de Btrfs: reduce mount -o ssd CPU usage by Chris Mason · 15 years ago
  70. cfbb930 Btrfs: balance btree more often by Chris Mason · 15 years ago
  71. b361242 Btrfs: stop avoiding balancing at the end of the transaction. by Chris Mason · 15 years ago
  72. 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
  73. 5c939df btrfs: Fix set/clear_extent_bit for 'end == (u64)-1' by Yan Zheng · 15 years ago
  74. 064e38a Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  75. 44fb551 Btrfs: Fix oops and use after free during space balancing by Chris Mason · 15 years ago
  76. 2cc3c55 Btrfs: set device->total_disk_bytes when adding new device by Yan Zheng · 15 years ago
  77. 5732c46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  78. 9f55684 Btrfs: Spelling fix in btrfs_lookup_first_block_group comments by Sankar P · 15 years ago
  79. 6b65c5c Btrfs: make show_options result match actual option names by Sage Weil · 15 years ago
  80. 5d847a8 Btrfs: remove outdated comment in btrfs_ioctl_resize() by Li Hong · 15 years ago
  81. cc7b0c9 Btrfs: remove some WARN_ONs in the IO failure path by Chris Mason · 15 years ago
  82. 76a05b3 Btrfs: Don't loop forever on metadata IO failures by Chris Mason · 15 years ago
  83. 2757495 Btrfs: init inode ordered_data_close flag properly by Chris Mason · 15 years ago
  84. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  85. 4ebf662 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  86. 46a53cc Btrfs: look for acls during btrfs_read_locked_inode by Chris Mason · 15 years ago
  87. 7b1a14b Btrfs: fix acl caching by Chris Mason · 15 years ago
  88. 2138093 Btrfs: Fix a bunch of printk() warnings. by Joel Becker · 15 years ago
  89. e63b6a6c Btrfs: Fix a trivial warning using max() of u64 vs ULL. by Joel Becker · 15 years ago
  90. 45c0654 Btrfs: remove unused btrfs_bit_radix slab by Chris Mason · 15 years ago
  91. 193f284 Btrfs: ratelimit IO error printks by Chris Mason · 15 years ago
  92. b7967db Btrfs: remove #if 0 code by Chris Mason · 15 years ago
  93. d6397ba Btrfs: When shrinking, only update disk size on success by Chris Ball · 15 years ago
  94. 59bc5c7 Btrfs: fix deadlocks and stalls on dead root removal by Chris Mason · 15 years ago
  95. e980b50 Btrfs: fix fallocate deadlock on inode extent lock by Chris Mason · 15 years ago
  96. 9601e3f Btrfs: kill btrfs_cache_create by Christoph Hellwig · 15 years ago
  97. 0d4bf11 Btrfs: don't export symbols by Christoph Hellwig · 15 years ago
  98. 2ea2544 Btrfs: simplify makefile by Christoph Hellwig · 15 years ago
  99. 97e728d Btrfs: try to keep a healthy ratio of metadata vs data block groups by Josef Bacik · 15 years ago
  100. ccc5ff9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago