summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-02erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2-26/+15
2020-06-02btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)3-42/+20
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)16-123/+70
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)4-70/+5
2020-06-02fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton1-0/+7
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton3-4/+6
2020-06-02ocfs2: mount shared volume without ha stackGang He3-20/+51
2020-06-02ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge1-0/+1
2020-06-02squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard11-242/+287
2020-06-02Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds11-86/+159
2020-06-02Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-34/+10
2020-06-02Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-19/+14
2020-06-02Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2020-06-02Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-54/+50
2020-06-02Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-14/+0
2020-06-02Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds38-56/+56
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-6/+156
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+14
2020-06-01Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds6-2/+13
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds13-207/+571
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-183/+2380
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-82/+18
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki1-2/+1
2020-06-01pstore/blk: Introduce "best_effort" modeKees Cook1-1/+20
2020-06-01pstore/blk: Support non-block storage devicesWeiXiong Liao2-44/+57
2020-06-01pstore/blk: Provide way to query pstore configurationWeiXiong Liao1-7/+30
2020-06-01pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao2-14/+61
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-16/+11
2020-05-30Documentation: Add details for pstore/blkWeiXiong Liao1-0/+2
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao3-1/+134
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao3-9/+102
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao3-9/+280
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao3-0/+501
2020-05-30pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao3-0/+995
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook1-19/+39
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin1-1/+3
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook1-17/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook1-6/+2
2020-05-30pstore/ftrace: Provide ftrace log merging routineKees Cook3-54/+66
2020-05-30pstore/ram: Refactor ftrace buffer mergingKees Cook1-12/+17
2020-05-30pstore/ram: Refactor DT size parsingKees Cook1-12/+19
2020-05-30pstore/ram: Adjust module param permissions to reflect realityKees Cook1-3/+3
2020-05-30pstore/platform: Move module params after declarationsKees Cook1-6/+5
2020-05-30pstore/platform: Use backend name for console registrationKees Cook1-1/+3
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook1-1/+2
2020-05-30pstore: Make sure console capturing will restartKees Cook1-1/+5
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook3-0/+36
2020-05-30pstore: Do not leave timer disabled for next backendKees Cook1-15/+19
2020-05-30pstore: Add locking around superblock changesKees Cook3-26/+45