summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
Commit message (Expand)AuthorAgeFilesLines
* pstore: fix code comment to match codeGeliang Tang2015-11-021-2/+3
* pstore: add pstore unregisterGeliang Tang2015-10-221-0/+35
* pstore: add a helper function pstore_register_kmsgGeliang Tang2015-10-211-1/+6
* fs/pstore: update the backend parameter in pstore moduleWang Long2015-05-211-0/+6
* pstore: do not use message compression without lockKonstantin Khlebnikov2015-05-211-1/+1
* pstore: Fix sprintf format specifier in pstore_dump()alex chen2015-01-161-2/+2
* pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn2015-01-161-0/+1
* fs/pstore: logging clean-upFabian Frederick2014-06-061-10/+9
* pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX2014-03-171-0/+1
* pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-201-2/+5
* pstore: Remove the messages related to compression failureAruna Balakrishnaiah2013-09-161-4/+0
* pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah2013-09-161-1/+1
* pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah2013-09-161-1/+22
* pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah2013-08-191-1/+3
* pstore: Add decompression support to pstoreAruna Balakrishnaiah2013-08-191-2/+51
* pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-191-1/+3
* pstore: Add compression support to pstoreAruna Balakrishnaiah2013-08-191-9/+139
* pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-191-3/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-4/+6
|\
| * pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah2013-07-011-4/+6
* | pstore: Return unique error if backend registration excluded by kernel paramLenny Szubowicz2013-06-281-5/+6
|/
* pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-01-111-6/+29
* efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi2012-11-261-6/+7
* pstore: Fix NULL pointer dereference in console writesColin Ian King2012-11-141-1/+2
* pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu2012-09-201-1/+7
* pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov2012-09-061-0/+1
* pstore: Add persistent function tracingAnton Vorontsov2012-07-171-1/+1
* pstore: Introduce write_buf backend callbackAnton Vorontsov2012-07-171-0/+10
* Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman2012-06-251-22/+12
|\
| * kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-22/+12
* | pstore/platform: Disable automatic updates by defaultAnton Vorontsov2012-06-131-2/+4
* | pstore/platform: Make automatic updates interval configurableAnton Vorontsov2012-06-131-4/+11
* | pstore: Add console log messages supportAnton Vorontsov2012-06-131-0/+37
|/
* pstore: Introduce get_reason_str() to pstoreSeiji Aguchi2012-03-161-8/+22
* pstore: gracefully handle NULL pstore_info functionsKees Cook2011-11-181-3/+3
* pstore: pass reason to backend write callbackKees Cook2011-11-171-29/+1
* pstore: pass allocated memory region back to callerKees Cook2011-11-171-5/+8
* pstore: make pstore write function return normal success/fail valueChen Gong2011-10-121-5/+6
* pstore: change mutex locking to spin_locksDon Zickus2011-08-161-7/+21
* pstore: defer inserting OOPS entries into pstoreLuck, Tony2011-08-161-9/+45
* pstore: Allow the user to explicitly choose a backendMatthew Garrett2011-07-221-0/+11
* pstore: Make "part" unsignedMatthew Garrett2011-07-221-1/+2
* pstore: Add extra context for writes and erasesMatthew Garrett2011-07-221-4/+5
* pstore: Extend API for more flexibility in new backendsMatthew Garrett2011-07-221-6/+7
* pstore: fix pstore filesystem mount/remount issueChen Gong2011-05-161-1/+7
* pstore: fix one type of return value in pstoreChen Gong2011-05-161-2/+2
* pstore: cleanups to pstore_dump()Tony Luck2011-03-221-3/+12
* pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony2011-03-211-13/+3
* pstore: new filesystem interface to platform persistent storageTony Luck2010-12-281-0/+202
OpenPOWER on IntegriCloud