1. a0e248b Btrfs: fix negative subv_writers counter and data space leak after buffered write by Filipe Manana · 5 years ago
  2. b929c1d btrfs: ioctl: Try to use btrfs_fs_info instead of *file by Marcos Paulo de Souza · 5 years ago
  3. 4273eaf btrfs: use bool argument in free_root_pointers() by Anand Jain · 5 years ago
  4. ce96b7f btrfs: use better definition of number of compression type by Chengguang Xu · 5 years ago
  5. b9b1a53 btrfs: use enum for extent type defines by Chengguang Xu · 5 years ago
  6. b2cd295 btrfs: props: remove unnecessary hash_init() by Chengguang Xu · 5 years ago
  7. 8d51012 btrfs: Rename btrfs_join_transaction_nolock by Nikolay Borisov · 5 years ago
  8. ce6d3eb btrfs: User assert to document transaction requirement by Nikolay Borisov · 5 years ago
  9. 67439da btrfs: opencode extent_buffer_get by David Sterba · 5 years ago
  10. f7bddf1 btrfs: Avoid getting stuck during cyclic writebacks by Tejun Heo · 5 years ago
  11. a9143bd btrfs: block-group: Rework documentation of check_system_chunk function by Marcos Paulo de Souza · 5 years ago
  12. c06631b btrfs: Enhance error output for write time tree checker by Qu Wenruo · 5 years ago
  13. 80d7fd1 btrfs: tree-checker: Refactor prev_key check for ino into a function by Qu Wenruo · 5 years ago
  14. dbb70be Btrfs: extent_write_locked_range() should attach inode->i_wb by Chris Mason · 5 years ago
  15. ec39f76 Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios by Chris Mason · 5 years ago
  16. 1d53c9e Btrfs: only associate the locked page with one async_chunk struct by Chris Mason · 5 years ago
  17. ba8a9d0 Btrfs: delete the entire async bio submission framework by Chris Mason · 5 years ago
  18. 08635ba Btrfs: stop using btrfs_schedule_bio() by Chris Mason · 5 years ago
  19. e1f60a6 btrfs: add __pure attribute to functions by David Sterba · 5 years ago
  20. 4143cb8 btrfs: add const function attribute by David Sterba · 5 years ago
  21. b105e92 btrfs: add __cold attribute to more functions by David Sterba · 5 years ago
  22. 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago
  23. baf320b btrfs: use refcount_inc_not_zero in kill_all_nodes by Josef Bacik · 5 years ago
  24. aa6c0df btrfs: print process name and pid that calls device scanning by Anand Jain · 5 years ago
  25. 725af92 btrfs: Open-code name_in_log_ref in replay_one_name by Nikolay Borisov · 5 years ago
  26. d3316c8 btrfs: Properly handle backref_in_log retval by Nikolay Borisov · 5 years ago
  27. 89cbf5f6b btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_log by Nikolay Borisov · 5 years ago
  28. 3296bf5 btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED by Qu Wenruo · 5 years ago
  29. 61c047b btrfs: transaction: describe transaction states and transitions by Qu Wenruo · 5 years ago
  30. c149916 btrfs: use has_single_bit_set for clarity by David Sterba · 5 years ago
  31. 79c8264 btrfs: add 64bit safe helper for power of two checks by David Sterba · 5 years ago
  32. e62869b btrfs: balance: use term redundancy instead of integrity in message by Anand Jain · 5 years ago
  33. 1f95ec0 btrfs: move btrfs_unlock_up_safe to other locking functions by David Sterba · 5 years ago
  34. ed2b1d3 btrfs: move btrfs_set_path_blocking to other locking functions by David Sterba · 5 years ago
  35. 31f6e76 btrfs: make btrfs_assert_tree_locked static inline by David Sterba · 5 years ago
  36. d615621 btrfs: make locking assertion helpers static inline by David Sterba · 5 years ago
  37. c9eb55d btrfs: get rid of pointless wtag variable in async-thread.c by Omar Sandoval · 5 years ago
  38. a0cac0e btrfs: get rid of unique workqueue helper functions by Omar Sandoval · 5 years ago
  39. 57d4f0b btrfs: don't prematurely free work in scrub_missing_raid56_worker() by Omar Sandoval · 5 years ago
  40. e732fe9 btrfs: don't prematurely free work in reada_start_machine_worker() by Omar Sandoval · 5 years ago
  41. 9be490f btrfs: don't prematurely free work in end_workqueue_fn() by Omar Sandoval · 5 years ago
  42. c495dcd btrfs: don't prematurely free work in run_ordered_work() by Omar Sandoval · 5 years ago
  43. cdc6f16 btrfs: get rid of unnecessary memset() of work item by Omar Sandoval · 5 years ago
  44. b3f167a btrfs: move the failrec tree stuff into extent-io-tree.h by Josef Bacik · 5 years ago
  45. 083e75e btrfs: export find_delalloc_range by Josef Bacik · 5 years ago
  46. 9c7d3a5 btrfs: move extent_io_tree defs to their own header by Josef Bacik · 5 years ago
  47. 6f0d04f btrfs: separate out the extent io init function by Josef Bacik · 5 years ago
  48. 33ca832 btrfs: separate out the extent leak code by Josef Bacik · 5 years ago
  49. 34ffafd btrfs: ctree: Remove stray comment of setting up path lock by Qu Wenruo · 5 years ago
  50. abe9339 btrfs: ctree: Reduce one indent level for btrfs_search_old_slot() by Qu Wenruo · 5 years ago
  51. f624d97 btrfs: ctree: Reduce one indent level for btrfs_search_slot() by Qu Wenruo · 5 years ago
  52. 71bf92a9 btrfs: tree-checker: Add check for INODE_REF by Qu Wenruo · 5 years ago
  53. c18679e btrfs: tree-checker: Try to detect missing INODE_ITEM by Qu Wenruo · 5 years ago
  54. b9fae2e Btrfs: make btrfs_wait_extents() static by Filipe Manana · 5 years ago
  55. 35b814f btrfs: Add assert to catch nested transaction commit by Nikolay Borisov · 5 years ago
  56. 9cf35f6 btrfs: simplify inode locking for RWF_NOWAIT by Goldwyn Rodrigues · 5 years ago
  57. af42d34 Linux 5.4-rc8 by Linus Torvalds · 5 years ago
  58. ec53851 Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 5 years ago
  59. cbb104f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  60. 6b27354 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  61. 1d4c79e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  62. 08e97ae Revert "hwrng: core - Freeze khwrng thread during suspend" by Herbert Xu · 5 years ago
  63. fe30021 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  64. 3278b3b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  65. 5ffaf03 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  66. 8be636d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  67. 7901cd9 ipmr: Fix skb headroom in ipmr_get_route(). by Guillaume Nault · 5 years ago
  68. b696083 net: hns3: cleanup of stray struct hns3_link_mode_mapping by Salil Mehta · 5 years ago
  69. 8204df7 net/smc: fix fastopen for non-blocking connect() by Ursula Braun · 5 years ago
  70. a36e629 rds: ib: update WR sizes when bringing up connection by Dag Moxnes · 5 years ago
  71. 18d647a net: gemini: add missed free_netdev by Chuhong Yuan · 5 years ago
  72. c80ed84 net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvid by Vladimir Oltean · 5 years ago
  73. e84fa0a Merge branch 'seg6-fixes-to-Segment-Routing-in-IPv6' by David S. Miller · 5 years ago
  74. c71644d seg6: fix skb transport_header after decap_and_validate() by Andrea Mayer · 5 years ago
  75. 7f91ed8 seg6: fix srh pointer in get_srh() by Andrea Mayer · 5 years ago
  76. acb9bdc net: stmmac: Use the correct style for SPDX License Identifier by Nishad Kamdar · 5 years ago
  77. 26b3f3c octeontx2-af: Use the correct style for SPDX License Identifier by Nishad Kamdar · 5 years ago
  78. bec8b6e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  79. 6c9594b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 5 years ago
  80. 6855ac4 mm/debug.c: PageAnon() is true for PageKsm() pages by Ralph Campbell · 5 years ago
  81. 76a1850 mm/debug.c: __dump_page() prints an extra line by Ralph Campbell · 5 years ago
  82. 5df373e mm/page_io.c: do not free shared swap slots by Vinayak Menon · 5 years ago
  83. 2c91f8f mm/memory_hotplug: fix try_offline_node() by David Hildenbrand · 5 years ago
  84. 4655e5e mm,thp: recheck each page before collapsing file THP by Song Liu · 5 years ago
  85. aea4df4 mm: slub: really fix slab walking for init_on_free by Laura Abbott · 5 years ago
  86. 0362f32 mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() by Roman Gushchin · 5 years ago
  87. 00d484f mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm() by Roman Gushchin · 5 years ago
  88. 8e20ba2 lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocations by Lasse Collin · 5 years ago
  89. 8207296 mm: fix trying to reclaim unevictable lru page when calling madvise_pageout by zhong jiang · 5 years ago
  90. a85dfc3 mm: mempolicy: fix the wrong return value and potential pages leak of mbind by Yang Shi · 5 years ago
  91. 768ea88bc Input: synaptics - enable RMI mode for X1 Extreme 2nd Generation by Lyude Paul · 5 years ago
  92. b226c9e Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  93. a4c2fec i2c: core: fix use after free in of_i2c_notify by Wen Yang · 5 years ago
  94. 7574c0d i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present by Hans de Goede · 5 years ago
  95. e2a689a Merge branch 'ptp-Validate-the-ancillary-ioctl-flags-more-carefully' by David S. Miller · 5 years ago
  96. 6eb54cb ptp: Extend the test program to check the external time stamp flags. by Richard Cochran · 5 years ago
  97. ca12cf5 mlx5: Reject requests to enable time stamping on both edges. by Richard Cochran · 5 years ago
  98. 5a450eb igb: Reject requests that fail to enable time stamping on both edges. by Richard Cochran · 5 years ago
  99. 9289252 dp83640: Reject requests to enable time stamping on both edges. by Richard Cochran · 5 years ago
  100. c019b4b mv88e6xxx: Reject requests to enable time stamping on both edges. by Richard Cochran · 5 years ago