1. aa3fc52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  2. 5a92bc8 Btrfs: don't use migrate page without CONFIG_MIGRATION by Chris Mason · 14 years ago
  3. 163cf09 Btrfs: deal with DIO bios that span more than one ordered extent by Chris Mason · 14 years ago
  4. 450ba0e Btrfs: setup blank root and fs_info for mount time by Josef Bacik · 14 years ago
  5. 975f84f Btrfs: fix fiemap by Josef Bacik · 14 years ago
  6. 619c8c7 Btrfs - fix race between btrfs_get_sb() and umount by Ian Kent · 14 years ago
  7. bc1cbf1 Btrfs: update inode ctime when using links by Josef Bacik · 14 years ago
  8. 0ed42a6 Btrfs: make sure new inode size is ok in fallocate by Josef Bacik · 14 years ago
  9. 55a61d1 Btrfs: fix typo in fallocate to make it honor actual size by Josef Bacik · 14 years ago
  10. 45f49bc Btrfs: avoid NULL pointer deref in try_release_extent_buffer by Chris Mason · 14 years ago
  11. a1b075d Btrfs: make btrfs_add_nondir take parent inode as an argument by Josef Bacik · 14 years ago
  12. 495e867 Btrfs: hold i_mutex when calling btrfs_log_dentry_safe by Josef Bacik · 14 years ago
  13. 6a91221 Btrfs: use dget_parent where we can UPDATED by Josef Bacik · 14 years ago
  14. 7619585 Btrfs: fix more ESTALE problems with NFS by Josef Bacik · 14 years ago
  15. 2ede0da Btrfs: handle NFS lookups properly by Josef Bacik · 14 years ago
  16. 0410c94 btrfs: make 1-bit signed fileds unsigned by Mariusz Kozlowski · 14 years ago
  17. f209561 btrfs: Show device attr correctly for symlinks by Li Zefan · 14 years ago
  18. 5f3888f btrfs: Set file size correctly in file clone by Li Zefan · 14 years ago
  19. 2a6b8da btrfs: Check if dest_offset is block-size aligned before cloning file by Li Zefan · 14 years ago
  20. 0de9087 Btrfs: handle the space_cache option properly by Josef Bacik · 14 years ago
  21. 6f33434 btrfs: Fix early enospc because 'unused' calculated with wrong sign. by Arne Jansen · 14 years ago
  22. e65e153 btrfs: fix panic caused by direct IO by Miao Xie · 14 years ago
  23. 88f794e btrfs: cleanup duplicate bio allocating functions by Miao Xie · 14 years ago
  24. 0c56fa9 btrfs: fix free dip and dip->csums twice by Miao Xie · 14 years ago
  25. 784b4e2 Btrfs: add migrate page for metadata inode by Chris Mason · 14 years ago
  26. 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  27. 6418c96 Btrfs: deal with errors from updating the tree log by Chris Mason · 14 years ago
  28. 4260f7c Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed by Sage Weil · 14 years ago
  29. 531cb13 Btrfs: make SNAP_DESTROY async by Sage Weil · 14 years ago
  30. 72fd032 Btrfs: add SNAP_CREATE_ASYNC ioctl by Sage Weil · 14 years ago
  31. 4620459 Btrfs: add START_SYNC, WAIT_SYNC ioctls by Sage Weil · 14 years ago
  32. bb9c12c Btrfs: async transaction commit by Sage Weil · 14 years ago
  33. 99d16cb Btrfs: fix deadlock in btrfs_commit_transaction by Sage Weil · 14 years ago
  34. fccdae4 Btrfs: fix lockdep warning on clone ioctl by Sage Weil · 14 years ago
  35. 050006a Btrfs: fix clone ioctl where range is adjacent to extent by Sage Weil · 14 years ago
  36. 9a01919 Btrfs: fix delalloc checks in clone ioctl by Sage Weil · 14 years ago
  37. d8e39c4 Btrfs: drop unused variable in block_alloc_rsv by Chris Mason · 14 years ago
  38. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  39. 411fc6b Btrfs: Fix variables set but not read (bugs found by gcc 4.6) by Andi Kleen · 14 years ago
  40. d0b678c Btrfs: Use ERR_CAST helpers by Julia Lawall · 14 years ago
  41. 2354d08 Btrfs: use memdup_user helpers by Julia Lawall · 14 years ago
  42. 18e503d Btrfs: fix raid code for removing missing drives by Chris Mason · 14 years ago
  43. 19fe0a8 Btrfs: Switch the extent buffer rbtree into a radix tree by Miao Xie · 14 years ago
  44. 897ca6e Btrfs: restructure try_release_extent_buffer() by Miao Xie · 14 years ago
  45. bf9022e Btrfs: use the flusher threads for delalloc throttling by Chris Mason · 14 years ago
  46. e5bc245 Btrfs: tune the chunk allocation to 5% of the FS as metadata by Chris Mason · 14 years ago
  47. cb44921 Btrfs: don't loop forever on bad btree blocks by Chris Mason · 14 years ago
  48. 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
  49. 8216ef8 Btrfs: let the user know space caching is enabled by Josef Bacik · 14 years ago
  50. 88c2ba3 Btrfs: Add a clear_cache mount option by Josef Bacik · 14 years ago
  51. 6737773 Btrfs: add support for mixed data+metadata block groups by Josef Bacik · 14 years ago
  52. dde5abe Btrfs: check cache->caching_ctl before returning if caching has started by Josef Bacik · 14 years ago
  53. 9d66e23 Btrfs: load free space cache if it exists by Josef Bacik · 14 years ago
  54. 0cb59c9 Btrfs: write out free space cache by Josef Bacik · 14 years ago
  55. 061dbc6 convert btrfs by Al Viro · 14 years ago
  56. 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 14 years ago
  57. e9bb7f1 Btrfs: remove warn_on from use_block_rsv by Josef Bacik · 14 years ago
  58. 3822793 Btrfs: set trans to null in reserve_metadata_bytes if we commit the transaction by Josef Bacik · 14 years ago
  59. 7de9c6e new helper: ihold() by Al Viro · 14 years ago
  60. 1d3382c new helper: inode_unhashed() by Al Viro · 14 years ago
  61. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  62. 0e78340 Btrfs: fix error handling in btrfs_get_sb by Josef Bacik · 14 years ago
  63. 8bb8ab2 Btrfs: rework how we reserve metadata bytes by Josef Bacik · 14 years ago
  64. 14ed0ca Btrfs: don't allocate chunks as aggressively by Josef Bacik · 14 years ago
  65. 0019f10 Btrfs: re-work delalloc flushing by Josef Bacik · 14 years ago
  66. 6d48755 Btrfs: fix reservation code for mixed block groups by Josef Bacik · 14 years ago
  67. 89a5589 Btrfs: fix df regression by Josef Bacik · 14 years ago
  68. bf5fc09 Btrfs: fix the df ioctl to report raid types by Josef Bacik · 14 years ago
  69. a1f7650 Btrfs: stop trying to shrink delalloc if there are no inodes to reclaim by Josef Bacik · 14 years ago
  70. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  71. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  72. c3b9a62 btrfs: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  73. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  74. 696ac96 btrfs: remove junk sb_dirt change by Artem Bityutskiy · 14 years ago
  75. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  76. bd55597 convert btrfs to ->evict_inode() by Al Viro · 14 years ago
  77. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  78. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  79. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  80. ee10393 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  81. 2ebc346 Btrfs: fix checks in BTRFS_IOC_CLONE_RANGE by Dan Rosenberg · 14 years ago
  82. b5384d4 Btrfs: fix CLONE ioctl destination file size expansion to block boundary by Sage Weil · 14 years ago
  83. 99d8f83 Btrfs: fix split_leaf double split corner case by Chris Mason · 14 years ago
  84. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  85. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  86. 6f902af Btrfs: The file argument for fsync() is never null by Dan Carpenter · 14 years ago
  87. 834e747 Btrfs: handle ERR_PTR from posix_acl_from_xattr() by Dan Carpenter · 14 years ago
  88. 15e7000 Btrfs: avoid BUG when dropping root and reference in same transaction by Sage Weil · 14 years ago
  89. 731e3d1 Btrfs: prohibit a operation of changing acl's mask when noacl mount option used by Shi Weihua · 14 years ago
  90. 2f26afb Btrfs: should add a permission check for setfacl by Shi Weihua · 14 years ago
  91. cf1e99a Btrfs: btrfs_lookup_dir_item() can return ERR_PTR by Dan Carpenter · 14 years ago
  92. 3140c9a Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs by Dan Carpenter · 14 years ago
  93. d327099 Btrfs: unwind after btrfs_start_transaction() errors by Dan Carpenter · 14 years ago
  94. 4cbd114 Btrfs: btrfs_iget() returns ERR_PTR by Dan Carpenter · 14 years ago
  95. 676e4c8 Btrfs: handle kzalloc() failure in open_ctree() by Dan Carpenter · 14 years ago
  96. fb4f6f9 Btrfs: handle error returns from btrfs_lookup_dir_item() by Dan Carpenter · 14 years ago
  97. 3bf84a5 Btrfs: Fix BUG_ON for fs converted from extN by Yan, Zheng · 14 years ago
  98. 046f264 Btrfs: Fix null dereference in relocation.c by Yan, Zheng · 14 years ago
  99. 058a457 Btrfs: fix remap_file_pages error by Miao Xie · 14 years ago
  100. 0e4dcbe Btrfs: uninitialized data is check_path_shared() by Dan Carpenter · 14 years ago