aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2024-03-09pstore/zone: Don't clear memory twiceGravatar Christophe JAILLET 1-1/+0
2024-02-22pstore/zone: Add a null pointer check to the psz_kmsg_readGravatar Kunwu Chan 1-0/+2
2024-02-22pstore/ram: Register to module device tableGravatar Nícolas F. R. A. Prado 1-0/+1
2024-02-22pstore: inode: Only d_invalidate() is neededGravatar Kees Cook 1-7/+3
2023-12-08pstore: inode: Use cleanup.h for struct pstore_privateGravatar Kees Cook 1-9/+4
2023-12-08pstore: inode: Use __free(pstore_iput) for inode allocationsGravatar Kees Cook 1-5/+5
2023-12-08pstore: inode: Convert mutex usage to guard(mutex)Gravatar Kees Cook 1-45/+31
2023-12-08pstore: inode: Convert kfree() usage to __free(kfree)Gravatar Kees Cook 1-6/+4
2023-12-08pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Gravatar Sergey Shtylyov 1-1/+1
2023-12-08pstore/ram: Fix crash when setting number of cpus to an odd numberGravatar Weichen Chen 1-0/+1
2023-10-30Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+8
2023-10-18pstore: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+3
2023-10-12pstore/platform: Add check for kstrdupGravatar Jiasheng Jiang 1-1/+8
2023-09-02Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+27
2023-08-31pstore: Base compression input buffer size on estimated compressed sizeGravatar Ard Biesheuvel 1-7/+27
2023-08-28Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-346/+137
2023-08-18pstore: Fix kernel-doc warningGravatar Matthew Wilcox (Oracle) 1-6/+4
2023-08-17pstore: Support record sizes larger than kmalloc() limitGravatar Yuxiao Zhang 4-21/+24
2023-08-04pstore/ram: Check start of empty przs during initGravatar Enlin Mu 1-1/+1
2023-07-24pstore: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+2
2023-07-17pstore: Replace crypto API compression with zlib_deflate library callsGravatar Ard Biesheuvel 2-139/+97
2023-07-17pstore: Remove worst-case compression size logicGravatar Ard Biesheuvel 1-187/+19
2023-06-27Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-4/+4
2023-06-14pstore/ram: Add check for kstrdupGravatar Jiasheng Jiang 1-0/+2
2023-06-05init: improve the name_to_dev_t interfaceGravatar Christoph Hellwig 1-2/+2
2023-05-10pstore/ram: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-04-27Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+3
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-08pstore: Revert pmsg_lock back to a normal mutexGravatar John Stultz 1-4/+3
2022-12-23Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-4/+6
2022-12-23pstore: Properly assign mem_type propertyGravatar Luca Stefani 1-1/+1
2022-12-23pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESGravatar John Stultz 1-0/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-12-14pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionGravatar John Stultz 1-3/+4
2022-12-05pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPGravatar Stephen Boyd 1-1/+5
2022-12-02pstore/ram: Fix error return code in ramoops_probe()Gravatar Wang Yufen 1-0/+2
2022-11-24driver core: make struct class.devnode() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2022-10-19pstore: Alert on backend write errorGravatar Guilherme G. Piccoli 1-0/+10
2022-10-19pstore/ram: Set freed addresses to NULLGravatar Kees Cook 3-8/+18
2022-10-17pstore/ram: Move internal definitions out of kernel-wide includeGravatar Kees Cook 3-2/+102
2022-10-17pstore/ram: Move pmsg init earlierGravatar Kees Cook 1-5/+5
2022-10-17pstore/ram: Consolidate kfree() pathsGravatar Kees Cook 1-11/+11
2022-10-17pstore: Inform unregistered backend names as wellGravatar Guilherme G. Piccoli 1-0/+2
2022-10-17pstore: Expose kmsg_bytes as a module parameterGravatar Guilherme G. Piccoli 1-3/+5
2022-10-17pstore: Improve error reporting in case of backend overlapGravatar Guilherme G. Piccoli 1-2/+3
2022-10-17pstore/zone: Use GFP_ATOMIC to allocate zone bufferGravatar Qiujun Huang 1-1/+1
2022-09-30Revert "pstore: migrate to crypto acomp interface"Gravatar Guilherme G. Piccoli 1-51/+12
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+2
2022-06-24pstore: Add priv field to pstore_record for backend specific useGravatar Ard Biesheuvel 2-0/+2
2022-06-23pstore/zone: cleanup "rcnt" typeGravatar Dan Carpenter 1-6/+6