1. 96f3136 Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mounted by Anand Jain · 9 years ago
  2. 03e8f64 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  3. e91eb62 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  4. 85e0a0f Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlock by Filipe Manana · 9 years ago
  5. 2236597 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  6. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  7. 943c6e9 btrfs: Add raid56 support for updating by Zhao Lei · 9 years ago
  8. 2c45804 btrfs: Cleanup for btrfs_calc_num_tolerated_disk_barrier_failures by Zhao Lei · 9 years ago
  9. 46cd285 Merge branch 'jeffm-discard-4.3' into for-linus-4.3 by Chris Mason · 9 years ago
  10. da2f0f7 Btrfs: add support for blkio controllers by Chris Mason · 9 years ago
  11. a4027a2 Btrfs: remove unused mutex from struct 'btrfs_fs_info' by Byongho Lee · 9 years ago
  12. 78fa177 btrfs: Show detail information when mount failed on missing devices by Zhao Lei · 9 years ago
  13. acea568 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  14. e44163e btrfs: explictly delete unused block groups in close_ctree and ro-remount by Jeff Mahoney · 9 years ago
  15. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  16. 95ab1f6 btrfs: Avoid NULL pointer dereference of free_extent_buffer when read_tree_block() fail by Zhao Lei · 9 years ago
  17. 31b7a57 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  18. 043cd04 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  19. da288d2 Btrfs: fix crash on close_ctree() if cleaner starts new transaction by Filipe Manana · 9 years ago
  20. 67c5e7d Btrfs: fix race between balance and unused block group deletion by Filipe Manana · 9 years ago
  21. c40b7b0 Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into anand by Chris Mason · 9 years ago
  22. 0eeff23 Btrfs: fix use-after-free in btrfs_replay_log by Liu Bo · 9 years ago
  23. c6fc245 btrfs: delayed-ref: Use list to replace the ref_root in ref_head. by Qu Wenruo · 9 years ago
  24. 64c043d Btrfs: fix up read_tree_block to return proper error by Liu Bo · 9 years ago
  25. b7c35e8 Btrfs: sysfs: separate kobject and attribute creation by Anand Jain · 9 years ago
  26. 4e51f00 Btrfs: sysfs: fix, fs_info kobject_unregister has init_completion() twice by Anand Jain · 9 years ago
  27. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 9 years ago
  28. b25de9d block: remove BIO_EOPNOTSUPP by Christoph Hellwig · 9 years ago
  29. d7c1517 btrfs: Fix NO_SPACE bug caused by delayed-iput by Zhao Lei · 9 years ago
  30. cdfb080 Btrfs: fix use after free when close_ctree frees the orphan_rsv by Chris Mason · 9 years ago
  31. 1bbc621 Btrfs: allow block group cache writeout outside critical section in commit by Chris Mason · 9 years ago
  32. e56a951 Btrfs: Remove the check for old-style mkfs by Liu Bo · 9 years ago
  33. fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  34. 9deed22 Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  35. 521d474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  36. d220712 btrfs: fix sizeof format specifier in btrfs_check_super_valid() by Fabian Frederick · 9 years ago
  37. 31e818f btrfs: cleanup, use kmalloc_array/kcalloc array helpers by David Sterba · 9 years ago
  38. f8c269d btrfs: cleanup 64bit/32bit divs, compile time constants by David Sterba · 9 years ago
  39. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  40. a4f3d2c btrfs: cleanup, reduce temporary variables in btrfs_read_roots by David Sterba · 9 years ago
  41. 6f01105 btrfs: use correct type for workqueue flags by David Sterba · 9 years ago
  42. 4bbcaa6 btrfs: factor btrfs_read_roots() out of open_ctree() by Eric Sandeen · 10 years ago
  43. 63443bf btrfs: factor btrfs_replay_log() out of open_ctree() by Eric Sandeen · 10 years ago
  44. 2a45819 btrfs: factor btrfs_init_workqueues() out of open_ctree() by Eric Sandeen · 9 years ago
  45. f9e92e4 btrfs: factor btrfs_init_qgroup() out of open_ctree() by Eric Sandeen · 10 years ago
  46. ad61836 btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree() by Eric Sandeen · 10 years ago
  47. f37938e btrfs: factor btrfs_init_btree_inode() out of open_ctree() by Eric Sandeen · 10 years ago
  48. 779a65a btrfs: factor btrfs_init_balance() out of open_ctree() by Eric Sandeen · 10 years ago
  49. 638aa7e btrfs: factor btrfs_init_scrub() out of open_ctree() by Eric Sandeen · 10 years ago
  50. 0489234 btrfs: consistently use fs_info in close_ctree() by Eric Sandeen · 10 years ago
  51. 9eaed21 btrfs: remove unused fs_info arg from btrfs_close_extra_devices() by Eric Sandeen · 10 years ago
  52. 41d6b13 btrfs: fix sizeof format specifier in btrfs_check_super_valid() by Fabian Frederick · 9 years ago
  53. e8c9f18 btrfs: constify structs with op functions or static definitions by David Sterba · 9 years ago
  54. 01d5847 Btrfs: disk-io: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  55. d4b450c Btrfs: fix race between transaction commit and empty block group removal by Filipe Manana · 9 years ago
  56. ce7fca5 btrfs: add checks for sys_chunk_array sizes by David Sterba · 10 years ago
  57. 75d6ad3 btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesize by David Sterba · 10 years ago
  58. 78f55e5 Btrfs: fix unused members in struct btrfs_root by Anand Jain · 9 years ago
  59. 5efa049 btrfs: set proper message level for skinny metadata by David Sterba · 10 years ago
  60. f0954c6 btrfs: update message levels after checksum errors by David Sterba · 10 years ago
  61. aa8ee31 btrfs: update message levels during failed mount by David Sterba · 10 years ago
  62. 68b663d btrfs: update message levels for errors by David Sterba · 10 years ago
  63. 57bbddd Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 9 years ago
  64. df0ce26 fs: remove default_backing_dev_info by Christoph Hellwig · 9 years ago
  65. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  66. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  67. 1d4c08e btrfs: expand btrfs_find_item if found_key is NULL by David Sterba · 9 years ago
  68. 381cf65 btrfs: fix leak of path in btrfs_find_item by David Sterba · 9 years ago
  69. ce3e698 btrfs: sink parameter len to alloc_extent_buffer by David Sterba · 10 years ago
  70. a83fffb btrfs: sink blocksize parameter to btrfs_find_create_tree_block by David Sterba · 10 years ago
  71. c0dcaa4 btrfs: sink blocksize parameter to reada_tree_block_flagged by David Sterba · 10 years ago
  72. d3e46fe btrfs: sink blocksize parameter to readahead_tree_block by David Sterba · 10 years ago
  73. 678886b Btrfs: fix fs corruption on transaction abort if device supports discard by Filipe Manana · 10 years ago
  74. 0421682 Btrfs: fix race between fs trimming and block group remove/allocation by Filipe Manana · 10 years ago
  75. 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
  76. 50d9aa9 Btrfs: make sure logged extents complete in the current transaction V3 by Josef Bacik · 10 years ago
  77. cd743fa btrfs: fix typos in btrfs_check_super_valid by David Sterba · 10 years ago
  78. 7e1876a btrfs: switch inode_cache option handling to pending changes by David Sterba · 10 years ago
  79. 572d9ab btrfs: add support for processing pending changes by David Sterba · 10 years ago
  80. 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  81. 21e7626 btrfs: use macro accessors in superblock validation checks by David Sterba · 10 years ago
  82. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  83. 90d0c37 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  84. 27b19cc Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  85. bbf65cf Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  86. c926093 btrfs: add more superblock checks by David Sterba · 10 years ago
  87. 656f30d Btrfs: be aware of btree inode write errors to avoid fs corruption by Filipe Manana · 10 years ago
  88. fccb84c btrfs: move checks for DUMMY_ROOT into a helper by David Sterba · 10 years ago
  89. 2755a0d btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB by David Sterba · 10 years ago
  90. 97eb6b6 btrfs: use slab for end_io_wq structures by David Sterba · 10 years ago
  91. bfebd8b btrfs: use enum for wq endio metadata type by David Sterba · 10 years ago
  92. 95ac567 Btrfs: set default max_inline to 8KiB instead of 8MiB by Filipe David Borba Manana · 11 years ago
  93. 4d75f8a btrfs: remove blocksize from btrfs_alloc_free_block and rename by David Sterba · 10 years ago
  94. 0308af4 btrfs: remove unused parameter blocksize from btrfs_find_tree_block by David Sterba · 10 years ago
  95. ce86cd5 btrfs: remove parameter blocksize from read_tree_block by David Sterba · 10 years ago
  96. 6197d86 btrfs: return void from readahead_tree_block by David Sterba · 10 years ago
  97. 58dc4ce btrfs: remove unused parameter from readahead_tree_block by David Sterba · 10 years ago
  98. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  99. 47ab2a6 Btrfs: remove empty block groups automatically by Josef Bacik · 10 years ago
  100. 8b110e3 Btrfs: implement repair function when direct read fails by Miao Xie · 10 years ago