Scott Mayhew ([email protected])

Number of posts: 681 (0.21 per day)
First post: 2015-05-08 15:15:12
Last post: 2024-05-23 19:01:39

Date List Subject
2019-09-13 12:21:00 linux-nfs [PATCH v4 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
2019-09-13 12:20:46 linux-nfs [PATCH v4 10/26] nfs: merge xdev and remote file_system_type
2019-09-13 12:20:42 linux-nfs [PATCH v4 03/26] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
2019-09-13 12:20:41 linux-nfs [PATCH v4 02/26] nfs: stash server into struct nfs_mount_info
2019-09-13 12:20:37 linux-nfs [PATCH v4 06/26] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
2019-09-13 12:20:30 linux-nfs [PATCH v4 20/26] NFS: Deindent nfs_fs_context_parse_option()
2019-09-13 12:20:25 linux-nfs [PATCH v4 19/26] NFS: Split nfs_parse_mount_options()
2019-09-13 12:20:23 linux-nfs [PATCH v4 12/26] nfs: don't pass nfs_subversion to ->create_server()
2019-09-13 12:20:18 linux-nfs [PATCH v4 22/26] NFS: Do some tidying of the parsing code
2019-09-13 12:19:59 linux-nfs [PATCH v4 16/26] NFS: Move mount parameterisation bits into their own file
2019-09-13 12:19:57 linux-kernel [PATCH v4 00/26] nfs: Mount API conversion
2019-09-13 12:19:55 linux-nfs [PATCH v4 04/26] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
2019-09-13 12:19:29 linux-nfs [PATCH v4 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
2019-09-13 12:19:09 linux-nfs [PATCH v4 15/26] nfs: get rid of ->set_security()
2019-09-13 12:19:08 linux-nfs [PATCH v4 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
2019-09-13 12:19:07 linux-nfs [PATCH v4 26/26] NFS: Attach supplementary error information to fs_context.
2019-09-13 12:19:02 linux-nfs [PATCH v4 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
2019-09-13 12:18:35 linux-nfs [PATCH v4 25/26] NFS: Add fs_context support.
2019-09-12 19:33:49 linux-nfs Re: [PATCH v3 16/26] NFS: Move mount parameterisation bits into their own file
2019-09-12 19:32:19 linux-nfs Re: [PATCH v3 16/26] NFS: Move mount parameterisation bits into their own file
2019-09-11 16:21:23 linux-kernel [PATCH v3 03/26] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
2019-09-11 16:21:20 linux-kernel [PATCH v3 02/26] nfs: stash server into struct nfs_mount_info
2019-09-11 16:20:50 linux-kernel [PATCH v3 10/26] nfs: merge xdev and remote file_system_type
2019-09-11 16:20:29 linux-kernel [PATCH v3 00/26] nfs: Mount API conversion
2019-09-11 16:20:23 linux-kernel [PATCH v3 13/26] nfs: get rid of mount_info ->fill_super()
2019-09-11 16:20:12 linux-nfs [PATCH v3 08/26] nfs: stash nfs_subversion reference into nfs_mount_info
2019-09-11 16:20:08 linux-nfs [PATCH v3 05/26] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
2019-09-11 16:20:08 linux-nfs [PATCH v3 01/26] saner calling conventions for nfs_fs_mount_common()
2019-09-11 16:20:06 linux-nfs [PATCH v3 14/26] nfs_clone_sb_security(): simplify the check for server bogosity
2019-09-11 16:19:58 linux-nfs [PATCH v3 11/26] nfs: unexport nfs_fs_mount_common()
2019-09-11 16:19:54 linux-kernel [PATCH v3 19/26] NFS: Split nfs_parse_mount_options()
2019-09-11 16:19:53 linux-nfs [PATCH v3 15/26] nfs: get rid of ->set_security()
2019-09-11 16:19:38 linux-kernel [PATCH v3 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
2019-09-11 16:19:29 linux-nfs [PATCH v3 17/26] NFS: Constify mount argument match tables
2019-09-11 16:19:29 linux-nfs [PATCH v3 04/26] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
2019-09-11 16:19:02 linux-nfs [PATCH v3 06/26] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
2019-09-11 16:19:00 linux-nfs [PATCH v3 26/26] NFS: Attach supplementary error information to fs_context.
2019-09-11 16:18:52 linux-kernel [PATCH v3 16/26] NFS: Move mount parameterisation bits into their own file
2019-09-11 16:18:44 linux-nfs [PATCH v3 12/26] nfs: don't pass nfs_subversion to ->create_server()
2019-09-11 16:18:38 linux-nfs [PATCH v3 09/26] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
2019-09-11 16:18:37 linux-nfs [PATCH v3 07/26] nfs: lift setting mount_info from nfs_xdev_mount()
2019-09-11 16:18:11 linux-nfs [PATCH v3 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
2019-09-11 16:17:57 linux-nfs [PATCH v3 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
2019-09-11 16:17:55 linux-nfs [PATCH v3 20/26] NFS: Deindent nfs_fs_context_parse_option()
2019-09-11 16:17:38 linux-nfs [PATCH v3 25/26] NFS: Add fs_context support.
2019-09-11 16:17:37 linux-nfs [PATCH v3 22/26] NFS: Do some tidying of the parsing code
2019-09-11 16:17:37 linux-nfs [PATCH v3 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
2019-09-10 14:53:15 linux-nfs [nfs-utils PATCH v3 3/4] Add a tool for manipulating the nfsdcld sqlite database schema.
2019-09-10 14:52:21 linux-nfs [nfs-utils PATCH v3 2/4] nfsdcld: add support for upcall version 2
2019-09-10 14:52:20 linux-nfs [nfs-utils PATCH v3 4/4] nfsdcld: update nfsdcld.man
2019-09-10 14:52:10 linux-nfs [nfs-utils PATCH v3 0/4] add hash of the kerberos principal to the data being tracked by nfsdcld