aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-02pstore: add lzo/lz4 compression supportGravatar Geliang Tang 1-7/+211
2016-05-31pstore: Cleanup pstore_dump()Gravatar Namhyung Kim 1-19/+13
2016-05-31pstore: Enable compression on normal path (again)Gravatar Namhyung Kim 1-6/+5
2016-05-31ramoops: Only unregister when registeredGravatar Kees Cook 1-3/+5
2015-11-02pstore: fix code comment to match codeGravatar Geliang Tang 1-2/+3
2015-10-22pstore: add pstore unregisterGravatar Geliang Tang 1-0/+35
2015-10-21pstore: add a helper function pstore_register_kmsgGravatar Geliang Tang 1-1/+6
2015-05-21fs/pstore: update the backend parameter in pstore moduleGravatar Wang Long 1-0/+6
2015-05-21pstore: do not use message compression without lockGravatar Konstantin Khlebnikov 1-1/+1
2015-01-16pstore: Fix sprintf format specifier in pstore_dump()Gravatar alex chen 1-2/+2
2015-01-16pstore: Add pmsg - user-space accessible pstore objectGravatar Mark Salyzyn 1-0/+1
2014-06-06fs/pstore: logging clean-upGravatar Fabian Frederick 1-10/+9
2014-03-17pstore: Fix memory leak when decompress using big_oops_bufGravatar Liu ShuoX 1-0/+1
2013-12-20pstore: Don't allow high traffic options on fragile devicesGravatar Luck, Tony 1-2/+5
2013-09-16pstore: Remove the messages related to compression failureGravatar Aruna Balakrishnaiah 1-4/+0
2013-09-16pstore: Use zlib_inflateInit2 instead of zlib_inflateInitGravatar Aruna Balakrishnaiah 1-1/+1
2013-09-16pstore: Adjust buffer size for compression for smaller registered buffersGravatar Aruna Balakrishnaiah 1-1/+22
2013-08-19pstore: Add file extension to pstore file if compressedGravatar Aruna Balakrishnaiah 1-1/+3
2013-08-19pstore: Add decompression support to pstoreGravatar Aruna Balakrishnaiah 1-2/+51
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackGravatar Aruna Balakrishnaiah 1-1/+3
2013-08-19pstore: Add compression support to pstoreGravatar Aruna Balakrishnaiah 1-9/+139
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackGravatar Aruna Balakrishnaiah 1-3/+4
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-4/+6
2013-07-01pstore: Pass header size in the pstore write callbackGravatar Aruna Balakrishnaiah 1-4/+6
2013-06-28pstore: Return unique error if backend registration excluded by kernel paramGravatar Lenny Szubowicz 1-5/+6
2013-01-11pstore: Avoid deadlock in panic and emergency-restart pathGravatar Seiji Aguchi 1-6/+29
2012-11-26efi_pstore: Add a sequence counter to a variable nameGravatar Seiji Aguchi 1-6/+7
2012-11-14pstore: Fix NULL pointer dereference in console writesGravatar Colin Ian King 1-1/+2
2012-09-20pstore: Avoid recursive spinlocks in the oops_in_progress caseGravatar Chuansheng Liu 1-1/+7
2012-09-06pstore/ftrace: Convert to its own enable/disable debugfs knobGravatar Anton Vorontsov 1-0/+1
2012-07-17pstore: Add persistent function tracingGravatar Anton Vorontsov 1-1/+1
2012-07-17pstore: Introduce write_buf backend callbackGravatar Anton Vorontsov 1-0/+10
2012-06-25Merge 3.5-rc4 into staging-nextGravatar Greg Kroah-Hartman 1-22/+12
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentGravatar Kay Sievers 1-22/+12
2012-06-13pstore/platform: Disable automatic updates by defaultGravatar Anton Vorontsov 1-2/+4
2012-06-13pstore/platform: Make automatic updates interval configurableGravatar Anton Vorontsov 1-4/+11
2012-06-13pstore: Add console log messages supportGravatar Anton Vorontsov 1-0/+37
2012-03-16pstore: Introduce get_reason_str() to pstoreGravatar Seiji Aguchi 1-8/+22
2011-11-18pstore: gracefully handle NULL pstore_info functionsGravatar Kees Cook 1-3/+3
2011-11-17pstore: pass reason to backend write callbackGravatar Kees Cook 1-29/+1
2011-11-17pstore: pass allocated memory region back to callerGravatar Kees Cook 1-5/+8
2011-10-12pstore: make pstore write function return normal success/fail valueGravatar Chen Gong 1-5/+6
2011-08-16pstore: change mutex locking to spin_locksGravatar Don Zickus 1-7/+21
2011-08-16pstore: defer inserting OOPS entries into pstoreGravatar Luck, Tony 1-9/+45
2011-07-22pstore: Allow the user to explicitly choose a backendGravatar Matthew Garrett 1-0/+11
2011-07-22pstore: Make "part" unsignedGravatar Matthew Garrett 1-1/+2
2011-07-22pstore: Add extra context for writes and erasesGravatar Matthew Garrett 1-4/+5
2011-07-22pstore: Extend API for more flexibility in new backendsGravatar Matthew Garrett 1-6/+7
2011-05-16pstore: fix pstore filesystem mount/remount issueGravatar Chen Gong 1-1/+7
2011-05-16pstore: fix one type of return value in pstoreGravatar Chen Gong 1-2/+2