aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore
AgeCommit message (Expand)Author
2013-01-03pstore: remove __dev* attributes.Greg Kroah-Hartman
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-15Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds
2012-12-12pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov
2012-12-12pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Arve Hjønnevåg
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi
2012-11-26efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi
2012-11-17pstore/ram: Fix undefined usage of rounddown_pow_of_two(0)Maxime Bizon
2012-11-16pstore/ram: Fixup section annotationsHannes Reinecke
2012-11-14pstore: Fix NULL pointer dereference in console writesColin Ian King
2012-09-20pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu
2012-09-06pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov
2012-08-31pstore/ram: Add missing platform_device_unregisterJovi Zhang
2012-08-04pstore/ram: Mark ramoops_pstore_write_buf() as notraceAnton Vorontsov
2012-08-04pstore/ram: Fix printk format warningRandy Dunlap
2012-08-04pstore/ram: Fix possible NULL dereferenceAnton Vorontsov
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