summaryrefslogtreecommitdiff
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-06pstore: remove unneeded unlikely()Hirofumi Nakagawa1-1/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-07-06pstore: Implement show_optionsDavid Howells1-1/+1
2017-06-28pstore: use memdup_userGeliang Tang1-7/+4
2017-05-31pstore: Populate pstore record->time fieldKees Cook1-0/+6
2017-05-31pstore: Create common record initializerKees Cook1-14/+21
2017-05-31pstore: Avoid potential infinite loopKees Cook1-2/+6
2017-05-31pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson1-1/+3
2017-05-31pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar1-1/+4
2017-04-28pstore: Solve lockdep warning by moving inode locksKees Cook1-5/+5
2017-03-08pstore: simplify write_user_compat()Kees Cook1-26/+20
2017-03-08pstore: Remove write_buf() callbackKees Cook1-15/+20
2017-03-08pstore: Replace arguments for write_buf_user() APIKees Cook1-23/+12
2017-03-08pstore: Replace arguments for write_buf() APIKees Cook1-9/+21
2017-03-08pstore: Do not duplicate record metadataKees Cook1-4/+2
2017-03-08pstore: Allocate records on heap instead of stackKees Cook1-8/+22
2017-03-08pstore: Pass record contents instead of copyingKees Cook1-4/+12
2017-03-08pstore: Always allocate buffer for decompressionKees Cook1-14/+24
2017-03-08pstore: Replace arguments for write() APIKees Cook1-27/+35
2017-03-08pstore: Replace arguments for read() APIKees Cook1-6/+1
2017-03-08pstore: Switch pstore_mkfile to pass recordKees Cook1-5/+1
2017-03-08pstore: Move record decompression to functionKees Cook1-30/+37
2017-03-08pstore: Extract common arguments into structureKees Cook1-25/+30
2017-03-07pstore: Improve register_pstore() error reportingKees Cook1-1/+5
2017-03-07pstore: Avoid race in module unloadingKees Cook1-2/+2
2017-03-07pstore: Shut down worker when unregisteringKees Cook1-1/+9
2017-03-07pstore: constify pstore_zbackend structuresBhumika Goyal1-4/+4
2017-02-25fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt1-9/+13
2016-11-16pstore: Convert console write to use ->write_bufNamhyung Kim1-2/+2
2016-11-09pstore: Actually give up during locking failureLi Pengcheng1-0/+1
2016-09-09pstore/pmsg: drop bounce bufferMark Salyzyn1-0/+36
2016-09-09pstore: Split pstore fragile flagsNamhyung Kim1-7/+10
2016-06-02pstore: add lzo/lz4 compression supportGeliang Tang1-7/+211
2016-05-31pstore: Cleanup pstore_dump()Namhyung Kim1-19/+13
2016-05-31pstore: Enable compression on normal path (again)Namhyung Kim1-6/+5
2016-05-31ramoops: Only unregister when registeredKees Cook1-3/+5
2015-11-03pstore: fix code comment to match codeGeliang Tang1-2/+3
2015-10-22pstore: add pstore unregisterGeliang Tang1-0/+35
2015-10-21pstore: add a helper function pstore_register_kmsgGeliang Tang1-1/+6
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-17pstore: Fix sprintf format specifier in pstore_dump()alex chen1-2/+2
2015-01-17pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn1-0/+1
2014-06-07fs/pstore: logging clean-upFabian Frederick1-10/+9
2014-03-18pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX1-0/+1
2013-12-21pstore: 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