1. 0aeb8a6e btrfs: fix null pointer dereference in btrfs_show_devname when name is null by Anand Jain · 10 years ago
  2. 2aa06a3 btrfs: fix nossd and ssd_spread mount option regression by Eric Sandeen · 10 years ago
  3. 5f31648 Btrfs: fix race between balance recovery and root deletion by Wang Shilong · 10 years ago
  4. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 10 years ago
  5. 45ff35d Btrfs: remove OPT_acl parse when acl disabled by Guangliang Zhao · 10 years ago
  6. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 10 years ago
  7. 21c7e75 Btrfs: reclaim the reserved metadata space at background by Miao Xie · 10 years ago
  8. 33c0022 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  9. 9d89ce6 Btrfs: move btrfs_{set,clear}_and_info() to ctree.h by Wang Shilong · 10 years ago
  10. 0040e60 btrfs: fix use-after-free in mount_subvol() by Christoph Jaeger · 10 years ago
  11. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  12. 0723a04 btrfs: allow mounting btrfs subvolumes with different ro/rw options by Harald Hoyer · 11 years ago
  13. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  14. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  15. a046e9c btrfs: Cleanup the old btrfs_worker. by Qu Wenruo · 11 years ago
  16. 0339ef2 btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  17. 5b3bc44 btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  18. dc6e320 btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  19. 736cfa1 btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  20. e66f0bb btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  21. fccb5d8 btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  22. a8c93d4 btrfs: Replace fs_info->submit_workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
  23. afe3d24 btrfs: Replace fs_info->delalloc_workers with btrfs_workqueue by Qu Wenruo · 11 years ago
  24. 5cdc7ad3 btrfs: Replace fs_info->workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
  25. 2c6a92b btrfs: wake up transaction thread upon remount by Justin Maggard · 11 years ago
  26. 3a0dfa6 Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol by Josef Bacik · 11 years ago
  27. feb5f96 Btrfs: fix max_inline mount option by Mitch Harder · 11 years ago
  28. 60efa5e Btrfs: use late_initcall instead of module_init by Filipe David Borba Manana · 11 years ago
  29. 0780253 btrfs: Cleanup the btrfs_parse_options for remount. by Qu Wenruo · 11 years ago
  30. 3818aea btrfs: Add noinode_cache mount option by Qu Wenruo · 11 years ago
  31. 14a958e Btrfs: fix btrfs boot when compiled as built-in by Filipe David Borba Manana · 11 years ago
  32. 6354192 Btrfs: add support for inode properties by Filipe David Borba Manana · 11 years ago
  33. a88998f btrfs: Add treelog mount option. by Qu Wenruo · 11 years ago
  34. d399167 btrfs: Add datasum mount option. by Qu Wenruo · 11 years ago
  35. a258af7 btrfs: Add datacow mount option. by Qu Wenruo · 11 years ago
  36. bd0330a btrfs: Add acl mount option. by Qu Wenruo · 11 years ago
  37. 2c9ee85 btrfs: Add noflushoncommit mount option. by Qu Wenruo · 11 years ago
  38. 5303629 btrfs: Add noenospc_debug mount option. by Qu Wenruo · 11 years ago
  39. e07a2ad btrfs: Add nodiscard mount option. by Qu Wenruo · 11 years ago
  40. fc0ca9a btrfs: Add noautodefrag mount option. by Qu Wenruo · 11 years ago
  41. 842bef5 btrfs: Add "barrier" option to support "-o remount,barrier" by Qu Wenruo · 11 years ago
  42. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  43. a7e252a Btrfs: don't clear the default compression type by Miao Xie · 11 years ago
  44. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  45. d9b0d9b btrfs: Replace kmalloc with kmalloc_array by Dulshani Gunawardhana · 11 years ago
  46. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  47. 361c093 Btrfs: Wait for uuid-tree rebuild task on remount read-only by Stefan Behrens · 11 years ago
  48. aaedb55 Btrfs: add tests for btrfs_get_extent by Josef Bacik · 11 years ago
  49. 294e30f Btrfs: add tests for find_lock_delalloc_range by Josef Bacik · 11 years ago
  50. 06ea65a Btrfs: add a sanity test for btrfs_split_item by Josef Bacik · 11 years ago
  51. 94aebfb Btrfs: create the uuid tree on remount rw by Josef Bacik · 11 years ago
  52. 6ef3de9 btrfs: refuse to remount read-write after abort by David Sterba · 11 years ago
  53. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  54. 79556c3 btrfs: show compiled-in config features at module load time by Stefan Behrens · 11 years ago
  55. b9e9a6c Btrfs: allocate prelim_ref with a slab allocater by Wang Shilong · 11 years ago
  56. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  57. f420ee1 Btrfs: add mount option to force UUID tree checking by Stefan Behrens · 11 years ago
  58. dc11dd5d Btrfs: separate out tests into their own directory by Josef Bacik · 11 years ago
  59. 8b87dc1 btrfs: add mount option to set commit interval by David Sterba · 11 years ago
  60. 8507d21 Btrfs: add missing mounting options in btrfs_show_options() by Wang Shilong · 11 years ago
  61. 1493381 Btrfs: use u64 for subvolid when parsing mount options by Wang Shilong · 11 years ago
  62. 2c334e8 Btrfs: add sanity checks regarding to parsing mount options by Wang Shilong · 11 years ago
  63. 501407a Btrfs: stop waiting on current trans if we aborted by Josef Bacik · 11 years ago
  64. c73e293 Btrfs: do delay iput in sync_fs by Josef Bacik · 11 years ago
  65. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 11 years ago
  66. 3c64a1a Btrfs: cleanup: don't check the same thing twice by Stefan Behrens · 11 years ago
  67. 8596560 btrfs: show compiled-in config features at module load time by David Sterba · 11 years ago
  68. e6d2960 btrfs: move ifdef around sanity checks out of init_btrfs_fs by David Sterba · 11 years ago
  69. 061594e Btrfs: pause the space balance when remounting to R/O by Miao Xie · 11 years ago
  70. 62dbd71 Btrfs: fix lockdep warning by Josef Bacik · 11 years ago
  71. f42a34b Btrfs: fix unblocked autodefraggers when remount by Miao Xie · 11 years ago
  72. cf79ffb Btrfs: fix infinite loop when we abort on mount by Josef Bacik · 11 years ago
  73. 94ef728 btrfs: cover more error codes in btrfs_decode_error by David Sterba · 11 years ago
  74. 5e2a4b2 btrfs: deprecate subvolrootid mount option by David Sterba · 11 years ago
  75. c2cf52e Btrfs: Include the device in most error printk()s by Simon Kirby · 11 years ago
  76. 0874881 btrfs: clean up transaction abort messages by David Sterba · 11 years ago
  77. bbece8a btrfs: merge save_error_info helpers into one by David Sterba · 11 years ago
  78. 74255aa Btrfs: add some free space cache tests by Josef Bacik · 11 years ago
  79. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  80. dc81cdc Btrfs: fix remount vs autodefrag by Miao Xie · 12 years ago
  81. d4edf39 Btrfs: fix uncompleted transaction by Miao Xie · 12 years ago
  82. 37252a6 btrfs: fix varargs in __btrfs_std_error by Eric Sandeen · 12 years ago
  83. 1c697d4 btrfs: annotate intentional switch case fallthroughs by Eric Sandeen · 12 years ago
  84. aa43a17 btrfs: handle null fs_info in btrfs_panic() by Eric Sandeen · 12 years ago
  85. 5a01604 btrfs: remove unused fs_info from btrfs_decode_error() by Eric Sandeen · 12 years ago
  86. 87533c4 Btrfs: use bit operation for ->fs_state by Miao Xie · 12 years ago
  87. c018dae Btrfs: protect fs_info->alloc_start by Miao Xie · 12 years ago
  88. 55e301f Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h by Filipe Brandenburger · 12 years ago
  89. 78a6184 Btrfs: use slabs for delayed reference allocation by Miao Xie · 12 years ago
  90. 8d25a08 Btrfs: Add ACCESS_ONCE() to transaction->abort accesses by Miao Xie · 12 years ago
  91. 9247f31 Btrfs: use slabs for auto defrag allocation by Miao Xie · 12 years ago
  92. 8dabb74 Btrfs: change core code of btrfs to support the device replace operations by Stefan Behrens · 12 years ago
  93. ff023aa Btrfs: add code to scrub to copy read data to another disk by Stefan Behrens · 12 years ago
  94. 63a212a Btrfs: disallow some operations on the device replace target device by Stefan Behrens · 12 years ago
  95. 1acd683 Btrfs: avoid risk of a deadlock in btrfs_handle_error by Stefan Behrens · 12 years ago
  96. aa1b8cd Btrfs: pass fs_info instead of root by Stefan Behrens · 12 years ago
  97. 292fd7f Btrfs: don't allow degraded mount if too many devices are missing by Stefan Behrens · 12 years ago
  98. bedb2cc Btrfs: make compress and nodatacow mount options mutually exclusive by Andrei Popa · 12 years ago
  99. 4894066 btrfs: fix message printing by Daniel J Blueman · 12 years ago
  100. 354aa0f Btrfs: fix orphan transaction on the freezed filesystem by Miao Xie · 12 years ago