aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2017-07-06pstore: Implement show_optionsGravatar David Howells 1-1/+1
2017-06-27pstore: use memdup_userGravatar Geliang Tang 1-7/+4
2017-05-31pstore: Populate pstore record->time fieldGravatar Kees Cook 1-0/+6
2017-05-31pstore: Create common record initializerGravatar Kees Cook 1-14/+21
2017-05-31pstore: Avoid potential infinite loopGravatar Kees Cook 1-2/+6
2017-05-31pstore: Fix leaked pstore_record in pstore_get_backend_records()Gravatar Douglas Anderson 1-1/+3
2017-05-31pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGGravatar Ankit Kumar 1-1/+4
2017-04-27pstore: Solve lockdep warning by moving inode locksGravatar Kees Cook 1-5/+5
2017-03-07pstore: simplify write_user_compat()Gravatar Kees Cook 1-26/+20
2017-03-07pstore: Remove write_buf() callbackGravatar Kees Cook 1-15/+20
2017-03-07pstore: Replace arguments for write_buf_user() APIGravatar Kees Cook 1-23/+12
2017-03-07pstore: Replace arguments for write_buf() APIGravatar Kees Cook 1-9/+21
2017-03-07pstore: Do not duplicate record metadataGravatar Kees Cook 1-4/+2
2017-03-07pstore: Allocate records on heap instead of stackGravatar Kees Cook 1-8/+22
2017-03-07pstore: Pass record contents instead of copyingGravatar Kees Cook 1-4/+12
2017-03-07pstore: Always allocate buffer for decompressionGravatar Kees Cook 1-14/+24
2017-03-07pstore: Replace arguments for write() APIGravatar Kees Cook 1-27/+35
2017-03-07pstore: Replace arguments for read() APIGravatar Kees Cook 1-6/+1
2017-03-07pstore: Switch pstore_mkfile to pass recordGravatar Kees Cook 1-5/+1
2017-03-07pstore: Move record decompression to functionGravatar Kees Cook 1-30/+37
2017-03-07pstore: Extract common arguments into structureGravatar Kees Cook 1-25/+30
2017-03-07pstore: Improve register_pstore() error reportingGravatar Kees Cook 1-1/+5
2017-03-07pstore: Avoid race in module unloadingGravatar Kees Cook 1-2/+2
2017-03-07pstore: Shut down worker when unregisteringGravatar Kees Cook 1-1/+9
2017-03-07pstore: constify pstore_zbackend structuresGravatar Bhumika Goyal 1-4/+4
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionGravatar Sven Schmidt 1-9/+13
2016-11-15pstore: Convert console write to use ->write_bufGravatar Namhyung Kim 1-2/+2
2016-11-08pstore: Actually give up during locking failureGravatar Li Pengcheng 1-0/+1
2016-09-08pstore/pmsg: drop bounce bufferGravatar Mark Salyzyn 1-0/+36
2016-09-08pstore: Split pstore fragile flagsGravatar Namhyung Kim 1-7/+10
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