aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/blk.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05init: improve the name_to_dev_t interfaceGravatar Christoph Hellwig 1-2/+2
2021-11-21pstore/blk: Use "%lu" to format unsigned longGravatar Geert Uytterhoeven 1-1/+1
2021-10-18pstore/blk: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-5/+3
2021-06-16pstore/blk: Include zone in pstore_device_infoGravatar Kees Cook 1-64/+79
2021-06-16pstore/blk: Fix kerndoc and redundancy on blkdev paramGravatar Kees Cook 1-23/+1
2021-06-16pstore/blk: Use the normal block device I/O pathGravatar Kees Cook 1-181/+83
2021-06-16pstore/blk: Move verify_size() macro out of functionGravatar Kees Cook 1-11/+11
2021-06-16pstore/blk: Improve failure reportingGravatar Kees Cook 1-1/+15
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-12-01pstore/blk: remove {un,}register_pstore_blkGravatar Christoph Hellwig 1-73/+10
2020-05-31pstore/blk: Introduce "best_effort" modeGravatar Kees Cook 1-1/+20
2020-05-31pstore/blk: Support non-block storage devicesGravatar WeiXiong Liao 1-43/+50
2020-05-31pstore/blk: Provide way to query pstore configurationGravatar WeiXiong Liao 1-7/+30
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesGravatar WeiXiong Liao 1-2/+8
2020-05-30pstore/zone,blk: Add ftrace frontend supportGravatar WeiXiong Liao 1-0/+9
2020-05-30pstore/zone,blk: Add console frontend supportGravatar WeiXiong Liao 1-1/+11
2020-05-30pstore/zone,blk: Add support for pmsg frontendGravatar WeiXiong Liao 1-0/+9
2020-05-30pstore/blk: Introduce backend for block devicesGravatar WeiXiong Liao 1-0/+434