aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 15-238/+393
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 29-1134/+1717
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-425/+810
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-6/+24
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+4
2020-04-07reiserfs: clean up several indentation issuesGravatar Colin Ian King 3-11/+12
2020-04-07fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathGravatar Alexey Dobriyan 1-1/+1
2020-04-07fs/binfmt_elf.c: allocate less for static executableGravatar Alexey Dobriyan 1-9/+10
2020-04-07fs/binfmt_elf.c: delete "loc" variableGravatar Alexey Dobriyan 1-17/+15
2020-04-07fs/epoll: make nesting accounting safe for -rt kernelGravatar Jason Baron 1-21/+43
2020-04-07proc: inline m_next_vma into m_nextGravatar Matthew Wilcox (Oracle) 1-10/+8
2020-04-07seq_file: remove m->versionGravatar Matthew Wilcox (Oracle) 1-28/+0
2020-04-07proc: use ppos instead of m->versionGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-04-07proc: remove m_cache_vmaGravatar Matthew Wilcox (Oracle) 1-32/+6
2020-04-07proc: inline vma_stop into m_stopGravatar Matthew Wilcox (Oracle) 1-19/+15
2020-04-07proc: speed up /proc/*/statmGravatar Alexey Dobriyan 1-16/+23
2020-04-07proc: faster open/read/close with "permanent" filesGravatar Alexey Dobriyan 6-53/+174
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseGravatar Jules Irenge 1-0/+1
2020-04-07userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionallyGravatar Peter Xu 1-3/+13
2020-04-07userfaultfd: wp: don't wake up when doing write protectGravatar Peter Xu 1-5/+8
2020-04-07userfaultfd: wp: add the writeprotect API to userfaultfd ioctlGravatar Andrea Arcangeli 1-16/+66
2020-04-07userfaultfd: wp: add UFFDIO_COPY_MODE_WPGravatar Andrea Arcangeli 1-2/+3
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Gravatar Anshuman Khandual 1-1/+2
2020-04-06NFS: Clean up process of marking inode stale.Gravatar Trond Myklebust 4-8/+18
2020-04-06Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-233/+514
2020-04-06Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 3-7/+15
2020-04-06Merge tag '9p-for-5.7' of git://github.com/martinetd/linuxGravatar Linus Torvalds 3-12/+15
2020-04-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2020-04-06fix a braino in legitimize_path()Gravatar Al Viro 1-1/+1
2020-04-05sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnGravatar Linus Torvalds 1-16/+0
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-3/+25
2020-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 21-673/+388
2020-04-04Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 16-1/+7236
2020-04-04Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6Gravatar Linus Torvalds 12-79/+261
2020-04-03NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()Gravatar Trond Myklebust 2-19/+34
2020-04-03NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()Gravatar Trond Myklebust 1-1/+1
2020-04-03NFS: Beware when dereferencing the delegation credGravatar Trond Myklebust 2-1/+11
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 3-5/+105
2020-04-03f2fs: keep inline_data when compression conversionGravatar Chao Yu 1-5/+0
2020-04-03f2fs: fix to disable compression on directoryGravatar Chao Yu 2-5/+7
2020-04-03f2fs: add missing CONFIG_F2FS_FS_COMPRESSIONGravatar Chao Yu 1-0/+4
2020-04-03f2fs: switch discard_policy.timeout to bool typeGravatar Chao Yu 2-9/+9
2020-04-03f2fs: fix to verify tpage before releasing in f2fs_free_dic()Gravatar Chao Yu 1-0/+2
2020-04-03f2fs: show compression in statxGravatar Chao Yu 1-1/+4
2020-04-03f2fs: clean up dic->tpages assignmentGravatar Chao Yu 1-7/+3
2020-04-03f2fs: compress: support zstd compress algorithmGravatar Chao Yu 4-0/+186
2020-04-02NFS: Add a module parameter to set nfs_mountpoint_expiry_timeoutGravatar Trond Myklebust 1-0/+50
2020-04-02NFS: finish_automount() requires us to hold 2 refs to the mount recordGravatar Trond Myklebust 1-5/+7
2020-04-02NFS: Fix a few constant_table array definitionsGravatar Scott Mayhew 1-1/+4