summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorLines
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-13/+1
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook-1/+2
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih-1/+3
2019-02-12pstore: Avoid writing records with zero sizeYue Hu-0/+3
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook-21/+23
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)-0/+37
2018-12-03pstore: Improve and update some comments and status outputKees Cook-4/+3
2018-12-03pstore: Remove needless lock during console writesKees Cook-23/+6
2018-12-03pstore: Do not use crash buffer for decompressionKees Cook-31/+25
2018-10-22pstore: Refactor compression initializationKees Cook-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)-1/+9
2018-10-22pstore: Centralize init/exit routinesKees Cook-0/+23
2018-08-03pstore: add zstd compression supportGeliang Tang-0/+16
2018-06-05pstore: Convert internal records to timespec64Kees Cook-1/+1
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery-2/+2
2018-03-15pstore: fix crypto dependenciesArnd Bergmann-11/+11
2018-03-09pstore: Use crypto compress APIGeliang Tang-347/+68
2018-03-07pstore: Select compression at runtimeKees Cook-55/+79
2018-03-06pstore: Avoid size casts for 842 compressionKees Cook-4/+14
2018-03-06pstore: Add lz4hc and 842 compression supportGeliang Tang-18/+129
2017-11-28fs: pstore: remove unused hardirq.hYang Shi-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann-4/+1
2017-11-05pstore: remove unneeded unlikely()Hirofumi Nakagawa-1/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2017-07-06pstore: Implement show_optionsDavid Howells-1/+1
2017-06-27pstore: use memdup_userGeliang Tang-7/+4
2017-05-31pstore: Populate pstore record->time fieldKees Cook-0/+6
2017-05-31pstore: Create common record initializerKees Cook-14/+21
2017-05-31pstore: Avoid potential infinite loopKees Cook-2/+6
2017-05-31pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson-1/+3
2017-05-31pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar-1/+4
2017-04-27pstore: Solve lockdep warning by moving inode locksKees Cook-5/+5
2017-03-07pstore: simplify write_user_compat()Kees Cook-26/+20
2017-03-07pstore: Remove write_buf() callbackKees Cook-15/+20
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook-23/+12
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook-9/+21
2017-03-07pstore: Do not duplicate record metadataKees Cook-4/+2
2017-03-07pstore: Allocate records on heap instead of stackKees Cook-8/+22
2017-03-07pstore: Pass record contents instead of copyingKees Cook-4/+12
2017-03-07pstore: Always allocate buffer for decompressionKees Cook-14/+24
2017-03-07pstore: Replace arguments for write() APIKees Cook-27/+35
2017-03-07pstore: Replace arguments for read() APIKees Cook-6/+1
2017-03-07pstore: Switch pstore_mkfile to pass recordKees Cook-5/+1
2017-03-07pstore: Move record decompression to functionKees Cook-30/+37
2017-03-07pstore: Extract common arguments into structureKees Cook-25/+30
2017-03-07pstore: Improve register_pstore() error reportingKees Cook-1/+5