aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
Commit message (Expand)AuthorAgeFilesLines
* pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-03-061-6/+29
* pstore: pass allocated memory region back to callerKees Cook2011-11-171-5/+8
* pstore: make pstore write function return normal success/fail valueChen Gong2011-10-121-5/+6
* pstore: change mutex locking to spin_locksDon Zickus2011-08-161-7/+21
* pstore: defer inserting OOPS entries into pstoreLuck, Tony2011-08-161-9/+45
* pstore: Allow the user to explicitly choose a backendMatthew Garrett2011-07-221-0/+11
* pstore: Make "part" unsignedMatthew Garrett2011-07-221-1/+2
* pstore: Add extra context for writes and erasesMatthew Garrett2011-07-221-4/+5
* pstore: Extend API for more flexibility in new backendsMatthew Garrett2011-07-221-6/+7
* pstore: fix pstore filesystem mount/remount issueChen Gong2011-05-161-1/+7
* pstore: fix one type of return value in pstoreChen Gong2011-05-161-2/+2
* pstore: cleanups to pstore_dump()Tony Luck2011-03-221-3/+12
* pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony2011-03-211-13/+3
* pstore: new filesystem interface to platform persistent storageTony Luck2010-12-281-0/+202