summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* 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
* pstore: Check for prz allocation in walkerKees Cook2017-02-131-2/+3
* pstore: Correctly initialize spinlock and flagsKees Cook2017-02-131-5/+7
* pstore: don't OOPS when there are no ftrace zonesBrian Norris2017-02-091-1/+1
* Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-136-126/+293
|\
| * ramoops: add pdata NULL check to ramoops_probeKees Cook2016-11-151-2/+11
| * pstore: Convert console write to use ->write_bufNamhyung Kim2016-11-151-2/+2
| * pstore: Protect unlink with read_mutexNamhyung Kim2016-11-151-2/+5
| * pstore: Use global ftrace filters for function trace filteringJoel Fernandes2016-11-151-2/+5
| * pstore: Clarify context field przs as dprzsKees Cook2016-11-151-12/+12
| * pstore: improve error report for failed setupKees Cook2016-11-151-19/+34
| * pstore: Merge per-CPU ftrace records into oneJoel Fernandes2016-11-151-13/+109
| * pstore: Add ftrace timestamp counterJoel Fernandes2016-11-153-37/+9
| * ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes2016-11-151-17/+55
| * pstore: Make ramoops_init_przs generic for other prz arraysKees Cook2016-11-151-28/+54
| * pstore: Allow prz to control need for lockingJoel Fernandes2016-11-152-11/+18
OpenPOWER on IntegriCloud