aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29pstore: Make pstore_choose_compression() staticBen Dooks (Codethink)1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook1-1/+2
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih1-1/+3
2019-02-12pstore: Avoid writing records with zero sizeYue Hu1-0/+3
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook1-21/+23
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)1-0/+37
2018-12-03pstore: Improve and update some comments and status outputKees Cook1-4/+3
2018-12-03pstore: Remove needless lock during console writesKees Cook1-23/+6
2018-12-03pstore: Do not use crash buffer for decompressionKees Cook1-31/+25
2018-10-22pstore: Refactor compression initializationKees Cook1-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)1-1/+9
2018-10-22pstore: Centralize init/exit routinesKees Cook1-0/+23
2018-08-03pstore: add zstd compression supportGeliang Tang1-0/+16
2018-06-05pstore: Convert internal records to timespec64Kees Cook1-1/+1
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery1-2/+2
2018-03-15pstore: fix crypto dependenciesArnd Bergmann1-11/+11
2018-03-09pstore: Use crypto compress APIGeliang Tang1-347/+68
2018-03-07pstore: Select compression at runtimeKees Cook1-55/+79
2018-03-06pstore: Avoid size casts for 842 compressionKees Cook1-4/+14
2018-03-06pstore: Add lz4hc and 842 compression supportGeliang Tang1-18/+129
2017-11-28fs: pstore: remove unused hardirq.hYang Shi1-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann1-4/+1
2017-11-05pstore: 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/viro/vfsLinus Torvalds1-1/+1
2017-07-06pstore: Implement show_optionsDavid Howells1-1/+1
2017-06-27pstore: 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-27pstore: Solve lockdep warning by moving inode locksKees Cook1-5/+5
2017-03-07pstore: simplify write_user_compat()Kees Cook1-26/+20
2017-03-07pstore: Remove write_buf() callbackKees Cook1-15/+20
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook1-23/+12
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook1-9/+21
2017-03-07pstore: Do not duplicate record metadataKees Cook1-4/+2
2017-03-07pstore: Allocate records on heap instead of stackKees Cook1-8/+22
2017-03-07pstore: Pass record contents instead of copyingKees Cook1-4/+12
2017-03-07pstore: Always allocate buffer for decompressionKees Cook1-14/+24
2017-03-07pstore: Replace arguments for write() APIKees Cook1-27/+35
2017-03-07pstore: Replace arguments for read() APIKees Cook1-6/+1
2017-03-07pstore: Switch pstore_mkfile to pass recordKees Cook1-5/+1
2017-03-07pstore: Move record decompression to functionKees Cook1-30/+37
2017-03-07pstore: Extract common arguments into structureKees Cook1-25/+30