summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton2020-06-021-0/+7
* vfs: track per-sb writeback errors and report them to syncfsJeff Layton2020-06-023-4/+6
* ocfs2: mount shared volume without ha stackGang He2020-06-023-20/+51
* ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge2020-06-021-0/+1
* squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard2020-06-0211-242/+287
* Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2020-06-016-2/+13
|\
| * fs-verity: remove unnecessary extern keywordsEric Biggers2020-05-121-1/+1
| * fs-verity: fix all kerneldoc warningsEric Biggers2020-05-126-1/+12
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-06-0113-207/+571
|\ \
| * | fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers2020-05-195-41/+126
| * | fscrypt: make test_dummy_encryption use v2 by defaultEric Biggers2020-05-181-1/+1
| * | fscrypt: support test_dummy_encryption=v2Eric Biggers2020-05-188-52/+258
| * | fscrypt: add fscrypt_add_test_dummy_key()Eric Biggers2020-05-152-43/+77
| * | fscrypt: remove unnecessary extern keywordsEric Biggers2020-05-121-44/+40
| * | fscrypt: fix all kerneldoc warningsEric Biggers2020-05-126-27/+70
| |/
* | Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-019-183/+2380
|\ \
| * | pstore/blk: Introduce "best_effort" modeKees Cook2020-05-311-1/+20
| * | pstore/blk: Support non-block storage devicesWeiXiong Liao2020-05-312-44/+57
| * | pstore/blk: Provide way to query pstore configurationWeiXiong Liao2020-05-311-7/+30
| * | pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao2020-05-312-14/+61
| * | Documentation: Add details for pstore/blkWeiXiong Liao2020-05-301-0/+2
| * | pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao2020-05-303-1/+134
| * | pstore/zone,blk: Add console frontend supportWeiXiong Liao2020-05-303-9/+102
| * | pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao2020-05-303-9/+280
| * | pstore/blk: Introduce backend for block devicesWeiXiong Liao2020-05-303-0/+501
| * | pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao2020-05-303-0/+995
| * | pstore/ram: Introduce max_reason and convert dump_oopsKees Cook2020-05-301-19/+39
| * | pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin2020-05-301-1/+3
| * | printk: Introduce kmsg_dump_reason_str()Kees Cook2020-05-301-17/+1
| * | printk: Collapse shutdown types into a single dump reasonKees Cook2020-05-301-6/+2
| * | pstore/ftrace: Provide ftrace log merging routineKees Cook2020-05-303-54/+66
| * | pstore/ram: Refactor ftrace buffer mergingKees Cook2020-05-301-12/+17
| * | pstore/ram: Refactor DT size parsingKees Cook2020-05-301-12/+19
| * | pstore/ram: Adjust module param permissions to reflect realityKees Cook2020-05-301-3/+3
| * | pstore/platform: Move module params after declarationsKees Cook2020-05-301-6/+5
| * | pstore/platform: Use backend name for console registrationKees Cook2020-05-301-1/+3
| * | pstore/platform: Switch pstore_info::name to constKees Cook2020-05-301-1/+2
| * | pstore: Make sure console capturing will restartKees Cook2020-05-301-1/+5
| * | pstore: Remove filesystem records when backend is unregisteredKees Cook2020-05-303-0/+36
| * | pstore: Do not leave timer disabled for next backendKees Cook2020-05-301-15/+19
| * | pstore: Add locking around superblock changesKees Cook2020-05-303-26/+45
| * | pstore: Refactor pstorefs record list removalKees Cook2020-05-121-6/+13
| * | pstore: Add proper unregister lock checkingKees Cook2020-05-121-4/+17
| * | pstore: Convert "records_list" locking to mutexKees Cook2020-05-121-10/+7
| * | pstore: Rename "allpstore" to "records_list"Kees Cook2020-05-121-10/+10
| * | pstore: Convert "psinfo" locking to mutexKees Cook2020-05-121-4/+4
| * | pstore: Rename "pstore_lock" to "psinfo_lock"Kees Cook2020-05-121-5/+5
| * | pstore: Drop useless try_module_get() for backendKees Cook2020-05-121-8/+0
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-018-82/+18
|\ \ \
| * | | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0