1. cd84bbb ext4: use ext4_grp_locked_error in mb_find_extent by Stephen Brennan · 3 years, 9 months ago
  2. 558d645 ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock by Ye Bin · 3 years, 9 months ago
  3. 8813587 Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin" by Theodore Ts'o · 3 years, 9 months ago
  4. 16aa4c9 jbd2: export jbd2_journal_[un]register_shrinker() by Zhang Yi · 3 years, 9 months ago
  5. d578b99 ext4: notify sysfs on errors_count value change by Jonathan Davies · 3 years, 9 months ago
  6. acc6100 fs: remove bdev_try_to_free_page callback by Zhang Yi · 3 years, 9 months ago
  7. 3b672e3 ext4: remove bdev_try_to_free_page() callback by Zhang Yi · 3 years, 9 months ago
  8. dbf2bab jbd2: simplify journal_clean_one_cp_list() by Zhang Yi · 3 years, 9 months ago
  9. 4ba3fcd jbd2,ext4: add a shrinker to release checkpointed buffers by Zhang Yi · 3 years, 9 months ago
  10. 214eb5a jbd2: remove redundant buffer io error checks by Zhang Yi · 3 years, 9 months ago
  11. 235d680 jbd2: don't abort the journal when freeing buffers by Zhang Yi · 3 years, 9 months ago
  12. fcf3754 jbd2: ensure abort the journal if detect IO error when writing original buffer back by Zhang Yi · 3 years, 9 months ago
  13. 1866cba jbd2: remove the out label in __jbd2_journal_remove_checkpoint() by Zhang Yi · 3 years, 9 months ago
  14. 0caaefb ext4: no need to verify new add extent block by yangerkun · 3 years, 9 months ago
  15. d07621d jbd2: clean up misleading comments for jbd2_fc_release_bufs by yangerkun · 3 years, 9 months ago
  16. b148918 ext4: add check to prevent attempting to resize an fs with sparse_super2 by Josh Triplett · 3 years, 9 months ago
  17. e9f9f61 ext4: consolidate checks for resize of bigalloc into ext4_resize_begin by Josh Triplett · 3 years, 9 months ago
  18. 310c097 ext4: remove duplicate definition of ext4_xattr_ibody_inline_set() by Ritesh Harjani · 3 years, 9 months ago
  19. ee00d6b ext4: fsmap: fix the block/inode bitmap comment by Ritesh Harjani · 3 years, 10 months ago
  20. 6d2424a ext4: fix comment for s_hash_unsigned by Eric Biggers · 3 years, 10 months ago
  21. f9505c7 ext4: use local variable ei instead of EXT4_I() macro by chenyichong · 3 years, 10 months ago
  22. c89849c ext4: fix avefreec in find_group_orlov by Pan Dong · 3 years, 10 months ago
  23. 4fb7c70 ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit by Zhang Yi · 3 years, 10 months ago
  24. e5e7010 ext4: remove check for zero nr_to_scan in ext4_es_scan() by Zhang Yi · 3 years, 10 months ago
  25. b2d2e75 ext4: remove set but rewrite variables by Tian Tao · 3 years, 10 months ago
  26. fd7b23b ext4: update journal documentation by Leah Rumancik · 3 years, 10 months ago
  27. 351a0a3 ext4: add ioctl EXT4_IOC_CHECKPOINT by Leah Rumancik · 3 years, 10 months ago
  28. 01d5d96 ext4: add discard/zeroout flags to journal flush by Leah Rumancik · 3 years, 10 months ago
  29. 8f6840c ext4: return error code when ext4_fill_flex_info() fails by Yang Yingliang · 3 years, 10 months ago
  30. b9a037b ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle by Zhang Yi · 3 years, 10 months ago
  31. ce3aba4 ext4: fix kernel infoleak via ext4_extent_header by Anirudh Rayabharam · 3 years, 10 months ago
  32. 618f003 ext4: fix memory leak in ext4_fill_super by Pavel Skripkin · 3 years, 11 months ago
  33. 1fc57ca ext4: remove redundant assignment to error by Jiapeng Chong · 3 years, 11 months ago
  34. 5c68015 ext4: remove redundant check buffer_uptodate() by Joseph Qi · 3 years, 11 months ago
  35. d0b040f ext4: fix overflow in ext4_iomap_alloc() by Jan Kara · 4 years ago
  36. 614124b Linux 5.13-rc5 by Linus Torvalds · 3 years, 9 months ago
  37. 90d56a3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 9 months ago
  38. 20e41d9 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 9 months ago
  39. decad3e Merge tag 'arm-soc-fixes-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years, 9 months ago
  40. bd7b12a Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 9 months ago
  41. 773ac53 Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  42. e71f99f ext4: Only advertise encrypted_casefold when encryption and unicode are enabled by Daniel Rosenberg · 3 years, 9 months ago
  43. 63e7f12 ext4: fix no-key deletion for encrypt+casefold by Daniel Rosenberg · 3 years, 10 months ago
  44. afd09b6 ext4: fix memory leak in ext4_fill_super by Alexey Makhalov · 3 years, 10 months ago
  45. a7ba36b ext4: fix fast commit alignment issues by Harshad Shirwadkar · 3 years, 10 months ago
  46. 082cd4e ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed by Ye Bin · 3 years, 10 months ago
  47. f5b6eb1 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years, 9 months ago
  48. b9c112f Merge tag 'ti-k3-dt-fixes-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux into arm/fixes by Olof Johansson · 3 years, 9 months ago
  49. 7468bed Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes by Olof Johansson · 3 years, 9 months ago
  50. 2f3e4eb Merge tag 'omap-for-v5.13/fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Olof Johansson · 3 years, 9 months ago
  51. 94277cb5 Merge tag 'omap-for-v5.13/fixes-sata' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Olof Johansson · 3 years, 9 months ago
  52. 3091a9e Merge tag 'amlogic-fixes-v5.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/fixes by Olof Johansson · 3 years, 9 months ago
  53. 3a2d3ae Merge tag 'imx-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes by Olof Johansson · 3 years, 9 months ago
  54. e5220dd Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
  55. af8d9eb Merge tag 'riscv-for-linus-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 9 months ago
  56. 2eff057 mailmap: use private address for Michel Lespinasse by Michel Lespinasse · 3 years, 9 months ago
  57. 6bba447 ocfs2: fix data corruption by fallocate by Junxiao Bi · 3 years, 9 months ago
  58. 415f0c8 lib: crc64: fix kernel-doc warning by YueHaibing · 3 years, 9 months ago
  59. d84cf06 mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY by Mina Almasry · 3 years, 9 months ago
  60. 7b6889f mm/kasan/init.c: fix doc warning by Yu Kuai · 3 years, 9 months ago
  61. 263e88d proc: add .gitignore for proc-subset-pid selftest by David Matlack · 3 years, 9 months ago
  62. 0c5da35 hugetlb: pass head page to remove_hugetlb_page() by Naoya Horiguchi · 3 years, 9 months ago
  63. 9281305 drivers/base/memory: fix trying offlining memory blocks with memory holes on aarch64 by David Hildenbrand · 3 years, 9 months ago
  64. bac9c6f mm/page_alloc: fix counting of free pages after take off from buddy by Ding Hui · 3 years, 9 months ago
  65. 04f7ce3 mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests() by Gerald Schaefer · 3 years, 9 months ago
  66. 0711f0d pid: take a reference when initializing `cad_pid` by Mark Rutland · 3 years, 9 months ago
  67. 8fd0e99 kfence: use TASK_IDLE when awaiting allocation by Marco Elver · 3 years, 9 months ago
  68. 50c25ee Revert "MIPS: make userspace mapping young by default" by Thomas Bogendoerfer · 3 years, 9 months ago
  69. 9d32fa5 Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 9 months ago
  70. 2cb26c1 Merge tag 'perf-tools-fixes-for-v5.13-2021-06-04' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 9 months ago
  71. ff60910 Merge tag 'pci-v5.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 9 months ago
  72. 3822d06 cxgb4: avoid link re-train during TC-MQPRIO configuration by Rahul Lakkireddy · 3 years, 9 months ago
  73. 944d671 sch_htb: fix refcount leak in htb_parent_to_leaf_offload by Yunjian Wang · 3 years, 9 months ago
  74. 26821ec Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by David S. Miller · 3 years, 9 months ago
  75. 6fd815b Merge branch 'wireguard-fixes' by David S. Miller · 3 years, 9 months ago
  76. bf7b042 wireguard: allowedips: free empty intermediate nodes when removing single node by Jason A. Donenfeld · 3 years, 9 months ago
  77. dc680de wireguard: allowedips: allocate nodes in kmem_cache by Jason A. Donenfeld · 3 years, 9 months ago
  78. f634f41 wireguard: allowedips: remove nodes in O(1) by Jason A. Donenfeld · 3 years, 9 months ago
  79. 46cfe8e wireguard: allowedips: initialize list head in selftest by Jason A. Donenfeld · 3 years, 9 months ago
  80. a4e9f8e wireguard: peer: allocate in kmem_cache by Jason A. Donenfeld · 3 years, 9 months ago
  81. 24b70ee wireguard: use synchronize_net rather than synchronize_rcu by Jason A. Donenfeld · 3 years, 9 months ago
  82. cc5060c wireguard: do not use -O3 by Jason A. Donenfeld · 3 years, 9 months ago
  83. f8873d1 wireguard: selftests: make sure rp_filter is disabled on vethc by Jason A. Donenfeld · 3 years, 9 months ago
  84. acf2492 wireguard: selftests: remove old conntrack kconfig value by Jason A. Donenfeld · 3 years, 9 months ago
  85. 57648e8 i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops by Roja Rani Yarubandi · 3 years, 10 months ago
  86. 9f78c60 i2c: qcom-geni: Add shutdown callback for i2c by Roja Rani Yarubandi · 3 years, 10 months ago
  87. 16f0596 Merge tag 'sound-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 9 months ago
  88. 009767d x86/sev: Check SME/SEV support in CPUID first by Pu Wen · 3 years, 10 months ago
  89. 3a3c5ab Merge tag 'drm-fixes-2021-06-04-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 9 months ago
  90. 519d8ab1 virtchnl: Add missing padding to virtchnl_proto_hdrs by Geert Uytterhoeven · 3 years, 10 months ago
  91. f9f8320 ice: Allow all LLDP packets from PF to Tx by Dave Ertman · 3 years, 10 months ago
  92. 5cd349c ice: report supported and advertised autoneg using PHY capabilities by Paul Greenwalt · 3 years, 10 months ago
  93. c7ee6ce ice: handle the VF VSI rebuild failure by Haiyue Wang · 4 years, 1 month ago
  94. 8679f07 ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared by Brett Creeley · 4 years, 1 month ago
  95. f045769 ice: Fix allowing VF to request more/less queues via virtchnl by Brett Creeley · 4 years, 1 month ago
  96. 67069a1 perf env: Fix memory leak of bpf_prog_info_linear member by Riccardo Mancini · 3 years, 9 months ago
  97. 5405b42 x86/fault: Don't send SIGSEGV twice on SEGV_PKUERR by Jiashuo Liang · 3 years, 10 months ago
  98. 69c9ffe perf symbol-elf: Fix memory leak by freeing sdt_note.args by Riccardo Mancini · 3 years, 9 months ago
  99. 3cc8439 perf stat: Honor event config name on --no-merge by Namhyung Kim · 3 years, 9 months ago
  100. 2dc065e perf evsel: Add missing cloning of evsel->use_config_name by Namhyung Kim · 3 years, 9 months ago