summaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)AuthorLines
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-4/+15
2017-07-06pstore: Implement show_optionsDavid Howells-4/+15
2017-06-27pstore: use memdup_userGeliang Tang-7/+4
2017-05-31pstore: Fix format string to use %u for record idKees Cook-11/+11
2017-05-31pstore: Populate pstore record->time fieldKees Cook-11/+11
2017-05-31pstore: Create common record initializerKees Cook-19/+28
2017-05-31pstore: Avoid potential infinite loopKees Cook-2/+6
2017-05-31pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson-1/+3
2017-05-31pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar-1/+4
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2017-04-27pstore: Solve lockdep warning by moving inode locksKees Cook-16/+36
2017-04-27pstore: Remove unused vmalloc.h in pmsgGeliang Tang-1/+0
2017-04-20Annotate hardware config module parameters in fs/pstore/David Howells-1/+1
2017-03-07pstore: simplify write_user_compat()Kees Cook-26/+20
2017-03-07pstore: Remove write_buf() callbackKees Cook-24/+29
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook-35/+23
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook-33/+50
2017-03-07pstore: Replace arguments for erase() APIKees Cook-15/+12
2017-03-07pstore: Do not duplicate record metadataKees Cook-33/+30
2017-03-07pstore: Allocate records on heap instead of stackKees Cook-8/+22
2017-03-07pstore: Pass record contents instead of copyingKees Cook-11/+27
2017-03-07pstore: Always allocate buffer for decompressionKees Cook-14/+24
2017-03-07pstore: Replace arguments for write() APIKees Cook-27/+35
2017-03-07pstore: Replace arguments for read() APIKees Cook-30/+30
2017-03-07pstore: Switch pstore_mkfile to pass recordKees Cook-34/+34
2017-03-07pstore: Move record decompression to functionKees Cook-30/+37
2017-03-07pstore: Extract common arguments into structureKees Cook-25/+30
2017-03-07pstore: Improve register_pstore() error reportingKees Cook-1/+5
2017-03-07pstore: Avoid race in module unloadingKees Cook-2/+2
2017-03-07pstore: Shut down worker when unregisteringKees Cook-1/+9
2017-03-07pstore: Use dynamic spinlock initializerKees Cook-1/+1
2017-03-07pstore: constify pstore_zbackend structuresBhumika Goyal-4/+4
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt-9/+13
2017-02-13pstore: Check for prz allocation in walkerKees Cook-2/+3
2017-02-13pstore: Correctly initialize spinlock and flagsKees Cook-5/+7
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris-1/+1
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-126/+293
2016-11-15ramoops: add pdata NULL check to ramoops_probeKees Cook-2/+11
2016-11-15pstore: Convert console write to use ->write_bufNamhyung Kim-2/+2
2016-11-15pstore: Protect unlink with read_mutexNamhyung Kim-2/+5
2016-11-15pstore: Use global ftrace filters for function trace filteringJoel Fernandes-2/+5
2016-11-15pstore: Clarify context field przs as dprzsKees Cook-12/+12
2016-11-15pstore: improve error report for failed setupKees Cook-19/+34
2016-11-15pstore: Merge per-CPU ftrace records into oneJoel Fernandes-13/+109
2016-11-15pstore: Add ftrace timestamp counterJoel Fernandes-37/+9
2016-11-15ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes-17/+55
2016-11-15pstore: Make ramoops_init_przs generic for other prz arraysKees Cook-28/+54
2016-11-15pstore: Allow prz to control need for lockingJoel Fernandes-11/+18
2016-11-11pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes-4/+2
2016-11-11pstore: Make spinlock per zone instead of globalJoel Fernandes-6/+5