aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/zone.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-09pstore/zone: Don't clear memory twiceGravatar Christophe JAILLET 1-1/+0
2024-02-22pstore/zone: Add a null pointer check to the psz_kmsg_readGravatar Kunwu Chan 1-0/+2
2022-10-17pstore/zone: Use GFP_ATOMIC to allocate zone bufferGravatar Qiujun Huang 1-1/+1
2022-06-23pstore/zone: cleanup "rcnt" typeGravatar Dan Carpenter 1-6/+6
2021-01-21pstore/zone: fix a kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-12-01pstore/zone: cap the maximum device sizeGravatar Christoph Hellwig 1-0/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+0
2020-05-31pstore/blk: Support non-block storage devicesGravatar WeiXiong Liao 1-1/+7
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesGravatar WeiXiong Liao 1-12/+53
2020-05-30pstore/zone,blk: Add ftrace frontend supportGravatar WeiXiong Liao 1-1/+113
2020-05-30pstore/zone,blk: Add console frontend supportGravatar WeiXiong Liao 1-5/+76
2020-05-30pstore/zone,blk: Add support for pmsg frontendGravatar WeiXiong Liao 1-9/+259
2020-05-30pstore/zone: Introduce common layer to manage storage zonesGravatar WeiXiong Liao 1-0/+985