1. 0fa83cd Btrfs: only warn if we hit an error when doing the tree logging by Josef Bacik · 12 years ago
  2. 5dc562c Btrfs: turbo charge fsync by Josef Bacik · 12 years ago
  3. 224ecce Btrfs: fix possible corruption when fsyncing written prealloced extents by Josef Bacik · 12 years ago
  4. 54338b5 Btrfs: do not allocate chunks as agressively by Josef Bacik · 12 years ago
  5. 7c73531 Btrfs: update last trans if we don't update the inode by Josef Bacik · 12 years ago
  6. 995e01b Btrfs: fix gcc warnings for 32bit compiles by Jan Schmidt · 12 years ago
  7. 74dd17f Btrfs: fix btrfs send for inline items and compression by Chris Mason · 12 years ago
  8. 6d85ed0 Btrfs: don't treat top/root directory inode as deleted/reused by Alexander Block · 12 years ago
  9. 2981e22 Btrfs: ignore non-FS inodes for send/receive by Alexander Block · 12 years ago
  10. 2f28f47 Btrfs: pass root instead of parent_root to iterate_inode_ref by Alexander Block · 12 years ago
  11. d8347fa Btrfs: use <= instead of < in is_extent_unchanged by Alexander Block · 12 years ago
  12. 3954096 Btrfs: fix check for changed extent in is_extent_unchanged by Alexander Block · 12 years ago
  13. 5dc67d0 Btrfs: free nce and nce_head on error in name_cache_insert by Alexander Block · 12 years ago
  14. 3e126f3 Btrfs: remove unused tmp_path from iterate_dir_item by Alexander Block · 12 years ago
  15. e938c8a Btrfs: code cleanups for send/receive by Alexander Block · 12 years ago
  16. 766702e Btrfs: add/fix comments/documentation for send/receive by Alexander Block · 12 years ago
  17. e479d9b Btrfs: update send_progress at correct places by Alexander Block · 12 years ago
  18. 34d73f5 Btrfs: make aux field of ulist 64 bit by Alexander Block · 12 years ago
  19. 7e0926f Btrfs: fix use of radix_tree for name_cache in send/receive by Alexander Block · 12 years ago
  20. 17589bd Btrfs: fix memory leak for name_cache in send/receive by Alexander Block · 12 years ago
  21. adbe7fb Btrfs: don't break in the final loop of find_extent_clone by Alexander Block · 12 years ago
  22. 52f9e53 Btrfs: use normal return path for root == send_root case by Alexander Block · 12 years ago
  23. 35075bb Btrfs: use kmalloc instead of stack for backref_ctx by Alexander Block · 12 years ago
  24. ee849c0 Btrfs: rename backref_ctx::found_in_send_root to found_itself by Alexander Block · 12 years ago
  25. d27aed5 Btrfs: remove unused use_list from send/receive code by Alexander Block · 12 years ago
  26. ccf1626 Btrfs: add correct parent to check_dirs when dir got moved by Alexander Block · 12 years ago
  27. 9ea3ef5 Btrfs: remove unused code with #if 0 by Alexander Block · 12 years ago
  28. b9291af Btrfs: add missing check for dir != tmp_dir to is_first_ref by Alexander Block · 12 years ago
  29. 1f4692d Btrfs: fix cur_ino < parent_ino case for send/receive by Alexander Block · 12 years ago
  30. 85a7b33 Btrfs: add rdev to get_inode_info in send/receive by Alexander Block · 12 years ago
  31. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  32. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  33. 8319aa9 switch btrfs_ioctl_clone() to fget_light() by Al Viro · 12 years ago
  34. ecd1881 switch btrfs_ioctl_snap_create_transid() to fget_light() by Al Viro · 12 years ago
  35. 2f2f43d userns: Convert btrfs to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  36. 44a075b btrfs: fix the commment for the action flags in delayed-ref.h by Wang Sheng-Hui · 12 years ago
  37. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  38. 6167f81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  39. f3a87f1 Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()" by Chris Mason · 12 years ago
  40. 527a136 btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID by Wang Sheng-Hui · 12 years ago
  41. 8bad3c0 btrfs: fix comment typo in btrfs_finish_ordered_io by Liu Bo · 12 years ago
  42. 318e151 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  43. 256dd1b Btrfs: fix that repair code is spuriously executed for transid failures by Stefan Behrens · 12 years ago
  44. d280e5b Btrfs: fix ordered extent leak when failing to start a transaction by Liu Bo · 12 years ago
  45. 24c03fa Btrfs: fix a dio write regression by Liu Bo · 12 years ago
  46. bd7de2c Btrfs: fix deadlock with freeze and sync V2 by Josef Bacik · 12 years ago
  47. 5ee0844 Btrfs: revert checksum error statistic which can cause a BUG() by Stefan Behrens · 12 years ago
  48. 68ce968 Btrfs: remove superblock writing after fatal error by Stefan Behrens · 12 years ago
  49. ae1e206 Btrfs: allow delayed refs to be merged by Josef Bacik · 12 years ago
  50. 5a24e84 Btrfs: fix enospc problems when deleting a subvol by Josef Bacik · 12 years ago
  51. c0f62de Btrfs: fix wrong mtime and ctime when creating snapshots by Miao Xie · 12 years ago
  52. 22cd2e7 Btrfs: fix race in run_clustered_refs by Arne Jansen · 12 years ago
  53. b12a3b1 Btrfs: don't run __tree_mod_log_free_eb on leaves by Chris Mason · 12 years ago
  54. 6fc823b Btrfs: increase the size of the free space cache by Josef Bacik · 12 years ago
  55. 66657b3 Btrfs: barrier before waitqueue_active by Josef Bacik · 12 years ago
  56. 1fa11e2 Btrfs: fix deadlock in wait_for_more_refs by Arne Jansen · 12 years ago
  57. 6209526 btrfs: fix second lock in btrfs_delete_delayed_items() by Fengguang Wu · 12 years ago
  58. c329861 Btrfs: don't allocate a seperate csums array for direct reads by Josef Bacik · 12 years ago
  59. 99f5944 Btrfs: do not strdup non existent strings by Josef Bacik · 12 years ago
  60. aa9ddcd Btrfs: do not use missing devices when showing devname by Josef Bacik · 12 years ago
  61. 3627bf4 Btrfs: fix that error value is changed by mistake by Stefan Behrens · 12 years ago
  62. eb838e7 Btrfs: lock extents as we map them in DIO by Josef Bacik · 12 years ago
  63. dadd110 Btrfs: fix some endian bugs handling the root times by Dan Carpenter · 12 years ago
  64. 55e591f Btrfs: unlock on error in btrfs_delalloc_reserve_metadata() by Dan Carpenter · 12 years ago
  65. 57a5a88 Btrfs: checking for NULL instead of IS_ERR by Dan Carpenter · 12 years ago
  66. 5986802 Btrfs: fix some error codes in btrfs_qgroup_inherit() by Dan Carpenter · 12 years ago
  67. aa2ffd0 Btrfs: fix a misplaced address operator in a condition by Stefan Behrens · 12 years ago
  68. 15fc5de Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  69. e00da20 Btrfs: remove mnt_want_write call in btrfs_mksubvol by Alexander Block · 12 years ago
  70. b257031 btrfs: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  71. 34eaada btrfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  72. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  73. b2b5ef5 btrfs: Convert to new freezing mechanism by Jan Kara · 12 years ago
  74. 533574c btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout by Joe Perches · 12 years ago
  75. e784868 btrfs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  76. a1857eb Btrfs: using vmalloc and friends needs vmalloc.h by Stephen Rothwell · 12 years ago
  77. e2aed8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  78. b24baf6 Btrfs: uninit variable fixes in send/receive by Chris Mason · 12 years ago
  79. 113c1cb Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus by Chris Mason · 12 years ago
  80. 31db9f7 Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive by Alexander Block · 12 years ago
  81. 7069830 Btrfs: add btrfs_compare_trees function by Alexander Block · 12 years ago
  82. 8ea05e3 Btrfs: introduce subvol uuids and times by Alexander Block · 12 years ago
  83. 91cb916 Btrfs: make iref_to_path non static by Alexander Block · 12 years ago
  84. cd1cfc4 Btrfs: add a barrier before a waitqueue_active check by Chris Mason · 12 years ago
  85. e9fbcb4 Btrfs: call the ordered free operation without any locks held by Chris Mason · 12 years ago
  86. 2b0ce2c Btrfs: Check INCOMPAT flags on remount and add helper function by Mitch Harder · 12 years ago
  87. b478b2b Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  88. e679376 Btrfs: add helper for tree enumeration by Arne Jansen · 13 years ago
  89. 362a20c btrfs: allow cross-subvolume file clone by David Sterba · 13 years ago
  90. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  91. 67c9684 Btrfs: improve multi-thread buffer read by Liu Bo · 12 years ago
  92. df57dbe Btrfs: make btrfs's allocation smoothly with preallocation by Liu Bo · 12 years ago
  93. 51561ff Btrfs: lock the transition from dirty to writeback for an eb by Josef Bacik · 12 years ago
  94. 594831c Btrfs: fix potential race in extent buffer freeing by Josef Bacik · 12 years ago
  95. e64860a Btrfs: don't return true in releasepage unless we actually freed the eb by Josef Bacik · 12 years ago
  96. a98cdb8 Btrfs: suppress printk() if all device I/O stats are zero by Stefan Behrens · 12 years ago
  97. 5021976 Btrfs: remove unwanted printk() for btrfs device I/O stats by Stefan Behrens · 12 years ago
  98. 18077bb Btrfs: rewrite BTRFS_SETGET_FUNCS by Li Zefan · 12 years ago
  99. 293f7e0 Btrfs: zero unused bytes in inode item by Li Zefan · 12 years ago
  100. b4d7c3c Btrfs: kill free_space pointer from inode structure by Li Zefan · 12 years ago