1. c4c23fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  2. 6e5aafb Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup by Chris Mason · 10 years ago
  3. 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  4. d05a2b4 Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items by Filipe Manana · 10 years ago
  5. 5ed5f58 Btrfs: properly clean up btrfs_end_io_wq_cache by Josef Bacik · 10 years ago
  6. 1a4ed8f Btrfs: fix invalid leaf slot access in btrfs_lookup_extent() by Filipe Manana · 10 years ago
  7. 21e7626 btrfs: use macro accessors in superblock validation checks by David Sterba · 10 years ago
  8. cbdf35b vfs: export check_sticky() by Miklos Szeredi · 10 years ago
  9. ef161ea1 Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  10. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  11. d379730 Revert "Btrfs: race free update of commit root for ro snapshots" by Chris Mason · 10 years ago
  12. 0458a95 btrfs: LLVMLinux: Remove VLAIS by Vinícius Tinti · 10 years ago
  13. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  14. 90d0c37 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  15. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  16. 5542aa2 vfs: Make d_invalidate return void by Eric W. Biederman · 10 years ago
  17. a43bb39 btrfs: Fix compile error when CONFIG_SECURITY is not set. by Qu Wenruo · 10 years ago
  18. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  19. 0d4cf4e Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is off by Chris Mason · 10 years ago
  20. f667aef btrfs: Make btrfs handle security mount options internally to avoid losing security label. by Qu Wenruo · 10 years ago
  21. 0ec31a6 Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  22. 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
  23. 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
  24. bf8e8ca Btrfs: send, don't delay dir move if there's a new parent inode by Filipe Manana · 10 years ago
  25. c926093 btrfs: add more superblock checks by David Sterba · 10 years ago
  26. 4238302 Btrfs: fix race in WAIT_SYNC ioctl by Sage Weil · 10 years ago
  27. 656f30d Btrfs: be aware of btree inode write errors to avoid fs corruption by Filipe Manana · 10 years ago
  28. 15b636e Btrfs: remove redundant btrfs_verify_qgroup_counts declaration. by Fabian Frederick · 10 years ago
  29. b99d9a6 btrfs: fix shadow warning on cmp by Fabian Frederick · 10 years ago
  30. 1b6e446 Btrfs: fix compilation errors under DEBUG by Fabian Frederick · 10 years ago
  31. 8146502 Btrfs: fix crash of btrfs_release_extent_buffer_page by Liu Bo · 10 years ago
  32. 55e3bd2 Btrfs: add missing end_page_writeback on submit_extent_page failure by Filipe Manana · 10 years ago
  33. 32be3a1 btrfs: Fix the wrong condition judgment about subset extent map by Qu Wenruo · 10 years ago
  34. bbe9051 Btrfs: fix build_backref_tree issue with multiple shared blocks by Josef Bacik · 10 years ago
  35. 75bfb9a Btrfs: cleanup error handling in build_backref_tree by Josef Bacik · 10 years ago
  36. fccb84c btrfs: move checks for DUMMY_ROOT into a helper by David Sterba · 10 years ago
  37. 7ec20af btrfs: new define for the inline extent data start by David Sterba · 10 years ago
  38. fb85fc9 btrfs: kill extent_buffer_page helper by David Sterba · 10 years ago
  39. a50924e btrfs: drop constant param from btrfs_release_extent_buffer_page by David Sterba · 10 years ago
  40. 2755a0d btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB by David Sterba · 10 years ago
  41. 94404e8 btrfs: let merge_reloc_roots return void by David Sterba · 10 years ago
  42. 8b9456d btrfs: remove unused members from struct scrub_warning by David Sterba · 10 years ago
  43. 97eb6b6 btrfs: use slab for end_io_wq structures by David Sterba · 10 years ago
  44. af13b492 btrfs: fix error labels in init_btrfs_fs by David Sterba · 10 years ago
  45. bfebd8b btrfs: use enum for wq endio metadata type by David Sterba · 10 years ago
  46. 01d5bc3 btrfs: remove unused extent state bits by David Sterba · 10 years ago
  47. 95ac567 Btrfs: set default max_inline to 8KiB instead of 8MiB by Filipe David Borba Manana · 11 years ago
  48. 4d75f8a btrfs: remove blocksize from btrfs_alloc_free_block and rename by David Sterba · 10 years ago
  49. 0308af4 btrfs: remove unused parameter blocksize from btrfs_find_tree_block by David Sterba · 10 years ago
  50. ce86cd5 btrfs: remove parameter blocksize from read_tree_block by David Sterba · 10 years ago
  51. 453848a btrfs: inline code of reada_tree_block and remove it by David Sterba · 10 years ago
  52. 6197d86 btrfs: return void from readahead_tree_block by David Sterba · 10 years ago
  53. 58dc4ce btrfs: remove unused parameter from readahead_tree_block by David Sterba · 10 years ago
  54. ee39b43 btrfs: remove unlikely from data-dependent branches and slow paths by David Sterba · 10 years ago
  55. 5d99a998 btrfs: remove unlikely from NULL checks by David Sterba · 10 years ago
  56. 143f363 btrfs: remove unused variable from btrfs_parse_options by David Sterba · 10 years ago
  57. aab110a btrfs: defrag, use unsigned type for extent thresh by David Sterba · 10 years ago
  58. 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
  59. 1d52c78 Btrfs: try not to ENOSPC on log replay by Josef Bacik · 10 years ago
  60. f6acfd5 Btrfs: don't do async reclaim during log replay by Josef Bacik · 10 years ago
  61. 47ab2a6 Btrfs: remove empty block groups automatically by Josef Bacik · 10 years ago
  62. 6d11fb4 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  63. 46be7b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  64. 8407f55 Btrfs: fix data corruption after fast fsync and writeback error by Filipe Manana · 10 years ago
  65. 669249e Btrfs: fix fsync race leading to invalid data after log replay by Filipe Manana · 10 years ago
  66. 0f23ae7 Revert "Btrfs: device_list_add() should not update list when mounted" by Chris Mason · 10 years ago
  67. e6c4efd btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent map by Qu Wenruo · 10 years ago
  68. 4d1a40c Btrfs: fix up bounds checking in lseek by Liu Bo · 10 years ago
  69. f612496 Btrfs: cleanup the read failure record after write or when the inode is freeing by Miao Xie · 10 years ago
  70. 8b110e3 Btrfs: implement repair function when direct read fails by Miao Xie · 10 years ago
  71. 28e1cc7 Btrfs: Set real mirror number for read operation on RAID0/5/6 by Miao Xie · 10 years ago
  72. 1203b68 Btrfs: modify clean_io_failure and make it suit direct io by Miao Xie · 10 years ago
  73. ffdd201 Btrfs: modify repair_io_failure and make it suit direct io by Miao Xie · 10 years ago
  74. 2fe6303 Btrfs: split bio_readpage_error into several functions by Miao Xie · 10 years ago
  75. 454ff3d Btrfs: Cleanup unused variant and argument of IO failure handlers by Miao Xie · 10 years ago
  76. 6c387ab Btrfs: fix missing error handler if submiting re-read bio fails by Miao Xie · 10 years ago
  77. c1dc089 Btrfs: do file data check by sub-bio's self by Miao Xie · 10 years ago
  78. dc380ae Btrfs: cleanup similar code of the buffered data data check and dio read data check by Miao Xie · 10 years ago
  79. 23ea8e5 Btrfs: load checksum data once when submitting a direct read io by Miao Xie · 10 years ago
  80. c3929c3 Btrfs: modify rw_devices counter under chunk_mutex context by Miao Xie · 10 years ago
  81. 5f37583 Btrfs: move the missing device to its own fs device list by Miao Xie · 10 years ago
  82. 416d7b8 Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fs by Miao Xie · 10 years ago
  83. 82372bc Btrfs: make the logic of source device removing more clear by Miao Xie · 10 years ago
  84. 67a2c45 Btrfs: fix use-after-free problem of the device during device replace by Miao Xie · 10 years ago
  85. adbbb86 Btrfs: fix unprotected device list access when cloning fs devices by Miao Xie · 10 years ago
  86. 2196d6e Btrfs: Fix misuse of chunk mutex by Miao Xie · 10 years ago
  87. 1548437 Btrfs: fix unprotected device list access when getting the fs information by Miao Xie · 10 years ago
  88. fe48a5c Btrfs: fix unprotected system chunk array insertion by Miao Xie · 10 years ago
  89. 7cc8e58 Btrfs: fix unprotected device's variants on 32bits machine by Miao Xie · 10 years ago
  90. 1c11618 Btrfs: update free_chunk_space during allocting a new chunk by Miao Xie · 10 years ago
  91. 43530c4 Btrfs: fix unprotected device->bytes_used update by Miao Xie · 10 years ago
  92. 5d778aa Btrfs: Fix wrong free_chunk_space assignment during removing a device by Miao Xie · 10 years ago
  93. ce7213c Btrfs: fix wrong device bytes_used in the super block by Miao Xie · 10 years ago
  94. 935e5cc Btrfs: fix wrong disk size when writing super blocks by Miao Xie · 10 years ago
  95. 1c43366 Btrfs: fix unprotected assignment of the target device by Miao Xie · 10 years ago
  96. c766211 Btrfs: cleanup double assignment of device->bytes_used when device replace finishes by Miao Xie · 10 years ago
  97. 90180da Btrfs: cleanup unused num_can_discard in fs_devices by Miao Xie · 10 years ago
  98. 82f70d6 btrfs: remove the wrong comments by Li RongQing · 10 years ago
  99. a2cc11d Btrfs: fix directory recovery from fsync log by Filipe Manana · 10 years ago
  100. 25ce459 Btrfs: fix loop writing of async reclaim by Liu Bo · 10 years ago