1. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  2. d9b0d9b btrfs: Replace kmalloc with kmalloc_array by Dulshani Gunawardhana · 11 years ago
  3. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  4. 361c093 Btrfs: Wait for uuid-tree rebuild task on remount read-only by Stefan Behrens · 11 years ago
  5. aaedb55 Btrfs: add tests for btrfs_get_extent by Josef Bacik · 11 years ago
  6. 294e30f Btrfs: add tests for find_lock_delalloc_range by Josef Bacik · 11 years ago
  7. 06ea65a Btrfs: add a sanity test for btrfs_split_item by Josef Bacik · 11 years ago
  8. 94aebfb Btrfs: create the uuid tree on remount rw by Josef Bacik · 11 years ago
  9. 6ef3de9 btrfs: refuse to remount read-write after abort by David Sterba · 11 years ago
  10. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  11. 79556c3 btrfs: show compiled-in config features at module load time by Stefan Behrens · 11 years ago
  12. b9e9a6c Btrfs: allocate prelim_ref with a slab allocater by Wang Shilong · 11 years ago
  13. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  14. f420ee1 Btrfs: add mount option to force UUID tree checking by Stefan Behrens · 11 years ago
  15. dc11dd5d Btrfs: separate out tests into their own directory by Josef Bacik · 11 years ago
  16. 8b87dc1 btrfs: add mount option to set commit interval by David Sterba · 11 years ago
  17. 8507d21 Btrfs: add missing mounting options in btrfs_show_options() by Wang Shilong · 11 years ago
  18. 1493381 Btrfs: use u64 for subvolid when parsing mount options by Wang Shilong · 11 years ago
  19. 2c334e8 Btrfs: add sanity checks regarding to parsing mount options by Wang Shilong · 11 years ago
  20. 501407a Btrfs: stop waiting on current trans if we aborted by Josef Bacik · 11 years ago
  21. c73e293 Btrfs: do delay iput in sync_fs by Josef Bacik · 11 years ago
  22. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 11 years ago
  23. 3c64a1a Btrfs: cleanup: don't check the same thing twice by Stefan Behrens · 11 years ago
  24. 8596560 btrfs: show compiled-in config features at module load time by David Sterba · 11 years ago
  25. e6d2960 btrfs: move ifdef around sanity checks out of init_btrfs_fs by David Sterba · 11 years ago
  26. 061594e Btrfs: pause the space balance when remounting to R/O by Miao Xie · 11 years ago
  27. 62dbd71 Btrfs: fix lockdep warning by Josef Bacik · 11 years ago
  28. f42a34b Btrfs: fix unblocked autodefraggers when remount by Miao Xie · 11 years ago
  29. cf79ffb Btrfs: fix infinite loop when we abort on mount by Josef Bacik · 11 years ago
  30. 94ef728 btrfs: cover more error codes in btrfs_decode_error by David Sterba · 12 years ago
  31. 5e2a4b2 btrfs: deprecate subvolrootid mount option by David Sterba · 12 years ago
  32. c2cf52e Btrfs: Include the device in most error printk()s by Simon Kirby · 12 years ago
  33. 0874881 btrfs: clean up transaction abort messages by David Sterba · 12 years ago
  34. bbece8a btrfs: merge save_error_info helpers into one by David Sterba · 12 years ago
  35. 74255aa Btrfs: add some free space cache tests by Josef Bacik · 12 years ago
  36. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  37. dc81cdc Btrfs: fix remount vs autodefrag by Miao Xie · 12 years ago
  38. d4edf39 Btrfs: fix uncompleted transaction by Miao Xie · 12 years ago
  39. 37252a6 btrfs: fix varargs in __btrfs_std_error by Eric Sandeen · 12 years ago
  40. 1c697d4 btrfs: annotate intentional switch case fallthroughs by Eric Sandeen · 12 years ago
  41. aa43a17 btrfs: handle null fs_info in btrfs_panic() by Eric Sandeen · 12 years ago
  42. 5a01604 btrfs: remove unused fs_info from btrfs_decode_error() by Eric Sandeen · 12 years ago
  43. 87533c4 Btrfs: use bit operation for ->fs_state by Miao Xie · 12 years ago
  44. c018dae Btrfs: protect fs_info->alloc_start by Miao Xie · 12 years ago
  45. 55e301f Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h by Filipe Brandenburger · 12 years ago
  46. 78a6184 Btrfs: use slabs for delayed reference allocation by Miao Xie · 12 years ago
  47. 8d25a08 Btrfs: Add ACCESS_ONCE() to transaction->abort accesses by Miao Xie · 12 years ago
  48. 9247f31 Btrfs: use slabs for auto defrag allocation by Miao Xie · 12 years ago
  49. 8dabb74 Btrfs: change core code of btrfs to support the device replace operations by Stefan Behrens · 12 years ago
  50. ff023aa Btrfs: add code to scrub to copy read data to another disk by Stefan Behrens · 12 years ago
  51. 63a212a Btrfs: disallow some operations on the device replace target device by Stefan Behrens · 12 years ago
  52. 1acd683 Btrfs: avoid risk of a deadlock in btrfs_handle_error by Stefan Behrens · 12 years ago
  53. aa1b8cd Btrfs: pass fs_info instead of root by Stefan Behrens · 12 years ago
  54. 292fd7f Btrfs: don't allow degraded mount if too many devices are missing by Stefan Behrens · 12 years ago
  55. bedb2cc Btrfs: make compress and nodatacow mount options mutually exclusive by Andrei Popa · 12 years ago
  56. 4894066 btrfs: fix message printing by Daniel J Blueman · 12 years ago
  57. 354aa0f Btrfs: fix orphan transaction on the freezed filesystem by Miao Xie · 12 years ago
  58. 926ced1 Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fs by Josef Bacik · 12 years ago
  59. 6bbe3a9 Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents by Liu Bo · 12 years ago
  60. 60376ce Btrfs: fix race in sync and freeze again by Josef Bacik · 12 years ago
  61. 69ce977 Btrfs: output more information when aborting a unused transaction handle by Miao Xie · 12 years ago
  62. 6352b91 Btrfs: use a slab for ordered extents allocation by Miao Xie · 12 years ago
  63. 318e151 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  64. bd7de2c Btrfs: fix deadlock with freeze and sync V2 by Josef Bacik · 12 years ago
  65. aa9ddcd Btrfs: do not use missing devices when showing devname by Josef Bacik · 12 years ago
  66. 34eaada btrfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  67. 533574c btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout by Joe Perches · 12 years ago
  68. e2aed8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  69. 2b0ce2c Btrfs: Check INCOMPAT flags on remount and add helper function by Mitch Harder · 12 years ago
  70. 02db084 Btrfs: add DEVICE_READY ioctl by Josef Bacik · 12 years ago
  71. 063849e Btrfs: allow mount -o remount,compress=no by Arnd Hannemann · 12 years ago
  72. c5c3c5f Btrfs: remove ->dirty_inode by Josef Bacik · 12 years ago
  73. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  74. 2b6ba62 Btrfs: resume balance on rw (re)mounts properly by Ilya Dryomov · 12 years ago
  75. 9c5085c Btrfs: implement ->show_devname by Josef Bacik · 12 years ago
  76. f60d16a Btrfs: avoid buffer overrun in mount option handling by Jim Meyering · 12 years ago
  77. f07c9a7 Btrfs: avoid buffer overrun in btrfs_printk by Jim Meyering · 12 years ago
  78. 0d2450a btrfs: allow changing 'thread_pool' size at remount time by Sergei Trofimovich · 12 years ago
  79. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 12 years ago
  80. f7b0069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  81. 996d282 Btrfs: do not start delalloc inodes during sync by Josef Bacik · 12 years ago
  82. 8a3db18 btrfs: fix early abort in 'remount' by Sergei Trofimovich · 12 years ago
  83. 9613beb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  84. 98961a7 Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  85. e565d4b Btrfs: actually call btrfs_init_lockdep by Jan Schmidt · 13 years ago
  86. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 13 years ago
  87. 49b25e0 btrfs: enhance transaction abort infrastructure by Jeff Mahoney · 13 years ago
  88. 4da3511 btrfs: add varargs to btrfs_error by Jeff Mahoney · 13 years ago
  89. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 13 years ago
  90. 8c34293 btrfs: Add btrfs_panic() by Jeff Mahoney · 13 years ago
  91. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  92. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  93. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  94. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 13 years ago
  95. 27263e2 Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integration by Chris Mason · 13 years ago
  96. 9555c6c Btrfs: add skip_balance mount option by Ilya Dryomov · 13 years ago
  97. f84a8bd btrfs: take allocation of ->tree_root into open_ctree() by Al Viro · 13 years ago
  98. 815745c btrfs: let ->s_fs_info point to fs_info, not root... by Al Viro · 13 years ago
  99. 59553ed btrfs: consolidate failure exits in btrfs_mount() a bit by Al Viro · 13 years ago
  100. d22ca7d btrfs: make free_fs_info() call ->kill_sb() unconditional by Al Viro · 13 years ago