aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery1-2/+2
2018-03-15pstore: fix crypto dependenciesArnd Bergmann2-20/+21
2018-03-09pstore: Use crypto compress APIGeliang Tang3-367/+84
2018-03-07pstore/ram: Do not use stack VLA for parity workspaceKees Cook1-7/+22
2018-03-07pstore: Select compression at runtimeKees Cook4-84/+151
2018-03-06pstore: Avoid size casts for 842 compressionKees Cook1-4/+14
2018-03-06pstore: Add lz4hc and 842 compression supportGeliang Tang2-18/+149
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-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+2
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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook1-22/+0
2017-08-17pstore: Make default pstorefs root dir perms 0750Kees Cook1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-4/+15
2017-07-06pstore: Implement show_optionsDavid Howells3-4/+15
2017-06-27pstore: use memdup_userGeliang Tang1-7/+4
2017-05-31pstore: Fix format string to use %u for record idKees Cook1-11/+11
2017-05-31pstore: Populate pstore record->time fieldKees Cook2-11/+11
2017-05-31pstore: Create common record initializerKees Cook3-19/+28
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-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2017-04-27pstore: Solve lockdep warning by moving inode locksKees Cook3-16/+36
2017-04-27pstore: Remove unused vmalloc.h in pmsgGeliang Tang1-1/+0
2017-04-20Annotate hardware config module parameters in fs/pstore/David Howells1-1/+1
2017-03-07pstore: simplify write_user_compat()Kees Cook1-26/+20
2017-03-07pstore: Remove write_buf() callbackKees Cook4-24/+29
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook3-35/+23
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook3-33/+50
2017-03-07pstore: Replace arguments for erase() APIKees Cook2-15/+12
2017-03-07pstore: Do not duplicate record metadataKees Cook2-33/+30
2017-03-07pstore: Allocate records on heap instead of stackKees Cook1-8/+22
2017-03-07pstore: Pass record contents instead of copyingKees Cook2-11/+27
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 Cook2-30/+30
2017-03-07pstore: Switch pstore_mkfile to pass recordKees Cook3-34/+34
2017-03-07pstore: Move record decompression to functionKees Cook1-30/+37
2017-03-07pstore: Extract common arguments into structureKees Cook1-25/+30
2017-03-07pstore: Improve register_pstore() error reportingKees Cook1-1/+5
2017-03-07pstore: Avoid race in module unloadingKees Cook1-2/+2
2017-03-07pstore: Shut down worker when unregisteringKees Cook1-1/+9
2017-03-07pstore: Use dynamic spinlock initializerKees Cook1-1/+1
2017-03-07pstore: constify pstore_zbackend structuresBhumika Goyal1-4/+4
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt1-9/+13