1. 1e20932 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  2. c11d2c2 Btrfs: add ioctl to get and reset the device stats by Stefan Behrens · 12 years ago
  3. 9ba1f6e Btrfs: do not do balance in readonly mode by Liu Bo · 12 years ago
  4. a27202f Btrfs: NUL-terminate path buffer in DEV_INFO ioctl result by Jim Meyering · 12 years ago
  5. 2eec6c8 Fix minor type issues by Daniel J Blueman · 12 years ago
  6. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 12 years ago
  7. 5581a51 Btrfs: don't set for_cow parameter for tree block functions by Jan Schmidt · 12 years ago
  8. 99ba55a Btrfs: fix btrfs_ioctl_dev_info() crash on missing device by Stefan Behrens · 12 years ago
  9. e1f041e Btrfs: update to the right index of defragment by Liu Bo · 12 years ago
  10. 66c2689 Btrfs: do not bother to defrag an extent if it is a big real extent by Liu Bo · 12 years ago
  11. 17ce6ef Btrfs: add a check to decide if we should defrag the range by Liu Bo · 12 years ago
  12. 1f12bd0 Btrfs: fix the mismatch of page->mapping by Liu Bo · 12 years ago
  13. ecb8bea Btrfs: fix race between direct io and autodefrag by Liu Bo · 12 years ago
  14. 98961a7 Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  15. 7a3ae2f Btrfs: fix regression in scrub path resolving by Jan Schmidt · 12 years ago
  16. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 13 years ago
  17. ce59897 btrfs: Don't BUG_ON errors from btrfs_create_subvol_root() by Mark Fasheh · 13 years ago
  18. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 13 years ago
  19. 855a85f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  20. 16780ca Btrfs: add extra sanity checks on the path names in btrfs_mksubvol by Chris Mason · 13 years ago
  21. 600a45e Btrfs: fix deadlock on page lock when doing auto-defragment by Miao Xie · 13 years ago
  22. 67d2433 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  23. 7ec31b5 Btrfs: do not defrag a file partially by Liu Bo · 13 years ago
  24. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  25. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  26. f248679 Btrfs: add a delalloc mutex to inodes for delalloc reservations by Josef Bacik · 13 years ago
  27. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  28. d756bd2 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration by Chris Mason · 13 years ago
  29. 19a39dc Btrfs: add balance progress reporting by Ilya Dryomov · 13 years ago
  30. de32226 Btrfs: allow for resuming restriper after it was paused by Ilya Dryomov · 13 years ago
  31. a7e99c6 Btrfs: allow for canceling restriper by Ilya Dryomov · 13 years ago
  32. 837d5b6 Btrfs: allow for pausing restriper by Ilya Dryomov · 13 years ago
  33. f43ffb6 Btrfs: add basic infrastructure for selective balancing by Ilya Dryomov · 13 years ago
  34. c9e9f97 Btrfs: add basic restriper infrastructure by Ilya Dryomov · 13 years ago
  35. 4da6f1a Btrfs: reserve metadata space in btrfs_ioctl_setflags() by Li Zefan · 13 years ago
  36. f062abf Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags() by Li Zefan · 13 years ago
  37. 815745c btrfs: let ->s_fs_info point to fs_info, not root... by Al Viro · 13 years ago
  38. 4692cf5 Btrfs: new backref walking code by Jan Schmidt · 13 years ago
  39. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  40. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  41. 66d7e7f Btrfs: mark delayed refs as for cow by Arne Jansen · 13 years ago
  42. 567a45e Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into integration by Chris Mason · 13 years ago
  43. 660d3f6 Btrfs: fix how we do delalloc reservations and how we free reservations on error by Josef Bacik · 13 years ago
  44. 306424cc Btrfs: fix ctime update of on-disk inode by Li Zefan · 13 years ago
  45. ece7d20 Btrfs: Don't error on resizing FS to same size by Mike Fleetwood · 13 years ago
  46. 5bb1468 Btrfs: prefix resize related printks with btrfs: by Arnd Hannemann · 13 years ago
  47. 745c4d8 btrfs: Fix up 32/64-bit compatibility for new ioctls by Jeff Mahoney · 13 years ago
  48. 740c3d2 Btrfs: fix the new inspection ioctls for 32 bit compat by Chris Mason · 13 years ago
  49. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  50. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago
  51. a81d3b1 Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stable by David Sterba · 13 years ago
  52. afd582a Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stable by David Sterba · 13 years ago
  53. f4c697e btrfs: return EINVAL if start > total_bytes in fitrim ioctl by Lukas Czerner · 13 years ago
  54. 008873e Btrfs: honor extent thresh during defragmentation by Li Zefan · 13 years ago
  55. 5ca4966 Btrfs: fix wrong max_to_defrag in btrfs_defrag_file() by Li Zefan · 13 years ago
  56. 151a31b Btrfs: use i_size_read() in btrfs_defrag_file() by Li Zefan · 13 years ago
  57. cbcc832 Btrfs: fix defragmentation regression by Li Zefan · 13 years ago
  58. 60ccf82 btrfs: fix memory leak in btrfs_defrag_file by Diego Calleja · 13 years ago
  59. e27425d Btrfs: only inherit btrfs specific flags when creating files by Josef Bacik · 13 years ago
  60. 3b16a4e Btrfs: use the inode's mapping mask for allocating pages by Josef Bacik · 13 years ago
  61. b2f9452 Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  62. f7f43cc Btrfs: make sure not to defrag extents past i_size by Chris Mason · 13 years ago
  63. 2a0f7f5 Btrfs: fix recursive auto-defrag by Li Zefan · 13 years ago
  64. d7728c9 btrfs: new ioctls to do logical->inode and inode->path resolving by Jan Schmidt · 13 years ago
  65. 0a7a051 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
  66. b6f3409 Btrfs: reserve sufficient space for ioctl clone by Sage Weil · 13 years ago
  67. 2cf4ce7 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
  68. dde820f Btrfs: don't change inode flag of the dest clone file by Li Zefan · 13 years ago
  69. 0e7b824 Btrfs: don't make a file partly checksummed through file clone by Li Zefan · 13 years ago
  70. 71ef078 Btrfs: fix pages truncation in btrfs_ioctl_clone() by Li Zefan · 13 years ago
  71. 0b001b2 Merge branch 'for-linus' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  72. d525e8a Btrfs: add dummy extent if dst offset excceeds file end in by Li Zefan · 13 years ago
  73. d72c084 Btrfs: calc file extent num_bytes correctly in file clone by Li Zefan · 13 years ago
  74. 81d86e1 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
  75. f81c9cd Btrfs: truncate pages from clone ioctl target range by Sage Weil · 13 years ago
  76. ed8f373 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  77. 77906a50 Btrfs: copy string correctly in INO_LOOKUP ioctl by Li Zefan · 13 years ago
  78. 2271220 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  79. 9e0baf6 Btrfs: fix enospc problems with delalloc by Josef Bacik · 13 years ago
  80. a94733d Btrfs: use find_or_create_page instead of grab_cache_page by Josef Bacik · 13 years ago
  81. 2fbe8c8 get rid of useless dget_parent() in fs/btrfs/ioctl.c by Al Viro · 13 years ago
  82. 8351583 Btrfs: protect the pending_snapshots list with trans_lock by Josef Bacik · 13 years ago
  83. 027ed2f Btrfs: avoid stack bloat in btrfs_ioctl_fs_info() by Li Zefan · 13 years ago
  84. a4689d2 btrfs: use btrfs_ino to access inode number by David Sterba · 13 years ago
  85. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  86. 4cb5300 Btrfs: add mount -o auto_defrag by Chris Mason · 13 years ago
  87. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  88. 1f78160 Btrfs: using rcu lock in the reader side of devices list by Xiao Guangrong · 13 years ago
  89. e215686 btrfs: Ensure the tree search ioctl returns the right number of records by Hugo Mills · 13 years ago
  90. d82a6f1 Btrfs: kill BTRFS_I(inode)->block_group by Josef Bacik · 13 years ago
  91. a4abeea Btrfs: kill trans_mutex by Josef Bacik · 13 years ago
  92. 7a7eaa4 Btrfs: take away the num_items argument from btrfs_join_transaction by Josef Bacik · 13 years ago
  93. 7126733 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers by Chris Mason · 13 years ago
  94. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  95. dcc6d07 Merge branch 'delayed_inode' into inode_numbers by Chris Mason · 13 years ago
  96. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  97. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 13 years ago
  98. eed631e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  99. ebcb904 Btrfs: fix FS_IOC_SETFLAGS ioctl by Li Zefan · 13 years ago
  100. d0092bd Btrfs: fix FS_IOC_GETFLAGS ioctl by Li Zefan · 13 years ago