aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-17pstore/ram: Make tracing log versionedAnton Vorontsov2-10/+15
2012-07-17pstore: Headers should include all stuff they useAnton Vorontsov1-0/+2
2012-07-17pstore/ram: Add ftrace messages handlingAnton Vorontsov1-4/+33
2012-07-17pstore/ram: Convert to write_buf callbackAnton Vorontsov1-8/+9
2012-07-17pstore: Add persistent function tracingAnton Vorontsov6-5/+199
2012-07-17pstore: Introduce write_buf backend callbackAnton Vorontsov1-0/+10
2012-07-17pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov1-6/+4
2012-07-17pstore/ram: Make ECC size configurableAnton Vorontsov2-15/+22
2012-07-17pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov1-4/+3
2012-06-25Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman1-22/+12
2012-06-20pstore/ram_core: Better ECC size checkingAnton Vorontsov1-8/+8
2012-06-20pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Anton Vorontsov1-7/+15
2012-06-20pstore/ram: Fix error handling during przs allocationAnton Vorontsov1-1/+1
2012-06-20pstore/ram: Probe as early as possibleAnton Vorontsov2-35/+37
2012-06-20Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-11/+21
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers1-22/+12
2012-06-13pstore/platform: Disable automatic updates by defaultAnton Vorontsov1-2/+4
2012-06-13pstore/platform: Make automatic updates interval configurableAnton Vorontsov1-4/+11
2012-06-13pstore/ram_core: Remove now unused codeAnton Vorontsov1-77/+0
2012-06-13pstore/ram_core: Silence some printksAnton Vorontsov1-2/+2
2012-06-13pstore/ram: Add console messages handlingAnton Vorontsov1-14/+86
2012-06-13pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Anton Vorontsov1-9/+32
2012-06-13pstore/ram: Factor dmesg przs initialization out of probe()Anton Vorontsov1-37/+62
2012-06-13pstore/ram: Give proper names to dump-related variablesAnton Vorontsov1-17/+17
2012-06-13pstore: Add console log messages supportAnton Vorontsov3-0/+47
2012-06-13pstore/inode: Make pstore_fill_super() staticAnton Vorontsov1-1/+1
2012-06-13pstore/ram: Should zap persistent zone on unlinkAnton Vorontsov1-0/+1
2012-06-13pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov1-3/+8
2012-06-13pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov1-0/+1
2012-06-13pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov2-7/+10
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-17pstore/ram: Add ECC supportAnton Vorontsov1-3/+12
2012-05-17pstore/ram: Switch to persistent_ram routinesAnton Vorontsov1-47/+59
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov3-3/+538
2012-05-16ramoops: Move to fs/pstore/ram.cAnton Vorontsov3-0/+379
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-03-31pstore: trim pstore_get_inode()Al Viro1-18/+8
2012-03-23Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-8/+22
2012-03-20tidy up after d_make_root() conversionAl Viro1-17/+7
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-16pstore: Introduce get_reason_str() to pstoreSeiji Aguchi1-8/+22
2011-11-18pstore: gracefully handle NULL pstore_info functionsKees Cook2-4/+5
2011-11-17pstore: pass reason to backend write callbackKees Cook1-29/+1
2011-11-17pstore: 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-22pstore: Allow the user to explicitly choose a backendMatthew Garrett1-0/+11