aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12pstore/platform: Add check for kstrdupJiasheng Jiang1-1/+8
2023-08-31pstore: Base compression input buffer size on estimated compressed sizeArd Biesheuvel1-7/+27
2023-08-17pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang1-13/+14
2023-07-17pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel1-48/+88
2023-07-17pstore: Remove worst-case compression size logicArd Biesheuvel1-187/+19
2022-10-19pstore: Alert on backend write errorGuilherme G. Piccoli1-0/+10
2022-10-17pstore: Inform unregistered backend names as wellGuilherme G. Piccoli1-0/+2
2022-10-17pstore: Expose kmsg_bytes as a module parameterGuilherme G. Piccoli1-3/+5
2022-10-17pstore: Improve error reporting in case of backend overlapGuilherme G. Piccoli1-2/+3
2022-09-30Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli1-51/+12
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-06-24pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel1-0/+1
2022-05-12pstore: migrate to crypto acomp interfaceArd Biesheuvel1-12/+51
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn1-20/+18
2021-11-08lib: zstd: Add kernel-specific APINick Terrell1-1/+1
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-1/+4
2021-02-18pstore: Fix typo in compression option nameJiri Bohac1-2/+2
2020-12-01pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir1-1/+1
2020-07-06pstore: Fix linking when crypto API disabledMatteo Croce1-1/+4
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin1-1/+3
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook1-17/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook1-6/+2
2020-05-30pstore/platform: Move module params after declarationsKees Cook1-6/+5
2020-05-30pstore/platform: Use backend name for console registrationKees Cook1-1/+3
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook1-1/+2
2020-05-30pstore: Make sure console capturing will restartKees Cook1-1/+5
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook1-0/+3
2020-05-30pstore: Do not leave timer disabled for next backendKees Cook1-15/+19
2020-05-30pstore: Add locking around superblock changesKees Cook1-3/+2
2020-05-12pstore: Add proper unregister lock checkingKees Cook1-4/+17
2020-05-12pstore: Convert "psinfo" locking to mutexKees Cook1-4/+4
2020-05-12pstore: Rename "pstore_lock" to "psinfo_lock"Kees Cook1-5/+5
2020-05-12pstore: Drop useless try_module_get() for backendKees Cook1-8/+0
2020-02-25pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu1-2/+2
2019-10-29pstore: Make pstore_choose_compression() staticBen Dooks (Codethink)1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook1-1/+2
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih1-1/+3
2019-02-12pstore: Avoid writing records with zero sizeYue Hu1-0/+3
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook1-21/+23
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)1-0/+37
2018-12-03pstore: Improve and update some comments and status outputKees Cook1-4/+3
2018-12-03pstore: Remove needless lock during console writesKees Cook1-23/+6
2018-12-03pstore: Do not use crash buffer for decompressionKees Cook1-31/+25
2018-10-22pstore: Refactor compression initializationKees Cook1-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)1-1/+9
2018-10-22pstore: Centralize init/exit routinesKees Cook1-0/+23
2018-08-03pstore: add zstd compression supportGeliang Tang1-0/+16
2018-06-05pstore: Convert internal records to timespec64Kees Cook1-1/+1
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery1-2/+2
2018-03-15pstore: fix crypto dependenciesArnd Bergmann1-11/+11
2018-03-09pstore: Use crypto compress APIGeliang Tang1-347/+68
2018-03-07pstore: Select compression at runtimeKees Cook1-55/+79
2018-03-06pstore: Avoid size casts for 842 compressionKees Cook1-4/+14
2018-03-06pstore: Add lz4hc and 842 compression supportGeliang Tang1-18/+129
2017-11-28fs: pstore: remove unused hardirq.hYang Shi1-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann1-4/+1
2017-11-05pstore: remove unneeded unlikely()Hirofumi Nakagawa1-1/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-07-06pstore: Implement show_optionsDavid Howells1-1/+1
2017-06-27pstore: use memdup_userGeliang Tang1-7/+4
2017-05-31pstore: Populate pstore record->time fieldKees Cook1-0/+6
2017-05-31pstore: Create common record initializerKees Cook1-14/+21
2017-05-31pstore: Avoid potential infinite loopKees Cook1-2/+6
2017-05-31pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson1-1/+3
2017-05-31pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar1-1/+4
2017-04-27pstore: Solve lockdep warning by moving inode locksKees Cook1-5/+5
2017-03-07pstore: simplify write_user_compat()Kees Cook1-26/+20
2017-03-07pstore: Remove write_buf() callbackKees Cook1-15/+20
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook1-23/+12
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook1-9/+21
2017-03-07pstore: Do not duplicate record metadataKees Cook1-4/+2
2017-03-07pstore: Allocate records on heap instead of stackKees Cook1-8/+22
2017-03-07pstore: Pass record contents instead of copyingKees Cook1-4/+12
2017-03-07pstore: Always allocate buffer for decompressionKees Cook1-14/+24
2017-03-07pstore: Replace arguments for write() APIKees Cook1-27/+35
2017-03-07pstore: Replace arguments for read() APIKees Cook1-6/+1
2017-03-07pstore: Switch pstore_mkfile to pass recordKees Cook1-5/+1
2017-03-07pstore: Move record decompression to functionKees Cook1-30/+37
2017-03-07pstore: Extract common arguments into structureKees Cook1-25/+30
2017-03-07pstore: Improve register_pstore() error reportingKees Cook1-1/+5
2017-03-07pstore: Avoid race in module unloadingKees Cook1-2/+2
2017-03-07pstore: Shut down worker when unregisteringKees Cook1-1/+9
2017-03-07pstore: constify pstore_zbackend structuresBhumika Goyal1-4/+4
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt1-9/+13
2016-11-15pstore: Convert console write to use ->write_bufNamhyung Kim1-2/+2
2016-11-08pstore: Actually give up during locking failureLi Pengcheng1-0/+1
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn1-0/+36
2016-09-08pstore: Split pstore fragile flagsNamhyung Kim1-7/+10
2016-06-02pstore: add lzo/lz4 compression supportGeliang Tang1-7/+211
2016-05-31pstore: Cleanup pstore_dump()Namhyung Kim1-19/+13
2016-05-31pstore: Enable compression on normal path (again)Namhyung Kim1-6/+5
2016-05-31ramoops: Only unregister when registeredKees Cook1-3/+5
2015-11-02pstore: fix code comment to match codeGeliang Tang1-2/+3
2015-10-22pstore: add pstore unregisterGeliang Tang1-0/+35
2015-10-21pstore: add a helper function pstore_register_kmsgGeliang Tang1-1/+6
2015-05-21fs/pstore: update the backend parameter in pstore moduleWang Long1-0/+6
2015-05-21pstore: do not use message compression without lockKonstantin Khlebnikov1-1/+1
2015-01-16pstore: Fix sprintf format specifier in pstore_dump()alex chen1-2/+2
2015-01-16pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn1-0/+1
2014-06-06fs/pstore: logging clean-upFabian Frederick1-10/+9
2014-03-17pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX1-0/+1
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony1-2/+5
2013-09-16pstore: Remove the messages related to compression failureAruna Balakrishnaiah1-4/+0
2013-09-16pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah1-1/+1
2013-09-16pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah1-1/+22
2013-08-19pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah1-1/+3
2013-08-19pstore: Add decompression support to pstoreAruna Balakrishnaiah1-2/+51
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah1-1/+3
2013-08-19pstore: Add compression support to pstoreAruna Balakrishnaiah1-9/+139
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah1-3/+4
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-4/+6
2013-07-01pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah1-4/+6
2013-06-28pstore: Return unique error if backend registration excluded by kernel paramLenny Szubowicz1-5/+6
2013-01-11pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi1-6/+29
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi1-6/+7
2012-11-14pstore: Fix NULL pointer dereference in console writesColin Ian King1-1/+2
2012-09-20pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu1-1/+7
2012-09-06pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov1-0/+1
2012-07-17pstore: Add persistent function tracingAnton Vorontsov1-1/+1
2012-07-17pstore: Introduce write_buf backend callbackAnton Vorontsov1-0/+10
2012-06-25Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman1-22/+12
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers1-22/+12
2012-06-13pstore/platform: Disable automatic updates by defaultAnton Vorontsov1-2/+4
2012-06-13pstore/platform: Make automatic updates interval configurableAnton Vorontsov1-4/+11
2012-06-13pstore: Add console log messages supportAnton Vorontsov1-0/+37
2012-03-16pstore: Introduce get_reason_str() to pstoreSeiji Aguchi1-8/+22
2011-11-18pstore: gracefully handle NULL pstore_info functionsKees Cook1-3/+3
2011-11-17pstore: pass reason to backend write callbackKees Cook1-29/+1
2011-11-17pstore: pass allocated memory region back to callerKees Cook1-5/+8
2011-10-12pstore: make pstore write function return normal success/fail valueChen Gong1-5/+6
2011-08-16pstore: change mutex locking to spin_locksDon Zickus1-7/+21
2011-08-16pstore: defer inserting OOPS entries into pstoreLuck, Tony1-9/+45
2011-07-22pstore: Allow the user to explicitly choose a backendMatthew Garrett1-0/+11
2011-07-22pstore: Make "part" unsignedMatthew Garrett1-1/+2
2011-07-22pstore: Add extra context for writes and erasesMatthew Garrett1-4/+5
2011-07-22pstore: Extend API for more flexibility in new backendsMatthew Garrett1-6/+7
2011-05-16pstore: fix pstore filesystem mount/remount issueChen Gong1-1/+7
2011-05-16pstore: fix one type of return value in pstoreChen Gong1-2/+2
2011-03-22pstore: cleanups to pstore_dump()Tony Luck1-3/+12
2011-03-21pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony1-13/+3
2010-12-28pstore: new filesystem interface to platform persistent storageTony Luck1-0/+202