aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+14
2020-06-01Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus 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/kees/linuxLinus Torvalds9-183/+2380
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-82/+18
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki1-2/+1
2020-05-31pstore/blk: Introduce "best_effort" modeKees Cook1-1/+20
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao2-44/+57
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 Liao2-14/+61
2020-05-31Merge 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
2020-05-30io_uring: fix overflowed reqs cancellationPavel Begunkov1-2/+3
2020-05-30io_uring: off timeouts based only on completionsPavel Begunkov1-51/+14
2020-05-30io_uring: move timeouts flushing to a helperPavel Begunkov1-20/+14
2020-05-29Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2020-05-29Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-10/+5
2020-05-29net: add a new bind_add methodChristoph Hellwig1-6/+3
2020-05-29sctp: add sctp_sock_set_nodelayChristoph Hellwig1-8/+2
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-29erofs: suppress false positive last_block warningGao Xiang1-2/+2
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu4-156/+132
2020-05-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-05-28fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig1-4/+2
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-20/+2
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig3-32/+6
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig1-6/+2
2020-05-28net: add sock_set_rcvbufChristoph Hellwig1-6/+1
2020-05-28net: add sock_set_keepaliveChristoph Hellwig1-5/+1