summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* pstore/ram: Make tracing log versionedAnton Vorontsov2012-07-182-10/+15
* pstore: Headers should include all stuff they useAnton Vorontsov2012-07-171-0/+2
* pstore/ram: Add ftrace messages handlingAnton Vorontsov2012-07-171-4/+33
* pstore/ram: Convert to write_buf callbackAnton Vorontsov2012-07-171-8/+9
* pstore: Add persistent function tracingAnton Vorontsov2012-07-176-5/+199
* pstore: Introduce write_buf backend callbackAnton Vorontsov2012-07-171-0/+10
* pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov2012-07-171-6/+4Star
* pstore/ram: Make ECC size configurableAnton Vorontsov2012-07-172-15/+22
* pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov2012-07-171-4/+3Star
* Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman2012-06-251-22/+12Star
|\
| * Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-213-11/+21
| |\
| * | kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-22/+12Star
* | | pstore/ram_core: Better ECC size checkingAnton Vorontsov2012-06-211-8/+8
* | | pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Anton Vorontsov2012-06-211-7/+15
* | | pstore/ram: Fix error handling during przs allocationAnton Vorontsov2012-06-211-1/+1
* | | pstore/ram: Probe as early as possibleAnton Vorontsov2012-06-212-35/+37
* | | pstore/platform: Disable automatic updates by defaultAnton Vorontsov2012-06-141-2/+4
* | | pstore/platform: Make automatic updates interval configurableAnton Vorontsov2012-06-141-4/+11
* | | pstore/ram_core: Remove now unused codeAnton Vorontsov2012-06-141-77/+0Star
* | | pstore/ram_core: Silence some printksAnton Vorontsov2012-06-141-2/+2
* | | pstore/ram: Add console messages handlingAnton Vorontsov2012-06-141-14/+86
* | | pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Anton Vorontsov2012-06-141-9/+32
* | | pstore/ram: Factor dmesg przs initialization out of probe()Anton Vorontsov2012-06-141-37/+62
* | | pstore/ram: Give proper names to dump-related variablesAnton Vorontsov2012-06-141-17/+17
* | | pstore: Add console log messages supportAnton Vorontsov2012-06-143-0/+47
| |/ |/|
* | pstore/inode: Make pstore_fill_super() staticAnton Vorontsov2012-06-141-1/+1
* | pstore/ram: Should zap persistent zone on unlinkAnton Vorontsov2012-06-141-0/+1
* | pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov2012-06-141-3/+8
* | pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov2012-06-141-0/+1
* | pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov2012-06-142-7/+10
|/
* 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-061-7/+1Star
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-7/+1Star
* | pstore: trim pstore_get_inode()Al Viro2012-03-311-18/+8Star
|/
* 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-211-17/+7Star
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
|/
* pstore: gracefully handle NULL pstore_info functionsKees Cook2011-11-182-4/+5
* pstore: pass reason to backend write callbackKees Cook2011-11-171-29/+1Star
* 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-231-0/+11