aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-61/+135
2020-06-04exec: open code copy_string_kernelGravatar Christoph Hellwig 1-9/+34
2020-06-04exec: simplify the copy_strings_kernel calling conventionGravatar Christoph Hellwig 4-15/+14
2020-06-04fs/seq_file.c: seq_read: Update pr_info_ratelimitedGravatar Joe Perches 1-3/+4
2020-06-04fat: improve the readahead for FAT entriesGravatar OGAWA Hirofumi 1-28/+75
2020-06-04fat: don't allow to mount if the FAT length == 0Gravatar OGAWA Hirofumi 1-0/+6
2020-06-04fs/binfmt_elf: remove redundant elf_map ifndefGravatar Anthony Iliopoulos 1-4/+0
2020-06-04proc: rename "catch" function argumentGravatar Alexey Dobriyan 1-4/+4
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 8-274/+229
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 10-93/+193
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-13/+2
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-12/+19
2020-06-04Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-14/+65
2020-06-03hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsGravatar Shijie Hu 1-8/+59
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Gravatar Johannes Weiner 2-6/+6
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 14-246/+82
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-128/+51
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 2-4/+16
2020-06-02Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-173/+136
2020-06-02Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 2-3/+3
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 44-3033/+3206
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 4-5/+23
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+3
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 101-4814/+4241
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