1. 325c50e btrfs: ensure that file descriptor used with subvol ioctls is a dir by Jeff Mahoney · 8 years ago
  2. d06f23d btrfs: waiting on qgroup rescan should not always be interruptible by Jeff Mahoney · 8 years ago
  3. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  4. df39756 btrfs: copy_to_sk drop unused root parameter by Jeff Mahoney · 8 years ago
  5. 3cdde22 btrfs: btrfs_test_opt and friends should take a btrfs_fs_info by Jeff Mahoney · 8 years ago
  6. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 559b6d9 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  8. 0023541 restore killability of old mutex_lock_killable(&inode->i_mutex) users by Al Viro · 8 years ago
  9. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  10. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  11. 07be133 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  12. c315ef8 Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7 by Chris Mason · 8 years ago
  13. 36fac9e Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516 by David Sterba · 8 years ago
  14. 5ef64a3 Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 by David Sterba · 8 years ago
  15. 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 8 years ago
  16. 58d7bbf btrfs: ioctl: reorder exclusive op check in RM_DEV by David Sterba · 8 years ago
  17. 7ab1962 btrfs: add write protection to SET_FEATURES ioctl by David Sterba · 8 years ago
  18. 49a3c4d btrfs: use dynamic allocation for root item in create_subvol by David Sterba · 8 years ago
  19. 1535195 btrfs: clone: use vmalloc only as fallback for nodesize bufer by David Sterba · 8 years ago
  20. 2355ac8 btrfs: ioctl: reorder exclusive op check in RM_DEV by David Sterba · 8 years ago
  21. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 8 years ago
  22. ad8403d btrfs: pass the right error code to the btrfs_std_error by Anand Jain · 8 years ago
  23. 018ed4f btrfs: sink gfp parameter to set_extent_defrag by David Sterba · 8 years ago
  24. b525545 btrfs: refactor btrfs_dev_replace_start for reuse by Anand Jain · 8 years ago
  25. 735654e btrfs: rename flags for vol args v2 by David Sterba · 8 years ago
  26. 6b526ed btrfs: introduce device delete by devid by Anand Jain · 8 years ago
  27. 4c63c24 btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl by Luke Dashjr · 9 years ago
  28. 13f48dc btrfs: Simplify conditions about compress while mapping btrfs flags to inode flags by Satoru Takeuchi · 8 years ago
  29. 34d9700 btrfs: rename btrfs_std_error to btrfs_handle_fs_error by Anand Jain · 8 years ago
  30. 839a3f7 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  31. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  32. c79b471 Btrfs: don't use src fd for printk by Josef Bacik · 8 years ago
  33. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 8 years ago
  34. f4dfe68 Btrfs: fix extent_same allowing destination offset beyond i_size by Filipe Manana · 8 years ago
  35. 2be63d5 Btrfs: fix file loss on log replay after renaming a file and fsync by Filipe Manana · 8 years ago
  36. 1ec9a1a Btrfs: fix unreplayable log after snapshot delete + parent dir fsync by Filipe Manana · 8 years ago
  37. f5bc27c Merge branch 'dev/control-ioctl' into for-chris-4.6 by David Sterba · 8 years ago
  38. fa695b0 Merge branch 'misc-4.6' into for-chris-4.6 by David Sterba · 8 years ago
  39. f004fae0 Merge branch 'cleanups-4.6' into for-chris-4.6 by David Sterba · 8 years ago
  40. 675d276 Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6 by David Sterba · 8 years ago
  41. e22b3d1 Merge branch 'dev/gfp-flags' into for-chris-4.6 by David Sterba · 8 years ago
  42. 5f1b566 Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6 by David Sterba · 8 years ago
  43. d5131b6 btrfs: drop unused argument in btrfs_ioctl_get_supported_features by David Sterba · 8 years ago
  44. c5868f8 btrfs: add GET_SUPPORTED_FEATURES to the control device ioctls by David Sterba · 8 years ago
  45. 11ea474 btrfs: remove error message from search ioctl for nonexistent tree by David Sterba · 8 years ago
  46. 04b285f btrfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 8 years ago
  47. ac1407b btrfs: remove redundant error check by Byongho Lee · 8 years ago
  48. 27c9d77 Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  49. 66722f7 btrfs: switch to kcalloc in btrfs_cmp_data_prepare by David Sterba · 8 years ago
  50. fd95ef5 btrfs: extent same: use GFP_KERNEL for page array allocations by David Sterba · 8 years ago
  51. 3131400 Btrfs: fix page reading in extent_same ioctl leading to csum errors by Filipe Manana · 8 years ago
  52. e0bd70c Btrfs: fix invalid page accesses in extent_same (dedup) ioctl by Filipe Manana · 8 years ago
  53. 65bfa65 Btrfs: btrfs_ioctl_clone: Truncate complete page after performing clone operation by Chandan Rajendra · 8 years ago
  54. e410e34 Revert "btrfs: synchronize incompat feature bits with sysfs files" by Chris Mason · 8 years ago
  55. 6b5aa88 Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  56. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  57. 2101ae4 Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  58. 14e46e0 btrfs: synchronize incompat feature bits with sysfs files by David Sterba · 8 years ago
  59. 326f784 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  60. c1a198d Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  61. f32e48e Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots by Chandan Rajendra · 8 years ago
  62. b28cf57 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  63. a305810 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  64. 8546b57 btrfs: preallocate path for snapshot creation at ioctl time by David Sterba · 9 years ago
  65. b0c0ea6 btrfs: allocate root item at snapshot ioctl time by David Sterba · 9 years ago
  66. a1ee736 btrfs: do an allocation earlier during snapshot creation by David Sterba · 9 years ago
  67. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  68. 4d4ab6d btrfs: constify static arrays by David Sterba · 9 years ago
  69. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 9 years ago
  70. 2b3909f btrfs: use new dedupe data function pointer by Darrick J. Wong · 9 years ago
  71. bb9d687 Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  72. 04b38d6 vfs: pull btrfs clone API to vfs layer by Christoph Hellwig · 9 years ago
  73. 8d2db78 btrfs: use GFP_KERNEL for allocations in ioctl handlers by David Sterba · 9 years ago
  74. ff13db4 btrfs: drop unused parameter from lock_extent_bits by David Sterba · 9 years ago
  75. 3db11b2 btrfs: add .copy_file_range file operation by Zach Brown · 9 years ago
  76. 27eb427b Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  77. 849ef92 btrfs: check unsupported filters in balance arguments by David Sterba · 9 years ago
  78. b06c4bf Btrfs: fix regression running delayed references when using qgroups by Filipe Manana · 9 years ago
  79. 7cf5b97 btrfs: qgroup: Cleanup old inaccurate facilities by Qu Wenruo · 9 years ago
  80. df48063 btrfs: extent-tree: Switch to new delalloc space reserve and release by Qu Wenruo · 9 years ago
  81. a408365 Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4 by Chris Mason · 9 years ago
  82. a0d58e4 Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  83. 0f89abf btrfs: fix possible leak in btrfs_ioctl_balance() by Christian Engelmayer · 9 years ago
  84. d7641a4 btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entry by Byongho Lee · 9 years ago
  85. 8039d87 Btrfs: fix file corruption and data loss after cloning inline extents by Filipe Manana · 9 years ago
  86. 8eb9345 btrfs: check unsupported filters in balance arguments by David Sterba · 9 years ago
  87. 62fb50a Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  88. f14d104 btrfs: switch more printks to our helpers by David Sterba · 9 years ago
  89. ecaeb14 btrfs: switch message printers to _in_rcu variants by David Sterba · 9 years ago
  90. a4553fe Btrfs: consolidate btrfs_error() to btrfs_std_error() by Anand Jain · 9 years ago
  91. 293a848 btrfs: fix clone / extent-same deadlocks by Mark Fasheh · 9 years ago
  92. 4a3560c Btrfs: fix defrag to merge tail file extent by Liu Bo · 9 years ago
  93. dd81d45 btrfs: fix search key advancing condition by Naohiro Aota · 9 years ago
  94. ed95876 Btrfs: fix file corruption after cloning inline extents by Filipe Manana · 9 years ago
  95. 497b405 Btrfs: fix memory leak in the extent_same ioctl by Filipe Manana · 9 years ago
  96. 1c919a5 btrfs: don't update mtime/ctime on deduped inodes by Mark Fasheh · 9 years ago
  97. 0efa9f4 btrfs: allow dedupe of same inode by Mark Fasheh · 9 years ago
  98. f441460 btrfs: fix deadlock with extent-same and readpage by Mark Fasheh · 9 years ago
  99. 207910d btrfs: pass unaligned length to btrfs_cmp_data() by Mark Fasheh · 9 years ago
  100. e1d227a btrfs: Handle unaligned length in extent_same by Mark Fasheh · 9 years ago