1. 12cfbad Btrfs: more efficient extent state insertions by Filipe David Borba Manana · 11 years ago
  2. c42ac0b Btrfs: add missing extent state caching calls by Filipe David Borba Manana · 11 years ago
  3. 32193c1 Btrfs: faster and more efficient extent map insertion by Filipe David Borba Manana · 11 years ago
  4. 68ba990 Btrfs: fix extent boundary check in bio_readpage_error by Filipe David Borba Manana · 11 years ago
  5. 5a4267c Btrfs: try harder to avoid btree node splits by Filipe David Borba Manana · 11 years ago
  6. 1b8e7e4 Btrfs: avoid unnecessary ordered extent cache resets by Filipe David Borba Manana · 11 years ago
  7. e453d98 btrfs: fix leaks during sysfs teardown by Jeff Mahoney · 11 years ago
  8. 1b8e5df btrfs: fix static checker warnings by Jeff Mahoney · 11 years ago
  9. 131e404 Btrfs: fix very slow inode eviction and fs unmount by Filipe David Borba Manana · 11 years ago
  10. 0647bf5 Btrfs: improve forever loop when doing balance relocation by Wang Shilong · 11 years ago
  11. 6126e3c Btrfs: fix ordered extent check in btrfs_punch_hole by Filipe David Borba Manana · 11 years ago
  12. 376cc68 Btrfs: fix the reserved space leak caused by the race between nonlock dio and buffered io by Miao Xie · 11 years ago
  13. b37392e Btrfs: cleanup unnecessary parameter and variant of prepare_pages() by Miao Xie · 11 years ago
  14. cc37bb0 btrfs: replace BUG in can_modify_feature by David Sterba · 11 years ago
  15. 43d87fa btrfs: reserve no transaction units in btrfs_feature_attr_store by David Sterba · 11 years ago
  16. 27a0dd6 Btrfs: make btrfs_debug match pr_debug handling related to DEBUG by Frank Holton · 11 years ago
  17. 33b98f22 btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index' by Sergei Trofimovich · 11 years ago
  18. 3f870c2 btrfs: expand btrfs_find_item() to include find_orphan_item functionality by Kelley Nielsen · 11 years ago
  19. 75ac2dd btrfs: expand btrfs_find_item() to include find_root_ref functionality by Kelley Nielsen · 11 years ago
  20. e33d5c3 btrfs: bootstrap generic btrfs_find_item interface by Kelley Nielsen · 11 years ago
  21. a3df41e btrfs: fix unused variables in qgroup.c by Valentina Giusti · 11 years ago
  22. e94acd8 btrfs: replace path->slots[0] with otherwise unused variable 'slot' by Valentina Giusti · 11 years ago
  23. ce3e7f10 btrfs: remove unused variable from scrub_fixup_nodatasum by Valentina Giusti · 11 years ago
  24. f0265bb btrfs: remove unused variable from setup_cluster_no_bitmap by Valentina Giusti · 11 years ago
  25. 50892ba btrfs: remove unused variables from extent_io.c by Valentina Giusti · 11 years ago
  26. 4b447bf btrfs: remove unused variable from find_free_extent by Valentina Giusti · 11 years ago
  27. 71db2a7 btrfs: remove unused variables from disk-io.c by Valentina Giusti · 11 years ago
  28. 99e22f7 btrfs: remove unused variable from btrfs_new_inode by Valentina Giusti · 11 years ago
  29. f8ba9c1 btrfs: publish fs label in sysfs by Jeff Mahoney · 11 years ago
  30. 29e5be2 btrfs: publish device membership in sysfs by Jeff Mahoney · 11 years ago
  31. 6ab0a20 btrfs: publish allocation data in sysfs by Jeff Mahoney · 11 years ago
  32. 01e219e btrfs: add ioctl to export size of global metadata reservation by Jeff Mahoney · 11 years ago
  33. 3b02a68 btrfs: use feature attribute names to print better error messages by Jeff Mahoney · 11 years ago
  34. ba63194 btrfs: add ability to change features via sysfs by Jeff Mahoney · 11 years ago
  35. 79da4fa btrfs: publish unknown feature bits in sysfs by Jeff Mahoney · 11 years ago
  36. 510d736 btrfs: publish per-super features in sysfs by Jeff Mahoney · 11 years ago
  37. 5ac1d20 btrfs: publish per-super attributes in sysfs by Jeff Mahoney · 11 years ago
  38. 079b72b btrfs: publish supported featured in sysfs by Jeff Mahoney · 11 years ago
  39. 2eaa055 btrfs: add ioctls to query/change feature bits online by Jeff Mahoney · 11 years ago
  40. 9e5ac13a Btrfs: skip merge part for delayed data refs by Liu Bo · 11 years ago
  41. c46effa Btrfs: introduce a head ref rbtree by Liu Bo · 11 years ago
  42. e20d6c5 Btrfs: fix check-integrity to look at the referenced data properly by Josef Bacik · 11 years ago
  43. 16e7549 Btrfs: incompatible format change to remove hole extents by Josef Bacik · 11 years ago
  44. e09f67f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  45. 700ff4f Btrfs: fix access_ok() check in btrfs_ioctl_send() by Dan Carpenter · 12 years ago
  46. 467bb1d Btrfs: make sure we cleanup all reloc roots if error happens by Wang Shilong · 11 years ago
  47. 6646374 Btrfs: skip building backref tree for uuid and quota tree when doing balance relocation by Wang Shilong · 11 years ago
  48. c974c46 Btrfs: fix an oops when doing balance relocation by Wang Shilong · 11 years ago
  49. 639eefc Btrfs: don't miss skinny extent items on delayed ref head contention by Filipe David Borba Manana · 11 years ago
  50. e43f998 btrfs: call mnt_drop_write after interrupted subvol deletion by David Sterba · 11 years ago
  51. a7e252a Btrfs: don't clear the default compression type by Miao Xie · 11 years ago
  52. 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  53. c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  54. fb0d1eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  55. 4204617 btrfs: update kconfig help text by David Sterba · 11 years ago
  56. 475bf36 btrfs: fix bio_size_ok() for max_sectors > 0xffff by Akinobu Mita · 11 years ago
  57. 4cd8587 btrfs: Use trace condition for get_extent tracepoint by Steven Rostedt · 11 years ago
  58. 52a1575 btrfs: fix typo in the log message by Anand Jain · 11 years ago
  59. 931aa87 Btrfs: fix list delete warning when removing ordered root from the list by Miao Xie · 11 years ago
  60. 56d140f Btrfs: print bytenr instead of page pointer in check-int by Stefan Behrens · 11 years ago
  61. 9650e05 Btrfs: remove dead codes from ctree.h by Wang Shilong · 11 years ago
  62. b52abf1 Btrfs: don't wait for ordered data outside desired range by Filipe David Borba Manana · 11 years ago
  63. b1a06a4 Btrfs: fix lockdep error in async commit by Liu Bo · 11 years ago
  64. d52c1bc Btrfs: avoid heavy operations in btrfs_commit_super by Liu Bo · 11 years ago
  65. ba69994 Btrfs: fix __btrfs_start_workers retval by Ilya Dryomov · 11 years ago
  66. 908960c Btrfs: disable online raid-repair on ro mounts by Ilya Dryomov · 11 years ago
  67. 33ef30a Btrfs: do not inc uncorrectable_errors counter on ro scrubs by Ilya Dryomov · 11 years ago
  68. d006a04 Btrfs: only drop modified extents if we logged the whole inode by Josef Bacik · 11 years ago
  69. 6cfab85 Btrfs: make sure to copy everything if we rename by Josef Bacik · 11 years ago
  70. 4724b10 Btrfs: don't BUG_ON() if we get an error walking backrefs by Josef Bacik · 11 years ago
  71. ffd3c02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  72. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  73. 54563d4 btrfs: get rid of fdentry() by Al Viro · 11 years ago
  74. 46e0f66 btrfs: fix empty_zero_page misusage by Chris Mason · 11 years ago
  75. 91aef86 Btrfs: rename btrfs_start_all_delalloc_inodes by Miao Xie · 11 years ago
  76. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  77. 9f3a074 Btrfs: don't wait for all the async delalloc when shrinking delalloc by Miao Xie · 11 years ago
  78. c61a16a Btrfs: fix the confusion between delalloc bytes and metadata bytes by Miao Xie · 11 years ago
  79. 18cd8ea Btrfs: pick up the code for the item number calculation in flush_space() by Miao Xie · 11 years ago
  80. 38c135a Btrfs: wait for the ordered extent only when we want by Miao Xie · 11 years ago
  81. d3ee29e3 Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc() by Miao Xie · 11 years ago
  82. 3b7a016 Btrfs: avoid unnecessary scrub workers allocation by Wang Shilong · 11 years ago
  83. 007d31f Btrfs: check file extent type before anything else by Josef Bacik · 11 years ago
  84. f570e757 btrfs: Remove useless variable in write_ctree_super() by Rashika · 11 years ago
  85. 6787125 btrfs: Fix checkpatch.pl warning of spacing issues by Dulshani Gunawardhana · 11 years ago
  86. d9b0d9b btrfs: Replace kmalloc with kmalloc_array by Dulshani Gunawardhana · 11 years ago
  87. e248e04 btrfs: Enclose macros with complex values within parenthesis by Dulshani Gunawardhana · 11 years ago
  88. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  89. b19e684 btrfs: Remove redundant local zero structure by Dulshani Gunawardhana · 11 years ago
  90. 3c45bfc btrfs: Pack struct btrfs_device by Dulshani Gunawardhana · 11 years ago
  91. 95e94d1 btrfs: Replace multiple atomic_inc() with atomic_add() by Rashika · 11 years ago
  92. 2e9f595 btrfs: Add helper function for free_root_pointers() by Rashika · 11 years ago
  93. 48ec473 Btrfs: fix a crash when running balance and defrag concurrently by Liu Bo · 11 years ago
  94. 6f51956 Btrfs: do not run snapshot-aware defragment on error by Liu Bo · 11 years ago
  95. 269d040 Btrfs: log recovery, don't unlink inode always on error by Filipe David Borba Manana · 11 years ago
  96. 488111a Btrfs: fix csum search offset/length calculation in log tree by Filipe David Borba Manana · 11 years ago
  97. e46f538 Btrfs: fix verification of dir_item by Filipe David Borba Manana · 11 years ago
  98. 9b011ad Btrfs: remove scrub_super_lock holding in btrfs_sync_log() by Wang Shilong · 11 years ago
  99. 7fdf4b6 Btrfs: use 'u64' rather than 'int' to get extent's generation by Wang Shilong · 11 years ago
  100. 9dced18 Btrfs: fix the free space write out failure when there is no data space by Miao Xie · 11 years ago