summaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)Author
2023-12-08pstore: inode: Use cleanup.h for struct pstore_privateKees Cook
2023-12-08pstore: inode: Use __free(pstore_iput) for inode allocationsKees Cook
2023-12-08pstore: inode: Convert mutex usage to guard(mutex)Kees Cook
2023-12-08pstore: inode: Convert kfree() usage to __free(kfree)Kees Cook
2023-12-08pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov
2023-12-08pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen
2023-10-30Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-18pstore: convert to new timestamp accessorsJeff Layton
2023-10-12pstore/platform: Add check for kstrdupJiasheng Jiang
2023-09-02Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-31pstore: Base compression input buffer size on estimated compressed sizeArd Biesheuvel
2023-08-28Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-18pstore: Fix kernel-doc warningMatthew Wilcox (Oracle)
2023-08-17pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang
2023-08-04pstore/ram: Check start of empty przs during initEnlin Mu
2023-07-24pstore: convert to ctime accessor functionsJeff Layton
2023-07-17pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel
2023-07-17pstore: Remove worst-case compression size logicArd Biesheuvel
2023-06-27Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-14pstore/ram: Add check for kstrdupJiasheng Jiang
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-05-10pstore/ram: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-27Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-08pstore: Revert pmsg_lock back to a normal mutexJohn Stultz
2022-12-23Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-12-23pstore: Properly assign mem_type propertyLuca Stefani
2022-12-23pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-14pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz
2022-12-05pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd
2022-12-02pstore/ram: Fix error return code in ramoops_probe()Wang Yufen
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman
2022-10-19pstore: Alert on backend write errorGuilherme G. Piccoli
2022-10-19pstore/ram: Set freed addresses to NULLKees Cook
2022-10-17pstore/ram: Move internal definitions out of kernel-wide includeKees Cook
2022-10-17pstore/ram: Move pmsg init earlierKees Cook
2022-10-17pstore/ram: Consolidate kfree() pathsKees Cook
2022-10-17pstore: Inform unregistered backend names as wellGuilherme G. Piccoli
2022-10-17pstore: Expose kmsg_bytes as a module parameterGuilherme G. Piccoli
2022-10-17pstore: Improve error reporting in case of backend overlapGuilherme G. Piccoli
2022-10-17pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang
2022-09-30Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-24pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel
2022-06-23pstore/zone: cleanup "rcnt" typeDan Carpenter
2022-05-12pstore: migrate to crypto acomp interfaceArd Biesheuvel
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn
2022-03-01pstore: Add prefix to ECC messagesVincent Whitchurch
2022-01-10Merge tag 'pstore-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds