- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- ae03c53 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- e7c93cb Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 7 months ago
- d6f9469 Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 4 years, 7 months ago
- cadf322 Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 4 years, 7 months ago
- f3cdc8a Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
- 8eeae5b Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- 96ed320 Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- 16d9154 Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- 1ee08de Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- bce159d Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- 355ba37 Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
- 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
- d4efd79 mm: remove the prot argument from vm_map_ram by Christoph Hellwig · 4 years, 7 months ago
- c94b692 /proc/PID/smaps: Add PMD migration entry parsing by Huang Ying · 4 years, 7 months ago
- 8d92890 mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead by NeilBrown · 4 years, 7 months ago
- a37b071 mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE by NeilBrown · 4 years, 7 months ago
- 4c42be3 orangefs: use attach/detach_page_private by Guoqing Jiang · 4 years, 7 months ago
- 14ed109 ntfs: replace attach_page_buffers with attach_page_private by Guoqing Jiang · 4 years, 7 months ago
- 58aeb73 iomap: use attach/detach_page_private by Guoqing Jiang · 4 years, 7 months ago
- 7128cf9 f2fs: use attach/detach_page_private by Guoqing Jiang · 4 years, 7 months ago
- 45dcfc2 fs/buffer.c: use attach/detach_page_private by Guoqing Jiang · 4 years, 7 months ago
- d1b89bc btrfs: use attach/detach_page_private by Guoqing Jiang · 4 years, 7 months ago
- 9d24a13 iomap: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 76a0294 fuse: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- e20a769 f2fs: pass the inode to f2fs_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 2332319 f2fs: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- a07f624 ext4: pass the inode to ext4_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 6311f91f ext4: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 0615090 erofs: convert compressed files from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 0c07a9f erofs: convert uncompressed files from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- ba206a0 btrfs: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 2c68423 mm: add page_cache_readahead_unbounded by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 485e960 fs/buffer.c: record blockdev write errors in super_block that it backs by Jeff Layton · 4 years, 7 months ago
- 735e4ae vfs: track per-sb writeback errors and report them to syncfs by Jeff Layton · 4 years, 7 months ago
- 912f655 ocfs2: mount shared volume without ha stack by Gang He · 4 years, 7 months ago
- 8f745e6 ocfs2: add missing annotation for dlm_empty_lockres() by Jules Irenge · 4 years, 7 months ago
- 93e72b3 squashfs: migrate from ll_rw_block usage to BIO by Philippe Liard · 4 years, 7 months ago
- f359287 Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 8b39a57 Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 062ea67 Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 56446ef Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- e148a8f Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- e0cd920 Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
- 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
- 17e0a7c Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 6005606 Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 4d67829 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
- afdb0f2 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
- 829f3b9 Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 7 months ago
- 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
- be6018a Merge branches 'pm-core' and 'pm-sleep' by Rafael J. Wysocki · 4 years, 7 months ago
- f8feafe pstore/blk: Introduce "best_effort" mode by Kees Cook · 4 years, 8 months ago
- 7dcb784 pstore/blk: Support non-block storage devices by WeiXiong Liao · 4 years, 9 months ago
- 1525fb3 pstore/blk: Provide way to query pstore configuration by WeiXiong Liao · 4 years, 9 months ago
- 335426c pstore/zone: Provide way to skip "broken" zone for MTD devices by WeiXiong Liao · 4 years, 9 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 649304c Documentation: Add details for pstore/blk by WeiXiong Liao · 4 years, 9 months ago
- 34327e9 pstore/zone,blk: Add ftrace frontend support by WeiXiong Liao · 4 years, 9 months ago
- cc9c4d1 pstore/zone,blk: Add console frontend support by WeiXiong Liao · 4 years, 9 months ago
- 0dc0682 pstore/zone,blk: Add support for pmsg frontend by WeiXiong Liao · 4 years, 9 months ago
- 17639f6 pstore/blk: Introduce backend for block devices by WeiXiong Liao · 4 years, 9 months ago
- d26c332 pstore/zone: Introduce common layer to manage storage zones by WeiXiong Liao · 4 years, 9 months ago
- 791205e pstore/ram: Introduce max_reason and convert dump_oops by Kees Cook · 4 years, 8 months ago
- 3524e68 pstore/platform: Pass max_reason to kmesg dump by Pavel Tatashin · 4 years, 8 months ago
- fb13cb8 printk: Introduce kmsg_dump_reason_str() by Kees Cook · 4 years, 8 months ago
- 6d3cf96 printk: Collapse shutdown types into a single dump reason by Kees Cook · 4 years, 8 months ago
- 16a5830 pstore/ftrace: Provide ftrace log merging routine by Kees Cook · 4 years, 8 months ago
- df9bf19 pstore/ram: Refactor ftrace buffer merging by Kees Cook · 4 years, 8 months ago
- 26961d7 pstore/ram: Refactor DT size parsing by Kees Cook · 4 years, 8 months ago
- f858b57 pstore/ram: Adjust module param permissions to reflect reality by Kees Cook · 4 years, 8 months ago
- d973f7d pstore/platform: Move module params after declarations by Kees Cook · 4 years, 8 months ago
- d195c39 pstore/platform: Use backend name for console registration by Kees Cook · 4 years, 8 months ago
- 563ca40 pstore/platform: Switch pstore_info::name to const by Kees Cook · 4 years, 8 months ago
- b7753fc pstore: Make sure console capturing will restart by Kees Cook · 4 years, 8 months ago
- 609e28bb pstore: Remove filesystem records when backend is unregistered by Kees Cook · 4 years, 8 months ago
- 78c83c8 pstore: Do not leave timer disabled for next backend by Kees Cook · 4 years, 8 months ago
- 27e5041 pstore: Add locking around superblock changes by Kees Cook · 4 years, 8 months ago
- 7b53d59 io_uring: fix overflowed reqs cancellation by Pavel Begunkov · 4 years, 7 months ago
- bfe68a2 io_uring: off timeouts based only on completions by Pavel Begunkov · 4 years, 7 months ago
- 360428f io_uring: move timeouts flushing to a helper by Pavel Begunkov · 4 years, 7 months ago
- e2fce15 Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 7 months ago
- 835e36b Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 7 months ago
- c0425a4 net: add a new bind_add method by Christoph Hellwig · 4 years, 7 months ago
- 40ef92c sctp: add sctp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
- 20be493 gfs2: Even more gfs2_find_jhead fixes by Andreas Gruenbacher · 4 years, 7 months ago
- 34f853b erofs: suppress false positive last_block warning by Gao Xiang · 4 years, 7 months ago
- f57a3fe erofs: convert to use the new mount fs_context api by Chao Yu · 4 years, 7 months ago
- 75caf31 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 1d60541 fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() by Alexander Potapenko · 4 years, 7 months ago
- 298cd88 rxrpc: add rxrpc_sock_set_min_security_level by Christoph Hellwig · 4 years, 7 months ago
- c488aea tcp: add tcp_sock_set_user_timeout by Christoph Hellwig · 4 years, 7 months ago
- 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
- db10538 tcp: add tcp_sock_set_cork by Christoph Hellwig · 4 years, 7 months ago
- 26cfabf net: add sock_set_rcvbuf by Christoph Hellwig · 4 years, 7 months ago
- ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 7 months ago