summaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+22
2012-03-21tidy up after d_make_root() conversionAl Viro1-17/+7
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-17pstore: Introduce get_reason_str() to pstoreSeiji Aguchi1-8/+22
2011-11-19pstore: gracefully handle NULL pstore_info functionsKees Cook2-4/+5
2011-11-18pstore: pass reason to backend write callbackKees Cook1-29/+1
2011-11-18pstore: pass allocated memory region back to callerKees Cook1-5/+8
2011-10-12pstore: make pstore write function return normal success/fail valueChen Gong1-5/+6
2011-08-16pstore: change mutex locking to spin_locksDon Zickus1-7/+21
2011-08-16pstore: defer inserting OOPS entries into pstoreLuck, Tony3-14/+82
2011-07-23pstore: Allow the user to explicitly choose a backendMatthew Garrett1-0/+11
2011-07-23pstore: Make "part" unsignedMatthew Garrett1-1/+2
2011-07-23pstore: Add extra context for writes and erasesMatthew Garrett2-6/+9
2011-07-23pstore: Extend API for more flexibility in new backendsMatthew Garrett3-12/+13
2011-05-16pstore: fix pstore filesystem mount/remount issueChen Gong1-1/+7
2011-05-16pstore: fix one type of return value in pstoreChen Gong1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23pstore: cleanups to pstore_dump()Tony Luck1-3/+12
2011-03-21pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony3-37/+50
2011-03-21pstore: fix leaking ->i_privateTony Luck1-1/+7
2011-03-18Some fixes for pstoreTony Luck1-60/+56
2011-01-07pstore: fix build warning for unused return value from sysfs_create_fileTony Luck1-11/+16
2010-12-29pstore: new filesystem interface to platform persistent storageTony Luck5-0/+509