]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/history - fs/cifs
ext4: check for inconsistent extents between index and leaf block
[mirror_ubuntu-focal-kernel.git] / fs / cifs /
2022-02-03 Steve Frenchsmb3: do not error on fsync when readonly
2022-02-02 Stefan BaderRevert "cifs: use the expiry output of dns_query to...
2022-02-02 Stefan BaderRevert "cifs: set a minimum of 120s for next dns resolu...
2022-02-02 Stefan BaderRevert "cifs: To match file servers, make sure the...
2022-01-13 Shyam Prasad Ncifs: To match file servers, make sure the server hostn...
2022-01-13 Paulo Alcantaracifs: set a minimum of 120s for next dns resolution
2022-01-13 Shyam Prasad Ncifs: use the expiry output of dns_query to schedule...
2021-11-05 Dan Carpentercifs: fix a sign extension bug
2021-11-05 Steve Frenchcifs: fix incorrect check for null pointer in header_as...
2021-10-12 Ding Huicifs: fix wrong release in sess_alloc_buffer() failed...
2021-10-11 Len BakerCIFS: Fix a potencially linear read overflow
2021-09-20 Hyunchul Leecifs: fix the out of range assignment to bit fields...
2021-09-20 Paulo Alcantaracifs: prevent NULL deref in cifs_compose_mount_options()
2021-08-13 Steve Frenchcifs: fix missing spinlock around update to ses->status
2021-07-15 Paulo Alcantaracifs: handle empty list of targets in cifs_reconnect()
2021-07-15 Paulo Alcantaracifs: get rid of unused parameter in reconn_setup_dfs_t...
2021-07-15 Shyam Prasad Ncifs: On cifs_reconnect, resolve the hostname again.
2021-07-15 Samuel Cabrerocifs: Avoid error pointer dereference
2021-07-15 Samuel Cabrerocifs: Simplify reconnect code when dfs upcall is enabled
2021-07-15 Paulo Alcantaracifs: rename reconn_inval_dfs_target()
2021-06-18 Steve FrenchSMB3: incorrect file id in requests compounded with...
2021-06-18 Aurelien Aptelcifs: set server->cipher_type to AES-128-CCM for SMB3.0
2021-06-18 Ronnie Sahlbergcifs: fix memory leak in smb2_copychunk_range
2021-05-19 Paul Aurichcifs: Return correct error code from smb2_get_enc_key
2021-05-05 Shyam Prasad Ncifs: Adjust key sizes and key generation routines...
2021-05-05 Steve Frenchsmb3.1.1: set gcm256 when requested
2021-05-05 Steve Frenchsmb3.1.1: rename nonces used for GCM and CCM encryption
2021-05-05 Steve Frenchsmb3.1.1: print warning if server does not support...
2021-05-05 Steve Frenchsmb3.1.1: add new module load parm enable_gcm_256
2021-05-05 Steve Frenchsmb3.1.1: add new module load parm require_gcm_256
2021-05-05 Steve Frenchsmb3: add defines for new crypto algorithms
2021-04-23 Vincent Whitchurchcifs: Silently ignore unknown oplock break handle
2021-04-23 Ronnie Sahlbergcifs: revalidate mapping when we open files for SMB1...
2021-04-23 Paulo Alcantaracifs: change noisy error message to FYI
2021-04-23 Aurelien Aptelcifs: ask for more credit on async read/write code...
2021-04-23 Vincent Whitchurchcifs: Fix preauth hash corruption
2021-04-14 Greg Kroah-HartmanRevert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on...
2021-04-14 Paulo Alcantaracifs: return proper error code in statfs(2)
2021-03-24 Shyam Prasad Ncifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting...
2021-03-24 Pavel Shilovskysmb3: fix crediting for compounding when only one reque...
2021-03-24 Gustavo A. R. Silvasmb3: Fix out-of-bounds bug in SMB2_negotiate()
2021-03-24 Aurelien Aptelcifs: report error instead of invalid when revalidating...
2021-02-19 Steve FrenchSMB3.1.1: do not log warning message if server doesn...
2021-02-19 Ronnie Sahlbergcifs: do not fail __smb_send_rqst if non-fatal signals...
2021-02-19 Paulo Alcantaracifs: fix interrupted close commands
2021-01-20 Steve FrenchSMB3: avoid confusing warning message on mount to Azure
2021-01-20 Paulo Alcantaracifs: fix potential use-after-free in cifs_echo_request()
2021-01-20 Paulo Alcantaracifs: allow syscalls to be restarted in __smb_send_rqst()
2021-01-20 Namjae Jeoncifs: fix a memleak with modefromsid
2021-01-20 Rohith Surabattulasmb3: Handle error case during offload read path
2021-01-20 Rohith Surabattulasmb3: Avoid Mid pending list corruption
2021-01-20 Rohith Surabattulasmb3: Call cifs reconnect from demultiplex thread
2020-12-10 Boris ProtopopovConvert trailing spaces and periods in path components
2020-12-10 Ronnie Sahlbergcifs: handle -EINTR in cifs_setattr
2020-11-09 Rohith SurabattulaSMB3: Resolve data corruption of TCP server info fields
2020-11-09 Shyam Prasad Ncifs: Return the error from crypt_message when enc...
2020-11-09 Dan Carpentercifs: remove bogus debug code
2020-11-09 Vladimir Zapolskiycifs: Fix incomplete memory allocation on setxattr...
2020-11-09 Zhang Xiaoxucifs: Fix double add page to memcg when cifs_readpages
2020-11-09 Pavel ShilovskyCIFS: Properly process SMB3 lease breaks
2020-11-09 Markus ElfringCIFS: Use common error handling code in smb2_ioctl_quer...
2020-11-09 Steve Frenchsmb3: query attributes on file close
2020-11-09 Steve Frenchsmb3: remove unused flag passed into close functions
2020-11-09 Ronnie Sahlbergcifs: fix DFS mount with cifsacl/modefromsid
2020-09-04 Paul Aurichcifs: Fix leak when handling lease break for cached...
2020-09-04 Steve Frenchsmb3: warn on confusing error scenario with sec=krb5
2020-08-08 Steve FrenchRevert "cifs: Fix the target file was deleted when...
2020-08-08 Ronnie Sahlbergcifs: prevent truncation from long to int in wait_for_f...
2020-08-08 Zhang Xiaoxucifs: update ctime and mtime during truncate
2020-08-08 Zhang Xiaoxucifs: Fix the target file was deleted when rename failed.
2020-08-08 Paul AurichSMB3: Honor 'handletimeout' flag for multiuser mounts
2020-08-08 Paul AurichSMB3: Honor lease disabling for multiuser mounts
2020-08-08 Paul AurichSMB3: Honor persistent/resilient handle flags for multi...
2020-08-08 Paul AurichSMB3: Honor 'seal' flag for multiuser mounts
2020-08-08 Paul AurichSMB3: Honor 'posix' flag for multiuser mounts
2020-08-08 Zhang Xiaoxucifs/smb3: Fix data inconsistent when zero file range
2020-08-08 Zhang Xiaoxucifs/smb3: Fix data inconsistent when punch hole
2020-08-08 Xiyu Yangcifs: Fix cached_fid refcnt leak in open_shroot
2020-08-08 Paulo Alcantaracifs: set up next DFS target before generic_ip_connect()
2020-08-08 Namjae Jeonsmb3: add indatalen that can be a non-zero value to...
2020-08-08 Steve Frenchsmb3: fix incorrect number of credits when ioctl MaxOut...
2020-06-22 Steve Frenchcifs: Fix null pointer check in cifs_read
2020-06-22 Adam McCoycifs: fix leaked reference on requeued write
2020-05-25 Paulo Alcantaracifs: do not share tcons with DFS
2020-05-25 Ronnie Sahlbergcifs: protect updating server->dstaddr with a spinlock
2020-05-25 Paulo Alcantaracifs: fix uninitialised lease_key in open_shroot()
2020-05-25 Long Licifs: Allocate encryption header through kmalloc
2020-05-05 Yilu LinCIFS: Fix bug which the return value by asynchronous...
2020-05-05 Steve Frenchsmb3: fix performance regression with setting mtime
2020-04-03 Murphy ZhouCIFS: fiemap: do not return EINVAL if get nothing
2020-04-03 Steve Frenchcifs: add missing mount option to /proc/mounts
2020-04-03 Paulo Alcantara... cifs: fix potential mismatch of UNC paths
2020-04-03 Linus Torvaldslocks: reinstate locks_delete_block optimization
2020-03-18 Al Virocifs_atomic_open(): fix double-put on late allocation...
2020-03-13 Aurelien Aptelcifs: fix rename() by ensuring source handle opened...
2020-03-13 Ronnie Sahlbergcifs: don't leak -EAGAIN for stat() during reconnect
2020-03-06 Frank Sorensoncifs: Fix mode output in debugging statements
2020-02-24 Steve Frenchcifs: log warning message (once) if out of disk space
2020-02-24 Ronnie Sahlbergcifs: fix NULL dereference in match_prepath
2020-02-24 Paulo Alcantara... cifs: Fix mount options set in automount
next