sfrench/cifs-2.6.git
2024-01-29 Steve Frenchsmb: Work around Clang __bdos() type confusion 5.15-backport-1-24-24
2024-01-29 Steve Frenchsmb: client: delete "true", "false" defines
2024-01-29 Steve Frenchcifs: update iface_last_update on each query-and-update
2024-01-29 Steve Frenchcifs: handle servers that still advertise multichannel...
2024-01-29 Steve Frenchcifs: new mount option called retrans
2024-01-29 Steve Frenchcifs: reschedule periodic query for server interfaces
2024-01-29 Steve Frenchsmb: client: don't clobber ->i_rdev from cached reparse...
2024-01-29 Steve Frenchsmb: client: get rid of smb311_posix_query_path_info()
2024-01-29 Steve Frenchsmb: client: parse owner/group when creating reparse...
2024-01-29 Steve Frenchsmb: client: fix parsing of SMB3.1.1 POSIX create context
2024-01-28 Steve Frenchcifs: new nt status codes from MS-SMB2
2024-01-28 Steve Frenchcifs: pick channel for tcon and tdis
2024-01-28 Steve Frenchcifs: open_cached_dir should not rely on primary channel
2024-01-28 Steve Frenchcifs: minor comment cleanup
2024-01-28 Steve Frenchsmb3: show beginning time for per share stats
2024-01-28 Steve Frenchcifs: remove redundant variable tcon_exist
2024-01-28 Steve Frenchcifs: update internal module version number for cifs.ko
2024-01-28 Steve Frenchcifs: remove unneeded return statement
2024-01-28 Steve Frenchcifs: make cifs_chan_update_iface() a void function
2024-01-28 Steve Frenchcifs: delete unnecessary NULL checks in cifs_chan_updat...
2024-01-28 Steve Frenchcifs: get rid of dup length check in parse_reparse_point()
2024-01-28 Steve Frenchsmb: client: stop revalidating reparse points unnecessarily
2024-01-28 Steve Frenchsmb3: Improve exception handling in allocate_mr_list()
2024-01-28 Steve Frenchcifs: fix in logging in cifs_chan_update_iface
2024-01-28 Steve Frenchsmb: client: handle special files and symlinks in SMB3...
2024-01-28 Steve Frenchsmb: client: cleanup smb2_query_reparse_point()
2024-01-28 Steve Frenchsmb: client: allow creating symlinks via reparse points
2024-01-28 Steve Frenchsmb: client: fix hardlinking of reparse points
2024-01-28 Steve Frenchsmb: client: fix renaming of reparse points
2024-01-28 Steve Frenchsmb: client: optimise reparse point querying
2024-01-28 Steve Frenchsmb: client: allow creating special files via reparse...
2024-01-28 Steve Frenchsmb: client: extend smb2_compound_op() to accept more...
2024-01-28 Steve Frenchsmb: client: Fix minor whitespace errors and warnings
2024-01-28 Steve Frenchcifs: do not depend on release_iface for maintaining...
2024-01-28 Steve Frenchcifs: cifs_chan_is_iface_active should be called with...
2024-01-28 Steve Frenchcifs: after disabling multichannel, mark tcon for reconnect
2024-01-28 Steve Frenchcifs: do not let cifs_chan_update_iface deallocate...
2024-01-28 Steve Frenchcifs: fix a pending undercount of srv_count
2024-01-28 Steve Frenchfs: cifs: Fix atime update check
2024-01-27 Steve Frenchsmb: client: fix potential OOB in smb2_dump_detail()
2024-01-27 Steve Frenchsmb: client: fix potential OOB in cifs_dump_detail()
2024-01-27 Steve Frenchsmb: client: fix OOB in smbCalcSize()
2024-01-27 Steve Frenchsmb: client: fix OOB in SMB2_query_info_init()
2024-01-27 Steve Frenchsmb: client: fix OOB in cifsd when receiving compounded...
2024-01-27 Steve Frenchsmb: client: fix OOB in smb2_query_reparse_point()
2024-01-27 Steve Frenchsmb: client: fix NULL deref in asn1_ber_decoder()
2024-01-27 Steve Frenchsmb: client: fix potential OOBs in smb2_parse_contexts()
2024-01-27 Steve Frenchsmb: client: fix OOB in receive_encrypted_standard()
2024-01-27 Steve Frenchksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE
2024-01-27 Steve Frenchsmb3: add missing define
2024-01-27 Steve Frenchcifs: reconnect worker should take reference on server...
2024-01-27 Steve FrenchRevert "cifs: reconnect work should have reference...
2024-01-27 Steve Frenchcifs: Fix non-availability of dedup breaking generic/304
2024-01-27 Steve Frenchsmb: client: fix potential NULL deref in parse_dfs_refe...
2024-01-27 Steve Frenchsmb: client, common: fix fortify warnings
2024-01-27 Steve Frenchcifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size...
2024-01-27 Steve Frenchcifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if...
2024-01-27 Steve Frenchsmb: client: report correct st_size for SMB and NFS...
2024-01-27 Steve Frenchsmb: client: fix missing mode bits for SMB symlinks
2024-01-27 Steve Frenchsmb: client: introduce cifs_sfu_make_node()
2024-01-27 Steve Frenchsmb: client: set correct file type from NFS reparse...
2024-01-27 Steve Frenchsmb: client: introduce ->parse_reparse_point()
2024-01-27 Steve Frenchsmb: client: implement ->query_reparse_point() for...
2024-01-27 Steve Frenchcifs: fix use after free for iface while disabling...
2024-01-27 Steve Frenchcifs: fix lock ordering while disabling multichannel
2024-01-27 Steve Frenchcifs: fix leak of iface for primary channel
2024-01-27 Steve Frenchcifs: fix check of rc in function generate_smb3signingkey
2024-01-27 Steve Frenchcifs: spnego: add ';' in HOST_KEY_LEN
2024-01-27 Steve Frenchcifs: update internal module version number for cifs.ko
2024-01-27 Steve Frenchcifs: handle when server stops supporting multichannel
2024-01-27 Steve Frenchcifs: handle when server starts supporting multichannel
2024-01-27 Steve FrenchMissing field not being returned in ioctl CIFS_IOC_GET_...
2024-01-27 Steve Frenchsmb3: allow dumping session and tcon id to improve...
2024-01-27 Steve Frenchsmb: client: fix mount when dns_resolver key is not...
2024-01-27 Steve Frenchsmb3: fix caching of ctime on setxattr
2024-01-27 Steve Frenchsmb3: minor cleanup of session handling code
2024-01-27 Steve Frenchcifs: reconnect work should have reference on server...
2024-01-27 Steve Frenchcifs: do not pass cifs_sb when trying to add channels
2024-01-27 Steve Frenchcifs: account for primary channel in the interface...
2024-01-27 Steve Frenchcifs: distribute channels across interfaces based on...
2024-01-27 Steve Frenchcifs: handle cases where a channel is closed
2024-01-27 Steve Frenchsmb3: more minor cleanups for session handling routines
2024-01-27 Steve Frenchsmb3: minor RDMA cleanup
2024-01-27 Steve Frenchcifs: force interface update before a fresh session...
2024-01-27 Steve Frenchcifs: do not reset chan_max if multichannel is not...
2024-01-27 Steve Frenchcifs: reconnect helper should set reconnect for the...
2024-01-27 Steve Frenchsmb: client: fix use-after-free in smb2_query_info_comp...
2024-01-27 Steve Frenchsmb: client: remove extra @chan_count check in __cifs_p...
2024-01-27 Steve Frenchcifs: add xid to query server interface call
2024-01-27 Steve Frenchcifs: print server capabilities in DebugData
2024-01-27 Steve Frenchsmb: use crypto_shash_digest() in symlink_hash()
2024-01-27 Steve Frenchsmb: client: fix use-after-free bug in cifs_debug_data_...
2024-01-27 Steve Frenchsmb: client: fix potential deadlock when releasing...
2024-01-27 Steve Frenchsmb3: fix creating FIFOs when mounting with "sfu" mount...
2024-01-27 Steve FrenchAdd definition for new smb3.1.1 command type
2024-01-27 Steve FrenchSMB3: clarify some of the unused CreateOption flags
2024-01-27 Steve Frenchcifs: Add client version details to NTLM authenticate...
2024-01-27 Steve Frenchsmb3: fix touch -h of symlink
2024-01-27 Steve Frenchsmb: client: prevent new fids from being removed by...
2024-01-27 Steve Frenchsmb: client: make laundromat a delayed worker
next