aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-01-15nfs: use timespec64 in nfs_fattrArnd Bergmann
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew
2020-01-15NFS: Add fs_context support.David Howells
2020-01-15NFS: Convert mount option parsing to use functionality from fs_parser.hScott Mayhew
2020-01-15NFS: rename nfs_fs_context pointer arg in a few functionsScott Mayhew
2020-01-15NFS: Do some tidying of the parsing codeDavid Howells
2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells
2020-01-15NFS: Deindent nfs_fs_context_parse_option()David Howells
2020-01-15NFS: Split nfs_parse_mount_options()David Howells
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells
2020-01-15NFS: Constify mount argument match tablesDavid Howells
2020-01-15NFS: Move mount parameterisation bits into their own fileDavid Howells
2020-01-15nfs: get rid of ->set_security()Al Viro
2020-01-15nfs_clone_sb_security(): simplify the check for server bogosityAl Viro
2020-01-15nfs: get rid of mount_info ->fill_super()Al Viro
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro
2020-01-15nfs: unexport nfs_fs_mount_common()Al Viro
2020-01-15nfs: merge xdev and remote file_system_typeAl Viro
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Al Viro
2020-01-15nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro
2020-01-15nfs: lift setting mount_info from nfs_xdev_mount()Al Viro
2020-01-15nfs4: fold nfs_do_root_mount/nfs_follow_remote_pathAl Viro
2020-01-15nfs: don't bother setting/restoring export_path around do_nfs_root_mount()Al Viro
2020-01-15nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_typeAl Viro
2020-01-15nfs: lift setting mount_info from nfs4_remote{,_referral}_mountAl Viro
2020-01-15nfs: stash server into struct nfs_mount_infoAl Viro
2020-01-15saner calling conventions for nfs_fs_mount_common()Al Viro
2020-01-14Merge branch 'dhowells' (patches from DavidH)Linus Torvalds
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells
2020-01-14afs: Fix use-after-loss-of-refDavid Howells
2020-01-10Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-10Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-10Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-09Merge tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei
2020-01-08pstore/ram: Regularize prz label allocation lifetimeKees Cook
2020-01-07io_uring: remove punt of short reads to async contextJens Axboe
2020-01-06chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon
2020-01-04ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He
2020-01-04ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li
2020-01-04fs/posix_acl.c: fix kernel-doc warningsRandy Dunlap
2020-01-04fs/namespace.c: make to_mnt_ns() staticEric Biggers
2020-01-04fs/nsfs.c: include headers for missing declarationsEric Biggers
2020-01-04fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers
2020-01-03Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-03Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-03mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()Jan Stancek
2020-01-02Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-02Revert "fs: remove ksys_dup()"Dominik Brodowski