aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)Author
2012-12-03pstore/ram: Fix printk format warningRandy Dunlap
2012-11-26pstore: Fix NULL pointer dereference in console writesColin Ian King
2012-07-17pstore/ram: Make tracing log versionedAnton Vorontsov
2012-07-17pstore: Headers should include all stuff they useAnton Vorontsov
2012-07-17pstore/ram: Add ftrace messages handlingAnton Vorontsov
2012-07-17pstore/ram: Convert to write_buf callbackAnton Vorontsov
2012-07-17pstore: Add persistent function tracingAnton Vorontsov
2012-07-17pstore: Introduce write_buf backend callbackAnton Vorontsov
2012-07-17pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov
2012-07-17pstore/ram: Make ECC size configurableAnton Vorontsov
2012-07-17pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov
2012-06-25Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman
2012-06-20pstore/ram_core: Better ECC size checkingAnton Vorontsov
2012-06-20pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Anton Vorontsov
2012-06-20pstore/ram: Fix error handling during przs allocationAnton Vorontsov
2012-06-20pstore/ram: Probe as early as possibleAnton Vorontsov
2012-06-20Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers
2012-06-13pstore/platform: Disable automatic updates by defaultAnton Vorontsov
2012-06-13pstore/platform: Make automatic updates interval configurableAnton Vorontsov
2012-06-13pstore/ram_core: Remove now unused codeAnton Vorontsov
2012-06-13pstore/ram_core: Silence some printksAnton Vorontsov
2012-06-13pstore/ram: Add console messages handlingAnton Vorontsov
2012-06-13pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Anton Vorontsov
2012-06-13pstore/ram: Factor dmesg przs initialization out of probe()Anton Vorontsov
2012-06-13pstore/ram: Give proper names to dump-related variablesAnton Vorontsov
2012-06-13pstore: Add console log messages supportAnton Vorontsov
2012-06-13pstore/inode: Make pstore_fill_super() staticAnton Vorontsov
2012-06-13pstore/ram: Should zap persistent zone on unlinkAnton Vorontsov
2012-06-13pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov
2012-06-13pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov
2012-06-13pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-17pstore/ram: Add ECC supportAnton Vorontsov
2012-05-17pstore/ram: Switch to persistent_ram routinesAnton Vorontsov
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov
2012-05-16ramoops: Move to fs/pstore/ram.cAnton Vorontsov
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-31pstore: trim pstore_get_inode()Al Viro
2012-03-23Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-03-20tidy up after d_make_root() conversionAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-16pstore: Introduce get_reason_str() to pstoreSeiji Aguchi
2011-11-18pstore: gracefully handle NULL pstore_info functionsKees Cook
2011-11-17pstore: pass reason to backend write callbackKees Cook
2011-11-17pstore: pass allocated memory region back to callerKees Cook
2011-10-12pstore: make pstore write function return normal success/fail valueChen Gong
2011-08-16pstore: change mutex locking to spin_locksDon Zickus