summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | pstore/ram: Add ECC supportAnton Vorontsov2012-05-171-3/+12
* | pstore/ram: Switch to persistent_ram routinesAnton Vorontsov2012-05-171-47/+59
* | staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov2012-05-173-3/+538
* | ramoops: Move to fs/pstore/ram.cAnton Vorontsov2012-05-163-0/+379
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-7/+1
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-7/+1
* | pstore: trim pstore_get_inode()Al Viro2012-03-311-18/+8
|/
* Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-231-8/+22
|\
| * pstore: Introduce get_reason_str() to pstoreSeiji Aguchi2012-03-161-8/+22
* | tidy up after d_make_root() conversionAl Viro2012-03-201-17/+7
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
|/
* pstore: gracefully handle NULL pstore_info functionsKees Cook2011-11-182-4/+5
* pstore: pass reason to backend write callbackKees Cook2011-11-171-29/+1
* 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-163-14/+82
* 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-222-6/+9
* pstore: Extend API for more flexibility in new backendsMatthew Garrett2011-07-223-12/+13
* 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
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* pstore: cleanups to pstore_dump()Tony Luck2011-03-221-3/+12
* pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony2011-03-213-37/+50
* pstore: fix leaking ->i_privateTony Luck2011-03-211-1/+7
* Some fixes for pstoreTony Luck2011-03-171-60/+56
* pstore: fix build warning for unused return value from sysfs_create_fileTony Luck2011-01-061-11/+16
* pstore: new filesystem interface to platform persistent storageTony Luck2010-12-285-0/+509