aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)AuthorFilesLines
2012-11-14pstore: Fix NULL pointer dereference in console writesGravatar Colin Ian King 1-1/+2
2012-09-20pstore: Avoid recursive spinlocks in the oops_in_progress caseGravatar Chuansheng Liu 1-1/+7
2012-09-06pstore/ftrace: Convert to its own enable/disable debugfs knobGravatar Anton Vorontsov 4-1/+103
2012-08-31pstore/ram: Add missing platform_device_unregisterGravatar Jovi Zhang 1-0/+1
2012-08-04pstore/ram: Mark ramoops_pstore_write_buf() as notraceGravatar Anton Vorontsov 1-6/+6
2012-08-04pstore/ram: Fix printk format warningGravatar Randy Dunlap 1-1/+1
2012-08-04pstore/ram: Fix possible NULL dereferenceGravatar Anton Vorontsov 1-6/+7
2012-07-17pstore/ram: Make tracing log versionedGravatar Anton Vorontsov 2-10/+15
2012-07-17pstore: Headers should include all stuff they useGravatar Anton Vorontsov 1-0/+2
2012-07-17pstore/ram: Add ftrace messages handlingGravatar Anton Vorontsov 1-4/+33
2012-07-17pstore/ram: Convert to write_buf callbackGravatar Anton Vorontsov 1-8/+9
2012-07-17pstore: Add persistent function tracingGravatar Anton Vorontsov 6-5/+199
2012-07-17pstore: Introduce write_buf backend callbackGravatar Anton Vorontsov 1-0/+10
2012-07-17pstore/ram_core: Get rid of prz->ecc enable/disable flagGravatar Anton Vorontsov 1-6/+4
2012-07-17pstore/ram: Make ECC size configurableGravatar Anton Vorontsov 2-15/+22
2012-07-17pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyGravatar Anton Vorontsov 1-4/+3
2012-06-25Merge 3.5-rc4 into staging-nextGravatar Greg Kroah-Hartman 1-22/+12
2012-06-20pstore/ram_core: Better ECC size checkingGravatar Anton Vorontsov 1-8/+8
2012-06-20pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Gravatar Anton Vorontsov 1-7/+15
2012-06-20pstore/ram: Fix error handling during przs allocationGravatar Anton Vorontsov 1-1/+1
2012-06-20pstore/ram: Probe as early as possibleGravatar Anton Vorontsov 2-35/+37
2012-06-20Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-11/+21
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentGravatar Kay Sievers 1-22/+12
2012-06-13pstore/platform: Disable automatic updates by defaultGravatar Anton Vorontsov 1-2/+4
2012-06-13pstore/platform: Make automatic updates interval configurableGravatar Anton Vorontsov 1-4/+11
2012-06-13pstore/ram_core: Remove now unused codeGravatar Anton Vorontsov 1-77/+0
2012-06-13pstore/ram_core: Silence some printksGravatar Anton Vorontsov 1-2/+2
2012-06-13pstore/ram: Add console messages handlingGravatar Anton Vorontsov 1-14/+86
2012-06-13pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Gravatar Anton Vorontsov 1-9/+32
2012-06-13pstore/ram: Factor dmesg przs initialization out of probe()Gravatar Anton Vorontsov 1-37/+62
2012-06-13pstore/ram: Give proper names to dump-related variablesGravatar Anton Vorontsov 1-17/+17
2012-06-13pstore: Add console log messages supportGravatar Anton Vorontsov 3-0/+47
2012-06-13pstore/inode: Make pstore_fill_super() staticGravatar Anton Vorontsov 1-1/+1
2012-06-13pstore/ram: Should zap persistent zone on unlinkGravatar Anton Vorontsov 1-0/+1
2012-06-13pstore/ram_core: Factor persistent_ram_zap() out of post_init()Gravatar Anton Vorontsov 1-3/+8
2012-06-13pstore/ram_core: Do not reset restored zone's position and sizeGravatar Anton Vorontsov 1-0/+1
2012-06-13pstore/ram: Should update old dmesg buffer before readingGravatar Anton Vorontsov 2-7/+10
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-17pstore/ram: Add ECC supportGravatar Anton Vorontsov 1-3/+12
2012-05-17pstore/ram: Switch to persistent_ram routinesGravatar Anton Vorontsov 1-47/+59
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cGravatar Anton Vorontsov 3-3/+538
2012-05-16ramoops: Move to fs/pstore/ram.cGravatar Anton Vorontsov 3-0/+379
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-7/+1
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-7/+1
2012-03-31pstore: trim pstore_get_inode()Gravatar Al Viro 1-18/+8
2012-03-23Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+22
2012-03-20tidy up after d_make_root() conversionGravatar Al Viro 1-17/+7
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-03-16pstore: Introduce get_reason_str() to pstoreGravatar Seiji Aguchi 1-8/+22