aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-21pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven1-1/+1
2021-10-18pstore/blk: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-5/+3
2021-06-16pstore/blk: Include zone in pstore_device_infoKees Cook1-64/+79
2021-06-16pstore/blk: Fix kerndoc and redundancy on blkdev paramKees Cook1-23/+1
2021-06-16pstore/blk: Use the normal block device I/O pathKees Cook1-181/+83
2021-06-16pstore/blk: Move verify_size() macro out of functionKees Cook1-11/+11
2021-06-16pstore/blk: Improve failure reportingKees Cook1-1/+15
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-1/+1
2020-12-01pstore/blk: remove {un,}register_pstore_blkChristoph Hellwig1-73/+10
2020-05-31pstore/blk: Introduce "best_effort" modeKees Cook1-1/+20
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao1-43/+50
2020-05-31pstore/blk: Provide way to query pstore configurationWeiXiong Liao1-7/+30
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao1-2/+8
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao1-0/+9
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao1-1/+11
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao1-0/+9
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao1-0/+434