aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)Author
2022-04-11Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/ti-sdk-5.10...Bruce Ashfield
2022-04-11Merge tag 'v5.10.110' into v5.10/standard/baseBruce Ashfield
2022-04-08pstore: Don't use semaphores in always-atomic-context codeJann Horn
2022-02-25Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/ti-sdk-5.10...Bruce Ashfield
2022-02-25pstore/ftrace: Add and use ftrace_test_recursion_trylock_safeHe Zhe
2022-02-25pstore/ftrace: Add recursion protection to the ftrace callbackHe Zhe
2021-07-14Merge branch 'v5.10/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-07-14mark pstore-blk as brokenChristoph Hellwig
2021-04-04Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-03-25pstore: Fix warning in pstore_kill_sb()Tetsuo Handa
2021-03-24printk: Update the printk codeSebastian Andrzej Siewior
2021-03-04pstore: Fix typo in compression option nameJiri Bohac
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-06pstore: Fix linking when crypto API disabledMatteo Croce
2020-06-01Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-05-31pstore/blk: Introduce "best_effort" modeKees Cook
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao
2020-05-31pstore/blk: Provide way to query pstore configurationWeiXiong Liao
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao
2020-05-30Documentation: Add details for pstore/blkWeiXiong Liao
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao
2020-05-30pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook
2020-05-30pstore/ftrace: Provide ftrace log merging routineKees Cook
2020-05-30pstore/ram: Refactor ftrace buffer mergingKees Cook
2020-05-30pstore/ram: Refactor DT size parsingKees Cook
2020-05-30pstore/ram: Adjust module param permissions to reflect realityKees Cook
2020-05-30pstore/platform: Move module params after declarationsKees Cook
2020-05-30pstore/platform: Use backend name for console registrationKees Cook
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook
2020-05-30pstore: Make sure console capturing will restartKees Cook
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook
2020-05-30pstore: Do not leave timer disabled for next backendKees Cook
2020-05-30pstore: Add locking around superblock changesKees Cook
2020-05-12pstore: Refactor pstorefs record list removalKees Cook
2020-05-12pstore: Add proper unregister lock checkingKees Cook
2020-05-12pstore: Convert "records_list" locking to mutexKees Cook
2020-05-12pstore: Rename "allpstore" to "records_list"Kees Cook
2020-05-12pstore: Convert "psinfo" locking to mutexKees Cook
2020-05-12pstore: Rename "pstore_lock" to "psinfo_lock"Kees Cook
2020-05-12pstore: Drop useless try_module_get() for backendKees Cook
2020-04-23pstore: switch to copy_from_user()Al Viro
2020-03-09pstore/ram: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-27pstore: pstore_ftrace_seq_next should increase position indexVasily Averin