summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
Commit message (Expand)AuthorAgeFilesLines
* pstore: Solve lockdep warning by moving inode locksKees Cook2017-04-271-5/+5
* pstore: simplify write_user_compat()Kees Cook2017-03-071-26/+20
* pstore: Remove write_buf() callbackKees Cook2017-03-071-15/+20
* pstore: Replace arguments for write_buf_user() APIKees Cook2017-03-071-23/+12
* pstore: Replace arguments for write_buf() APIKees Cook2017-03-071-9/+21
* pstore: Do not duplicate record metadataKees Cook2017-03-071-4/+2
* pstore: Allocate records on heap instead of stackKees Cook2017-03-071-8/+22
* pstore: Pass record contents instead of copyingKees Cook2017-03-071-4/+12
* pstore: Always allocate buffer for decompressionKees Cook2017-03-071-14/+24
* pstore: Replace arguments for write() APIKees Cook2017-03-071-27/+35
* pstore: Replace arguments for read() APIKees Cook2017-03-071-6/+1
* pstore: Switch pstore_mkfile to pass recordKees Cook2017-03-071-5/+1
* pstore: Move record decompression to functionKees Cook2017-03-071-30/+37
* pstore: Extract common arguments into structureKees Cook2017-03-071-25/+30
* pstore: Improve register_pstore() error reportingKees Cook2017-03-071-1/+5
* 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-241-9/+13
* pstore: Convert console write to use ->write_bufNamhyung Kim2016-11-151-2/+2
* pstore: Actually give up during locking failureLi Pengcheng2016-11-081-0/+1
* pstore/pmsg: drop bounce bufferMark Salyzyn2016-09-081-0/+36
* pstore: Split pstore fragile flagsNamhyung Kim2016-09-081-7/+10
* pstore: add lzo/lz4 compression supportGeliang Tang2016-06-021-7/+211
* pstore: Cleanup pstore_dump()Namhyung Kim2016-05-311-19/+13
* pstore: Enable compression on normal path (again)Namhyung Kim2016-05-311-6/+5
* 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-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
OpenPOWER on IntegriCloud