aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2018-08-03pstore: add zstd compression supportGravatar Geliang Tang 2-3/+30
2018-06-14pstore: Remove bogus format string definitionGravatar Arnd Bergmann 1-11/+6
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-2/+1
2018-06-05pstore: Convert internal records to timespec64Gravatar Kees Cook 3-9/+17
2018-04-06pstore: fix crypto dependencies without compressionGravatar Tobias Regnery 1-2/+2
2018-03-15pstore: fix crypto dependenciesGravatar Arnd Bergmann 2-20/+21
2018-03-09pstore: Use crypto compress APIGravatar Geliang Tang 3-367/+84
2018-03-07pstore/ram: Do not use stack VLA for parity workspaceGravatar Kees Cook 1-7/+22
2018-03-07pstore: Select compression at runtimeGravatar Kees Cook 4-84/+151
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 2-18/+149
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-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+2
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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Gravatar Kees Cook 1-22/+0
2017-08-17pstore: Make default pstorefs root dir perms 0750Gravatar 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 3-4/+15
2017-07-06pstore: Implement show_optionsGravatar David Howells 3-4/+15
2017-06-27pstore: use memdup_userGravatar Geliang Tang 1-7/+4
2017-05-31pstore: Fix format string to use %u for record idGravatar Kees Cook 1-11/+11
2017-05-31pstore: Populate pstore record->time fieldGravatar Kees Cook 2-11/+11
2017-05-31pstore: Create common record initializerGravatar Kees Cook 3-19/+28
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-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-04-27pstore: Solve lockdep warning by moving inode locksGravatar Kees Cook 3-16/+36
2017-04-27pstore: Remove unused vmalloc.h in pmsgGravatar Geliang Tang 1-1/+0
2017-04-20Annotate hardware config module parameters in fs/pstore/Gravatar David Howells 1-1/+1
2017-03-07pstore: simplify write_user_compat()Gravatar Kees Cook 1-26/+20
2017-03-07pstore: Remove write_buf() callbackGravatar Kees Cook 4-24/+29
2017-03-07pstore: Replace arguments for write_buf_user() APIGravatar Kees Cook 3-35/+23
2017-03-07pstore: Replace arguments for write_buf() APIGravatar Kees Cook 3-33/+50
2017-03-07pstore: Replace arguments for erase() APIGravatar Kees Cook 2-15/+12
2017-03-07pstore: Do not duplicate record metadataGravatar Kees Cook 2-33/+30
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 2-11/+27
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 2-30/+30
2017-03-07pstore: Switch pstore_mkfile to pass recordGravatar Kees Cook 3-34/+34
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
2017-03-07pstore: Avoid race in module unloadingGravatar Kees Cook 1-2/+2