summaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)Author
3 daysMerge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-16convert pstoreAl Viro
2025-10-23pstore/ram: Update module parameters from platform dataTzung-Bi Shih
2025-09-29Merge tag 'pstore-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-07-02pstore: switch to locked_recursive_removal()Al Viro
2025-05-09pstore/zone: rewrite some comments for better understandingEugen Hristev
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-24Merge tag 'pstore-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-10pstore: Change kmsg_bytes storage size to u32Kees Cook
2025-02-06pstore: convert to the new mount APIEric Sandeen
2025-01-20Merge tag 'pstore-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-10pstore/zone: avoid dereferencing zero sized ptr after init zonesEugen Hristev
2025-01-08pstore/blk: trivial typo fixesEugen Hristev
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-08-26pstore: replace spinlock_t by raw_spinlock_tWen Yang
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe
2024-06-19pstore/ramoops: Add ramoops.mem_name= command line optionSteven Rostedt (Google)
2024-06-17pstore: platform: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-04-11pstore/blk: replace deprecated strncpy with strscpyJustin Stitt
2024-03-09pstore/zone: Don't clear memory twiceChristophe JAILLET
2024-02-22pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan
2024-02-22pstore/ram: Register to module device tableNícolas F. R. A. Prado
2024-02-22pstore: inode: Only d_invalidate() is neededKees Cook
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