1. b82207b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  2. abdd2e8 Btrfs: fix crash when starting transaction by Filipe Manana · 10 years ago
  3. be2c765 Btrfs: fix btrfs_print_leaf for skinny metadata by Josef Bacik · 10 years ago
  4. d288db5 Btrfs: fix race of using total_bytes_pinned by Liu Bo · 10 years ago
  5. 130d5b4 btrfs: use E2BIG instead of EIO if compression does not help by David Sterba · 10 years ago
  6. 0a4eaea btrfs: remove stale comment from btrfs_flush_all_pending_stuffs by David Sterba · 10 years ago
  7. 14f5979 Btrfs: fix use-after-free when cloning a trailing file hole by Filipe Manana · 10 years ago
  8. 0aeb8a6e btrfs: fix null pointer dereference in btrfs_show_devname when name is null by Anand Jain · 10 years ago
  9. e755f78 btrfs: fix null pointer dereference in clone_fs_devices when name is null by Anand Jain · 10 years ago
  10. 2aa06a3 btrfs: fix nossd and ssd_spread mount option regression by Eric Sandeen · 10 years ago
  11. 5f31648 Btrfs: fix race between balance recovery and root deletion by Wang Shilong · 10 years ago
  12. 3cc7939 Btrfs: atomically set inode->i_flags in btrfs_update_iflags by Filipe Manana · 10 years ago
  13. 472b909 btrfs: only unlock block in verify_parent_transid if we locked it by Josef Bacik · 10 years ago
  14. 46c4e71 Btrfs: assert send doesn't attempt to start transactions by Filipe Manana · 10 years ago
  15. c39aa70 btrfs compression: reuse recently used workspace by Sergey Senozhatsky · 10 years ago
  16. 5588383 Btrfs: fix crash when mounting raid5 btrfs with missing disks by Liu Bo · 10 years ago
  17. b2373f2 btrfs: create sprout should rename fsid on the sysfs as well by Anand Jain · 10 years ago
  18. 49c6f73 btrfs: dev replace should replace the sysfs entry by Anand Jain · 10 years ago
  19. 0d39376 btrfs: dev add should add its sysfs entry by Anand Jain · 10 years ago
  20. 99994cd btrfs: dev delete should remove sysfs entry by Anand Jain · 10 years ago
  21. 9b4eaf4 btrfs: rename add_device_membership to btrfs_kobj_add_device by Anand Jain · 10 years ago
  22. e13d100 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  23. 8408c71 Btrfs: fix wrong error handle when the device is missing or is not writeable by Miao Xie · 10 years ago
  24. c55f139 Btrfs: fix deadlock when mounting a degraded fs by Miao Xie · 10 years ago
  25. e990f16 Btrfs: use bio_endio_nodec instead of open code by Miao Xie · 10 years ago
  26. 298a8f9 Btrfs: fix NULL pointer crash when running balance and scrub concurrently by Wang Shilong · 10 years ago
  27. ced96ed btrfs: Skip scrubbing removed chunks to avoid -ENOENT. by Qu Wenruo · 10 years ago
  28. e570fd2 Btrfs: fix broken free space cache after the system crashed by Miao Xie · 10 years ago
  29. 5349d6c Btrfs: make free space cache write out functions more readable by Miao Xie · 10 years ago
  30. 46fefe4 Btrfs: remove unused wait queue in struct extent_buffer by Filipe Manana · 10 years ago
  31. ea4ebde Btrfs: fix deadlocks with trylock on tree nodes by Chris Mason · 10 years ago
  32. 16d52ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  33. 47a306a btrfs: fix error handling in create_pending_snapshot by Eric Sandeen · 10 years ago
  34. 3e2426b btrfs: fix use of uninit "ret" in end_extent_writepage() by Eric Sandeen · 10 years ago
  35. d737278 btrfs: free ulist in qgroup_shared_accounting() error path by Eric Sandeen · 10 years ago
  36. b050f9f Btrfs: fix qgroups sanity test crash or hang by Filipe Manana · 10 years ago
  37. f1e3c28 btrfs: prevent RCU warning when dereferencing radix tree slot by Sasha Levin · 10 years ago
  38. 5fbc7c5 Btrfs: fix unfinished readahead thread for raid5/6 degraded mounting by Wang Shilong · 10 years ago
  39. cc68a8a btrfs: new ioctl TREE_SEARCH_V2 by Gerhard Heift · 10 years ago
  40. ba346b3 btrfs: tree_search, search_ioctl: direct copy to userspace by Gerhard Heift · 10 years ago
  41. 550ac1d btrfs: new function read_extent_buffer_to_user by Gerhard Heift · 10 years ago
  42. 9b6e817 btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOW by Gerhard Heift · 10 years ago
  43. 8f5f617 btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small buffer by Gerhard Heift · 10 years ago
  44. 1254444 btrfs: tree_search, search_ioctl: accept varying buffer by Gerhard Heift · 10 years ago
  45. 25c9bc2 btrfs: tree_search: eliminate redundant nr_items check by Gerhard Heift · 10 years ago
  46. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  47. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  48. 859862d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  49. c7548af Btrfs: convert smp_mb__{before,after}_clear_bit by Chris Mason · 10 years ago
  50. 6eda71d Btrfs: fix scrub_print_warning to handle skinny metadata extents by Liu Bo · 10 years ago
  51. 7ffbb59 Btrfs: make fsync work after cloning into a file by Filipe Manana · 10 years ago
  52. cd857dd Btrfs: use right type to get real comparison by Liu Bo · 10 years ago
  53. 8a56457 Btrfs: don't check nodes for extent items by Josef Bacik · 10 years ago
  54. 6fdef6d Btrfs: don't release invalid page in btrfs_page_exists_in_range() by Filipe Manana · 10 years ago
  55. 809f901 Btrfs: make sure we retry if page is a retriable exception by Filipe Manana · 10 years ago
  56. 9140515 Btrfs: make sure we retry if we couldn't get the page by Filipe Manana · 10 years ago
  57. c81d576 btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56 by Gui Hecheng · 10 years ago
  58. 9391558 trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/ by Antonio Ospite · 10 years ago
  59. 0b43e04 Btrfs: fix leaf corruption after __btrfs_drop_extents by Liu Bo · 10 years ago
  60. 337c6f6 Btrfs: ensure btrfs_prev_leaf doesn't miss 1 item by Filipe Manana · 10 years ago
  61. f82a990 Btrfs: fix clone to deal with holes when NO_HOLES feature is enabled by Filipe Manana · 10 years ago
  62. 9649303 btrfs: free delayed node outside of root->inode_lock by Jeff Mahoney · 10 years ago
  63. 902c68a btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAX by Gui Hecheng · 10 years ago
  64. b05fd87 Btrfs: fix transaction leak during fsync call by Filipe Manana · 10 years ago
  65. d778154 btrfs: Avoid trucating page or punching hole in a already existed hole. by Qu Wenruo · 10 years ago
  66. 3821f34 Btrfs: update commit root on snapshot creation after orphan cleanup by Filipe Manana · 10 years ago
  67. ff5df9b Btrfs: ioctl, don't re-lock extent range when not necessary by Filipe Manana · 10 years ago
  68. 2c46382 Btrfs: avoid visiting all extent items when cloning a range by Filipe Manana · 10 years ago
  69. c55bfa6 Btrfs: set dead flag on the right root when destroying snapshot by Filipe Manana · 10 years ago
  70. c125b8b Btrfs: ensure readers see new data after a clone operation by Filipe Manana · 10 years ago
  71. 8321cf2 fs: btrfs: volumes.c: Fix for possible null pointer dereference by Rickard Strandqvist · 10 years ago
  72. c189544 btrfs: allocate raid type kobjects dynamically by Jeff Mahoney · 10 years ago
  73. 7e3ae33 Btrfs: send, use the right limits for xattr names and values by Filipe Manana · 10 years ago
  74. 1af5607 Btrfs: send, don't error in the presence of subvols/snapshots by Filipe Manana · 10 years ago
  75. a79b7d4 Btrfs: async delayed refs by Chris Mason · 10 years ago
  76. 40f7658 Btrfs: split up __extent_writepage to lower stack usage by Chris Mason · 10 years ago
  77. fc4adbf btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking by Alex Gartrell · 10 years ago
  78. 0e378df Btrfs: cut down stack usage in btree_write_cache_pages by Chris Mason · 10 years ago
  79. d4452bc Btrfs: break up __btrfs_write_out_cache to cut down stack usage by Chris Mason · 10 years ago
  80. 2a10840 Btrfs: free tmp ulist for qgroup rescan by Josef Bacik · 10 years ago
  81. 402a0f4 btrfs: usage error should not be logged into system log by Anand Jain · 10 years ago
  82. 67a77eb btrfs: remove newline from inode cache kthread name by David Sterba · 10 years ago
  83. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 10 years ago
  84. 7d78874 Btrfs: fix double free in find_lock_delalloc_range by Chris Mason · 10 years ago
  85. 58dfae6 btrfs: replace simple_strtoull() with kstrtoull() by ZhangZhen · 10 years ago
  86. 2986584 Btrfs: set right total device count for seeding support by Wang Shilong · 10 years ago
  87. 45ff35d Btrfs: remove OPT_acl parse when acl disabled by Guangliang Zhao · 10 years ago
  88. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 10 years ago
  89. fcebe45 Btrfs: rework qgroup accounting by Josef Bacik · 10 years ago
  90. 5dca6ee Btrfs: mark mapping with error flag to report errors to userspace by Liu Bo · 10 years ago
  91. 29cc83f Btrfs: fix NULL pointer crash of deleting a seed device by Liu Bo · 10 years ago
  92. f017f15 Btrfs: fix joining same transaction handle more than twice by Wang Shilong · 10 years ago
  93. 995946d Btrfs: use helpers for last_trans_log_full_commit instead of opencode by Miao Xie · 10 years ago
  94. 1f21ef0 Btrfs: check if items are ordered when a leaf is marked dirty by Filipe Manana · 10 years ago
  95. 35045bf Btrfs: don't access non-existent key when csum tree is empty by Filipe Manana · 10 years ago
  96. de348ee Btrfs: make sure there are not any read requests before stopping workers by Wang Shilong · 10 years ago
  97. 59885b3 Btrfs: fix possible memory leak in btrfs_create_tree() by Tsutomu Itoh · 10 years ago
  98. 776e4aa btrfs: remove useless ACL check by ZhangZhen · 10 years ago
  99. 4d90d28 btrfs: btrfs_rm_device() should zero mirror SB as well by Anand Jain · 10 years ago
  100. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 10 years ago