1. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  2. 884b826 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  3. c9ddec7 Btrfs: don't warn in btrfs_add_orphan by Josef Bacik · 14 years ago
  4. 43be214 Btrfs: fix free space cache when there are pinned extents and clusters V2 by Josef Bacik · 14 years ago
  5. 08fe4db Btrfs: Fix uninitialized root flags for subvolumes by Li Zefan · 14 years ago
  6. adae52b btrfs: clear __GFP_FS flag in the space cache inode by Miao Xie · 14 years ago
  7. 6e8df2a Btrfs: fix memory leak in start_transaction() by Yoshinori Sano · 14 years ago
  8. 8b2b2d3 Btrfs: fix memory leak in btrfs_ioctl_start_sync() by Tsutomu Itoh · 14 years ago
  9. b44c59a Btrfs: fix subvol_sem leak in btrfs_rename() by Johann Lombardi · 14 years ago
  10. fe3f566 Btrfs: Fix oops for defrag with compression turned on by Li Zefan · 14 years ago
  11. 200da64 Btrfs: fix /proc/mounts info. by Tsutomu Itoh · 14 years ago
  12. c914923 Btrfs: fix compiler warning in file.c by Tsutomu Itoh · 14 years ago
  13. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  14. 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
  15. d9d0487 Btrfs: fix __btrfs_map_block on 32 bit machines by Chris Mason · 14 years ago
  16. 1561ded btrfs: fix possible deadlock by clearing __GFP_FS flag by Miao Xie · 14 years ago
  17. c055e99 btrfs: check link counter overflow in link(2) by Al Viro · 14 years ago
  18. 9298679 btrfs: don't mess with i_nlink of unlocked inode in rename() by Al Viro · 14 years ago
  19. c2db107 Btrfs: check return value of btrfs_alloc_path() by Tsutomu Itoh · 14 years ago
  20. c59021f Btrfs: fix OOPS of empty filesystem after balance by liubo · 14 years ago
  21. 9f7c43c Btrfs: fix memory leak of empty filesystem after balance by liubo · 14 years ago
  22. 2d4e6f6 Btrfs: fix return value of setflags ioctl by liubo · 14 years ago
  23. dac97e5 Btrfs: fix uncheck memory allocations by Yoshinori Sano · 14 years ago
  24. c622ae6 btrfs: make inode ref log recovery faster by liubo · 14 years ago
  25. f7039b1 Btrfs: add btrfs_trim_fs() to handle FITRIM by Li Dongyang · 14 years ago
  26. 5378e60 Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes by Li Dongyang · 14 years ago
  27. fce3bb9 Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUP by Li Dongyang · 14 years ago
  28. b4d00d5 Btrfs: make update_reserved_bytes() public by Li Dongyang · 14 years ago
  29. 3ab3564 btrfs: return EXDEV when linking from different subvolumes by Mark Fasheh · 14 years ago
  30. 75e7cb7 Btrfs: Per file/directory controls for COW and compression by Liu Bo · 14 years ago
  31. fc0e4a3 btrfs: use GFP_NOFS instead of GFP_KERNEL by Miao Xie · 14 years ago
  32. 97d9a8a Btrfs: check return value of read_tree_block() by Tsutomu Itoh · 14 years ago
  33. 7e75bf3 btrfs: properly access unaligned checksum buffer by David Sterba · 14 years ago
  34. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 14 years ago
  35. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 14 years ago
  36. 240f62c Btrfs: use RCU instead of a spinlock to protect the root node by Chris Mason · 14 years ago
  37. c0da7aa Btrfs: mark the bio with an error if we have a failure in dio by Josef Bacik · 14 years ago
  38. 98bc314 Btrfs: don't allocate dip->csums when doing writes by Josef Bacik · 14 years ago
  39. 4e69b59 Btrfs: cleanup how we setup free space clusters by Josef Bacik · 14 years ago
  40. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  41. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 14 years ago
  42. 565d76c zlib: slim down zlib_deflate() workspace when possible by Jim Keniston · 14 years ago
  43. 32cb084 Btrfs: don't be as aggressive about using bitmaps by Josef Bacik · 14 years ago
  44. d0a365e Btrfs: deal with min_bytes appropriately when looking for a cluster by Josef Bacik · 14 years ago
  45. 7d0d2e8 Btrfs: check free space in block group before searching for a cluster by Josef Bacik · 14 years ago
  46. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  47. 22a94d4 Btrfs: add checks to verify dir items are correct by Josef Bacik · 14 years ago
  48. 4141573 Btrfs: check return value of btrfs_search_slot properly by Josef Bacik · 14 years ago
  49. a826d6d Btrfs: check items for correctness as we search by Josef Bacik · 14 years ago
  50. 85026533 Btrfs: return error if the range we want to map is bogus by Josef Bacik · 14 years ago
  51. 695a0d0 Btrfs: add a comment explaining what btrfs_cont_expand does by Josef Bacik · 14 years ago
  52. 930f028 Btrfs: use mark_inode_dirty when expanding the file by Josef Bacik · 14 years ago
  53. f0cd846 Btrfs: only add orphan items when truncating by Josef Bacik · 14 years ago
  54. ded5db9 Btrfs: make sure to remove the orphan item from the in-memory list by Josef Bacik · 14 years ago
  55. 66b4ffd Btrfs: handle errors in btrfs_orphan_cleanup by Josef Bacik · 14 years ago
  56. 3893e33 Btrfs: cleanup error handling in the truncate path by Josef Bacik · 14 years ago
  57. a41ad39 Btrfs: convert to the new truncate sequence by Josef Bacik · 14 years ago
  58. dc89e98 Btrfs: use a slab for the free space entries by Josef Bacik · 14 years ago
  59. 57a45ced Btrfs: change reserved_extents to an atomic_t by Josef Bacik · 14 years ago
  60. 4a64001 Btrfs: fix how we deal with the pages array in the write path by Josef Bacik · 14 years ago
  61. d0215f3 Btrfs: simplify our write path by Josef Bacik · 14 years ago
  62. 9f570b8 Btrfs: fix formatting in file.c by Josef Bacik · 14 years ago
  63. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  64. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  65. a002951 Merge branch 'next' into for-linus by James Morris · 14 years ago
  66. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 14 years ago
  67. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  68. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  69. 36e39c4 Btrfs: break out of shrink_delalloc earlier by Chris Mason · 14 years ago
  70. 7e6b646 btrfs: fix not enough reserved space by Miao Xie · 14 years ago
  71. b4966b7 btrfs: fix dip leak by Daniel J Blueman · 14 years ago
  72. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 14 years ago
  73. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 14 years ago
  74. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  75. ea8efc7 Btrfs: make sure not to return overlapping extents to fiemap by Chris Mason · 14 years ago
  76. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 14 years ago
  77. 31339ac Btrfs: deal with short returns from copy_from_user by Chris Mason · 14 years ago
  78. b1bf862 Btrfs: fix regressions in copy_from_user handling by Chris Mason · 14 years ago
  79. ae0e47f Remove one to many n's in a word by Justin P. Mattock · 14 years ago
  80. 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  81. ec29ed5 Btrfs: fix fiemap bugs with delalloc by Chris Mason · 14 years ago
  82. fb01aa8 Btrfs: set FMODE_EXCL in btrfs_device->mode by Ilya Dryomov · 14 years ago
  83. 9b3517e Btrfs: make btrfs_rm_device() fail gracefully by Ilya Dryomov · 14 years ago
  84. ca9b688 Btrfs: Avoid accessing unmapped kernel address by Li Zefan · 14 years ago
  85. b4dc2b8 Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctl by Li Zefan · 14 years ago
  86. c87f08c Btrfs: allow balance to explicitly allocate chunks as it relocates by Chris Mason · 14 years ago
  87. 9143565 Btrfs: put ENOSPC debugging under a mount option by Chris Mason · 14 years ago
  88. 007a14a Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  89. c26a920 Btrfs: check return value of alloc_extent_map() by Tsutomu Itoh · 14 years ago
  90. 67100f2 Btrfs - Fix memory leak in btrfs_init_new_device() by Ilya Dryomov · 14 years ago
  91. 51788b1 btrfs: prevent heap corruption in btrfs_ioctl_space_info() by Dan Rosenberg · 14 years ago
  92. 6848ad6 Btrfs: Fix balance panic by Yan, Zheng · 14 years ago
  93. e3f24cc Btrfs: don't release pages when we can't clear the uptodate bits by Chris Mason · 14 years ago
  94. eb14ab8 Btrfs: fix page->private races by Chris Mason · 14 years ago
  95. cb5520f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  96. 3a90983 Btrfs: Fix page count calculation by Yan, Zheng · 14 years ago
  97. 8e4eef7 btrfs: Drop __exit attribute on btrfs_exit_compress by Alexey Charkov · 14 years ago
  98. 554233a btrfs: cleanup error handling in btrfs_unlink_inode() by Tsutomu Itoh · 14 years ago
  99. 3c14874 Btrfs: exclude super blocks when we read in block groups by Josef Bacik · 14 years ago
  100. 13dbc08 Btrfs: make sure search_bitmap finds something in remove_from_bitmap by Josef Bacik · 14 years ago