1. 425c6ed btrfs: do not hold device_list_mutex when closing devices by Josef Bacik · 4 years, 5 months ago
  2. 62cf539 btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks by Josef Bacik · 4 years, 5 months ago
  3. 68abf36 btrfs: remove alloc_list splice in btrfs_prepare_sprout by Nikolay Borisov · 4 years, 5 months ago
  4. 427c8fd btrfs: document some invariants of seed code by Nikolay Borisov · 4 years, 5 months ago
  5. 944d3f9 btrfs: switch seed device to list api by Nikolay Borisov · 4 years, 6 months ago
  6. c4989c2f btrfs: simplify setting/clearing fs_info to btrfs_fs_devices by Nikolay Borisov · 4 years, 6 months ago
  7. 54eed6a btrfs: make close_fs_devices return void by Nikolay Borisov · 4 years, 6 months ago
  8. 3712ccb btrfs: factor out loop logic from btrfs_free_extra_devids by Nikolay Borisov · 4 years, 6 months ago
  9. dc0ab48 btrfs: factor out reada loop in __reada_start_machine by Nikolay Borisov · 4 years, 6 months ago
  10. 1028d1c btrfs: remove err variable from btrfs_get_extent by Nikolay Borisov · 4 years, 6 months ago
  11. 0eb7929 btrfs: dio iomap DSYNC workaround by Josef Bacik · 4 years, 5 months ago
  12. f85781f btrfs: switch to iomap for direct IO by Goldwyn Rodrigues · 4 years, 5 months ago
  13. 154f7cb btrfs: add owner and fs_info to alloc_state io_tree by Qu Wenruo · 4 years, 5 months ago
  14. 4c448ce btrfs: make read_block_group_item return void by Marcos Paulo de Souza · 4 years, 5 months ago
  15. 2464648 btrfs: sysfs: fix unused-but-set-variable warnings by Leon Romanovsky · 4 years, 5 months ago
  16. 4877817 btrfs: make fast fsyncs wait only for writeback by Filipe Manana · 4 years, 5 months ago
  17. 75b463d btrfs: do not commit logs and transactions during link and rename operations by Filipe Manana · 4 years, 5 months ago
  18. 5522a27 btrfs: do not take the log_mutex of the subvolume when pinning the log by Filipe Manana · 4 years, 5 months ago
  19. 1b51d6f btrfs: send: remove indirect callback parameter for changed_cb by David Sterba · 4 years, 5 months ago
  20. 8bb1cf1 btrfs: scrub: rename ratelimit state varaible to avoid shadowing by David Sterba · 4 years, 5 months ago
  21. 0af447d btrfs: remove unnecessarily shadowed variables by David Sterba · 4 years, 5 months ago
  22. cb4c919 btrfs: compression: move declarations to header by David Sterba · 4 years, 5 months ago
  23. 9e6df7c btrfs: remove const from btrfs_feature_set_name by David Sterba · 4 years, 5 months ago
  24. e21139c btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need() by Qu Wenruo · 4 years, 5 months ago
  25. c492302 btrfs: fix possible infinite loop in data async reclaim by Josef Bacik · 4 years, 5 months ago
  26. 1a7a92c btrfs: add a comment explaining the data flush steps by Josef Bacik · 4 years, 6 months ago
  27. 5705674 btrfs: do async reclaim for data reservations by Josef Bacik · 4 years, 6 months ago
  28. cb3e393 btrfs: flush delayed refs when trying to reserve data space by Josef Bacik · 4 years, 6 months ago
  29. 327feee btrfs: run delayed iputs before committing the transaction for data by Josef Bacik · 4 years, 6 months ago
  30. bb86bd3 btrfs: don't force commit if we are data by Josef Bacik · 4 years, 6 months ago
  31. 0282700 btrfs: drop the commit_cycles stuff for data reservations by Josef Bacik · 4 years, 6 months ago
  32. f3bda42 btrfs: use the same helper for data and metadata reservations by Josef Bacik · 4 years, 6 months ago
  33. 0532a6f btrfs: serialize data reservations if we are flushing by Josef Bacik · 4 years, 6 months ago
  34. 1004f68 btrfs: use ticketing for data space reservations by Josef Bacik · 4 years, 6 months ago
  35. 8698fc4 btrfs: add btrfs_reserve_data_bytes and use it by Josef Bacik · 4 years, 6 months ago
  36. a1ed0a8 btrfs: add the data transaction commit logic into may_commit_transaction by Josef Bacik · 4 years, 6 months ago
  37. 058e6d1 btrfs: add flushing states for handling data reservations by Josef Bacik · 4 years, 6 months ago
  38. 448b966 btrfs: check tickets after waiting on ordered extents by Josef Bacik · 4 years, 6 months ago
  39. 38d715f btrfs: use btrfs_start_delalloc_roots in shrink_delalloc by Josef Bacik · 4 years, 6 months ago
  40. 39753e4 btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc by Josef Bacik · 4 years, 6 months ago
  41. 99ffb43 btrfs: call btrfs_try_granting_tickets when reserving space by Josef Bacik · 4 years, 6 months ago
  42. 2732798 btrfs: call btrfs_try_granting_tickets when unpinning anything by Josef Bacik · 4 years, 6 months ago
  43. 3308234 btrfs: call btrfs_try_granting_tickets when freeing reserved bytes by Josef Bacik · 4 years, 6 months ago
  44. c6c4530 btrfs: make ALLOC_CHUNK use the space info flags by Josef Bacik · 4 years, 6 months ago
  45. 920a995 btrfs: make shrink_delalloc take space_info as an arg by Josef Bacik · 4 years, 6 months ago
  46. d7f81fa btrfs: handle U64_MAX for shrink_delalloc by Josef Bacik · 4 years, 6 months ago
  47. 288be2d btrfs: remove orig from shrink_delalloc by Josef Bacik · 4 years, 6 months ago
  48. b491213 btrfs: change nr to u64 in btrfs_start_delalloc_roots by Josef Bacik · 4 years, 6 months ago
  49. 8e56008 btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsid by Nikolay Borisov · 4 years, 5 months ago
  50. 57297c1 btrfs: remove spurious BUG_ON in btrfs_get_extent by Nikolay Borisov · 4 years, 6 months ago
  51. 260db43 btrfs: delete duplicated words + other fixes in comments by Randy Dunlap · 4 years, 5 months ago
  52. 437490f btrfs: tracepoints: output proper root owner for trace_find_free_extent() by Qu Wenruo · 4 years, 6 months ago
  53. 549738f Linux 5.9-rc8 by Linus Torvalds · 4 years, 3 months ago
  54. 22fbc03 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 4 months ago
  55. 5ee5613 Merge tag 'for-linus-5.9b-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 4 months ago
  56. 5f05663 Merge tag 'usb-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 4 months ago
  57. f35c08e Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 4 months ago
  58. 72af7b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 4 months ago
  59. d43ca13 scripts/spelling.txt: fix malformed entry by Eric Biggers · 4 years, 4 months ago
  60. 1d91df8 mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs by Joonsoo Kim · 4 years, 4 months ago
  61. 484cfac mm, slub: restore initial kmem_cache flags by Eric Farman · 4 years, 4 months ago
  62. e2e1a1c Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 4 months ago
  63. b502e6e KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept by Paolo Bonzini · 4 years, 4 months ago
  64. d3d45f8 Merge tag 'pinctrl-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 4 years, 4 months ago
  65. 4d9c3a6 Merge tag 'pci-v5.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 4 months ago
  66. cb6f55a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 4 months ago
  67. 702bfc8 Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  68. f016a54 Merge tag 'block-5.9-2020-10-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  69. d4fce2e Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 4 months ago
  70. db23baa Merge tag 'riscv-for-linus-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 4 months ago
  71. 4e3b9ce Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
  72. c513091 Merge tag 'pm-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 4 months ago
  73. cc8ad8f Merge tag 'staging-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 4 months ago
  74. 0bf0dfd Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 4 months ago
  75. 2270b89 Merge tag 'mmc-v5.9-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 4 months ago
  76. 09a6b0b random32: Restore __latent_entropy attribute on net_rand_state by Thibaut Sautereau · 4 years, 4 months ago
  77. 7bbe8f2 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 4 years, 4 months ago
  78. be45831 mm: memcg/slab: fix slab statistics in !SMP configuration by Roman Gushchin · 4 years, 4 months ago
  79. 472e5b0 pipe: remove pipe_wait() and fix wakeup race with splice by Linus Torvalds · 4 years, 4 months ago
  80. 44b6e23 Merge tag 'iommu-fixes-v5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 4 months ago
  81. eed2ef4 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 4 months ago
  82. fcadab7 Merge tag 'drm-fixes-2020-10-01-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 4 months ago
  83. aa5ff93 Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 4 months ago
  84. 1a3f2fd iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb() by Lu Baolu · 4 years, 4 months ago
  85. 0891fb3 xen/events: don't use chip_data for legacy IRQs by Juergen Gross · 4 years, 4 months ago
  86. 0bbe4ce iommu/amd: Fix the overwritten field in IVMD header by Adrian Huang · 4 years, 4 months ago
  87. 452d6222 KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest by Marc Zyngier · 4 years, 6 months ago
  88. 8c1f1c34 gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x by Andy Shevchenko · 4 years, 4 months ago
  89. e09e200 gpio: pca953x: Use bitmap API over implicit GCC extension by Andy Shevchenko · 4 years, 4 months ago
  90. 39c4dbe pinctrl: mediatek: check mtk_is_virt_gpio input parameter by Hanks Chen · 4 years, 5 months ago
  91. 5d8ff95 pinctrl: qcom: sm8250: correct sdc2_clk by Dmitry Baryshkov · 4 years, 4 months ago
  92. 132d7c8 Merge tag 'amd-drm-fixes-5.9-2020-09-30' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 4 months ago
  93. 76a6b0b MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer by Pali Rohár · 4 years, 4 months ago
  94. a509a66 arm64: permit ACPI core to map kernel memory used for table overrides by Ard Biesheuvel · 4 years, 4 months ago
  95. 60e7209 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 4 months ago
  96. aa98876 RISC-V: Check clint_time_val before use by Anup Patel · 4 years, 4 months ago
  97. 4c8f353 btrfs: fix filesystem corruption after a device replace by Filipe Manana · 4 years, 4 months ago
  98. a466c85 btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks by Josef Bacik · 4 years, 5 months ago
  99. 1a67b92 ARM: imx6q: Fixup RCU usage for cpuidle by Ulf Hansson · 4 years, 4 months ago
  100. eac53b3e Documentation: PM: Fix a reStructuredText syntax error by Yoann Congal · 4 years, 4 months ago