Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | xfs: fix uninit warning in xfs_growfs_data | Darrick J. Wong | 2023-07-07 | 1 | -1/+1 | |
* | | | | | | | Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 2023-07-09 | 4 | -5/+72 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cifs: Add a laundromat thread for cached directories | Ronnie Sahlberg | 2023-07-05 | 2 | -0/+68 | |
| * | | | | | | | smb: client: remove redundant pointer 'server' | Colin Ian King | 2023-07-01 | 1 | -2/+0 | |
| * | | | | | | | cifs: fix session state transition to avoid use-after-free issue | Winston Wen | 2023-07-01 | 1 | -3/+4 | |
* | | | | | | | | Merge tag 'ntb-6.5' of https://github.com/jonmason/ntb | Linus Torvalds | 2023-07-09 | 10 | -33/+36 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ntb: hw: amd: Fix debugfs_create_dir error checking | Anup Sharma | 2023-07-08 | 1 | -1/+1 | |
| * | | | | | | | | ntb.rst: Fix copy and paste error | Geoff Levand | 2023-07-08 | 1 | -2/+2 | |
| * | | | | | | | | ntb_netdev: Fix module_init problem | Geoff Levand | 2023-07-08 | 1 | -1/+1 | |
| * | | | | | | | | ntb: intel: Remove redundant pci_clear_master | Cai Huoqing | 2023-07-08 | 1 | -2/+0 | |
| * | | | | | | | | ntb: epf: Remove redundant pci_clear_master | Cai Huoqing | 2023-07-08 | 1 | -8/+4 | |
| * | | | | | | | | ntb_hw_amd: Remove redundant pci_clear_master | Cai Huoqing | 2023-07-08 | 1 | -2/+0 | |
| * | | | | | | | | ntb: idt: drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas | 2023-07-08 | 1 | -12/+5 | |
| * | | | | | | | | MAINTAINERS: git://github -> https://github.com for jonmason | Palmer Dabbelt | 2023-07-08 | 1 | -1/+1 | |
| * | | | | | | | | NTB: EPF: fix possible memory leak in pci_vntb_probe() | ruanjinjie | 2023-07-08 | 1 | -0/+1 | |
| * | | | | | | | | NTB: ntb_tool: Add check for devm_kcalloc | Jiasheng Jiang | 2023-07-08 | 1 | -0/+2 | |
| * | | | | | | | | NTB: ntb_transport: fix possible memory leak while device_register() fails | Yang Yingliang | 2023-07-08 | 1 | -1/+1 | |
| * | | | | | | | | ntb: intel: Fix error handling in intel_ntb_pci_driver_init() | Yuan Can | 2023-07-08 | 1 | -1/+6 | |
| * | | | | | | | | NTB: amd: Fix error handling in amd_ntb_pci_driver_init() | Yuan Can | 2023-07-08 | 1 | -1/+6 | |
| * | | | | | | | | ntb: idt: Fix error handling in idt_pci_driver_init() | Yuan Can | 2023-07-08 | 1 | -1/+6 | |
* | | | | | | | | | mm: lock newly mapped VMA with corrected ordering | Hugh Dickins | 2023-07-08 | 1 | -2/+2 | |
* | | | | | | | | | Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s... | Linus Torvalds | 2023-07-08 | 18 | -44/+99 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | lib: dhry: fix sleeping allocations inside non-preemptable section | Geert Uytterhoeven | 2023-07-08 | 1 | -2/+9 | |
| * | | | | | | | | | kasan, slub: fix HW_TAGS zeroing with slub_debug | Andrey Konovalov | 2023-07-08 | 2 | -14/+14 | |
| * | | | | | | | | | kasan: fix type cast in memory_is_poisoned_n | Andrey Konovalov | 2023-07-08 | 1 | -1/+2 | |
| * | | | | | | | | | mailmap: add entries for Heiko Stuebner | Heiko Stuebner | 2023-07-08 | 1 | -0/+3 | |
| * | | | | | | | | | mailmap: update manpage link | Heiko Stuebner | 2023-07-08 | 1 | -1/+2 | |
| * | | | | | | | | | bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page | Liu Shixin | 2023-07-08 | 1 | -0/+2 | |
| * | | | | | | | | | MAINTAINERS: add linux-next info | Randy Dunlap | 2023-07-08 | 1 | -0/+7 | |
| * | | | | | | | | | mailmap: add Markus Schneider-Pargmann | Markus Schneider-Pargmann | 2023-07-08 | 1 | -0/+1 | |
| * | | | | | | | | | writeback: account the number of pages written back | Matthew Wilcox (Oracle) | 2023-07-08 | 1 | -3/+5 | |
| * | | | | | | | | | mm: call arch_swap_restore() from do_swap_page() | Peter Collingbourne | 2023-07-08 | 1 | -0/+7 | |
| * | | | | | | | | | squashfs: fix cache race with migration | Vincent Whitchurch | 2023-07-08 | 1 | -4/+23 | |
| * | | | | | | | | | mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison | John Hubbard | 2023-07-08 | 1 | -1/+6 | |
| * | | | | | | | | | docs: update ocfs2-devel mailing list address | Anthony Iliopoulos | 2023-07-08 | 7 | -17/+17 | |
| * | | | | | | | | | MAINTAINERS: update ocfs2-devel mailing list address | Anthony Iliopoulos | 2023-07-08 | 1 | -1/+1 | |
| * | | | | | | | | | mm: disable CONFIG_PER_VMA_LOCK until its fixed | Suren Baghdasaryan | 2023-07-08 | 1 | -1/+2 | |
| * | | | | | | | | | fork: lock VMAs of the parent process when forking | Suren Baghdasaryan | 2023-07-08 | 1 | -0/+6 | |
| * | | | | | | | | | Merge branch 'master' into mm-hotfixes-stable | Andrew Morton | 2023-07-02 | 1576 | -35591/+69181 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into mm-hotfixes-stable | Andrew Morton | 2023-06-30 | 10616 | -309861/+557848 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into mm-hotfixes-stable | Andrew Morton | 2023-06-30 | 966 | -4826/+10405 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | | fork: lock VMAs of the parent process when forking | Suren Baghdasaryan | 2023-07-08 | 1 | -0/+1 | |
* | | | | | | | | | | | | mm: lock newly mapped VMA which can be modified after it becomes visible | Suren Baghdasaryan | 2023-07-08 | 1 | -0/+2 | |
* | | | | | | | | | | | | mm: lock a vma before stack expansion | Suren Baghdasaryan | 2023-07-08 | 1 | -0/+4 | |
* | | | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2023-07-08 | 12 | -706/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | scsi: ufs: core: Remove unused function declaration | Keoseong Park | 2023-06-28 | 1 | -1/+0 | |
| * | | | | | | | | | | | | scsi: target: docs: Remove tcm_mod_builder.py | Rong Tao | 2023-06-28 | 2 | -662/+0 | |
| * | | | | | | | | | | | | scsi: target: iblock: Quiet bool conversion warning with pr_preempt use | Mike Christie | 2023-06-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | | scsi: dt-bindings: ufs: qcom: Fix ICE phandle | Abel Vesa | 2023-06-28 | 1 | -5/+4 | |
| * | | | | | | | | | | | | scsi: core: Simplify scsi_cdl_check_cmd() | Damien Le Moal | 2023-06-28 | 1 | -23/+14 |