summaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15/+14
2026-02-06pstore/ram: fix buffer overflow in persistent_ram_save_old()Sai Ritvik Tanksalkar-0/+11
2026-02-06pstore: ram_core: fix incorrect success return when vmap() failsRuipeng Qi-0/+7
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+4
2025-11-16convert pstoreAl Viro-3/+4
2025-10-23pstore/ram: Update module parameters from platform dataTzung-Bi Shih-0/+2
2025-09-29Merge tag 'pstore-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+11
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-1/+1
2025-07-02pstore: switch to locked_recursive_removal()Al Viro-3/+2
2025-05-09pstore/zone: rewrite some comments for better understandingEugen Hristev-10/+11
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-24Merge tag 'pstore-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+9
2025-02-10pstore: Change kmsg_bytes storage size to u32Kees Cook-8/+9
2025-02-06pstore: convert to the new mount APIEric Sandeen-35/+74
2025-01-20Merge tag 'pstore-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+7
2025-01-10pstore/zone: avoid dereferencing zero sized ptr after init zonesEugen Hristev-0/+5
2025-01-08pstore/blk: trivial typo fixesEugen Hristev-2/+2
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-5/+5
2024-08-26pstore: replace spinlock_t by raw_spinlock_tWen Yang-4/+4
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-5/+5
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+14
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe-5/+5
2024-06-19pstore/ramoops: Add ramoops.mem_name= command line optionSteven Rostedt (Google)-0/+14
2024-06-17pstore: platform: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-04-11pstore/blk: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2024-03-09pstore/zone: Don't clear memory twiceChristophe JAILLET-1/+0
2024-02-22pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan-0/+2
2024-02-22pstore/ram: Register to module device tableNĂ­colas F. R. A. Prado-0/+1
2024-02-22pstore: inode: Only d_invalidate() is neededKees Cook-7/+3
2023-12-08pstore: inode: Use cleanup.h for struct pstore_privateKees Cook-9/+4
2023-12-08pstore: inode: Use __free(pstore_iput) for inode allocationsKees Cook-5/+5
2023-12-08pstore: inode: Convert mutex usage to guard(mutex)Kees Cook-45/+31
2023-12-08pstore: inode: Convert kfree() usage to __free(kfree)Kees Cook-6/+4
2023-12-08pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov-1/+1
2023-12-08pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen-0/+1
2023-10-30Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+8
2023-10-18pstore: convert to new timestamp accessorsJeff Layton-2/+3
2023-10-12pstore/platform: Add check for kstrdupJiasheng Jiang-1/+8
2023-09-02Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+27
2023-08-31pstore: Base compression input buffer size on estimated compressed sizeArd Biesheuvel-7/+27
2023-08-28Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-346/+137
2023-08-18pstore: Fix kernel-doc warningMatthew Wilcox (Oracle)-6/+4
2023-08-17pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang-21/+24
2023-08-04pstore/ram: Check start of empty przs during initEnlin Mu-1/+1
2023-07-24pstore: convert to ctime accessor functionsJeff Layton-2/+2
2023-07-17pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel-139/+97