1. 32a9991 btrfs: factor sysfs code out of link_block_group by David Sterba · 5 years ago
  2. 8943910 btrfs: move sysfs declarations out of ctree.h by David Sterba · 5 years ago
  3. ae4b9b4 btrfs: opencode reset of all device stats by Anand Jain · 5 years ago
  4. 4e411a7 btrfs: reset device stat using btrfs_dev_stat_set by Anand Jain · 5 years ago
  5. 73798c4 btrfs: qgroup: Try our best to delete qgroup relations by Qu Wenruo · 5 years ago
  6. 73a3ca2 btrfs: clarify btrfs_ioctl_get_dev_stats padding by Hans van Kranenburg · 5 years ago
  7. 202f64e Btrfs: make test_find_first_clear_extent_bit fail on incorrect results by Filipe Manana · 5 years ago
  8. cdf52bd Btrfs: fix memory leaks in the test test_find_first_clear_extent_bit by Filipe Manana · 5 years ago
  9. b33151e btrfs: delete debugfs code by David Sterba · 6 years ago
  10. 6e369fe btrfs: sysfs: add debugging exports by David Sterba · 6 years ago
  11. 6a9fb46 btrfs: make caching_thread use btrfs_find_next_key by Josef Bacik · 6 years ago
  12. caa4efa btrfs: temporarily export fragment_free_space by Josef Bacik · 6 years ago
  13. e3cb339 btrfs: export the caching control helpers by Josef Bacik · 6 years ago
  14. 6f410d1 btrfs: export the excluded extents helpers by Josef Bacik · 6 years ago
  15. 676f1f7 btrfs: export the block group caching helpers by Josef Bacik · 6 years ago
  16. 3eeb322 btrfs: migrate nocow and reservation helpers by Josef Bacik · 6 years ago
  17. 3cad128 btrfs: migrate the block group ref counting stuff by Josef Bacik · 6 years ago
  18. 2e405ad btrfs: migrate the block group lookup code by Josef Bacik · 6 years ago
  19. aac0023 btrfs: move basic block_group definitions to their own header by Josef Bacik · 6 years ago
  20. 478b4d9 btrfs: move btrfs_add_free_space out of a header file by Josef Bacik · 6 years ago
  21. 430a662 btrfs: tree-log: use symbolic name for first replay stage by David Sterba · 5 years ago
  22. f64ce7b btrfs: async-thread: convert defines to enums by David Sterba · 5 years ago
  23. e13976c btrfs: tree-log: convert defines to enums by David Sterba · 5 years ago
  24. 82253cb btrfs: remove unused key type set/get helpers by David Sterba · 5 years ago
  25. adf4c0c btrfs: remove unused btrfs_device::flush_bio_sent by David Sterba · 5 years ago
  26. b64119b Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nesting by Filipe Manana · 6 years ago
  27. 559ca6e btrfs: Refactor btrfs_calc_avail_data_space by Nikolay Borisov · 6 years ago
  28. e678934 btrfs: Remove unnecessary check from join_running_log_trans by Nikolay Borisov · 6 years ago
  29. 32e5344 Btrfs: wake up inode cache waiters sooner to reduce waiting time by Filipe Manana · 6 years ago
  30. 9d123a3 Btrfs: fix inode cache waiters hanging on path allocation failure by Filipe Manana · 6 years ago
  31. a68ebe0 Btrfs: fix inode cache waiters hanging on failure to start caching thread by Filipe Manana · 6 years ago
  32. 29d47d0 Btrfs: fix inode cache block reserve leak on failure to allocate data space by Filipe Manana · 6 years ago
  33. 7764d56 Btrfs: fix hang when loading existing inode cache off disk by Filipe Manana · 6 years ago
  34. 259ee77 btrfs: tree-checker: Add ROOT_ITEM check by Qu Wenruo · 5 years ago
  35. 2a28468 btrfs: extent-tree: Make sure we only allocate extents from block groups with the same type by Qu Wenruo · 5 years ago
  36. 933c22a btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index() by Qu Wenruo · 5 years ago
  37. 112974d btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate() by Qu Wenruo · 5 years ago
  38. e913814 btrfs: extent-tree: Add comment for inc_block_group_ro() by Qu Wenruo · 5 years ago
  39. 135da97 btrfs: volumes: Add comment for find_free_dev_extent_start() by Qu Wenruo · 5 years ago
  40. 9e3246a btrfs: volumes: Unexport find_free_dev_extent_start() by Qu Wenruo · 5 years ago
  41. 73e82fe btrfs: assert tree mod log lock in __tree_mod_log_insert by David Sterba · 6 years ago
  42. d23ea3f btrfs: assert extent map tree lock in add_extent_mapping by David Sterba · 6 years ago
  43. 982f1f5d btrfs: Add an assertion to warn incorrect case in insert_inline_extent() by Jia-Ju Bai · 5 years ago
  44. 330a582 btrfs: Remove leftover of in-band dedupe by Nikolay Borisov · 5 years ago
  45. 74e9194 btrfs: Remove delalloc_end argument from extent_clear_unlock_delalloc by Nikolay Borisov · 5 years ago
  46. cecc8d9 btrfs: Move free_pages_out label in inline extent handling branch in compress_file_range by Nikolay Borisov · 5 years ago
  47. ac3e993 btrfs: Return number of compressed extents directly in compress_file_range by Nikolay Borisov · 5 years ago
  48. 40cf931 btrfs: use common vfs LABEL ioctl definitions by Eric Sandeen · 5 years ago
  49. 5044ed4 btrfs: Remove unused locking functions by Nikolay Borisov · 5 years ago
  50. 8ddc319 btrfs: reduce stack usage for btrfsic_process_written_block by Arnd Bergmann · 6 years ago
  51. 99fccf3 btrfs: remove set but not used variable 'offset' by YueHaibing · 6 years ago
  52. 690a5db Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents by Filipe Manana · 6 years ago
  53. 9cba40a Btrfs: factor out extent dropping code from hole punch handler by Filipe Manana · 6 years ago
  54. f74c2bb Linux 5.3-rc8 by Linus Torvalds · 5 years ago
  55. 983f700 Merge tag 'compiler-attributes-for-linus-v5.3-rc8' of git://github.com/ojeda/linux by Linus Torvalds · 5 years ago
  56. def8b72 Merge tag 'gpio-v5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  57. bfafddd include/linux/compiler.h: fix Oops for Clang-compiled kernels by Nick Desaulniers · 5 years ago
  58. 950b07c Revert "x86/apic: Include the LDR when clearing out APIC registers" by Linus Torvalds · 5 years ago
  59. b3a9964 Merge tag 'char-misc-5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  60. a8e0aba Documentation/process: Add Qualcomm process ambassador for hardware security issues by Trilok Soni · 5 years ago
  61. d3464cc Merge tag 'dmaengine-fix-5.3' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  62. 1e3778c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  63. 7641033 Merge tag 'libnvdimm-fix-5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  64. 9772152 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 5 years ago
  65. 0c043d7 Input: elan_i2c - remove Lenovo Legion Y7000 PnpID by Benjamin Tissoires · 5 years ago
  66. 36daa83 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  67. 30d7030 Merge tag 'configfs-for-5.3' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 5 years ago
  68. 76f5e9f Merge tag 'iommu-fixes-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 5 years ago
  69. 0445971 Merge tag 'mmc-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 5 years ago
  70. 08d433d Merge tag 'drm-fixes-2019-09-06' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  71. 9d098a6 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
  72. 13da6ac Merge tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  73. 1f49316 Documentation/process/embargoed-hardware-issues: Microsoft ambassador by Sasha Levin · 5 years ago
  74. 8928e91 soc: qcom: geni: Provide parameter error checking by Lee Jones · 5 years ago
  75. 754265b iommu/amd: Fix race in increase_address_space() by Joerg Roedel · 5 years ago
  76. 36b7200 iommu/amd: Flush old domains in kdump kernel by Stuart Hayes · 5 years ago
  77. 1e19ec6 Merge tag 'drm-misc-fixes-2019-09-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 5 years ago
  78. 7610bb0 Merge branch 'vmwgfx-fixes-5.3' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 5 years ago
  79. d41a3ef keys: Fix missing null pointer check in request_key_auth_describe() by Hillf Danton · 5 years ago
  80. a3f5e1f Merge tag 'sound-5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  81. 19e4147 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  82. 262f7ee Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  83. 13133f9 Merge tag 'clang-format-for-linus-v5.3-rc8' of git://github.com/ojeda/linux by Linus Torvalds · 5 years ago
  84. 13212a6 Merge tag 'renesas-fixes2-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/fixes by Arnd Bergmann · 5 years ago
  85. 08b0c89 drm/vmwgfx: Fix double free in vmw_recv_msg() by Dan Carpenter · 5 years ago
  86. f56f791 Documentation/process: Add Google contact for embargoed hardware issues by Kees Cook · 5 years ago
  87. 02e740a Documentation/process: Volunteer as the ambassador for Xen by Andrew Cooper · 5 years ago
  88. b0841ee configfs: provide exclusion between IO and removals by Al Viro · 5 years ago
  89. 3b47fd5 Merge tag 'nfs-for-5.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 5 years ago
  90. 1251201 sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI logic and code by Ingo Molnar · 5 years ago
  91. d9a2b63 Merge tag 'renesas-fixes-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/fixes by Arnd Bergmann · 5 years ago
  92. a8318c1 powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts by Gustavo Romero · 5 years ago
  93. 8205d5d powerpc/tm: Fix FP/VMX unavailable exceptions inside a transaction by Gustavo Romero · 5 years ago
  94. 02fa5d7b mm/balloon_compaction: suppress allocation warnings by Nadav Amit · 5 years ago
  95. 3d2c7d3 Revert "vhost: access vq metadata through kernel virtual address" by Michael S. Tsirkin · 5 years ago
  96. 896fc24 vhost: Remove unnecessary variable by Yunsheng Lin · 5 years ago
  97. 718be6b virtio-net: lower min ring num_free for efficiency by ? jiang · 5 years ago
  98. 264b563 vhost/test: fix build for vhost test by Tiwei Bie · 5 years ago
  99. 93d2c4d vhost/test: fix build for vhost test by Tiwei Bie · 5 years ago
  100. 2a36c16 ALSA: hda/realtek - Fix the problem of two front mics on a ThinkCentre by Hui Wang · 5 years ago