1. dee32d0 btrfs: add balance filter for stripes by Gabríel Arthúr Pétursson · 9 years ago
  2. 12907fc btrfs: extend balance filter limit to take minimum and maximum by David Sterba · 9 years ago
  3. 2849a85 btrfs: fix use after free iterating extrefs by Chris Mason · 9 years ago
  4. 849ef92 btrfs: check unsupported filters in balance arguments by David Sterba · 9 years ago
  5. b06c4bf Btrfs: fix regression running delayed references when using qgroups by Filipe Manana · 9 years ago
  6. 2c3cf7d Btrfs: fix regression when running delayed references by Filipe Manana · 9 years ago
  7. a9e6d15 Merge branch 'allocator-fixes' into for-linus-4.4 by Chris Mason · 9 years ago
  8. 0584f71 Btrfs: don't do extra bitmap search in one bit case by Josef Bacik · 9 years ago
  9. cef4048 Btrfs: keep track of largest extent in bitmaps by Josef Bacik · 9 years ago
  10. c759c4e Btrfs: don't keep trying to build clusters if we are fragmented by Josef Bacik · 9 years ago
  11. a5e681d Btrfs: cut down on loops through the allocator by Josef Bacik · 9 years ago
  12. 2968b1f Btrfs: don't continue setting up space cache when enospc by Josef Bacik · 9 years ago
  13. 4f4db21 Btrfs: keep track of max_extent_size per space_info by Josef Bacik · 9 years ago
  14. 36af4e0 Btrfs: don't loop in allocator for space cache by Josef Bacik · 9 years ago
  15. 3204d33 Btrfs: add a flags field to btrfs_transaction by Josef Bacik · 9 years ago
  16. 0b670dc Btrfs: fix prealloc under heavy fragmentation conditions by Josef Bacik · 9 years ago
  17. d0bd456 Btrfs: add fragment=* debug mount option by Josef Bacik · 9 years ago
  18. d9ee522 Btrfs: fix qgroup sanity tests by Josef Bacik · 9 years ago
  19. 161c3549 Btrfs: change how we wait for pending ordered extents by Josef Bacik · 9 years ago
  20. 56fa9d0 btrfs: qgroup: Check if qgroup reserved space leaked by Qu Wenruo · 9 years ago
  21. 51773be btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook by Qu Wenruo · 9 years ago
  22. 14524a8 btrfs: fallocate: Add support to accurate qgroup reserve by Qu Wenruo · 9 years ago
  23. 81fb6f7 btrfs: qgroup: Add new trace point for qgroup data reserve by Qu Wenruo · 9 years ago
  24. b9d0b38 btrfs: Add handler for invalidate page by Qu Wenruo · 9 years ago
  25. 94ed938 btrfs: qgroup: Add handler for NOCOW and inline by Qu Wenruo · 9 years ago
  26. 7cf5b97 btrfs: qgroup: Cleanup old inaccurate facilities by Qu Wenruo · 9 years ago
  27. df48063 btrfs: extent-tree: Switch to new delalloc space reserve and release by Qu Wenruo · 9 years ago
  28. 1ada3a6 btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space by Qu Wenruo · 9 years ago
  29. d9d8b2a btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space by Qu Wenruo · 9 years ago
  30. 4ceff07 btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space. by Qu Wenruo · 9 years ago
  31. 7174109 btrfs: qgroup: Use new metadata reservation. by Qu Wenruo · 9 years ago
  32. 55eeaf0 btrfs: qgroup: Introduce new functions to reserve/free metadata by Qu Wenruo · 9 years ago
  33. 297d750 btrfs: delayed_ref: release and free qgroup reserved at proper timing by Qu Wenruo · 9 years ago
  34. f64d5ca btrfs: delayed_ref: Add new function to record reserved space into delayed ref by Qu Wenruo · 9 years ago
  35. f695fdc btrfs: qgroup: Introduce functions to release/free qgroup reserve data space by Qu Wenruo · 9 years ago
  36. 5247255 btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function by Qu Wenruo · 9 years ago
  37. fefdc55 btrfs: extent_io: Introduce new function clear_record_extent_bits() by Qu Wenruo · 9 years ago
  38. d38ed27 btrfs: extent_io: Introduce new function set_record_extent_bits by Qu Wenruo · 9 years ago
  39. ac46777 btrfs: extent_io: Introduce needed structure for recoding set/clear bits by Qu Wenruo · 9 years ago
  40. a408365 Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4 by Chris Mason · 9 years ago
  41. a0d58e4 Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  42. ddd664f btrfs: reada: Fix returned errno code by Luis de Bethencourt · 9 years ago
  43. 0b8d8ce btrfs: check-integrity: Fix returned errno codes by Luis de Bethencourt · 9 years ago
  44. d918764 btrfs: compress: put variables defined per compress type in struct to make cache friendly by Byongho Lee · 9 years ago
  45. 619ed39 btrfs: cleanup iterating over prop_handlers array by Byongho Lee · 9 years ago
  46. 8cd1e73 btrfs: fix a comment typo by Geliang Tang · 9 years ago
  47. 6e4d6fa btrfs: declare rsv_count as unsigned int instead of int by Alexandru Moise · 9 years ago
  48. 5aed1dd btrfs: change num_items type from u64 to unsigned int by Alexandru Moise · 9 years ago
  49. bdcd3c9 btrfs: cleanup btrfs_balance profile validity checks by Alexandru Moise · 9 years ago
  50. bb78915 btrfs/file.c: remove an unsed varialbe first_index by Shan Hai · 9 years ago
  51. 9c170b2 btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profile by Zhao Lei · 9 years ago
  52. 8789f4f btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures() by Zhao Lei · 9 years ago
  53. af90204 btrfs: Move btrfs_raid_array to public by Zhao Lei · 9 years ago
  54. e9cf439 btrfs: use a single if() statement for one outcome in get_block_rsv() by Alexandru Moise · 9 years ago
  55. a099d0f btrfs: memset cur_trans->delayed_refs to zero by Alexandru Moise · 9 years ago
  56. 568b1c9 btrfs: remove unnecessary list_del by Byongho Lee · 9 years ago
  57. d7641a4 btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entry by Byongho Lee · 9 years ago
  58. f2f767e btrfs: trimming some start_transaction() code away by Alexandru Moise · 9 years ago
  59. 0412e58 btrfs: Fixed declaration of old_len by Alexandru Moise · 9 years ago
  60. ce0eac2 btrfs: Fixed dsize and last_off declarations by Alexandru Moise · 9 years ago
  61. 0d51e28 Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constants by Chandan Rajendra · 10 years ago
  62. 0305cd5 Btrfs: fix truncation of compressed and inlined extents by Filipe Manana · 9 years ago
  63. 5e6ecb3 Btrfs: fix double range unlock of hole region when reading page by Filipe Manana · 9 years ago
  64. 8039d87 Btrfs: fix file corruption and data loss after cloning inline extents by Filipe Manana · 9 years ago
  65. b96b1db btrfs: fix resending received snapshot with parent by Robin Ruede · 9 years ago
  66. d906d49 Btrfs: send, fix file corruption due to incorrect cloning operations by Filipe Manana · 9 years ago
  67. 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
  68. 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
  69. 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
  70. 25cb62b Linux 4.3-rc5 by Linus Torvalds · 9 years ago
  71. 9a78f9c Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. 7cbbab0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  73. a145164 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. e3d6e0e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. 5a433f7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  76. f24fe98 Merge tag 'md/4.3-rc4-fix' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  77. 825fcfc MAINTAINERS: Change Matt Fleming's email address by Matt Fleming · 9 years ago
  78. 4a06c8a Merge tag 'usb-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  79. 97d0c93 Merge tag 'tty-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  80. 91dbc04 Merge tag 'staging-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  81. ef19df6 Merge tag 'char-misc-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  82. bbecce8 Merge git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  83. 1d8a12d Merge branch 'stable/for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 9 years ago
  84. daf3761 namei: results of d_is_negative() should be checked after dentry revalidation by Trond Myklebust · 9 years ago
  85. ee86395 btrfs: comment the rest of implicit barriers before waitqueue_active by David Sterba · 10 years ago
  86. 779adf0 btrfs: remove extra barrier before waitqueue_active by David Sterba · 10 years ago
  87. a83342a btrfs: add comments to barriers before waitqueue_active by David Sterba · 10 years ago
  88. 33a9eca btrfs: comment waitqueue_active implied by locks by David Sterba · 9 years ago
  89. b666a9c btrfs: add barrier for waitqueue_active in clear_btree_io_tree by David Sterba · 9 years ago
  90. 730d9ec btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblocked by David Sterba · 9 years ago
  91. 149fadf Merge tag 'pm+acpi-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  92. 71419b7 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  93. f4ba1cf Merge tag 'sound-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  94. fe621fd Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  95. 8140e73 Merge tag 'mmc-v4.3-rc4' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  96. 0444555 Merge tag 'dm-4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  97. 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
  98. 38aa0a5 Merge tag 'nfsd-4.3-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  99. 5163ac7 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  100. b0d3cc0 dm snapshot: add new persistent store option to support overflow by Mike Snitzer · 9 years ago