summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
Commit message (Expand)AuthorAgeFilesLines
* pstore: fix crypto dependencies without compressionTobias Regnery2018-04-061-2/+2
* pstore: fix crypto dependenciesArnd Bergmann2018-03-151-11/+11
* pstore: Use crypto compress APIGeliang Tang2018-03-091-347/+68
* pstore: Select compression at runtimeKees Cook2018-03-071-55/+79
* pstore: Avoid size casts for 842 compressionKees Cook2018-03-061-4/+14
* pstore: Add lz4hc and 842 compression supportGeliang Tang2018-03-061-18/+129
* fs: pstore: remove unused hardirq.hYang Shi2017-11-281-1/+0
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-1/+1
|\
| * pstore: remove unneeded unlikely()Hirofumi Nakagawa2017-11-051-1/+1
* | pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-4/+1
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-1/+1
|\
| * pstore: Implement show_optionsDavid Howells2017-07-061-1/+1
* | pstore: use memdup_userGeliang Tang2017-06-271-7/+4
* | pstore: Populate pstore record->time fieldKees Cook2017-05-311-0/+6
* | pstore: Create common record initializerKees Cook2017-05-311-14/+21
* | pstore: Avoid potential infinite loopKees Cook2017-05-311-2/+6
* | pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson2017-05-311-1/+3
* | pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar2017-05-311-1/+4
|/
* 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
OpenPOWER on IntegriCloud