1. b82207b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  2. 14f5979 Btrfs: fix use-after-free when cloning a trailing file hole by Filipe Manana · 10 years ago
  3. 3cc7939 Btrfs: atomically set inode->i_flags in btrfs_update_iflags by Filipe Manana · 10 years ago
  4. 16d52ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  5. cc68a8a btrfs: new ioctl TREE_SEARCH_V2 by Gerhard Heift · 11 years ago
  6. ba346b3 btrfs: tree_search, search_ioctl: direct copy to userspace by Gerhard Heift · 11 years ago
  7. 9b6e817 btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOW by Gerhard Heift · 11 years ago
  8. 8f5f617 btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small buffer by Gerhard Heift · 11 years ago
  9. 1254444 btrfs: tree_search, search_ioctl: accept varying buffer by Gerhard Heift · 11 years ago
  10. 25c9bc2 btrfs: tree_search: eliminate redundant nr_items check by Gerhard Heift · 11 years ago
  11. 859862d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  12. 7ffbb59 Btrfs: make fsync work after cloning into a file by Filipe Manana · 10 years ago
  13. 9391558 trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/ by Antonio Ospite · 10 years ago
  14. f82a990 Btrfs: fix clone to deal with holes when NO_HOLES feature is enabled by Filipe Manana · 10 years ago
  15. 902c68a btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAX by Gui Hecheng · 10 years ago
  16. 3821f34 Btrfs: update commit root on snapshot creation after orphan cleanup by Filipe Manana · 10 years ago
  17. ff5df9b Btrfs: ioctl, don't re-lock extent range when not necessary by Filipe Manana · 10 years ago
  18. 2c46382 Btrfs: avoid visiting all extent items when cloning a range by Filipe Manana · 10 years ago
  19. c55bfa6 Btrfs: set dead flag on the right root when destroying snapshot by Filipe Manana · 10 years ago
  20. c125b8b Btrfs: ensure readers see new data after a clone operation by Filipe Manana · 10 years ago
  21. 58dfae6 btrfs: replace simple_strtoull() with kstrtoull() by ZhangZhen · 10 years ago
  22. fcebe45 Btrfs: rework qgroup accounting by Josef Bacik · 10 years ago
  23. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 10 years ago
  24. 61155aa btrfs: assert that send is not in progres before root deletion by David Sterba · 10 years ago
  25. 521e054 btrfs: protect snapshots from deleting during send by David Sterba · 10 years ago
  26. e4ef90f btrfs: make FS_INFO ioctl available to anyone by David Sterba · 10 years ago
  27. 7d6213c btrfs: make DEV_INFO ioctl available to anyone by David Sterba · 10 years ago
  28. 80a773f btrfs: retrieve more info from FS_INFO ioctl by David Sterba · 10 years ago
  29. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  30. 11da37b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  31. d3ecfcd Btrfs: fix EIO on reading file after ioctl clone works on it by Liu Bo · 10 years ago
  32. 33c0022 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  33. 3f9e3df btrfs: replace error code from btrfs_drop_extents by David Sterba · 10 years ago
  34. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  35. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  36. 36523e95 btrfs: export global block reserve size as space_info by David Sterba · 11 years ago
  37. 3a29bc0 Btrfs: fix EINVAL checks in btrfs_clone by Chris Mason · 10 years ago
  38. 9a40f12 btrfs: filter invalid arg for btrfs resize by Gui Hecheng · 10 years ago
  39. 84dbeb8 Btrfs: kmalloc() doesn't return an ERR_PTR by Dan Carpenter · 10 years ago
  40. 53c5666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  41. 00fdf13 Btrfs: fix a crash of clone with inline extents's split by Liu Bo · 10 years ago
  42. f094c9bd Btrfs: less fs tree lock contention when using autodefrag by Filipe Manana · 10 years ago
  43. 72de6b5 Btrfs: return EPERM when deleting a default subvolume by Guangyu Sun · 10 years ago
  44. 308d980 Btrfs: cache extent states in defrag code path by Filipe Manana · 10 years ago
  45. 6c255e6 Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock by Miao Xie · 10 years ago
  46. 8257b2d Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume by Miao Xie · 10 years ago
  47. e2127cf Btrfs: make defrag not fragment files when using prealloc extents by Filipe Manana · 11 years ago
  48. dec8ef9 Btrfs: correctly flush data on defrag when compression is enabled by Filipe Manana · 11 years ago
  49. abccd00 btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctl by Hugo Mills · 11 years ago
  50. 23ad5b1 btrfs: Return EXDEV for cross file system snapshot by Kusanagi Kouichi · 11 years ago
  51. 3962dfb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  52. 11bcac8 Revert "btrfs: add ioctl to export size of global metadata reservation" by Chris Mason · 11 years ago
  53. 9c1db77 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  54. 8051aa1 btrfs: reserve no transaction units in btrfs_ioctl_set_features by David Sterba · 11 years ago
  55. d0270ac btrfs: commit transaction after setting label and features by Jeff Mahoney · 11 years ago
  56. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  57. c41570c btrfs: fix defrag 32-bit integer overflow by Justin Maggard · 11 years ago
  58. bd60ea0 btrfs: call permission checks earlier in ioctls and return EPERM by David Sterba · 11 years ago
  59. d024206 btrfs: restrict snapshotting to own subvolumes by David Sterba · 11 years ago
  60. e4355f3 Btrfs: faster file extent item search in clone ioctl by Filipe David Borba Manana · 11 years ago
  61. c57c2b3 Btrfs: unlock inodes in correct order in clone ioctl by Filipe David Borba Manana · 11 years ago
  62. de6e820 Btrfs: release subvolume's block_rsv before transaction commit by Liu Bo · 11 years ago
  63. 6354192 Btrfs: add support for inode properties by Filipe David Borba Manana · 11 years ago
  64. eb8052e fs/btrfs: Integer overflow in btrfs_ioctl_resize() by Wenliang Fan · 11 years ago
  65. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  66. 2c68653 btrfs: Check read-only status of roots during send by David Sterba · 11 years ago
  67. 5662344b3 Btrfs: fix error check of btrfs_lookup_dentry() by Tsutomu Itoh · 11 years ago
  68. 01e219e btrfs: add ioctl to export size of global metadata reservation by Jeff Mahoney · 11 years ago
  69. 3b02a68 btrfs: use feature attribute names to print better error messages by Jeff Mahoney · 11 years ago
  70. 2eaa055 btrfs: add ioctls to query/change feature bits online by Jeff Mahoney · 11 years ago
  71. 1c1c874 btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAME by Al Viro · 11 years ago
  72. e43f998 btrfs: call mnt_drop_write after interrupted subvol deletion by David Sterba · 11 years ago
  73. 54563d4 btrfs: get rid of fdentry() by Al Viro · 11 years ago
  74. 46e0f66 btrfs: fix empty_zero_page misusage by Chris Mason · 11 years ago
  75. 91aef86 Btrfs: rename btrfs_start_all_delalloc_inodes by Miao Xie · 11 years ago
  76. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  77. 6787125 btrfs: Fix checkpatch.pl warning of spacing issues by Dulshani Gunawardhana · 11 years ago
  78. d9b0d9b btrfs: Replace kmalloc with kmalloc_array by Dulshani Gunawardhana · 11 years ago
  79. b19e684 btrfs: Remove redundant local zero structure by Dulshani Gunawardhana · 11 years ago
  80. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  81. 229eed4 btrfs: simplify kmalloc+copy_from_user to memdup_user by Geyslan G. Bem · 11 years ago
  82. adfa97c Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replace by Ilya Dryomov · 11 years ago
  83. 6174d3c Btrfs: remove unused max_key arg from btrfs_search_forward by Filipe David Borba Manana · 11 years ago
  84. 0a4e558 btrfs: remove unused parameter from btrfs_header_fsid by Ross Kirk · 11 years ago
  85. 9b19985 Btrfs: fix sync fs to actually wait for all data to be persisted by Filipe David Borba Manana · 11 years ago
  86. cbf8b8c btrfs: change extent-same to copy entire argument struct by Mark Fasheh · 11 years ago
  87. 1cecf57 Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg is 0 by chandan · 11 years ago
  88. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  89. e57138b btrfs: return btrfs error code for dev excl ops err by Anand Jain · 11 years ago
  90. f717175 Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctl by Filipe David Borba Manana · 11 years ago
  91. b308bc2 Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long by Geert Uytterhoeven · 11 years ago
  92. fba6aa7 Btrfs: Make btrfs_header_fsid() return unsigned long by Geert Uytterhoeven · 11 years ago
  93. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  94. bbb651e Btrfs: don't allow the replace procedure on read only filesystems by Stefan Behrens · 11 years ago
  95. 633085c Btrfs: reset force_compress on btrfs_file_defrag failure by Filipe David Borba Manana · 11 years ago
  96. dd5f961 Btrfs: maintain subvolume items in the UUID tree by Stefan Behrens · 11 years ago
  97. 18674c6 Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP by Filipe David Borba Manana · 11 years ago
  98. a696cf3 Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler by Filipe David Borba Manana · 11 years ago
  99. 175a2b8 Btrfs: don't allow a subvol to be deleted if it is the default subovl by Josef Bacik · 11 years ago
  100. 416161d btrfs: offline dedupe by Mark Fasheh · 11 years ago