1. 9ee5987 btrfs: On error always free subvol_name in btrfs_mount by Eric W. Biederman · 6 years ago
  2. 78a2890 Btrfs: ensure path name is null terminated at btrfs_control_ioctl by Filipe Manana · 6 years ago
  3. 672d599 btrfs: Use wrapper macro for rcu string to remove duplicate code by Misono Tomohiro · 6 years ago
  4. 3c42769 Btrfs: fix btrfs_write_inode vs delayed iput deadlock by Josef Bacik · 6 years ago
  5. 46df06b btrfs: refactor block group replication factor calculation to a helper by David Sterba · 6 years ago
  6. fa59f27 btrfs: rename btrfs_parse_early_options by Anand Jain · 6 years ago
  7. 36350e9 btrfs: return device pointer from btrfs_scan_one_device by Gu Jinxiang · 6 years ago
  8. d64dcbd btrfs: make fs_devices a local variable in btrfs_parse_early_options by Gu Jinxiang · 6 years ago
  9. 81ffd56 btrfs: fix mount and ioctl device scan ioctl race by David Sterba · 6 years ago
  10. 399f7f4 btrfs: reorder initialization before the mount locks uuid_mutex by David Sterba · 6 years ago
  11. 5139cff btrfs: lift uuid_mutex to callers of btrfs_parse_early_options by David Sterba · 6 years ago
  12. f5194e3 btrfs: lift uuid_mutex to callers of btrfs_open_devices by David Sterba · 6 years ago
  13. 899f930 btrfs: lift uuid_mutex to callers of btrfs_scan_one_device by David Sterba · 6 years ago
  14. 93b9bcd btrfs: remove unused parameter from btrfs_parse_subvol_options by Gu Jinxiang · 6 years ago
  15. d7f663f btrfs: prune unused includes by David Sterba · 6 years ago
  16. edf57cb btrfs: Fix a C compliance issue by Bart Van Assche · 6 years ago
  17. acd43e3 btrfs: Annotate fall-through when parsing mount option by Bart Van Assche · 6 years ago
  18. 37becec Btrfs: allow empty subvol= again by Omar Sandoval · 6 years ago
  19. 891f41c btrfs: return original error code when failing from option parsing by Chengguang Xu · 7 years ago
  20. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  21. 88c1459 btrfs: use RCU in btrfs_show_devname for device list traversal by David Sterba · 7 years ago
  22. 416a720 btrfs: sort and group mount option definitions by David Sterba · 7 years ago
  23. 62b8e07 btrfs: Add nossd_spread mount option by Howard McLauchlan · 7 years ago
  24. d612ac5 btrfs: unify types for metadata_ratio and data_chunk_allocations by Anand Jain · 7 years ago
  25. e67c718 btrfs: add more __cold annotations by David Sterba · 7 years ago
  26. ccb0e7d btrfs: verify subvolid mount parameter by Anand Jain · 7 years ago
  27. 9678c54 btrfs: Remove custom crc32c init code by Nikolay Borisov · 7 years ago
  28. eceff22 btrfs: add a comment to mark the deprecated mount option by Anand Jain · 7 years ago
  29. d374060 btrfs: manage commit mount option as %u by Anand Jain · 7 years ago
  30. 02453bd btrfs: manage check_int_print_mask mount option as %u by Anand Jain · 7 years ago
  31. 764cb8b btrfs: manage metadata_ratio mount option as %u by Anand Jain · 7 years ago
  32. f7b885b btrfs: manage thread_pool mount option as %u by Anand Jain · 7 years ago
  33. a8fd1f7 btrfs: use kvzalloc to allocate btrfs_fs_info by Jeff Mahoney · 7 years ago
  34. 922ea89 btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error() by Anand Jain · 7 years ago
  35. 61ecda6 btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set by Anand Jain · 7 years ago
  36. 6528b99 btrfs: factor btrfs_check_rw_degradable() to check given device by Anand Jain · 7 years ago
  37. 5bedc48 btrfs: drop unused parameters from mount_subvol by David Sterba · 7 years ago
  38. e215772 btrfs: cleanup unnecessary string dup in btrfs_parse_options() by Misono, Tomohiro · 7 years ago
  39. 78f6bea btrfs: remove unused arg from parse_subvol_options() by Misono, Tomohiro · 7 years ago
  40. 83085935 btrfs: remove unused setup_root_args() by Misono, Tomohiro · 7 years ago
  41. d740760 btrfs: split parse_early_options() in two by Misono, Tomohiro · 7 years ago
  42. 312c89f btrfs: cleanup btrfs_mount() using btrfs_mount_root() by Misono, Tomohiro · 7 years ago
  43. 72fa39f btrfs: add btrfs_mount_root() and new file_system_type by Misono, Tomohiro · 7 years ago
  44. 87c46ec btrfs: remove duplicate includes by Pravin Shedge · 7 years ago
  45. 0f628c6 btrfs: show options: use helper to convert compression type string by David Sterba · 7 years ago
  46. 401e29c btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT by Anand Jain · 7 years ago
  47. e6e674b btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING by Anand Jain · 7 years ago
  48. e12c962 btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA by Anand Jain · 7 years ago
  49. f5c29bd Btrfs: add __init macro to btrfs init functions by Liu Bo · 7 years ago
  50. 26cd947 Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  51. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  52. eae8d82 btrfs: Fix wild memory access in compression level parser by Qu Wenruo · 7 years ago
  53. fa4d885 btrfs: allow setting zlib compression level via :9 by Adam Borowski · 7 years ago
  54. f51d2b5 btrfs: allow to set compression level for zlib by David Sterba · 7 years ago
  55. d4417e2 btrfs: Replace opencoded sizes with their symbolic constants by Nikolay Borisov · 7 years ago
  56. fb59237 btrfs: add ref-verify mount option by Josef Bacik · 7 years ago
  57. a7e3c5f btrfs: use appropriate replacements for __sb_{start,end}_write calls by Rakesh Pandit · 7 years ago
  58. d8953d6 btrfs: convert all mount option checking code to use btrfs_test_opt by Satoru Takeuchi · 7 years ago
  59. 3993b11 btrfs: avoid null pointer dereference on fs_info when calling btrfs_crit by Colin Ian King · 7 years ago
  60. 357fdad Convert fs/*/* to SB_I_VERSION by Matthew Garrett · 7 years ago
  61. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  62. e7cdb60 Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  63. 583b723 btrfs: Do not use data_alloc_cluster in ssd mode by Hans van Kranenburg · 7 years ago
  64. a7164fa btrfs: prepare for extensions in compression options by David Sterba · 7 years ago
  65. 3ec8362 btrfs: use GFP_KERNEL in mount and remount by David Sterba · 7 years ago
  66. b382cfe btrfs: Do chunk level check for degraded remount by Qu Wenruo · 8 years ago
  67. 6c6b5a3 btrfs: resume qgroup rescan on rw remount by Aleksa Sarai · 7 years ago
  68. 0014275 btrfs: backref, add tracepoints for prelim_ref insertion and merging by Jeff Mahoney · 7 years ago
  69. 5c1aab1 btrfs: Add zstd support by Nick Terrell · 7 years ago
  70. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  71. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  72. c3d98ea VFS: Don't use save/replace_mount_options if not using generic_show_options by David Howells · 7 years ago
  73. 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 7 years ago
  74. 0d0c71b btrfs: obsolete and remove mount option alloc_start by David Sterba · 7 years ago
  75. fac03c8 btrfs: move fs_info::fs_frozen to the flags by David Sterba · 7 years ago
  76. 6a44517 btrfs: use GFP_KERNEL in btrfs_calc_avail_data_space by David Sterba · 7 years ago
  77. 1b86826 btrfs: cleanup root usage by btrfs_get_alloc_profile by Jeff Mahoney · 7 years ago
  78. 1176032 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  79. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  80. 9e11cee btrfs: Convert to separately allocated bdi by Jan Kara · 8 years ago
  81. 4d339d0 btrfs: No need to check !(flags & MS_RDONLY) twice by Goldwyn Rodrigues · 8 years ago
  82. 951e796 btrfs: drop the nossd flag when remounting with -o ssd by Adam Borowski · 8 years ago
  83. 56e033a btrfs: remove unused parameter from btrfs_fill_super by David Sterba · 8 years ago
  84. 20c7bce Btrfs: ACCESS_ONCE cleanup by Seraphime Kirkovski · 8 years ago
  85. 087a76d Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  86. 40f7828 btrfs: better handle btrfs_printk() defaults by Petr Mladek · 8 years ago
  87. 262c5e8 printk/btrfs: handle more message headers by Petr Mladek · 8 years ago
  88. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  89. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  90. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  91. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
  92. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 8 years ago
  93. 5d9dbe6 btrfs: remove stale comment from btrfs_statfs by David Sterba · 8 years ago
  94. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  95. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  96. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  97. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  98. 9e7cc91 btrfs: fix fsfreeze hang caused by delayed iputs deal by Wang Xiaoguang · 8 years ago
  99. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  100. 8632daa btrfs: tests, move initialization into tests/ by Jeff Mahoney · 8 years ago