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