summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong2023-07-071-1/+1
* | | | | | | Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-094-5/+72
|\ \ \ \ \ \ \
| * | | | | | | cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2023-07-052-0/+68
| * | | | | | | smb: client: remove redundant pointer 'server'Colin Ian King2023-07-011-2/+0
| * | | | | | | cifs: fix session state transition to avoid use-after-free issueWinston Wen2023-07-011-3/+4
* | | | | | | | Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds2023-07-0910-33/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma2023-07-081-1/+1
| * | | | | | | | ntb.rst: Fix copy and paste errorGeoff Levand2023-07-081-2/+2
| * | | | | | | | ntb_netdev: Fix module_init problemGeoff Levand2023-07-081-1/+1
| * | | | | | | | ntb: intel: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * | | | | | | | ntb: epf: Remove redundant pci_clear_masterCai Huoqing2023-07-081-8/+4
| * | | | | | | | ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * | | | | | | | ntb: idt: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-07-081-12/+5
| * | | | | | | | MAINTAINERS: git://github -> https://github.com for jonmasonPalmer Dabbelt2023-07-081-1/+1
| * | | | | | | | NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie2023-07-081-0/+1
| * | | | | | | | NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang2023-07-081-0/+2
| * | | | | | | | NTB: ntb_transport: fix possible memory leak while device_register() failsYang Yingliang2023-07-081-1/+1
| * | | | | | | | ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
| * | | | | | | | NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
| * | | | | | | | ntb: idt: Fix error handling in idt_pci_driver_init()Yuan Can2023-07-081-1/+6
* | | | | | | | | mm: lock newly mapped VMA with corrected orderingHugh Dickins2023-07-081-2/+2
* | | | | | | | | Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-0818-44/+99
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib: dhry: fix sleeping allocations inside non-preemptable sectionGeert Uytterhoeven2023-07-081-2/+9
| * | | | | | | | | kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2023-07-082-14/+14
| * | | | | | | | | kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov2023-07-081-1/+2
| * | | | | | | | | mailmap: add entries for Heiko StuebnerHeiko Stuebner2023-07-081-0/+3
| * | | | | | | | | mailmap: update manpage linkHeiko Stuebner2023-07-081-1/+2
| * | | | | | | | | bootmem: remove the vmemmap pages from kmemleak in free_bootmem_pageLiu Shixin2023-07-081-0/+2
| * | | | | | | | | MAINTAINERS: add linux-next infoRandy Dunlap2023-07-081-0/+7
| * | | | | | | | | mailmap: add Markus Schneider-PargmannMarkus Schneider-Pargmann2023-07-081-0/+1
| * | | | | | | | | writeback: account the number of pages written backMatthew Wilcox (Oracle)2023-07-081-3/+5
| * | | | | | | | | mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne2023-07-081-0/+7
| * | | | | | | | | squashfs: fix cache race with migrationVincent Whitchurch2023-07-081-4/+23
| * | | | | | | | | mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard2023-07-081-1/+6
| * | | | | | | | | docs: update ocfs2-devel mailing list addressAnthony Iliopoulos2023-07-087-17/+17
| * | | | | | | | | MAINTAINERS: update ocfs2-devel mailing list addressAnthony Iliopoulos2023-07-081-1/+1
| * | | | | | | | | mm: disable CONFIG_PER_VMA_LOCK until its fixedSuren Baghdasaryan2023-07-081-1/+2
| * | | | | | | | | fork: lock VMAs of the parent process when forkingSuren Baghdasaryan2023-07-081-0/+6
| * | | | | | | | | Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-07-021576-35591/+69181
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-06-3010616-309861/+557848
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-06-30966-4826/+10405
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | fork: lock VMAs of the parent process when forkingSuren Baghdasaryan2023-07-081-0/+1
* | | | | | | | | | | | mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan2023-07-081-0/+2
* | | | | | | | | | | | mm: lock a vma before stack expansionSuren Baghdasaryan2023-07-081-0/+4
* | | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-07-0812-706/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | scsi: ufs: core: Remove unused function declarationKeoseong Park2023-06-281-1/+0
| * | | | | | | | | | | | scsi: target: docs: Remove tcm_mod_builder.pyRong Tao2023-06-282-662/+0
| * | | | | | | | | | | | scsi: target: iblock: Quiet bool conversion warning with pr_preempt useMike Christie2023-06-281-1/+1
| * | | | | | | | | | | | scsi: dt-bindings: ufs: qcom: Fix ICE phandleAbel Vesa2023-06-281-5/+4
| * | | | | | | | | | | | scsi: core: Simplify scsi_cdl_check_cmd()Damien Le Moal2023-06-281-23/+14