summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-06xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong
2022-11-06xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in BUI log format copyingDarrick J. Wong
2022-11-06xfs: fix validation in attr log item recoveryDarrick J. Wong
2022-11-06xfs: fix incorrect return type for fsdax fault handlersDarrick J. Wong
2022-11-06xfs: increase rename inode reservationAllison Henderson
2022-11-06xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()Li Zetao
2022-11-06xfs: fix memory leak in xfs_errortag_initZeng Heng
2022-11-06xfs: remove redundant pointer lipColin Ian King
2022-11-06xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan
2022-11-06xfs: avoid a UAF when log intent item recovery failsDarrick J. Wong
2022-10-30Linux 6.1-rc3v6.1-rc3Linus Torvalds
2022-10-30Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-30Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-30Merge tag 'usb-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-30Merge tag 'gpio-fixes-for-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-30Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-30Merge tag 'loongarch-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-30Merge tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-10-29Merge tag 'random-6.1-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2022-10-29Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-29Merge tag 'io_uring-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-29Merge tag 'powerpc-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-10-29platform/loongarch: laptop: Fix possible UAF and simplify generic_acpi_laptop...Yang Yingliang
2022-10-29platform/loongarch: laptop: Adjust resume order for loongson_hotkey_resume()Huacai Chen
2022-10-29LoongArch: BPF: Avoid declare variables in switch-caseHuacai Chen
2022-10-29LoongArch: Use flexible-array member instead of zero-length arrayYushan Zhou
2022-10-29LoongArch: Remove unused kernel stack paddingJinyang He
2022-10-28Merge tag 's390-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-10-28Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-28Merge tag 'acpi-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-10-28Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2022-10-29random: use arch_get_random*_early() in random_init()Jean-Philippe Brucker
2022-10-28mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionSebastian Andrzej Siewior
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn
2022-10-28mmap: fix remap_file_pages() regressionLiam Howlett
2022-10-28mm/shmem: ensure proper fallback if page faultsIra Weiny
2022-10-28mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko
2022-10-28x86: asm: make sure __put_user_size() evaluates pointer onceAlexander Potapenko
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko
2022-10-28x86/purgatory: disable KMSAN instrumentationAlexander Potapenko
2022-10-28mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko
2022-10-28mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang
2022-10-28mm/uffd: fix vma check on userfault for wpPeter Xu