aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/pstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-02Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-7/+27
2023-08-31pstore: Base compression input buffer size on estimated compressed sizeArd Biesheuvel1-7/+27
2023-08-28Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-346/+137
2023-08-18pstore: Fix kernel-doc warningMatthew Wilcox (Oracle)1-6/+4
2023-08-17pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang4-21/+24
2023-08-04pstore/ram: Check start of empty przs during initEnlin Mu1-1/+1
2023-07-24pstore: convert to ctime accessor functionsJeff Layton1-2/+2
2023-07-17pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel2-139/+97
2023-07-17pstore: Remove worst-case compression size logicArd Biesheuvel1-187/+19
2023-06-27Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-4/+4
2023-06-14pstore/ram: Add check for kstrdupJiasheng Jiang1-0/+2
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig1-2/+2
2023-05-10pstore/ram: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-27Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+3
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-08pstore: Revert pmsg_lock back to a normal mutexJohn Stultz1-4/+3
2022-12-23Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-4/+6
2022-12-23pstore: Properly assign mem_type propertyLuca Stefani1-1/+1
2022-12-23pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz1-0/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2022-12-14pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz1-3/+4
2022-12-05pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd1-1/+5
2022-12-02pstore/ram: Fix error return code in ramoops_probe()Wang Yufen1-0/+2
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-10-19pstore: Alert on backend write errorGuilherme G. Piccoli1-0/+10
2022-10-19pstore/ram: Set freed addresses to NULLKees Cook3-8/+18
2022-10-17pstore/ram: Move internal definitions out of kernel-wide includeKees Cook3-2/+102
2022-10-17pstore/ram: Move pmsg init earlierKees Cook1-5/+5
2022-10-17pstore/ram: Consolidate kfree() pathsKees Cook1-11/+11
2022-10-17pstore: Inform unregistered backend names as wellGuilherme G. Piccoli1-0/+2
2022-10-17pstore: Expose kmsg_bytes as a module parameterGuilherme G. Piccoli1-3/+5
2022-10-17pstore: Improve error reporting in case of backend overlapGuilherme G. Piccoli1-2/+3
2022-10-17pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang1-1/+1
2022-09-30Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli1-51/+12
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds2-0/+2
2022-06-24pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel2-0/+2
2022-06-23pstore/zone: cleanup "rcnt" typeDan Carpenter1-6/+6
2022-05-12pstore: migrate to crypto acomp interfaceArd Biesheuvel1-12/+51
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn1-20/+18
2022-03-01pstore: Add prefix to ECC messagesVincent Whitchurch1-2/+2
2022-01-10Merge tag 'pstore-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-16/+30
2021-11-21pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven1-1/+1
2021-11-18pstore/ftrace: Allow immediate recordingUwe Kleine-König1-16/+30
2021-11-16Revert "mark pstore-blk as broken"Kees Cook1-1/+0
2021-11-08lib: zstd: Add kernel-specific APINick Terrell1-1/+1
2021-10-18pstore/blk: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-5/+3
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-16pstore/blk: Include zone in pstore_device_infoKees Cook1-64/+79
2021-06-16pstore/blk: Fix kerndoc and redundancy on blkdev paramKees Cook1-23/+1
2021-06-16pstore/blk: Use the normal block device I/O pathKees Cook1-181/+83