summaryrefslogtreecommitdiff
path: root/fs/pstore
Commit message (Expand)AuthorAge
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-10
|\
| * Annotate hardware config module parameters in fs/pstore/David Howells2017-04-20
* | pstore: Solve lockdep warning by moving inode locksKees Cook2017-04-27
* | pstore: Remove unused vmalloc.h in pmsgGeliang Tang2017-04-27
* | pstore: simplify write_user_compat()Kees Cook2017-03-07
* | pstore: Remove write_buf() callbackKees Cook2017-03-07
* | pstore: Replace arguments for write_buf_user() APIKees Cook2017-03-07
* | pstore: Replace arguments for write_buf() APIKees Cook2017-03-07
* | pstore: Replace arguments for erase() APIKees Cook2017-03-07
* | pstore: Do not duplicate record metadataKees Cook2017-03-07
* | pstore: Allocate records on heap instead of stackKees Cook2017-03-07
* | pstore: Pass record contents instead of copyingKees Cook2017-03-07
* | pstore: Always allocate buffer for decompressionKees Cook2017-03-07
* | pstore: Replace arguments for write() APIKees Cook2017-03-07
* | pstore: Replace arguments for read() APIKees Cook2017-03-07
* | pstore: Switch pstore_mkfile to pass recordKees Cook2017-03-07
* | pstore: Move record decompression to functionKees Cook2017-03-07
* | pstore: Extract common arguments into structureKees Cook2017-03-07
* | pstore: Improve register_pstore() error reportingKees Cook2017-03-07
* | pstore: Avoid race in module unloadingKees Cook2017-03-07
* | pstore: Shut down worker when unregisteringKees Cook2017-03-07
* | pstore: Use dynamic spinlock initializerKees Cook2017-03-07
* | pstore: constify pstore_zbackend structuresBhumika Goyal2017-03-07
|/
* fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-02-24
* pstore: Check for prz allocation in walkerKees Cook2017-02-13
* pstore: Correctly initialize spinlock and flagsKees Cook2017-02-13
* pstore: don't OOPS when there are no ftrace zonesBrian Norris2017-02-09
* Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-13
|\
| * ramoops: add pdata NULL check to ramoops_probeKees Cook2016-11-15
| * pstore: Convert console write to use ->write_bufNamhyung Kim2016-11-15
| * pstore: Protect unlink with read_mutexNamhyung Kim2016-11-15
| * pstore: Use global ftrace filters for function trace filteringJoel Fernandes2016-11-15
| * pstore: Clarify context field przs as dprzsKees Cook2016-11-15
| * pstore: improve error report for failed setupKees Cook2016-11-15
| * pstore: Merge per-CPU ftrace records into oneJoel Fernandes2016-11-15
| * pstore: Add ftrace timestamp counterJoel Fernandes2016-11-15
| * ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes2016-11-15
| * pstore: Make ramoops_init_przs generic for other prz arraysKees Cook2016-11-15
| * pstore: Allow prz to control need for lockingJoel Fernandes2016-11-15
| * pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes2016-11-11
| * pstore: Make spinlock per zone instead of globalJoel Fernandes2016-11-11
| * pstore: Actually give up during locking failureLi Pengcheng2016-11-08
* | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-24
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | ramoops: move spin_lock_init after kmalloc error checkingGeliang Tang2016-09-08
* | pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker2016-09-08
* | pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh2016-09-08
* | pstore/pmsg: drop bounce bufferMark Salyzyn2016-09-08
* | pstore/ram: Set pstore flags dynamicallyNamhyung Kim2016-09-08