summaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2024-03-09pstore/zone: Don't clear memory twiceChristophe JAILLET1-1/+0
2024-02-22pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan1-0/+2
2024-02-22pstore/ram: Register to module device tableNícolas F. R. A. Prado1-0/+1
2024-02-22pstore: inode: Only d_invalidate() is neededKees Cook1-7/+3
2023-12-09pstore: inode: Use cleanup.h for struct pstore_privateKees Cook1-9/+4
2023-12-09pstore: inode: Use __free(pstore_iput) for inode allocationsKees Cook1-5/+5
2023-12-09pstore: inode: Convert mutex usage to guard(mutex)Kees Cook1-45/+31
2023-12-09pstore: inode: Convert kfree() usage to __free(kfree)Kees Cook1-6/+4
2023-12-09pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov1-1/+1
2023-12-09pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen1-0/+1
2023-10-31Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+8
2023-10-18pstore: convert to new timestamp accessorsJeff Layton1-2/+3
2023-10-12pstore/platform: Add check for kstrdupJiasheng Jiang1-1/+8
2023-09-02Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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/...Linus Torvalds5-346/+137
2023-08-18pstore: Fix kernel-doc warningMatthew Wilcox (Oracle)1-6/+4
2023-08-18pstore: 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-18pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel2-139/+97
2023-07-18pstore: Remove worst-case compression size logicArd Biesheuvel1-187/+19
2023-06-28Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-11pstore/ram: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-28Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-09pstore: 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/kerne...Linus 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/...Linus Torvalds1-1/+1
2022-12-15pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz1-3/+4
2022-12-06pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd1-1/+5
2022-12-03pstore/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-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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