summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorLines
2015-01-16pstore: Fix sprintf format specifier in pstore_dump()alex chen-2/+2
2015-01-16pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn-0/+1
2014-06-06fs/pstore: logging clean-upFabian Frederick-10/+9
2014-03-17pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX-0/+1
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony-2/+5
2013-09-16pstore: Remove the messages related to compression failureAruna Balakrishnaiah-4/+0
2013-09-16pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah-1/+1
2013-09-16pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah-1/+22
2013-08-19pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah-1/+3
2013-08-19pstore: Add decompression support to pstoreAruna Balakrishnaiah-2/+51
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah-1/+3
2013-08-19pstore: Add compression support to pstoreAruna Balakrishnaiah-9/+139
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah-3/+4
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-4/+6
2013-07-01pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah-4/+6
2013-06-28pstore: Return unique error if backend registration excluded by kernel paramLenny Szubowicz-5/+6
2013-01-11pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi-6/+29
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi-6/+7
2012-11-14pstore: Fix NULL pointer dereference in console writesColin Ian King-1/+2
2012-09-20pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu-1/+7
2012-09-06pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov-0/+1
2012-07-17pstore: Add persistent function tracingAnton Vorontsov-1/+1
2012-07-17pstore: Introduce write_buf backend callbackAnton Vorontsov-0/+10
2012-06-25Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman-22/+12
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers-22/+12
2012-06-13pstore/platform: Disable automatic updates by defaultAnton Vorontsov-2/+4
2012-06-13pstore/platform: Make automatic updates interval configurableAnton Vorontsov-4/+11
2012-06-13pstore: Add console log messages supportAnton Vorontsov-0/+37
2012-03-16pstore: Introduce get_reason_str() to pstoreSeiji Aguchi-8/+22
2011-11-18pstore: gracefully handle NULL pstore_info functionsKees Cook-3/+3
2011-11-17pstore: pass reason to backend write callbackKees Cook-29/+1
2011-11-17pstore: pass allocated memory region back to callerKees Cook-5/+8
2011-10-12pstore: make pstore write function return normal success/fail valueChen Gong-5/+6
2011-08-16pstore: change mutex locking to spin_locksDon Zickus-7/+21
2011-08-16pstore: defer inserting OOPS entries into pstoreLuck, Tony-9/+45
2011-07-22pstore: Allow the user to explicitly choose a backendMatthew Garrett-0/+11
2011-07-22pstore: Make "part" unsignedMatthew Garrett-1/+2
2011-07-22pstore: Add extra context for writes and erasesMatthew Garrett-4/+5
2011-07-22pstore: Extend API for more flexibility in new backendsMatthew Garrett-6/+7
2011-05-16pstore: fix pstore filesystem mount/remount issueChen Gong-1/+7
2011-05-16pstore: fix one type of return value in pstoreChen Gong-2/+2
2011-03-22pstore: cleanups to pstore_dump()Tony Luck-3/+12
2011-03-21pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony-13/+3
2010-12-28pstore: new filesystem interface to platform persistent storageTony Luck-0/+202