1. c9513ed Btrfs: fix the race between reading and updating devices by Xiao Guangrong · 14 years ago
  2. 4f6c932 Btrfs: fix bh leak on __btrfs_open_devices path by Xiao Guangrong · 14 years ago
  3. c7f895a Btrfs: fix unsafe usage of merge_state by Xiao Guangrong · 14 years ago
  4. 8233767 Btrfs: allocate extent state and check the result properly by Xiao Guangrong · 14 years ago
  5. b083916 fs/btrfs: Add missing btrfs_free_path by Julia Lawall · 14 years ago
  6. 37daa4f Btrfs: check return value of btrfs_inc_extent_ref() by Tsutomu Itoh · 14 years ago
  7. c00e949 Btrfs: return error to caller if read_one_inode() fails by Tsutomu Itoh · 14 years ago
  8. 1cd3079 Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item by Tsutomu Itoh · 14 years ago
  9. 65a246c Btrfs: return error code to caller when btrfs_del_item fails by Tsutomu Itoh · 14 years ago
  10. b0b802d Btrfs: return error code to caller when btrfs_previous_item fails by Tsutomu Itoh · 14 years ago
  11. 27160b6 btrfs: fix typo 'testeing' -> 'testing' by Sergei Trofimovich · 13 years ago
  12. 9694b3f btrfs: typo: 'btrfS' -> 'btrfs' by Sergei Trofimovich · 13 years ago
  13. c4f675c btrfs: don't spin in shrink_delalloc if there is nothing to free by Sergei Trofimovich · 13 years ago
  14. 0f3b708 btrfs: Delete unused version.sh script. by Jamey Sharp · 14 years ago
  15. e215686 btrfs: Ensure the tree search ioctl returns the right number of records by Hugo Mills · 14 years ago
  16. 0956c79 BTRFS: Remove unused node_lock by Andi Kleen · 14 years ago
  17. eed631e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  18. ebcb904 Btrfs: fix FS_IOC_SETFLAGS ioctl by Li Zefan · 14 years ago
  19. d0092bd Btrfs: fix FS_IOC_GETFLAGS ioctl by Li Zefan · 14 years ago
  20. e1e8fb6 fs: remove FS_COW_FL by Li Zefan · 14 years ago
  21. 1aba86d Btrfs: fix easily get into ENOSPC in mixed case by liubo · 14 years ago
  22. f5de939 Prevent oopsing in posix_acl_valid() by Daniel J Blueman · 14 years ago
  23. e9c5499 Revert wrong fixes for common misspellings by Lucas De Marchi · 14 years ago
  24. 019793b Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  25. 7cf96da Btrfs: cleanup error handling in inode.c by Tsutomu Itoh · 14 years ago
  26. 64728bb Btrfs: put the right bio if we have an error by Josef Bacik · 14 years ago
  27. a4f0162 Btrfs: free bitmaps properly when evicting the cache by Josef Bacik · 14 years ago
  28. f789b68 Btrfs: Free free_space item properly in btrfs_trim_block_group() by Li Zefan · 14 years ago
  29. cfece4d btrfs: add missing spin_unlock to a rare exit path by David Sterba · 14 years ago
  30. 8d41371 Btrfs: check return value of kmalloc() by Tsutomu Itoh · 14 years ago
  31. 43e817a btrfs: fix wrong allocating flag when reading page by Itaru Kitayama · 14 years ago
  32. a62f44a Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log() by Tsutomu Itoh · 14 years ago
  33. 211588a Btrfs: do some plugging in the submit_bio threads by Chris Mason · 14 years ago
  34. adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  35. f65647c Btrfs: fix free space cache leak by Chris Mason · 14 years ago
  36. 6d74119 Btrfs: avoid taking the chunk_mutex in do_chunk_alloc by Josef Bacik · 14 years ago
  37. 0d39920 Btrfs end_bio_extent_readpage should look for locked bits by Chris Mason · 14 years ago
  38. 0e4f8f8 Btrfs: don't force chunk allocation in find_free_extent by Chris Mason · 14 years ago
  39. 329c505 Btrfs: Check validity before setting an acl by Miao Xie · 14 years ago
  40. 3153495 Btrfs: Fix incorrect inode nlink in btrfs_link() by Miao Xie · 14 years ago
  41. b9e03af Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir() by Li Zefan · 14 years ago
  42. 2e6a003 Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr() by Li Zefan · 14 years ago
  43. 109b36a Btrfs: make uncache_state unconditional by Chris Mason · 14 years ago
  44. 874d0d2 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into for-linus by Chris Mason · 14 years ago
  45. 507903b btrfs: using cached extent_state in set/unlock combinations by Arne Jansen · 14 years ago
  46. 13c5a93 Btrfs: avoid taking the trans_mutex in btrfs_end_transaction by Josef Bacik · 14 years ago
  47. e15d054 Btrfs: fix subvolume mount by name problem when default mount subvolume is set by Xin Zhong · 14 years ago
  48. 13f2696 fix user annotation in ioctl.c by Daniel J Blueman · 14 years ago
  49. a1b75f7 Btrfs: check for duplicate iov_base's when doing dio reads by Josef Bacik · 14 years ago
  50. 3387206 btrfs: properly handle overlapping areas in memmove_extent_buffer by Sergei Trofimovich · 14 years ago
  51. 8fb2764 Btrfs: fix memory leaks in btrfs_new_inode() by Yoshinori Sano · 14 years ago
  52. 93a54bc Btrfs: check for duplicate iov_base's when doing dio reads by Josef Bacik · 14 years ago
  53. 16d299a Btrfs: reuse the extent_map we found when calling btrfs_get_extent by Josef Bacik · 14 years ago
  54. 1ae3993 Btrfs: do not use async submit for small DIO io's by Josef Bacik · 14 years ago
  55. 02f57c7 Btrfs: don't split dio bios if we don't have to by Josef Bacik · 14 years ago
  56. 1ef30be Btrfs: do not call btrfs_update_inode in endio if nothing changed by Josef Bacik · 14 years ago
  57. 12ddb96 Btrfs: map the inode item when doing fill_inode_item by Josef Bacik · 14 years ago
  58. 06d5a58 Btrfs: only retry transaction reservation once by Josef Bacik · 14 years ago
  59. be1a12a Btrfs: deal with the case that we run out of space in the cache by Josef Bacik · 14 years ago
  60. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  61. 884b826 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  62. c9ddec7 Btrfs: don't warn in btrfs_add_orphan by Josef Bacik · 14 years ago
  63. 43be214 Btrfs: fix free space cache when there are pinned extents and clusters V2 by Josef Bacik · 14 years ago
  64. 08fe4db Btrfs: Fix uninitialized root flags for subvolumes by Li Zefan · 14 years ago
  65. adae52b btrfs: clear __GFP_FS flag in the space cache inode by Miao Xie · 14 years ago
  66. 6e8df2a Btrfs: fix memory leak in start_transaction() by Yoshinori Sano · 14 years ago
  67. 8b2b2d3 Btrfs: fix memory leak in btrfs_ioctl_start_sync() by Tsutomu Itoh · 14 years ago
  68. b44c59a Btrfs: fix subvol_sem leak in btrfs_rename() by Johann Lombardi · 14 years ago
  69. fe3f566 Btrfs: Fix oops for defrag with compression turned on by Li Zefan · 14 years ago
  70. 200da64 Btrfs: fix /proc/mounts info. by Tsutomu Itoh · 14 years ago
  71. c914923 Btrfs: fix compiler warning in file.c by Tsutomu Itoh · 14 years ago
  72. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  73. 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  74. d9d0487 Btrfs: fix __btrfs_map_block on 32 bit machines by Chris Mason · 14 years ago
  75. 1561ded btrfs: fix possible deadlock by clearing __GFP_FS flag by Miao Xie · 14 years ago
  76. c055e99 btrfs: check link counter overflow in link(2) by Al Viro · 14 years ago
  77. 9298679 btrfs: don't mess with i_nlink of unlocked inode in rename() by Al Viro · 14 years ago
  78. c2db107 Btrfs: check return value of btrfs_alloc_path() by Tsutomu Itoh · 14 years ago
  79. c59021f Btrfs: fix OOPS of empty filesystem after balance by liubo · 14 years ago
  80. 9f7c43c Btrfs: fix memory leak of empty filesystem after balance by liubo · 14 years ago
  81. 2d4e6f6 Btrfs: fix return value of setflags ioctl by liubo · 14 years ago
  82. dac97e51 Btrfs: fix uncheck memory allocations by Yoshinori Sano · 14 years ago
  83. c622ae6 btrfs: make inode ref log recovery faster by liubo · 14 years ago
  84. f7039b1 Btrfs: add btrfs_trim_fs() to handle FITRIM by Li Dongyang · 14 years ago
  85. 5378e60 Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes by Li Dongyang · 14 years ago
  86. fce3bb9 Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUP by Li Dongyang · 14 years ago
  87. b4d00d5 Btrfs: make update_reserved_bytes() public by Li Dongyang · 14 years ago
  88. 3ab3564 btrfs: return EXDEV when linking from different subvolumes by Mark Fasheh · 14 years ago
  89. 75e7cb7 Btrfs: Per file/directory controls for COW and compression by Liu Bo · 14 years ago
  90. fc0e4a3 btrfs: use GFP_NOFS instead of GFP_KERNEL by Miao Xie · 14 years ago
  91. 97d9a8a Btrfs: check return value of read_tree_block() by Tsutomu Itoh · 14 years ago
  92. 7e75bf3 btrfs: properly access unaligned checksum buffer by David Sterba · 14 years ago
  93. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 14 years ago
  94. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 14 years ago
  95. 240f62c Btrfs: use RCU instead of a spinlock to protect the root node by Chris Mason · 14 years ago
  96. c0da7aa Btrfs: mark the bio with an error if we have a failure in dio by Josef Bacik · 14 years ago
  97. 98bc314 Btrfs: don't allocate dip->csums when doing writes by Josef Bacik · 14 years ago
  98. 4e69b59 Btrfs: cleanup how we setup free space clusters by Josef Bacik · 14 years ago
  99. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  100. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 14 years ago