1. 3962dfb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  2. 11bcac8 Revert "btrfs: add ioctl to export size of global metadata reservation" by Chris Mason · 10 years ago
  3. 9c1db77 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  4. 8051aa1 btrfs: reserve no transaction units in btrfs_ioctl_set_features by David Sterba · 10 years ago
  5. d0270ac btrfs: commit transaction after setting label and features by Jeff Mahoney · 10 years ago
  6. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  7. c41570c btrfs: fix defrag 32-bit integer overflow by Justin Maggard · 11 years ago
  8. bd60ea0 btrfs: call permission checks earlier in ioctls and return EPERM by David Sterba · 11 years ago
  9. d024206 btrfs: restrict snapshotting to own subvolumes by David Sterba · 11 years ago
  10. e4355f3 Btrfs: faster file extent item search in clone ioctl by Filipe David Borba Manana · 11 years ago
  11. c57c2b3 Btrfs: unlock inodes in correct order in clone ioctl by Filipe David Borba Manana · 11 years ago
  12. de6e820 Btrfs: release subvolume's block_rsv before transaction commit by Liu Bo · 11 years ago
  13. 6354192 Btrfs: add support for inode properties by Filipe David Borba Manana · 11 years ago
  14. eb8052e fs/btrfs: Integer overflow in btrfs_ioctl_resize() by Wenliang Fan · 11 years ago
  15. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  16. 2c68653 btrfs: Check read-only status of roots during send by David Sterba · 11 years ago
  17. 5662344b3 Btrfs: fix error check of btrfs_lookup_dentry() by Tsutomu Itoh · 11 years ago
  18. 01e219e btrfs: add ioctl to export size of global metadata reservation by Jeff Mahoney · 11 years ago
  19. 3b02a68 btrfs: use feature attribute names to print better error messages by Jeff Mahoney · 11 years ago
  20. 2eaa055 btrfs: add ioctls to query/change feature bits online by Jeff Mahoney · 11 years ago
  21. 1c1c874 btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAME by Al Viro · 11 years ago
  22. e43f998 btrfs: call mnt_drop_write after interrupted subvol deletion by David Sterba · 11 years ago
  23. 54563d4 btrfs: get rid of fdentry() by Al Viro · 11 years ago
  24. 46e0f66 btrfs: fix empty_zero_page misusage by Chris Mason · 11 years ago
  25. 91aef86 Btrfs: rename btrfs_start_all_delalloc_inodes by Miao Xie · 11 years ago
  26. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  27. 6787125 btrfs: Fix checkpatch.pl warning of spacing issues by Dulshani Gunawardhana · 11 years ago
  28. d9b0d9b btrfs: Replace kmalloc with kmalloc_array by Dulshani Gunawardhana · 11 years ago
  29. b19e684 btrfs: Remove redundant local zero structure by Dulshani Gunawardhana · 11 years ago
  30. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  31. 229eed4 btrfs: simplify kmalloc+copy_from_user to memdup_user by Geyslan G. Bem · 11 years ago
  32. adfa97c Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replace by Ilya Dryomov · 11 years ago
  33. 6174d3c Btrfs: remove unused max_key arg from btrfs_search_forward by Filipe David Borba Manana · 11 years ago
  34. 0a4e558 btrfs: remove unused parameter from btrfs_header_fsid by Ross Kirk · 11 years ago
  35. 9b19985 Btrfs: fix sync fs to actually wait for all data to be persisted by Filipe David Borba Manana · 11 years ago
  36. cbf8b8c btrfs: change extent-same to copy entire argument struct by Mark Fasheh · 11 years ago
  37. 1cecf57 Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg is 0 by chandan · 11 years ago
  38. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  39. e57138b btrfs: return btrfs error code for dev excl ops err by Anand Jain · 11 years ago
  40. f717175 Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctl by Filipe David Borba Manana · 11 years ago
  41. b308bc2 Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long by Geert Uytterhoeven · 11 years ago
  42. fba6aa7 Btrfs: Make btrfs_header_fsid() return unsigned long by Geert Uytterhoeven · 11 years ago
  43. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  44. bbb651e Btrfs: don't allow the replace procedure on read only filesystems by Stefan Behrens · 11 years ago
  45. 633085c Btrfs: reset force_compress on btrfs_file_defrag failure by Filipe David Borba Manana · 11 years ago
  46. dd5f961 Btrfs: maintain subvolume items in the UUID tree by Stefan Behrens · 11 years ago
  47. 18674c6 Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP by Filipe David Borba Manana · 11 years ago
  48. a696cf3 Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler by Filipe David Borba Manana · 11 years ago
  49. 175a2b8 Btrfs: don't allow a subvol to be deleted if it is the default subovl by Josef Bacik · 11 years ago
  50. 416161d btrfs: offline dedupe by Mark Fasheh · 11 years ago
  51. 32b7c68 btrfs_ioctl_clone: Move clone code into it's own function by Mark Fasheh · 11 years ago
  52. 77fe20dc btrfs: abtract out range locking in clone ioctl() by Mark Fasheh · 11 years ago
  53. a1b83ac btrfs: fix get set label blocking against balance by Anand Jain · 11 years ago
  54. 3cae210 btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert by Qu Wenruo · 11 years ago
  55. ee3441b btrfs: fall back to global reservation when removing subvolumes by Jeff Mahoney · 11 years ago
  56. e3a0dd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  57. 6d0379e btrfs: more open-coded file_inode() by Al Viro · 11 years ago
  58. a96fbc7 Btrfs: allow file data clone within a file by Liu Bo · 11 years ago
  59. 183860f btrfs: device delete to get errors from the kernel by Anand Jain · 11 years ago
  60. 6a03843 Btrfs: just flush the delalloc inodes in the source tree before snapshot creation by Miao Xie · 11 years ago
  61. 3c64a1a Btrfs: cleanup: don't check the same thing twice by Stefan Behrens · 11 years ago
  62. 5798b92 Btrfs: remove useless copy in quota_ctl by Liu Bo · 11 years ago
  63. 57254b6e Btrfs: add ioctl to wait for qgroup rescan completion by Jan Schmidt · 11 years ago
  64. 03b71c6 btrfs: don't stop searching after encountering the wrong item by Gabriel de Perthuis · 11 years ago
  65. 55793c0 btrfs: read entire device info under lock by David Sterba · 11 years ago
  66. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  67. 2f23203 Btrfs: rescan for qgroups by Jan Schmidt · 11 years ago
  68. 0abd5b1 Btrfs: return error when we specify wrong start to defrag by Liu Bo · 11 years ago
  69. 92f183a Btrfs: use tree_root to avoid edquot when disabling quota by Wang Shilong · 11 years ago
  70. 7708f02 Btrfs: creating the subvolume qgroup automatically when enabling quota by Wang Shilong · 11 years ago
  71. 5c50c9b btrfs: make subvol creation/deletion killable in the early stages by David Sterba · 11 years ago
  72. 0aefda3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  73. 9b53157 Btrfs: allow running defrag in parallel to administrative tasks by Stefan Behrens · 11 years ago
  74. 00d71c9 Btrfs: fix unclosed transaction handler when the async transaction commitment fails by Miao Xie · 11 years ago
  75. aec8030 Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails by Miao Xie · 11 years ago
  76. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  77. c58aaad Btrfs: fix wrong reserved space when deleting a snapshot/subvolume by Miao Xie · 11 years ago
  78. d5c1207 Btrfs: fix wrong reserved space in qgroup during snap/subv creation by Miao Xie · 11 years ago
  79. e9662f7 Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshot by Miao Xie · 11 years ago
  80. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  81. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  82. b2c6b3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 by Chris Mason · 11 years ago
  83. fa6ac87 Btrfs: fix cleaner thread not working with inode cache option by Liu Bo · 11 years ago
  84. d4edf39 Btrfs: fix uncompleted transaction by Miao Xie · 11 years ago
  85. a8bfd4a Btrfs: set/change the label of a mounted file system by jeff.liu · 12 years ago
  86. 867ab66 Btrfs: Add a new ioctl to get the label of a mounted file system by jeff.liu · 12 years ago
  87. 210549e btrfs: add cancellation points to defrag by David Sterba · 11 years ago
  88. 8696c53 Btrfs: fix memory leak of pending_snapshot->inherit by Miao Xie · 11 years ago
  89. de78b51 btrfs: remove cache only arguments from defrag path by Eric Sandeen · 11 years ago
  90. 55e301f Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h by Filipe Brandenburger · 11 years ago
  91. 82b22ac Btrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHS by Kusanagi Kouichi · 11 years ago
  92. dfd7982 Btrfs: fix trivial error in btrfs_ioctl_resize() by Miao Xie · 12 years ago
  93. 8d19514 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  94. 1a65e24 Btrfs: move d_instantiate outside the transaction during mksubvol by Chris Mason · 11 years ago
  95. d7df025 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  96. 25122d1 Btrfs: reorder locks and sanity checks in btrfs_ioctl_defrag by Ilya Dryomov · 12 years ago
  97. 4ac20c7 Btrfs: fix unlock order in btrfs_ioctl_rm_dev by Ilya Dryomov · 12 years ago
  98. 18f39c4 Btrfs: fix unlock order in btrfs_ioctl_resize by Ilya Dryomov · 12 years ago
  99. 2c0c9da Btrfs: fix "mutually exclusive op is running" error code by Ilya Dryomov · 12 years ago
  100. ed0fb78 Btrfs: bring back balance pause/resume logic by Ilya Dryomov · 12 years ago