1. c92f6be Btrfs: make btrfs_abort_transaction consider existence of new block groups by Filipe Manana · 10 years ago
  2. ad27c0d Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  3. 0d95c1b btrfs: fix wrong accounting of raid1 data profile in statfs by David Sterba · 10 years ago
  4. 7e33fd9 Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2 by Josef Bacik · 10 years ago
  5. 7e1876a btrfs: switch inode_cache option handling to pending changes by David Sterba · 10 years ago
  6. 6b5fe46 btrfs: do commit in sync_fs if there are pending changes by David Sterba · 10 years ago
  7. 5ed5f58 Btrfs: properly clean up btrfs_end_io_wq_cache by Josef Bacik · 10 years ago
  8. a43bb39 btrfs: Fix compile error when CONFIG_SECURITY is not set. by Qu Wenruo · 10 years ago
  9. f667aef btrfs: Make btrfs handle security mount options internally to avoid losing security label. by Qu Wenruo · 10 years ago
  10. 97eb6b6 btrfs: use slab for end_io_wq structures by David Sterba · 10 years ago
  11. af13b492 btrfs: fix error labels in init_btrfs_fs by David Sterba · 10 years ago
  12. 95ac567 Btrfs: set default max_inline to 8KiB instead of 8MiB by Filipe David Borba Manana · 11 years ago
  13. 143f363 btrfs: remove unused variable from btrfs_parse_options by David Sterba · 10 years ago
  14. 1548437 Btrfs: fix unprotected device list access when getting the fs information by Miao Xie · 10 years ago
  15. d398210 btrfs: add trace for qgroup accounting by Mark Fasheh · 10 years ago
  16. 4027e0f Btrfs: clear compress-force when remounting with compress option by Wang Shilong · 10 years ago
  17. 3abdbd7 btrfs: make close_ctree return void by David Sterba · 10 years ago
  18. e64df3e Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  19. ba7b6e6 btrfs: adjust statfs calculations according to raid profiles by David Sterba · 10 years ago
  20. 1a0a397 dcache: d_obtain_alias callers don't all want DISCONNECTED by J. Bruce Fields · 10 years ago
  21. 0aeb8a6e btrfs: fix null pointer dereference in btrfs_show_devname when name is null by Anand Jain · 10 years ago
  22. 2aa06a3 btrfs: fix nossd and ssd_spread mount option regression by Eric Sandeen · 10 years ago
  23. 5f31648 Btrfs: fix race between balance recovery and root deletion by Wang Shilong · 10 years ago
  24. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 10 years ago
  25. 45ff35d Btrfs: remove OPT_acl parse when acl disabled by Guangliang Zhao · 10 years ago
  26. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 10 years ago
  27. 21c7e75 Btrfs: reclaim the reserved metadata space at background by Miao Xie · 10 years ago
  28. 33c0022 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  29. 9d89ce6 Btrfs: move btrfs_{set,clear}_and_info() to ctree.h by Wang Shilong · 10 years ago
  30. 0040e60 btrfs: fix use-after-free in mount_subvol() by Christoph Jaeger · 10 years ago
  31. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  32. 0723a04 btrfs: allow mounting btrfs subvolumes with different ro/rw options by Harald Hoyer · 11 years ago
  33. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  34. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  35. a046e9c btrfs: Cleanup the old btrfs_worker. by Qu Wenruo · 10 years ago
  36. 0339ef2 btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  37. 5b3bc44 btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  38. dc6e320 btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  39. 736cfa1 btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  40. e66f0bb btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  41. fccb5d8 btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  42. a8c93d4 btrfs: Replace fs_info->submit_workers with btrfs_workqueue. by Qu Wenruo · 10 years ago
  43. afe3d24 btrfs: Replace fs_info->delalloc_workers with btrfs_workqueue by Qu Wenruo · 10 years ago
  44. 5cdc7ad3 btrfs: Replace fs_info->workers with btrfs_workqueue. by Qu Wenruo · 10 years ago
  45. 2c6a92b btrfs: wake up transaction thread upon remount by Justin Maggard · 10 years ago
  46. 3a0dfa6 Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol by Josef Bacik · 10 years ago
  47. feb5f96 Btrfs: fix max_inline mount option by Mitch Harder · 10 years ago
  48. 60efa5e Btrfs: use late_initcall instead of module_init by Filipe David Borba Manana · 11 years ago
  49. 0780253 btrfs: Cleanup the btrfs_parse_options for remount. by Qu Wenruo · 11 years ago
  50. 3818aea btrfs: Add noinode_cache mount option by Qu Wenruo · 11 years ago
  51. 14a958e Btrfs: fix btrfs boot when compiled as built-in by Filipe David Borba Manana · 11 years ago
  52. 6354192 Btrfs: add support for inode properties by Filipe David Borba Manana · 11 years ago
  53. a88998f btrfs: Add treelog mount option. by Qu Wenruo · 11 years ago
  54. d399167 btrfs: Add datasum mount option. by Qu Wenruo · 11 years ago
  55. a258af7 btrfs: Add datacow mount option. by Qu Wenruo · 11 years ago
  56. bd0330a btrfs: Add acl mount option. by Qu Wenruo · 11 years ago
  57. 2c9ee85 btrfs: Add noflushoncommit mount option. by Qu Wenruo · 11 years ago
  58. 5303629 btrfs: Add noenospc_debug mount option. by Qu Wenruo · 11 years ago
  59. e07a2ad btrfs: Add nodiscard mount option. by Qu Wenruo · 11 years ago
  60. fc0ca9a btrfs: Add noautodefrag mount option. by Qu Wenruo · 11 years ago
  61. 842bef5 btrfs: Add "barrier" option to support "-o remount,barrier" by Qu Wenruo · 11 years ago
  62. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  63. a7e252a Btrfs: don't clear the default compression type by Miao Xie · 11 years ago
  64. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  65. d9b0d9b btrfs: Replace kmalloc with kmalloc_array by Dulshani Gunawardhana · 11 years ago
  66. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  67. 361c093 Btrfs: Wait for uuid-tree rebuild task on remount read-only by Stefan Behrens · 11 years ago
  68. aaedb55 Btrfs: add tests for btrfs_get_extent by Josef Bacik · 11 years ago
  69. 294e30f Btrfs: add tests for find_lock_delalloc_range by Josef Bacik · 11 years ago
  70. 06ea65a Btrfs: add a sanity test for btrfs_split_item by Josef Bacik · 11 years ago
  71. 94aebfb Btrfs: create the uuid tree on remount rw by Josef Bacik · 11 years ago
  72. 6ef3de9 btrfs: refuse to remount read-write after abort by David Sterba · 11 years ago
  73. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  74. 79556c3 btrfs: show compiled-in config features at module load time by Stefan Behrens · 11 years ago
  75. b9e9a6c Btrfs: allocate prelim_ref with a slab allocater by Wang Shilong · 11 years ago
  76. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  77. f420ee1 Btrfs: add mount option to force UUID tree checking by Stefan Behrens · 11 years ago
  78. dc11dd5d Btrfs: separate out tests into their own directory by Josef Bacik · 11 years ago
  79. 8b87dc1 btrfs: add mount option to set commit interval by David Sterba · 11 years ago
  80. 8507d21 Btrfs: add missing mounting options in btrfs_show_options() by Wang Shilong · 11 years ago
  81. 1493381 Btrfs: use u64 for subvolid when parsing mount options by Wang Shilong · 11 years ago
  82. 2c334e8 Btrfs: add sanity checks regarding to parsing mount options by Wang Shilong · 11 years ago
  83. 501407a Btrfs: stop waiting on current trans if we aborted by Josef Bacik · 11 years ago
  84. c73e293 Btrfs: do delay iput in sync_fs by Josef Bacik · 11 years ago
  85. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 11 years ago
  86. 3c64a1a Btrfs: cleanup: don't check the same thing twice by Stefan Behrens · 11 years ago
  87. 8596560 btrfs: show compiled-in config features at module load time by David Sterba · 11 years ago
  88. e6d2960 btrfs: move ifdef around sanity checks out of init_btrfs_fs by David Sterba · 11 years ago
  89. 061594e Btrfs: pause the space balance when remounting to R/O by Miao Xie · 11 years ago
  90. 62dbd71 Btrfs: fix lockdep warning by Josef Bacik · 11 years ago
  91. f42a34b Btrfs: fix unblocked autodefraggers when remount by Miao Xie · 11 years ago
  92. cf79ffb Btrfs: fix infinite loop when we abort on mount by Josef Bacik · 11 years ago
  93. 94ef728 btrfs: cover more error codes in btrfs_decode_error by David Sterba · 11 years ago
  94. 5e2a4b2 btrfs: deprecate subvolrootid mount option by David Sterba · 11 years ago
  95. c2cf52e Btrfs: Include the device in most error printk()s by Simon Kirby · 11 years ago
  96. 0874881 btrfs: clean up transaction abort messages by David Sterba · 11 years ago
  97. bbece8a btrfs: merge save_error_info helpers into one by David Sterba · 11 years ago
  98. 74255aa Btrfs: add some free space cache tests by Josef Bacik · 11 years ago
  99. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  100. dc81cdc Btrfs: fix remount vs autodefrag by Miao Xie · 11 years ago