aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/powerpcLinus 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