1. 8cd1e73 btrfs: fix a comment typo by Geliang Tang · 9 years ago
  2. 6e4d6fa btrfs: declare rsv_count as unsigned int instead of int by Alexandru Moise · 9 years ago
  3. 5aed1dd btrfs: change num_items type from u64 to unsigned int by Alexandru Moise · 9 years ago
  4. bdcd3c9 btrfs: cleanup btrfs_balance profile validity checks by Alexandru Moise · 9 years ago
  5. bb78915 btrfs/file.c: remove an unsed varialbe first_index by Shan Hai · 9 years ago
  6. 9c170b2 btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profile by Zhao Lei · 9 years ago
  7. 8789f4f btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures() by Zhao Lei · 9 years ago
  8. af90204 btrfs: Move btrfs_raid_array to public by Zhao Lei · 9 years ago
  9. e9cf439 btrfs: use a single if() statement for one outcome in get_block_rsv() by Alexandru Moise · 9 years ago
  10. a099d0f btrfs: memset cur_trans->delayed_refs to zero by Alexandru Moise · 9 years ago
  11. 568b1c9 btrfs: remove unnecessary list_del by Byongho Lee · 9 years ago
  12. d7641a4 btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entry by Byongho Lee · 9 years ago
  13. f2f767e btrfs: trimming some start_transaction() code away by Alexandru Moise · 9 years ago
  14. 0412e58 btrfs: Fixed declaration of old_len by Alexandru Moise · 9 years ago
  15. ce0eac2 btrfs: Fixed dsize and last_off declarations by Alexandru Moise · 9 years ago
  16. 0d51e28 Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constants by Chandan Rajendra · 9 years ago
  17. 0f6925f btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode size by Qu Wenruo · 9 years ago
  18. 0305cd5 Btrfs: fix truncation of compressed and inlined extents by Filipe Manana · 9 years ago
  19. 6aa8ca4 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  20. 5e6ecb3 Btrfs: fix double range unlock of hole region when reading page by Filipe Manana · 9 years ago
  21. 8039d87 Btrfs: fix file corruption and data loss after cloning inline extents by Filipe Manana · 9 years ago
  22. dc6c5fb btrfs: fix use after free iterating extrefs by Chris Mason · 9 years ago
  23. 8eb9345 btrfs: check unsupported filters in balance arguments by David Sterba · 9 years ago
  24. b96b1db btrfs: fix resending received snapshot with parent by Robin Ruede · 9 years ago
  25. d906d49 Btrfs: send, fix file corruption due to incorrect cloning operations by Filipe Manana · 9 years ago
  26. 6db4a73 Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  27. 62fb50a Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  28. 640926f Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  29. ee86395 btrfs: comment the rest of implicit barriers before waitqueue_active by David Sterba · 10 years ago
  30. 779adf0 btrfs: remove extra barrier before waitqueue_active by David Sterba · 10 years ago
  31. a83342a btrfs: add comments to barriers before waitqueue_active by David Sterba · 10 years ago
  32. 33a9eca btrfs: comment waitqueue_active implied by locks by David Sterba · 9 years ago
  33. b666a9c btrfs: add barrier for waitqueue_active in clear_btree_io_tree by David Sterba · 9 years ago
  34. 730d9ec btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblocked by David Sterba · 9 years ago
  35. 175d58c Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  36. f14d104 btrfs: switch more printks to our helpers by David Sterba · 9 years ago
  37. 9464732 btrfs: switch message printers to ratelimited variants by David Sterba · 9 years ago
  38. 1dd6d7c btrfs: introduce ratelimited variants of message printing functions by David Sterba · 9 years ago
  39. b14af3b btrfs: switch message printers to ratelimited _in_rcu variants by David Sterba · 9 years ago
  40. 24aa6b4 btrfs: introduce ratelimited _in_rcu variants of message printing functions by David Sterba · 9 years ago
  41. ecaeb14 btrfs: switch message printers to _in_rcu variants by David Sterba · 9 years ago
  42. 08a84e2 btrfs: introduce _in_rcu variants of message printing functions by David Sterba · 9 years ago
  43. 7d35199 BTRFS: support NFSv2 export by NeilBrown · 9 years ago
  44. e5fffba Btrfs: open_ctree: Fix possible memory leak by chandan · 9 years ago
  45. d9a0540 Btrfs: fix deadlock when finalizing block group creation by Filipe Manana · 9 years ago
  46. 808f80b Btrfs: update fix for read corruption of compressed and shared extents by Filipe Manana · 9 years ago
  47. b786f16 Btrfs: send, fix corner case for reference overwrite detection by Filipe Manana · 9 years ago
  48. 73416da Btrfs: move kobj stuff out of dev_replace lock range by Liu Bo · 9 years ago
  49. f190aa4 Btrfs: add helper for closing one device by Anand Jain · 9 years ago
  50. 097efc9 Btrfs: don't log error from btrfs_get_bdev_and_sb by Anand Jain · 9 years ago
  51. 9e271ae Btrfs: kernel operation should come after user input has been verified by Anand Jain · 9 years ago
  52. 12b1c26 Btrfs: enhance btrfs_scratch_superblock to scratch all superblocks by Anand Jain · 9 years ago
  53. 29c36d7 Btrfs: add btrfs_read_dev_one_super() to read one specific SB by Anand Jain · 9 years ago
  54. d74a625 Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not found by Anand Jain · 9 years ago
  55. a4553fe Btrfs: consolidate btrfs_error() to btrfs_std_error() by Anand Jain · 9 years ago
  56. 57d816a Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK defined by Anand Jain · 9 years ago
  57. 92fc03f Btrfs: SB read failure should return EIO for __bread failure by Anand Jain · 9 years ago
  58. c1b7e47 Btrfs: rename super_kobj to fsid_kobj by Anand Jain · 9 years ago
  59. 3257604 Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_link by Anand Jain · 9 years ago
  60. e3bd697 Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_link by Anand Jain · 9 years ago
  61. 6618a59 Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mounted by Anand Jain · 9 years ago
  62. 96f3136 Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mounted by Anand Jain · 9 years ago
  63. 03e8f64 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  64. 2b9dbef Btrfs: keep dropped roots in cache until transaction commit by Josef Bacik · 9 years ago
  65. 50745b0 Btrfs: Direct I/O: Fix space accounting by chandan · 9 years ago
  66. a30e577 btrfs: skip waiting on ordered range for special files by Jeff Mahoney · 9 years ago
  67. 005efed Btrfs: fix read corruption of compressed and shared extents by Filipe Manana · 9 years ago
  68. e91eb62 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  69. 85e0a0f Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlock by Filipe Manana · 9 years ago
  70. 6af3e3a Btrfs: don't initialize a space info as full to prevent ENOSPC by Filipe Manana · 9 years ago
  71. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  72. 2236597 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  73. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  74. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  75. 527afb4 Btrfs: cleanup: remove unnecessary check before btrfs_free_path is called by Tsutomu Itoh · 9 years ago
  76. c6dd6ea btrfs: async_thread: Fix workqueue 'max_active' value when initializing by Qu Wenruo · 9 years ago
  77. 943c6e9 btrfs: Add raid56 support for updating by Zhao Lei · 9 years ago
  78. 2c45804 btrfs: Cleanup for btrfs_calc_num_tolerated_disk_barrier_failures by Zhao Lei · 9 years ago
  79. 8c204c9 btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunks and scrub_chunk by Zhao Lei · 9 years ago
  80. 7955323 btrfs: Update out-of-date "skip parity stripe" comment by Zhao Lei · 9 years ago
  81. 3a9508b btrfs: fix compile when block cgroups are not enabled by Chris Mason · 9 years ago
  82. b84b839 Btrfs: fix file read corruption after extent cloning and fsync by Filipe Manana · 9 years ago
  83. 1f9b8c8 Btrfs: check if previous transaction aborted to avoid fs corruption by Filipe Manana · 9 years ago
  84. 277fb5f btrfs: use __GFP_NOFAIL in alloc_btrfs_bio by Michal Hocko · 9 years ago
  85. d1b5c56 btrfs: Prevent from early transaction abort by Michal Hocko · 9 years ago
  86. 60d53eb btrfs: Remove unused arguments in tree-log.c by Zhaolei · 9 years ago
  87. 34eb2a5 btrfs: Remove useless condition in start_log_trans() by Zhaolei · 9 years ago
  88. bee9182 introduce __sb_writers_{acquired,release}() helpers by Oleg Nesterov · 9 years ago
  89. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  90. 0e28997 btrfs: remove bio splitting and merge_bvec_fn() calls by Kent Overstreet · 11 years ago
  91. 5d44f4b Merge 4.2-rc6 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  92. 46cd285 Merge branch 'jeffm-discard-4.3' into for-linus-4.3 by Chris Mason · 9 years ago
  93. da2f0f7 Btrfs: add support for blkio controllers by Chris Mason · 9 years ago
  94. a4027a2 Btrfs: remove unused mutex from struct 'btrfs_fs_info' by Byongho Lee · 9 years ago
  95. 4a77089 Btrfs: fix parity scrub of RAID 5/6 with missing device by Omar Sandoval · 9 years ago
  96. 73ff61d Btrfs: fix device replace of a missing RAID 5/6 device by Omar Sandoval · 9 years ago
  97. b4ee178 Btrfs: add RAID 5/6 BTRFS_RBIO_REBUILD_MISSING operation by Omar Sandoval · 9 years ago
  98. 7cb2c42 Btrfs: count devices correctly in readahead during RAID 5/6 replace by Omar Sandoval · 9 years ago
  99. 03679ad Btrfs: remove misleading handling of missing device scrub by Omar Sandoval · 9 years ago
  100. 293a848 btrfs: fix clone / extent-same deadlocks by Mark Fasheh · 9 years ago