aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
AgeCommit message (Expand)Author
2019-09-12pstore/ram: Run without kernel crash dump regionKees Cook
2019-09-12pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih
2019-05-30pstore: Refactor compression initializationKees Cook
2019-05-30pstore: Allocate compression during late_initcall()Joel Fernandes (Google)
2019-05-30pstore: Centralize init/exit routinesKees Cook
2019-04-12pstore: Convert buf_lock to semaphoreKees Cook
2019-04-12pstore: Remove needless lock during console writesKees Cook
2018-06-05pstore: Convert internal records to timespec64Kees Cook
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery
2018-03-15pstore: fix crypto dependenciesArnd Bergmann
2018-03-09pstore: Use crypto compress APIGeliang Tang
2018-03-07pstore: Select compression at runtimeKees Cook
2018-03-06pstore: Avoid size casts for 842 compressionKees Cook
2018-03-06pstore: Add lz4hc and 842 compression supportGeliang Tang
2017-11-28fs: pstore: remove unused hardirq.hYang Shi
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann
2017-11-05pstore: remove unneeded unlikely()Hirofumi Nakagawa
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-06pstore: Implement show_optionsDavid Howells
2017-06-27pstore: use memdup_userGeliang Tang
2017-05-31pstore: Populate pstore record->time fieldKees Cook
2017-05-31pstore: Create common record initializerKees Cook
2017-05-31pstore: Avoid potential infinite loopKees Cook
2017-05-31pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson
2017-05-31pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar
2017-04-27pstore: Solve lockdep warning by moving inode locksKees Cook
2017-03-07pstore: simplify write_user_compat()Kees Cook
2017-03-07pstore: Remove write_buf() callbackKees Cook
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook
2017-03-07pstore: Do not duplicate record metadataKees Cook
2017-03-07pstore: Allocate records on heap instead of stackKees Cook
2017-03-07pstore: Pass record contents instead of copyingKees Cook
2017-03-07pstore: Always allocate buffer for decompressionKees Cook
2017-03-07pstore: Replace arguments for write() APIKees Cook
2017-03-07pstore: Replace arguments for read() APIKees Cook
2017-03-07pstore: Switch pstore_mkfile to pass recordKees Cook
2017-03-07pstore: Move record decompression to functionKees Cook
2017-03-07pstore: Extract common arguments into structureKees Cook
2017-03-07pstore: Improve register_pstore() error reportingKees Cook
2017-03-07pstore: Avoid race in module unloadingKees Cook
2017-03-07pstore: Shut down worker when unregisteringKees Cook
2017-03-07pstore: constify pstore_zbackend structuresBhumika Goyal
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt
2016-11-15pstore: Convert console write to use ->write_bufNamhyung Kim
2016-11-08pstore: Actually give up during locking failureLi Pengcheng
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn