summaryrefslogtreecommitdiffstats
path: root/fs/pstore
AgeCommit message (Expand)AuthorLines
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+7
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-1/+1
2020-12-01pstore: Move kmsg_bytes default into KconfigVasile-Laurentiu Stanimir-3/+10
2020-12-01pstore/blk: remove {un,}register_pstore_blkChristoph Hellwig-73/+10
2020-12-01pstore/zone: cap the maximum device sizeChristoph Hellwig-0/+4
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)-1/+1
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)-1/+1
2020-11-06pstore/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)-0/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+0
2020-07-06pstore: Fix linking when crypto API disabledMatteo Croce-1/+4
2020-06-01Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+1
2020-05-31pstore/blk: Introduce "best_effort" modeKees Cook-1/+20
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao-44/+57
2020-05-31pstore/blk: Provide way to query pstore configurationWeiXiong Liao-7/+30
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao-14/+61
2020-05-30Documentation: Add details for pstore/blkWeiXiong Liao-0/+2
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao-1/+134
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao-9/+102
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao-9/+280
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao-0/+501
2020-05-30pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao-0/+995
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook-19/+39
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin-1/+3
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook-17/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook-6/+2
2020-05-30pstore/ftrace: Provide ftrace log merging routineKees Cook-54/+66
2020-05-30pstore/ram: Refactor ftrace buffer mergingKees Cook-12/+17
2020-05-30pstore/ram: Refactor DT size parsingKees Cook-12/+19
2020-05-30pstore/ram: Adjust module param permissions to reflect realityKees Cook-3/+3
2020-05-30pstore/platform: Move module params after declarationsKees Cook-6/+5
2020-05-30pstore/platform: Use backend name for console registrationKees Cook-1/+3
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook-1/+2
2020-05-30pstore: Make sure console capturing will restartKees Cook-1/+5
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook-0/+36
2020-05-30pstore: Do not leave timer disabled for next backendKees Cook-15/+19
2020-05-30pstore: Add locking around superblock changesKees Cook-26/+45
2020-05-12pstore: Refactor pstorefs record list removalKees Cook-6/+13
2020-05-12pstore: Add proper unregister lock checkingKees Cook-4/+17
2020-05-12pstore: Convert "records_list" locking to mutexKees Cook-10/+7
2020-05-12pstore: Rename "allpstore" to "records_list"Kees Cook-10/+10
2020-05-12pstore: Convert "psinfo" locking to mutexKees Cook-4/+4
2020-05-12pstore: Rename "pstore_lock" to "psinfo_lock"Kees Cook-5/+5
2020-05-12pstore: Drop useless try_module_get() for backendKees Cook-8/+0
2020-04-23pstore: switch to copy_from_user()Al Viro-3/+1
2020-03-09pstore/ram: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-27pstore: pstore_ftrace_seq_next should increase position indexVasily Averin-1/+4
2020-02-25pstore/ram: remove unnecessary ramoops_unregister_dummy()chenqiwu-1/+0
2020-02-25pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu-2/+2
2020-01-08pstore/ram: Regularize prz label allocation lifetimeKees Cook-3/+3