summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
Commit message (Expand)AuthorAgeFilesLines
...
* pstore: Avoid race in module unloadingKees Cook2017-03-071-2/+2
* pstore: Shut down worker when unregisteringKees Cook2017-03-071-1/+9
* pstore: constify pstore_zbackend structuresBhumika Goyal2017-03-071-4/+4
* fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-02-251-9/+13
* pstore: Convert console write to use ->write_bufNamhyung Kim2016-11-161-2/+2
* pstore: Actually give up during locking failureLi Pengcheng2016-11-091-0/+1
* pstore/pmsg: drop bounce bufferMark Salyzyn2016-09-091-0/+36
* pstore: Split pstore fragile flagsNamhyung Kim2016-09-091-7/+10
* pstore: add lzo/lz4 compression supportGeliang Tang2016-06-021-7/+211
* pstore: Cleanup pstore_dump()Namhyung Kim2016-05-311-19/+13Star
* pstore: Enable compression on normal path (again)Namhyung Kim2016-05-311-6/+5Star
* ramoops: Only unregister when registeredKees Cook2016-05-311-3/+5
* 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-171-2/+2
* pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn2015-01-171-0/+1
* fs/pstore: logging clean-upFabian Frederick2014-06-071-10/+9Star
* 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/+0Star
* 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-291-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-271-6/+7
* pstore: Fix NULL pointer dereference in console writesColin Ian King2012-11-151-1/+2
* pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu2012-09-211-1/+7
* pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov2012-09-071-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/+12Star
|\
| * kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-22/+12Star
* | pstore/platform: Disable automatic updates by defaultAnton Vorontsov2012-06-141-2/+4
* | pstore/platform: Make automatic updates interval configurableAnton Vorontsov2012-06-141-4/+11
* | pstore: Add console log messages supportAnton Vorontsov2012-06-141-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/+1Star
* 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