]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/history - fs/cifs
i2c: octeon: check correct size of maximum RECV_LEN packet
[mirror_ubuntu-focal-kernel.git] / fs / cifs /
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
2020-02-24 Steve Frenchcifs: fix unitialized variable poential problem with...
2020-02-20 Petr Pavlucifs: fix mount option display for sec=krb5i
2020-02-20 Ronnie Sahlbergcifs: make sure we do not overflow the max EA buffer...
2020-02-17 Ronnie Sahlbergcifs: fail i/o on soft mounts if sessionsetup errors out
2020-02-06 Ronnie Sahlbergcifs: fix soft mounts hanging in the reconnect code
2020-02-04 Paulo Alcantara... cifs: Fix memory allocation in __smb2_handle_cancelled_...
2020-02-04 Ronnie Sahlbergcifs: set correct max-buffer-size for smb2_ioctl_init()
2020-02-04 Vincent WhitchurchCIFS: Fix task struct use-after-free on reconnect
2020-01-30 Nathan Chancellorcifs: Adjust indentation in smb2_open_file
2020-01-30 Deepa Dinamanifs: cifs: Fix atime update check vs mtime
2020-01-30 Paulo Alcantara... cifs: Fix lookup of root ses in DFS referral cache
2020-01-30 Paulo Alcantara... cifs: Fix potential softlockups while refreshing DFS...
2020-01-06 Ronnie Sahlbergcifs: move cifsFileInfo_put logic into a work-queue
2020-01-06 Paulo Alcantara... cifs: Fix use-after-free bug in cifs_reconnect()
2020-01-06 Pavel ShilovskyCIFS: Fix NULL pointer dereference in mid callback
2020-01-06 Pavel ShilovskyCIFS: Do not miss cancelled OPEN responses
2020-01-06 Pavel ShilovskyCIFS: Close open handle after interrupted close
2020-01-06 Pavel ShilovskyCIFS: Respect O_SYNC and O_DIRECT flags during reconnect
2020-01-06 Long Licifs: Don't display RDMA transport on reconnect
2020-01-06 Long Licifs: smbd: Return -ECONNABORTED when trasnport is...
2020-01-06 Long Licifs: smbd: Return -EINVAL when the number of iovs...
2020-01-06 Long Licifs: smbd: Add messages on RDMA session destroy and...
2020-01-06 Long Licifs: smbd: Only queue work for error recovery on memor...
2020-01-06 Long Licifs: smbd: Return -EAGAIN when transport is reconnecting
2019-12-16 Paulo Alcantara... cifs: Fix retrieval of DFS referrals in cifs_mount()
2019-12-16 Pavel ShilovskyCIFS: Fix SMB2 oplock break processing
2019-12-16 Pavel ShilovskyCIFS: Fix NULL-pointer dereference in smb2_push_mandato...
2019-11-24 Linus TorvaldsMerge branch 'fixes' of git://git.kernel.org/pub/scm...
2019-11-23 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-11-21 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2019-11-21 Linus TorvaldsMerge tag 'for-linus-20191121' of git://git.kernel...
2019-11-17 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-11-17 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2019-11-16 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2019-11-16 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-11-16 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-11-15 Linus TorvaldsMerge tag 'for-linus-20191115' of git://git.kernel...
2019-11-15 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2019-11-15 Linus TorvaldsMerge tag 'mips_fixes_5.4_4' of git://git.kernel.org...
2019-11-15 Linus TorvaldsMerge tag 'sound-5.4-rc8' of git://git.kernel.org/pub...
2019-11-15 Linus TorvaldsMerge branch 'fixes' of git://git.kernel.org/pub/scm...
2019-11-15 Dave AirlieMerge tag 'drm-misc-fixes-2019-11-13' of git://anongit...
2019-11-14 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2019-11-14 David S. MillerMerge tag 'wireless-drivers-2019-11-14' of git://git...
next