aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/platform.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-13/+1
2019-05-31pstore/ram: Run without kernel crash dump regionGravatar Kees Cook 1-1/+2
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionGravatar Pi-Hsun Shih 1-1/+3
2019-02-12pstore: Avoid writing records with zero sizeGravatar Yue Hu 1-0/+3
2018-12-03pstore: Convert buf_lock to semaphoreGravatar Kees Cook 1-21/+23
2018-12-03pstore: Map PSTORE_TYPE_* to stringsGravatar Joel Fernandes (Google) 1-0/+37
2018-12-03pstore: Improve and update some comments and status outputGravatar Kees Cook 1-4/+3
2018-12-03pstore: Remove needless lock during console writesGravatar Kees Cook 1-23/+6
2018-12-03pstore: Do not use crash buffer for decompressionGravatar Kees Cook 1-31/+25
2018-10-22pstore: Refactor compression initializationGravatar Kees Cook 1-15/+33
2018-10-22pstore: Allocate compression during late_initcall()Gravatar Joel Fernandes (Google) 1-1/+9
2018-10-22pstore: Centralize init/exit routinesGravatar Kees Cook 1-0/+23
2018-08-03pstore: add zstd compression supportGravatar Geliang Tang 1-0/+16
2018-06-05pstore: Convert internal records to timespec64Gravatar Kees Cook 1-1/+1
2018-04-06pstore: fix crypto dependencies without compressionGravatar Tobias Regnery 1-2/+2
2018-03-15pstore: fix crypto dependenciesGravatar Arnd Bergmann 1-11/+11
2018-03-09pstore: Use crypto compress APIGravatar Geliang Tang 1-347/+68
2018-03-07pstore: Select compression at runtimeGravatar Kees Cook 1-55/+79
2018-03-06pstore: Avoid size casts for 842 compressionGravatar Kees Cook 1-4/+14
2018-03-06pstore: Add lz4hc and 842 compression supportGravatar Geliang Tang 1-18/+129
2017-11-28fs: pstore: remove unused hardirq.hGravatar Yang Shi 1-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Gravatar Arnd Bergmann 1-4/+1
2017-11-05pstore: remove unneeded unlikely()Gravatar Hirofumi Nakagawa 1-1/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2017-07-06pstore: Implement show_optionsGravatar David Howells 1-1/+1
2017-06-27pstore: use memdup_userGravatar Geliang Tang 1-7/+4
2017-05-31pstore: Populate pstore record->time fieldGravatar Kees Cook 1-0/+6
2017-05-31pstore: Create common record initializerGravatar Kees Cook 1-14/+21
2017-05-31pstore: Avoid potential infinite loopGravatar Kees Cook 1-2/+6
2017-05-31pstore: Fix leaked pstore_record in pstore_get_backend_records()Gravatar Douglas Anderson 1-1/+3
2017-05-31pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGGravatar Ankit Kumar 1-1/+4
2017-04-27pstore: Solve lockdep warning by moving inode locksGravatar Kees Cook 1-5/+5
2017-03-07pstore: simplify write_user_compat()Gravatar Kees Cook 1-26/+20
2017-03-07pstore: Remove write_buf() callbackGravatar Kees Cook 1-15/+20
2017-03-07pstore: Replace arguments for write_buf_user() APIGravatar Kees Cook 1-23/+12
2017-03-07pstore: Replace arguments for write_buf() APIGravatar Kees Cook 1-9/+21
2017-03-07pstore: Do not duplicate record metadataGravatar Kees Cook 1-4/+2
2017-03-07pstore: Allocate records on heap instead of stackGravatar Kees Cook 1-8/+22
2017-03-07pstore: Pass record contents instead of copyingGravatar Kees Cook 1-4/+12
2017-03-07pstore: Always allocate buffer for decompressionGravatar Kees Cook 1-14/+24
2017-03-07pstore: Replace arguments for write() APIGravatar Kees Cook 1-27/+35
2017-03-07pstore: Replace arguments for read() APIGravatar Kees Cook 1-6/+1
2017-03-07pstore: Switch pstore_mkfile to pass recordGravatar Kees Cook 1-5/+1
2017-03-07pstore: Move record decompression to functionGravatar Kees Cook 1-30/+37
2017-03-07pstore: Extract common arguments into structureGravatar Kees Cook 1-25/+30
2017-03-07pstore: Improve register_pstore() error reportingGravatar Kees Cook 1-1/+5