aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-363/+433
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+0
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 24-123/+172
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-2/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 72-880/+642
2020-06-02mm: remove the pgprot argument to __vmallocGravatar Christoph Hellwig 9-14/+13
2020-06-02mm: remove the prot argument from vm_map_ramGravatar Christoph Hellwig 2-2/+2
2020-06-02/proc/PID/smaps: Add PMD migration entry parsingGravatar Huang Ying 1-5/+11
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadGravatar NeilBrown 4-8/+10
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLEGravatar NeilBrown 1-4/+5
2020-06-02orangefs: use attach/detach_page_privateGravatar Guoqing Jiang 1-26/+6
2020-06-02ntfs: replace attach_page_buffers with attach_page_privateGravatar Guoqing Jiang 2-2/+2
2020-06-02iomap: use attach/detach_page_privateGravatar Guoqing Jiang 1-15/+4
2020-06-02f2fs: use attach/detach_page_privateGravatar Guoqing Jiang 1-9/+2
2020-06-02fs/buffer.c: use attach/detach_page_privateGravatar Guoqing Jiang 1-12/+4
2020-06-02btrfs: use attach/detach_page_privateGravatar Guoqing Jiang 3-36/+12
2020-06-02iomap: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 4-72/+40
2020-06-02fuse: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-72/+28
2020-06-02f2fs: pass the inode to f2fs_mpage_readpagesGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-06-02f2fs: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-28/+19
2020-06-02ext4: pass the inode to ext4_mpage_readpagesGravatar Matthew Wilcox (Oracle) 3-5/+4
2020-06-02ext4: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 3-28/+18
2020-06-02erofs: convert compressed files from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-20/+9
2020-06-02erofs: convert uncompressed files from readpages to readaheadGravatar Matthew Wilcox (Oracle) 2-26/+15
2020-06-02btrfs: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 3-42/+20
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 16-123/+70
2020-06-02mm: add page_cache_readahead_unboundedGravatar Matthew Wilcox (Oracle) 4-70/+5
2020-06-02fs/buffer.c: record blockdev write errors in super_block that it backsGravatar Jeff Layton 1-0/+7
2020-06-02vfs: track per-sb writeback errors and report them to syncfsGravatar Jeff Layton 3-4/+6
2020-06-02ocfs2: mount shared volume without ha stackGravatar Gang He 3-20/+51
2020-06-02ocfs2: add missing annotation for dlm_empty_lockres()Gravatar Jules Irenge 1-0/+1
2020-06-02squashfs: migrate from ll_rw_block usage to BIOGravatar Philippe Liard 11-242/+287
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 11-86/+159
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-34/+10
2020-06-01Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-19/+14
2020-06-01Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+1
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-54/+50
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-14/+0
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 38-56/+56
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 5-6/+156
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+0
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+14
2020-06-01Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Gravatar Linus Torvalds 6-2/+13
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 13-207/+571
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-183/+2380
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 8-82/+18
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Gravatar Rafael J. Wysocki 1-2/+1
2020-05-31pstore/blk: Introduce "best_effort" modeGravatar Kees Cook 1-1/+20
2020-05-31pstore/blk: Support non-block storage devicesGravatar WeiXiong Liao 2-44/+57
2020-05-31pstore/blk: Provide way to query pstore configurationGravatar WeiXiong Liao 1-7/+30