VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-08-18
cifs: use the correct max-length for dentry_path_raw()
Ronnie Sahlberg
2021-08-18
cifs: Call close synchronously during unlink/rename/lease break.
Rohith Surabattula
2021-08-18
cifs: create sd context must be a multiple of 8
Shyam Prasad N
2021-08-18
cifs: Handle race conditions during rename
Rohith Surabattula
2021-08-12
smb3: rc uninitialized in one fallocate path
Steve French
2021-08-08
cifs: add missing parsing of backupuid
Ronnie Sahlberg
2021-08-08
cifs: use helpers when parsing uid/gid mount options and validate them
Ronnie Sahlberg
2021-08-04
SMB3: fix readpage for large swap cache
Steve French
2021-07-31
cifs: fix the out of range assignment to bit fields in parse_server_interfaces
Hyunchul Lee
2021-07-28
cifs: fix fallocate when trying to allocate a hole.
Ronnie Sahlberg
2021-07-28
cifs: only write 64kb at a time when fallocating a small region of a file
Ronnie Sahlberg
2021-07-25
cifs: prevent NULL deref in cifs_compose_mount_options()
Paulo Alcantara
2021-07-20
cifs: Do not use the original cruid when following DFS links for multiuser mounts
Ronnie Sahlberg
2021-07-20
cifs: handle reconnect of tcon when there is no cached dfs referral
Paulo Alcantara
2021-07-20
cifs: use the expiry output of dns_query to schedule next resolution
Shyam Prasad N
2021-07-14
cifs: fix missing spinlock around update to ses->status
Steve French
2021-07-14
smb3: fix possible access to uninitialized pointer to DACL
Steve French
2021-07-14
cifs: fix SMB1 error path in cifs_get_file_info_unix
Steve French
2021-07-14
smb3: fix uninitialized value for port in witness protocol move
Steve French
2021-07-14
cifs: retry lookup and readdir when EAGAIN is returned.
Thiago Rafael Becker
2021-07-14
cifs: fix check of dfs interlinks
Paulo Alcantara
2021-07-14
cifs: improve fallocate emulation
Ronnie Sahlberg
2021-05-27
cifs: change format of CIFS_FULL_KEY_DUMP ioctl
Aurelien Aptel
2021-05-27
cifs: fix string declarations and assignments in tracepoints
Shyam Prasad N
2021-05-27
cifs: set server->cipher_type to AES-128-CCM for SMB3.0
Aurelien Aptel
2021-05-20
Fix KASAN identified use-after-free issue.
Rohith Surabattula
2021-05-19
Defer close only when lease is enabled.
Rohith Surabattula
2021-05-19
Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.
Rohith Surabattula
2021-05-19
cifs: Fix inconsistent indenting
Jiapeng Chong
2021-05-19
cifs: fix memory leak in smb2_copychunk_range
Ronnie Sahlberg
2021-05-19
SMB3: incorrect file id in requests compounded with open
Steve French
2021-05-16
cifs: remove deadstore in cifs_close_all_deferred_files()
wenhuizhang
2021-05-08
smb3: if max_channels set to more than one channel request multichannel
Steve French
2021-05-08
smb3: do not attempt multichannel to server which does not support it
Steve French
2021-05-08
smb3: when mounting with multichannel include it in requested capabilities
Steve French
2021-05-05
Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2021-05-04
fs/cifs: Fix resource leak
Khaled ROMDHANI
2021-05-04
Cifs: Fix kernel oops caused by deferred close for files.
Rohith Surabattula
2021-05-04
cifs: fix regression when mounting shares with prefix paths
Paulo Alcantara
2021-05-03
cifs: use echo_interval even when connection not ready.
Shyam Prasad N
2021-05-03
cifs: detect dead connections only when echoes are enabled.
Shyam Prasad N
2021-05-03
smb3.1.1: allow dumping keys for multiuser mounts
Steve French
2021-05-03
smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted shares
Steve French
2021-05-03
cifs: add shutdown support
Steve French
2021-05-03
cifs: Deferred close for files
Rohith Surabattula
2021-04-27
smb3.1.1: enable negotiating stronger encryption by default
Steve French
2021-04-27
Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-04-25
cifs: update internal version number
Steve French
2021-04-25
smb3: add rasize mount parameter to improve readahead performance
Steve French
2021-04-25
smb3: limit noisy error
Steve French
2021-04-25
cifs: fix leak in cifs_smb3_do_mount() ctx
David Disseldorp
2021-04-25
cifs: remove unnecessary copies of tcon->crfid.fid
Muhammad Usama Anjum
2021-04-25
cifs: Return correct error code from smb2_get_enc_key
Paul Aurich
2021-04-25
cifs: fix out-of-bound memory access when calling smb3_notify() at mount point
Eugene Korenevsky
2021-04-25
smb2: fix use-after-free in smb2_ioctl_query_info()
Aurelien Aptel
2021-04-25
cifs: export supported mount options via new mount_params /proc file
Aurelien Aptel
2021-04-25
cifs: log mount errors using cifs_errorf()
Aurelien Aptel
2021-04-25
cifs: add fs_context param to parsing helpers
Aurelien Aptel
2021-04-25
cifs: make fs_context error logging wrapper
Aurelien Aptel
2021-04-25
cifs: add FALLOC_FL_INSERT_RANGE support
Ronnie Sahlberg
2021-04-25
cifs: add support for FALLOC_FL_COLLAPSE_RANGE
Ronnie Sahlberg
2021-04-25
cifs: check the timestamp for the cached dirent when deciding on revalidate
Ronnie Sahlberg
2021-04-25
cifs: pass the dentry instead of the inode down to the revalidation check functions
Ronnie Sahlberg
2021-04-25
cifs: add a timestamp to track when the lease of the cached dir was taken
Ronnie Sahlberg
2021-04-25
cifs: add a function to get a cached dir based on its dentry
Ronnie Sahlberg
2021-04-25
cifs: Grab a reference for the dentry of the cached directory during the lifetime of the cache
Ronnie Sahlberg
2021-04-25
cifs: store a pointer to the root dentry in cifs_sb_info once we have completed mounting the share
Ronnie Sahlberg
2021-04-25
cifs: rename the *_shroot* functions to *_cached_dir*
Ronnie Sahlberg
2021-04-25
cifs: pass a path to open_shroot and check if it is the root or not
Ronnie Sahlberg
2021-04-25
cifs: move the check for nohandlecache into open_shroot
Ronnie Sahlberg
2021-04-25
cifs: switch build_path_from_dentry() to using dentry_path_raw()
Al Viro
2021-04-25
cifs: allocate buffer in the caller of build_path_from_dentry()
Al Viro
2021-04-25
cifs: make build_path_from_dentry() return const char *
Al Viro
2021-04-25
cifs: constify pathname arguments in a bunch of helpers
Al Viro
2021-04-25
cifs: constify path argument of ->make_node()
Al Viro
2021-04-25
cifs: constify get_normalized_path() properly
Al Viro
2021-04-25
cifs: don't cargo-cult strndup()
Al Viro
2021-04-25
SMB3: update structures for new compression protocol definitions
Steve French
2021-04-25
cifs: remove old dead code
Aurelien Aptel
2021-04-25
cifs: cifspdu.h: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2021-04-25
fs: cifs: Remove repeated struct declaration
Wan Jiabing
2021-04-25
cifs: simplify SWN code with dummy funcs instead of ifdefs
Aurelien Aptel
2021-04-25
smb3: update protocol header definitions based to include new flags
Steve French
2021-04-25
cifs: correct comments explaining internal semaphore usage in the module
Steve French
2021-04-25
cifs: Remove useless variable
Jiapeng Chong
2021-04-25
cifs: Fix spelling of 'security'
jack1.li_cp
2021-04-07
cifs: escape spaces in share names
Maciek Borzecki
2021-04-07
fs: cifs: Remove unnecessary struct declaration
Wan Jiabing
2021-04-07
cifs: On cifs_reconnect, resolve the hostname again.
Shyam Prasad N
2021-03-26
smb3: fix cached file size problems in duplicate extents (reflink)
Steve French
2021-03-26
cifs: Silently ignore unknown oplock break handle
Vincent Whitchurch
2021-03-26
cifs: revalidate mapping when we open files for SMB1 POSIX
Ronnie Sahlberg
2021-03-26
cifs: Fix chmod with modefromsid when an older ACE already exists.
Shyam Prasad N
2021-03-26
cifs: Adjust key sizes and key generation routines for AES256 encryption
Shyam Prasad N
2021-03-19
cifs: fix allocation size on newly created files
Steve French
2021-03-19
cifs: warn and fail if trying to use rootfs without the config option
Aurelien Aptel
2021-03-19
fs/cifs/: fix misspellings using codespell tool
Liu xuzhi
2021-03-14
cifs: Fix preauth hash corruption
Vincent Whitchurch
2021-03-14
cifs: update new ACE pointer after populate_new_aces.
Shyam Prasad N
2021-03-12
cifs: have cifs_fattr_to_inode() refuse to change type on live inode
Al Viro
2021-03-12
cifs: have ->mkdir() handle race with another client sanely
Al Viro
2021-03-12
do_cifs_create(): don't set ->i_mode of something we had not created
Al Viro
2021-03-08
cifs: do not send close in compound create+close requests
Paulo Alcantara
2021-03-08
cifs: return proper error code in statfs(2)
Paulo Alcantara
2021-03-08
cifs: change noisy error message to FYI
Paulo Alcantara
2021-03-08
cifs: print MIDs in decimal notation
Paulo Alcantara
2021-03-08
new helper: inode_wrong_type()
Al Viro
2021-03-06
cifs: ask for more credit on async read/write code paths
Aurelien Aptel
2021-03-06
cifs: fix credit accounting for extra channel
Aurelien Aptel
2021-02-26
Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2021-02-25
cifs: update internal version number
Steve French
2021-02-25
cifs: use discard iterator to discard unneeded network data more efficiently
David Howells
2021-02-25
cifs: introduce helper for finding referral server to improve DFS target resolution
Paulo Alcantara
2021-02-25
cifs: check all path components in resolved dfs target
Paulo Alcantara
2021-02-25
cifs: fix DFS failover
Paulo Alcantara
2021-02-25
cifs: fix nodfs mount option
Paulo Alcantara
2021-02-25
cifs: fix handling of escaped ',' in the password mount argument
Ronnie Sahlberg
2021-02-25
cifs: Add new parameter "acregmax" for distinct file and directory metadata timeout
Steve French
2021-02-25
cifs: convert revalidate of directories to using directory metadata cache timeout
Steve French
2021-02-25
cifs: Add new mount parameter "acdirmax" to allow caching directory metadata
Steve French
2021-02-24
cifs: If a corrupted DACL is returned by the server, bail out.
Shyam Prasad N
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-02-23
cifs: minor simplification to smb2_is_network_name_deleted
Steve French
2021-02-23
TCON Reconnect during STATUS_NETWORK_NAME_DELETED
Rohith Surabattula
2021-02-22
cifs: cleanup a few le16 vs. le32 uses in cifsacl.c
Steve French
2021-02-22
cifs: Change SIDs in ACEs while transferring file ownership.
Shyam Prasad N
2021-02-22
cifs: Retain old ACEs when converting between mode bits and ACL.
Shyam Prasad N
2021-02-22
cifs: Fix cifsacl ACE mask for group and others.
Shyam Prasad N
2021-02-22
cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugData
Steve French
2021-02-22
cifs: change confusing field serverName (to ip_addr)
Steve French
2021-02-22
Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-02-19
cifs: Fix inconsistent IS_ERR and PTR_ERR
YueHaibing
2021-02-16
cifs: Reformat DebugData and index connections by conn_id.
Shyam Prasad N
2021-02-16
cifs: Identify a connection by a conn_id.
Shyam Prasad N
2021-02-16
cifs: Fix in error types returned for out-of-credit situations.
Shyam Prasad N
2021-02-16
cifs: New optype for session operations.
Shyam Prasad N
2021-02-16
cifs: fix trivial typo
Steve French
2021-02-15
smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requested
Steve French
2021-02-11
cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.
Shyam Prasad N
2021-02-11
cifs: In the new mount api we get the full devname as source=
Ronnie Sahlberg
2021-02-09
cifs: do not disable noperm if multiuser mount option is not provided
Ronnie Sahlberg
2021-02-09
cifs: fix dfs-links
Ronnie Sahlberg
2021-02-05
cifs: report error instead of invalid when revalidating a dentry fails
Aurelien Aptel
2021-02-05
smb3: fix crediting for compounding when only one request in flight
Pavel Shilovsky
2021-02-01
smb3: Fix out-of-bounds bug in SMB2_negotiate()
Gustavo A. R. Silva
2021-01-28
cifs: fix dfs domain referrals
Ronnie Sahlberg
2021-01-28
cifs: returning mount parm processing errors correctly
Steve French
2021-01-28
cifs: fix mounts to subdirectories of target
Steve French
2021-01-28
cifs: ignore auto and noauto options if given
Adam Harvey
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
2021-01-24
acl: handle idmapped mounts
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-23
cifs: do not fail __smb_send_rqst if non-fatal signals are pending
Ronnie Sahlberg
2021-01-17
fs/cifs: Simplify bool comparison.
Jiapeng Zhong
2021-01-17
fs/cifs: Assign boolean values to a bool variable
Jiapeng Zhong
2021-01-13
cifs: style: replace one-element array with flexible-array
YANG LI
2021-01-13
cifs: connect: style: Simplify bool comparison
YANG LI
2021-01-13
fs: cifs: remove unneeded variable in smb3_fs_context_dup
Menglong Dong
2021-01-13
cifs: fix interrupted close commands
Paulo Alcantara
2021-01-13
cifs: check pointer before freeing
Tom Rix
2021-01-06
cifs_debug: use %pd instead of messing with ->d_name
Al Viro
2020-12-18
Add SMB 2 support for getting and setting SACLs
Boris Protopopov
2020-12-18
SMB3: Add support for getting and setting SACLs
Boris Protopopov
2020-12-18
cifs: Avoid error pointer dereference
Samuel Cabrero
2020-12-18
cifs: Re-indent cifs_swn_reconnect()
Dan Carpenter
2020-12-18
cifs: Unlock on errors in cifs_swn_reconnect()
Dan Carpenter
2020-12-18
cifs: Delete a stray unlock in cifs_swn_reconnect()
Dan Carpenter
2020-12-17
Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-12-16
cifs: update internal module version number
Steve French
2020-12-16
cifs: Fix support for remount when not changing rsize/wsize
Steve French
2020-12-16
cifs: handle "guest" mount parameter
Steve French
2020-12-16
cifs: correct four aliased mount parms to allow use of previous names
Steve French
2020-12-15
cifs: Tracepoints and logs for tracing credit changes.
Shyam Prasad N
2020-12-15
cifs: fix use after free in cifs_smb3_do_mount()
Ronnie Sahlberg
2020-12-15
cifs: fix rsize/wsize to be negotiated values
Steve French
2020-12-15
cifs: Fix some error pointers handling detected by static checker
Samuel Cabrero
2020-12-15
smb3: remind users that witness protocol is experimental
Steve French
2020-12-15
cifs: update super_operations to show_devname
Steve French
2020-12-14
cifs: fix uninitialized variable in smb3_fs_context_parse_param
Ronnie Sahlberg
2020-12-14
cifs: update mnt_cifs_flags during reconfigure
Ronnie Sahlberg
2020-12-14
cifs: move update of flags into a separate function
Ronnie Sahlberg
2020-12-14
cifs: remove ctx argument from cifs_setup_cifs_sb
Ronnie Sahlberg
2020-12-14
cifs: do not allow changing posix_paths during remount
Ronnie Sahlberg
2020-12-14
cifs: uncomplicate printing the iocharset parameter
Ronnie Sahlberg
2020-12-14
cifs: don't create a temp nls in cifs_setup_ipc
Ronnie Sahlberg
2020-12-14
cifs: simplify handling of cifs_sb/ctx->local_nls
Ronnie Sahlberg
2020-12-14
cifs: we do not allow changing username/password/unc/... during remount
Ronnie Sahlberg
2020-12-14
cifs: add initial reconfigure support
Ronnie Sahlberg
2020-12-14
cifs: move [brw]size from cifs_sb to cifs_sb->ctx
Ronnie Sahlberg
2020-12-14
cifs: move cifs_cleanup_volume_info[_content] to fs_context.c
Ronnie Sahlberg
2020-12-14
cifs: Add missing sentinel to smb3_fs_parameters
Dmitry Osipenko
2020-12-14
cifs: Handle witness client move notification
Samuel Cabrero
2020-12-14
cifs: remove actimeo from cifs_sb
Ronnie Sahlberg
2020-12-14
cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sb
Ronnie Sahlberg
2020-12-14
cifs: remove some minor warnings pointed out by kernel test robot
Steve French
2020-12-14
cifs: remove various function description warnings
Steve French
2020-12-14
cifs: Simplify reconnect code when dfs upcall is enabled
Samuel Cabrero
2020-12-14
cifs: Send witness register messages to userspace daemon in echo task
Samuel Cabrero