summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* pstore: fix crypto dependencies without compressionTobias Regnery2018-04-061-2/+2
* pstore: fix crypto dependenciesArnd Bergmann2018-03-152-20/+21
* pstore: Use crypto compress APIGeliang Tang2018-03-093-367/+84
* pstore/ram: Do not use stack VLA for parity workspaceKees Cook2018-03-071-7/+22
* pstore: Select compression at runtimeKees Cook2018-03-074-84/+151
* pstore: Avoid size casts for 842 compressionKees Cook2018-03-061-4/+14
* pstore: Add lz4hc and 842 compression supportGeliang Tang2018-03-062-18/+149
* fs: pstore: remove unused hardirq.hYang Shi2017-11-281-1/+0
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-1/+1
|\
| * pstore: remove unneeded unlikely()Hirofumi Nakagawa2017-11-051-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-5/+2
|\ \
| * | pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-4/+1
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook2017-08-171-22/+0
* pstore: Make default pstorefs root dir perms 0750Kees Cook2017-08-171-1/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-153-4/+15
|\
| * pstore: Implement show_optionsDavid Howells2017-07-063-4/+15
* | pstore: use memdup_userGeliang Tang2017-06-271-7/+4
* | pstore: Fix format string to use %u for record idKees Cook2017-05-311-11/+11
* | pstore: Populate pstore record->time fieldKees Cook2017-05-312-11/+11
* | pstore: Create common record initializerKees Cook2017-05-313-19/+28
* | pstore: Avoid potential infinite loopKees Cook2017-05-311-2/+6
* | pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson2017-05-311-1/+3
* | pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar2017-05-311-1/+4
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-1/+1
|\
| * Annotate hardware config module parameters in fs/pstore/David Howells2017-04-201-1/+1
* | pstore: Solve lockdep warning by moving inode locksKees Cook2017-04-273-16/+36
* | pstore: Remove unused vmalloc.h in pmsgGeliang Tang2017-04-271-1/+0
* | pstore: simplify write_user_compat()Kees Cook2017-03-071-26/+20
* | pstore: Remove write_buf() callbackKees Cook2017-03-074-24/+29
* | pstore: Replace arguments for write_buf_user() APIKees Cook2017-03-073-35/+23
* | pstore: Replace arguments for write_buf() APIKees Cook2017-03-073-33/+50
* | pstore: Replace arguments for erase() APIKees Cook2017-03-072-15/+12
* | pstore: Do not duplicate record metadataKees Cook2017-03-072-33/+30
* | pstore: Allocate records on heap instead of stackKees Cook2017-03-071-8/+22
* | pstore: Pass record contents instead of copyingKees Cook2017-03-072-11/+27
* | pstore: Always allocate buffer for decompressionKees Cook2017-03-071-14/+24
* | pstore: Replace arguments for write() APIKees Cook2017-03-071-27/+35
* | pstore: Replace arguments for read() APIKees Cook2017-03-072-30/+30
* | pstore: Switch pstore_mkfile to pass recordKees Cook2017-03-073-34/+34
* | pstore: Move record decompression to functionKees Cook2017-03-071-30/+37
* | pstore: Extract common arguments into structureKees Cook2017-03-071-25/+30
* | pstore: Improve register_pstore() error reportingKees Cook2017-03-071-1/+5
* | pstore: Avoid race in module unloadingKees Cook2017-03-071-2/+2
* | pstore: Shut down worker when unregisteringKees Cook2017-03-071-1/+9
* | pstore: Use dynamic spinlock initializerKees Cook2017-03-071-1/+1
* | pstore: constify pstore_zbackend structuresBhumika Goyal2017-03-071-4/+4
|/
* fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-02-241-9/+13