summaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+4
2025-11-16convert pstoreAl Viro1-3/+4
2025-10-23pstore/ram: Update module parameters from platform dataTzung-Bi Shih1-0/+2
2025-09-30Merge tag 'pstore-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+11
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-07-03pstore: switch to locked_recursive_removal()Al Viro1-3/+2
2025-05-09pstore/zone: rewrite some comments for better understandingEugen Hristev1-10/+11
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-25Merge tag 'pstore-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-8/+9
2025-02-10pstore: Change kmsg_bytes storage size to u32Kees Cook3-8/+9
2025-02-06pstore: convert to the new mount APIEric Sandeen1-35/+74
2025-01-21Merge tag 'pstore-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+7
2025-01-10pstore/zone: avoid dereferencing zero sized ptr after init zonesEugen Hristev1-0/+5
2025-01-09pstore/blk: trivial typo fixesEugen Hristev1-2/+2
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-5/+5
2024-08-26pstore: replace spinlock_t by raw_spinlock_tWen Yang1-4/+4
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-5/+5
2024-07-19Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+14
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe1-5/+5
2024-06-19pstore/ramoops: Add ramoops.mem_name= command line optionSteven Rostedt (Google)1-0/+14
2024-06-17pstore: platform: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-04-11pstore/blk: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
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