1. 18e503d Btrfs: fix raid code for removing missing drives by Chris Mason · 14 years ago
  2. 19fe0a8 Btrfs: Switch the extent buffer rbtree into a radix tree by Miao Xie · 14 years ago
  3. 897ca6e9 Btrfs: restructure try_release_extent_buffer() by Miao Xie · 14 years ago
  4. bf9022e Btrfs: use the flusher threads for delalloc throttling by Chris Mason · 14 years ago
  5. e5bc245 Btrfs: tune the chunk allocation to 5% of the FS as metadata by Chris Mason · 14 years ago
  6. cb44921 Btrfs: don't loop forever on bad btree blocks by Chris Mason · 14 years ago
  7. 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
  8. 8216ef8 Btrfs: let the user know space caching is enabled by Josef Bacik · 14 years ago
  9. 88c2ba3 Btrfs: Add a clear_cache mount option by Josef Bacik · 14 years ago
  10. 6737773 Btrfs: add support for mixed data+metadata block groups by Josef Bacik · 14 years ago
  11. dde5abe Btrfs: check cache->caching_ctl before returning if caching has started by Josef Bacik · 14 years ago
  12. 9d66e23 Btrfs: load free space cache if it exists by Josef Bacik · 14 years ago
  13. 0cb59c9 Btrfs: write out free space cache by Josef Bacik · 15 years ago
  14. 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 15 years ago
  15. e9bb7f10 Btrfs: remove warn_on from use_block_rsv by Josef Bacik · 14 years ago
  16. 3822793 Btrfs: set trans to null in reserve_metadata_bytes if we commit the transaction by Josef Bacik · 14 years ago
  17. 0e78340 Btrfs: fix error handling in btrfs_get_sb by Josef Bacik · 14 years ago
  18. 8bb8ab2 Btrfs: rework how we reserve metadata bytes by Josef Bacik · 14 years ago
  19. 14ed0ca Btrfs: don't allocate chunks as aggressively by Josef Bacik · 14 years ago
  20. 0019f10 Btrfs: re-work delalloc flushing by Josef Bacik · 14 years ago
  21. 6d48755 Btrfs: fix reservation code for mixed block groups by Josef Bacik · 14 years ago
  22. 89a5589 Btrfs: fix df regression by Josef Bacik · 14 years ago
  23. bf5fc093 Btrfs: fix the df ioctl to report raid types by Josef Bacik · 14 years ago
  24. a1f7650 Btrfs: stop trying to shrink delalloc if there are no inodes to reclaim by Josef Bacik · 14 years ago
  25. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  26. 696ac96 btrfs: remove junk sb_dirt change by Artem Bityutskiy · 15 years ago
  27. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 15 years ago
  28. bd55597 convert btrfs to ->evict_inode() by Al Viro · 15 years ago
  29. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 15 years ago
  30. 1025774 remove inode_setattr by Christoph Hellwig · 15 years ago
  31. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  32. ee10393 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  33. 2ebc346 Btrfs: fix checks in BTRFS_IOC_CLONE_RANGE by Dan Rosenberg · 14 years ago
  34. b5384d4 Btrfs: fix CLONE ioctl destination file size expansion to block boundary by Sage Weil · 15 years ago
  35. 99d8f83 Btrfs: fix split_leaf double split corner case by Chris Mason · 15 years ago
  36. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 15 years ago
  37. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  38. 6f902af Btrfs: The file argument for fsync() is never null by Dan Carpenter · 15 years ago
  39. 834e747 Btrfs: handle ERR_PTR from posix_acl_from_xattr() by Dan Carpenter · 15 years ago
  40. 15e7000 Btrfs: avoid BUG when dropping root and reference in same transaction by Sage Weil · 15 years ago
  41. 731e3d1 Btrfs: prohibit a operation of changing acl's mask when noacl mount option used by Shi Weihua · 15 years ago
  42. 2f26afb Btrfs: should add a permission check for setfacl by Shi Weihua · 15 years ago
  43. cf1e99a Btrfs: btrfs_lookup_dir_item() can return ERR_PTR by Dan Carpenter · 15 years ago
  44. 3140c9a Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs by Dan Carpenter · 15 years ago
  45. d327099 Btrfs: unwind after btrfs_start_transaction() errors by Dan Carpenter · 15 years ago
  46. 4cbd114 Btrfs: btrfs_iget() returns ERR_PTR by Dan Carpenter · 15 years ago
  47. 676e4c8 Btrfs: handle kzalloc() failure in open_ctree() by Dan Carpenter · 15 years ago
  48. fb4f6f9 Btrfs: handle error returns from btrfs_lookup_dir_item() by Dan Carpenter · 15 years ago
  49. 3bf84a5 Btrfs: Fix BUG_ON for fs converted from extN by Yan, Zheng · 15 years ago
  50. 046f264 Btrfs: Fix null dereference in relocation.c by Yan, Zheng · 15 years ago
  51. 058a457 Btrfs: fix remap_file_pages error by Miao Xie · 15 years ago
  52. 0e4dcbef Btrfs: uninitialized data is check_path_shared() by Dan Carpenter · 15 years ago
  53. 8360977 Btrfs: fix fallocate regression by Josef Bacik · 15 years ago
  54. 4a001071 Btrfs: fix loop device on top of btrfs by Miao Xie · 15 years ago
  55. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 15 years ago
  56. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  57. 9aeead7 Btrfs: add more error checking to btrfs_dirty_inode by Chris Mason · 15 years ago
  58. 5a5f79b Btrfs: allow unaligned DIO by Chris Mason · 15 years ago
  59. 933b585 Btrfs: drop verbose enospc printk by Chris Mason · 15 years ago
  60. 5bdd353 Btrfs: Fix block generation verification race by Yan, Zheng · 15 years ago
  61. 46bfbb5 Btrfs: fix preallocation and nodatacow checks in O_DIRECT by Chris Mason · 15 years ago
  62. 94b6044 Btrfs: avoid ENOSPC errors in btrfs_dirty_inode by Chris Mason · 15 years ago
  63. 3f7c579 Btrfs: move O_DIRECT space reservation to btrfs_direct_IO by Chris Mason · 15 years ago
  64. 4845e44 Btrfs: rework O_DIRECT enospc handling by Chris Mason · 15 years ago
  65. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 15 years ago
  66. eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 15 years ago
  67. ed3b3d314 Btrfs: don't walk around with task->state != TASK_RUNNING by Chris Mason · 15 years ago
  68. 11c65dc Btrfs: do aio_write instead of write by Josef Bacik · 15 years ago
  69. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 15 years ago
  70. 3fd0a55 Btrfs: Metadata ENOSPC handling for balance by Yan, Zheng · 15 years ago
  71. efa5646 Btrfs: Pre-allocate space for data relocation by Yan, Zheng · 15 years ago
  72. 4a500fd Btrfs: Metadata ENOSPC handling for tree log by Yan, Zheng · 15 years ago
  73. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 15 years ago
  74. 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 15 years ago
  75. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 15 years ago
  76. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 15 years ago
  77. f0486c6 Btrfs: Introduce contexts for metadata reservation by Yan, Zheng · 15 years ago
  78. 2ead6ae Btrfs: Kill init_btrfs_i() by Yan, Zheng · 15 years ago
  79. 5da9d01 Btrfs: Shrink delay allocated space in a synchronized by Yan, Zheng · 15 years ago
  80. 424499d Btrfs: Kill allocate_wait in space_info by Yan, Zheng · 15 years ago
  81. b742bb82 Btrfs: Link block groups of different raid types by Yan, Zheng · 15 years ago
  82. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  83. ecc11fab btrfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
  84. f01cbd3 btrfs: constify xattr_handler by Stephen Hemminger · 15 years ago
  85. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 15 years ago
  86. 18e41da Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  87. 5dc6416 Btrfs: check for read permission on src file in the clone ioctl by Dan Rosenberg · 15 years ago
  88. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 15 years ago
  89. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 15 years ago
  90. e6d086d btrfs: convert to using bdi_setup_and_register() by Jens Axboe · 15 years ago
  91. d6cf853 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  92. 9f680ce Btrfs: make sure the chunk allocator doesn't create zero length chunks by Chris Mason · 15 years ago
  93. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  94. ab6e2410 Btrfs: fix data enospc check overflow by Josef Bacik · 15 years ago
  95. 109f6ae Btrfs: add check for changed leaves in setup_leaf_for_split by Chris Mason · 15 years ago
  96. 6bdb72d Btrfs: create snapshot references in same commit as snapshot by Sage Weil · 15 years ago
  97. b5cb160 Btrfs: fix small race with delalloc flushing waitqueue's by Josef Bacik · 15 years ago
  98. 28ecb609 Btrfs: use add_to_page_cache_lru, use __page_cache_alloc by Nick Piggin · 15 years ago
  99. 0cad8a11 Btrfs: fix chunk allocate size calculation by Josef Bacik · 15 years ago
  100. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 15 years ago