summaryrefslogtreecommitdiffstats
path: root/fs/pstore/zone.c
Commit message (Expand)AuthorAgeFilesLines
* pstore/zone: Don't clear memory twiceChristophe JAILLET2024-03-091-1/+0
* pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan2024-02-221-0/+2
* pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang2022-10-171-1/+1
* pstore/zone: cleanup "rcnt" typeDan Carpenter2022-06-231-6/+6
* pstore/zone: fix a kernel-doc markupMauro Carvalho Chehab2021-01-211-1/+1
* pstore/zone: cap the maximum device sizeChristoph Hellwig2020-12-011-0/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* pstore/blk: Support non-block storage devicesWeiXiong Liao2020-05-311-1/+7
* pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao2020-05-311-12/+53
* pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao2020-05-301-1/+113
* pstore/zone,blk: Add console frontend supportWeiXiong Liao2020-05-301-5/+76
* pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao2020-05-301-9/+259
* pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao2020-05-301-0/+985