1. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  2. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 14 years ago
  3. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  4. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  5. 36e39c4 Btrfs: break out of shrink_delalloc earlier by Chris Mason · 13 years ago
  6. 7e6b646 btrfs: fix not enough reserved space by Miao Xie · 13 years ago
  7. b4966b7 btrfs: fix dip leak by Daniel J Blueman · 13 years ago
  8. ea8efc7 Btrfs: make sure not to return overlapping extents to fiemap by Chris Mason · 13 years ago
  9. 31339ac Btrfs: deal with short returns from copy_from_user by Chris Mason · 13 years ago
  10. b1bf862 Btrfs: fix regressions in copy_from_user handling by Chris Mason · 13 years ago
  11. 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  12. ec29ed5 Btrfs: fix fiemap bugs with delalloc by Chris Mason · 13 years ago
  13. fb01aa8 Btrfs: set FMODE_EXCL in btrfs_device->mode by Ilya Dryomov · 13 years ago
  14. 9b3517e Btrfs: make btrfs_rm_device() fail gracefully by Ilya Dryomov · 13 years ago
  15. ca9b688 Btrfs: Avoid accessing unmapped kernel address by Li Zefan · 13 years ago
  16. b4dc2b8 Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctl by Li Zefan · 13 years ago
  17. c87f08c Btrfs: allow balance to explicitly allocate chunks as it relocates by Chris Mason · 13 years ago
  18. 9143565 Btrfs: put ENOSPC debugging under a mount option by Chris Mason · 13 years ago
  19. 007a14a Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  20. c26a920 Btrfs: check return value of alloc_extent_map() by Tsutomu Itoh · 13 years ago
  21. 67100f2 Btrfs - Fix memory leak in btrfs_init_new_device() by Ilya Dryomov · 14 years ago
  22. 51788b1 btrfs: prevent heap corruption in btrfs_ioctl_space_info() by Dan Rosenberg · 13 years ago
  23. 6848ad6 Btrfs: Fix balance panic by Yan, Zheng · 13 years ago
  24. e3f24cc Btrfs: don't release pages when we can't clear the uptodate bits by Chris Mason · 13 years ago
  25. eb14ab8 Btrfs: fix page->private races by Chris Mason · 13 years ago
  26. cb5520f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  27. 3a90983 Btrfs: Fix page count calculation by Yan, Zheng · 14 years ago
  28. 8e4eef7 btrfs: Drop __exit attribute on btrfs_exit_compress by Alexey Charkov · 14 years ago
  29. 554233a btrfs: cleanup error handling in btrfs_unlink_inode() by Tsutomu Itoh · 14 years ago
  30. 3c14874 Btrfs: exclude super blocks when we read in block groups by Josef Bacik · 14 years ago
  31. 13dbc08 Btrfs: make sure search_bitmap finds something in remove_from_bitmap by Josef Bacik · 14 years ago
  32. 98d5dc1 btrfs: fix return value check of btrfs_start_transaction() by Tsutomu Itoh · 14 years ago
  33. 5df6708 btrfs: checking NULL or not in some functions by Tsutomu Itoh · 14 years ago
  34. c87fb6f Btrfs: avoid uninit variable warnings in ordered-data.c by Chris Mason · 14 years ago
  35. b31eabd Btrfs: catch errors from btrfs_sync_log by Chris Mason · 14 years ago
  36. b1953bc Btrfs: make shrink_delalloc a little friendlier by Josef Bacik · 14 years ago
  37. 7adf5df Btrfs: handle no memory properly in prepare_pages by Josef Bacik · 14 years ago
  38. ad0397a Btrfs: do error checking in btrfs_del_csums by Josef Bacik · 14 years ago
  39. 68a8227 Btrfs: use the global block reserve if we cannot reserve space by Josef Bacik · 14 years ago
  40. e9e2289 Btrfs: do not release more reserved bytes to the global_block_rsv than we need by Josef Bacik · 14 years ago
  41. dedefd7 Btrfs: fix check_path_shared so it returns the right value by Josef Bacik · 14 years ago
  42. abd30bb btrfs: check return value of btrfs_start_ioctl_transaction() properly by Tsutomu Itoh · 14 years ago
  43. 3612b49 btrfs: fix return value check of btrfs_join_transaction() by Tsutomu Itoh · 14 years ago
  44. 34d19ba fs/btrfs/inode.c: Add missing IS_ERR test by Julia Lawall · 14 years ago
  45. 333e810 btrfs: fix missing break in switch phrase by liubo · 14 years ago
  46. 2a29edc btrfs: fix several uncheck memory allocations by liubo · 14 years ago
  47. 6b82ce8 btrfs: fix uncheck memory allocation in btrfs_submit_compressed_read by liubo · 14 years ago
  48. eab49be Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
  49. 4d728ec Btrfs: Fix file clone when source offset is not 0 by Li Zefan · 14 years ago
  50. b897abe Btrfs: Fix memory leak in writepage fixup work by Miao Xie · 14 years ago
  51. d0f6968 Btrfs: Don't return acl info when mounting with noacl option by Miao Xie · 14 years ago
  52. 3f3d0bc Btrfs: Free correct pointer after using strsep by Tero Roponen · 14 years ago
  53. bdc924b Btrfs: Fix memory leak on finding existing super by Ian Kent · 14 years ago
  54. 83a4d54 Btrfs: Fix memory leak at umount by Li Zefan · 14 years ago
  55. f333adb btrfs: Check mergeable free space when removing a cluster by Li Zefan · 14 years ago
  56. 120d66e btrfs: Add a helper try_merge_free_space() by Li Zefan · 14 years ago
  57. 5e71b5d btrfs: Update stats when allocating from a cluster by Li Zefan · 14 years ago
  58. 70b7da3 btrfs: Free fully occupied bitmap in cluster by Li Zefan · 14 years ago
  59. edf6e2d btrfs: Add helper function free_bitmap() by Li Zefan · 14 years ago
  60. 8eb2d82 btrfs: Fix threshold calculation for block groups smaller than 1GB by Li Zefan · 14 years ago
  61. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  62. acce952 Btrfs: forced readonly mounts on errors by liubo · 14 years ago
  63. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 14 years ago
  64. 64c23e8 make the feature checks in ->fallocate future proof by Christoph Hellwig · 14 years ago
  65. f8b1808 fs/btrfs: Fix build of ctree by Stefan Schmidt · 14 years ago
  66. 6f88a44 btrfs: Require CAP_SYS_ADMIN for filesystem rebalance by Ben Hutchings · 14 years ago
  67. f690efb Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_check by Josef Bacik · 14 years ago
  68. 5e540f7 btrfs: Fix memory leak in btrfs_read_fs_root_no_radix() by Tsutomu Itoh · 14 years ago
  69. 91ca338 btrfs: check NULL or not by Tsutomu Itoh · 14 years ago
  70. ff175d5 btrfs: Don't pass NULL ptr to func that may deref it. by Jesper Juhl · 14 years ago
  71. 20b4507 btrfs: mount failure return value fix by Dave Young · 14 years ago
  72. 42838bb btrfs: Mem leak in btrfs_get_acl() by Jesper Juhl · 14 years ago
  73. 6d07bce btrfs: fix wrong free space information of btrfs by Miao Xie · 14 years ago
  74. b2117a3 btrfs: make the chunk allocator utilize the devices better by Miao Xie · 14 years ago
  75. 7bfc837 btrfs: restructure find_free_dev_extent() by Miao Xie · 14 years ago
  76. 1974a3b btrfs: fix wrong calculation of stripe size by Miao Xie · 14 years ago
  77. d52a5b5 btrfs: try to reclaim some space when chunk allocation fails by Miao Xie · 14 years ago
  78. 299a08b btrfs: fix wrong data space statistics by Miao Xie · 14 years ago
  79. f580eb0 fs/btrfs: Fix build of ctree by Stefan Schmidt · 14 years ago
  80. f892436 Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
  81. 26c79f6 Merge branch 'readonly-snapshots' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
  82. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  83. 23a8519 Btrfs: fail if we try to use hole punch by Josef Bacik · 14 years ago
  84. af53d29 switch btrfs, close races by Al Viro · 14 years ago
  85. 258a5aa btrfs: provide simple rcu-walk ACL implementation by Nick Piggin · 14 years ago
  86. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  87. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  88. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  89. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  90. 65e5341 Btrfs: fix off by one while setting block groups readonly by Chris Mason · 14 years ago
  91. 0caa102 Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctls by Li Zefan · 14 years ago
  92. b83cc96 Btrfs: Add readonly snapshots support by Li Zefan · 14 years ago
  93. fa0d2b9 Btrfs: Refactor btrfs_ioctl_snap_create() by Li Zefan · 14 years ago
  94. 3a39c18 btrfs: Extract duplicate decompress code by Li Zefan · 14 years ago
  95. 1a419d8 btrfs: Allow to specify compress method when defrag by Li Zefan · 14 years ago
  96. a6fa6fa btrfs: Add lzo compression support by Li Zefan · 14 years ago
  97. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
  98. 4b72029 btrfs: Fix error handling in zlib by Li Zefan · 14 years ago
  99. 8844355 btrfs: Fix bugs in zlib workspace by Li Zefan · 14 years ago
  100. 3cb50dd Fix btrfs b0rkage by Al Viro · 14 years ago