summaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)Author
2017-07-27pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar
2017-07-21pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-04-27pstore: Solve lockdep warning by moving inode locksKees Cook
2017-04-27pstore: Remove unused vmalloc.h in pmsgGeliang Tang
2017-04-20Annotate hardware config module parameters in fs/pstore/David Howells
2017-03-07pstore: simplify write_user_compat()Kees Cook
2017-03-07pstore: Remove write_buf() callbackKees Cook
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook
2017-03-07pstore: Replace arguments for erase() APIKees Cook
2017-03-07pstore: Do not duplicate record metadataKees Cook
2017-03-07pstore: Allocate records on heap instead of stackKees Cook
2017-03-07pstore: Pass record contents instead of copyingKees Cook
2017-03-07pstore: Always allocate buffer for decompressionKees Cook
2017-03-07pstore: Replace arguments for write() APIKees Cook
2017-03-07pstore: Replace arguments for read() APIKees Cook
2017-03-07pstore: Switch pstore_mkfile to pass recordKees Cook
2017-03-07pstore: Move record decompression to functionKees Cook
2017-03-07pstore: Extract common arguments into structureKees Cook
2017-03-07pstore: Improve register_pstore() error reportingKees Cook
2017-03-07pstore: Avoid race in module unloadingKees Cook
2017-03-07pstore: Shut down worker when unregisteringKees Cook
2017-03-07pstore: Use dynamic spinlock initializerKees Cook
2017-03-07pstore: constify pstore_zbackend structuresBhumika Goyal
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt
2017-02-13pstore: Check for prz allocation in walkerKees Cook
2017-02-13pstore: Correctly initialize spinlock and flagsKees Cook
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-11-15ramoops: add pdata NULL check to ramoops_probeKees Cook
2016-11-15pstore: Convert console write to use ->write_bufNamhyung Kim
2016-11-15pstore: Protect unlink with read_mutexNamhyung Kim
2016-11-15pstore: Use global ftrace filters for function trace filteringJoel Fernandes
2016-11-15pstore: Clarify context field przs as dprzsKees Cook
2016-11-15pstore: improve error report for failed setupKees Cook
2016-11-15pstore: Merge per-CPU ftrace records into oneJoel Fernandes
2016-11-15pstore: Add ftrace timestamp counterJoel Fernandes
2016-11-15ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes
2016-11-15pstore: Make ramoops_init_przs generic for other prz arraysKees Cook
2016-11-15pstore: Allow prz to control need for lockingJoel Fernandes
2016-11-11pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes
2016-11-11pstore: Make spinlock per zone instead of globalJoel Fernandes
2016-11-08pstore: Actually give up during locking failureLi Pengcheng
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-08ramoops: move spin_lock_init after kmalloc error checkingGeliang Tang
2016-09-08pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker
2016-09-08pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh