]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - fs/cifs
scsi: core: Fix race on creating sense cache
[mirror_ubuntu-bionic-kernel.git] / fs / cifs /
2019-08-14 Steve FrenchSMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead...
2019-08-14 Colin Ian Kingcifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP...
2019-08-14 Roberto Bergantino... CIFS: cifs_read_allocate_pages: don't iterate through...
2019-08-14 Frank Sorensoncifs: do not attempt cifs operation on smb2+ rename...
2019-08-14 Ronnie Sahlbergcifs: fix handle leak in smb2_query_symlink()
2019-08-14 Steve Frenchcifs: fallback to older infolevels on findfirst queryin...
2019-08-14 Steve Frenchfix incorrect error code mapping for OBJECTID_NOT_FOUND
2019-08-14 Namjae Jeoncifs: Accept validate negotiate if server return NT_STA...
2019-08-14 Yao Liucifs: Fix NULL pointer dereference of devname
2019-08-14 Louis Taylorcifs: use correct format characters
2019-08-14 Aurelien AptelCIFS: fix POSIX lock leak and invalid ptr deref
2019-08-14 Pavel ShilovskyCIFS: Fix read after write for files with read caching
2019-08-14 Pavel ShilovskyCIFS: Do not reset lease state to NONE on lease break
2019-08-14 Ronnie Sahlbergcifs: fix computation for MAX_SMB2_HDR_SIZE
2019-08-14 Ross Lagerwallcifs: Limit memory used by lock request calls to a...
2019-08-14 Ronnie Sahlbergcifs: check ntwrk_buf_start for NULL before dereferenci...
2019-08-14 Pavel ShilovskyCIFS: Do not consider -ENODATA as stat failure for...
2019-08-14 Paulo Alcantaracifs: Always resolve hostname before reconnecting
2019-08-14 Pavel ShilovskyCIFS: Do not count -ENODATA as failure for query directory
2019-08-14 Pavel ShilovskyCIFS: Do not reconnect TCP session in add_credits()
2019-08-14 Pavel ShilovskyCIFS: Fix credit calculation for encrypted reads with...
2019-08-14 Pavel ShilovskyCIFS: Fix credits calculations for reads with errors
2019-08-14 Pavel ShilovskyCIFS: Fix possible hang during async MTU reads and...
2019-08-14 Steve Frenchcifs: In Kconfig CONFIG_CIFS_POSIX needs depends on...
2019-08-14 Steve Frenchcifs: allow disabling insecure dialects in the config
2019-08-14 Ross Lagerwallcifs: Fix potential OOB access of lock element array
2019-08-14 Pavel ShilovskyCIFS: Do not hide EINTR after sending network packets
2019-08-14 Pavel ShilovskyCIFS: Fix adjustment of credits for MTU requests
2019-08-14 Georgy A BystreninCIFS: Fix error mapping for SMB2_LOCK command which...
2019-07-24 Aurelien AptelCIFS: keep FileInfo handle live during oplock break
2019-07-24 Christoph Probstcifs: fix strcat buffer overflow and reduce raciness...
2019-07-24 Paulo Alcantaracifs: Fix separator when building path from dentry
2019-07-24 Ronnie Sahlbergcifs: fix return value for cifs_listxattr
2019-07-24 Colin Ian Kingcifs: don't dereference smb_file_target before null...
2019-07-24 Steve Frenchsmb3: on kerberos mount if server doesn't specify auth...
2019-07-24 Steve Frenchsmb3: do not attempt cifs operation in smb3 query info...
2019-07-24 Steve Frenchsmb3: allow stats which track session and share reconne...
2019-07-24 Geert Uytterhoevencifs: Use ULL suffix for 64-bit constant
2019-07-24 Aurelien Aptelsmb2: fix missing files in root share directory listing
2019-07-24 Dan Carpentercifs: read overflow in is_valid_oplock_break()
2019-07-24 Stephen Rothwellfs/cifs: suppress a string overflow warning
2019-07-24 Jon Kuhnfs/cifs: don't translate SFM_SLASH (U+F026) to backslash
2019-07-24 Dan Carpentercifs: integer overflow in in SMB2_ioctl()
2019-07-24 Dan CarpenterCIFS: fix wrapping bugs in num_entries()
2019-07-24 Dan Carpentercifs: prevent integer overflow in nxt_dir_entry()
2019-07-24 Steve Frenchsmb3: check for and properly advertise directory lease...
2019-07-24 Steve FrenchSMB3: Backup intent flag missing for directory opens...
2019-07-24 Steve FrenchSMB3: Number of requests sent should be displayed for...
2019-07-24 Steve Frenchsmb3: fix reset of bytes read and written stats
2019-07-24 Ronnie Sahlbergcifs: check if SMB2 PDU size has been padded and suppre...
2019-07-24 Steve Frenchsmb3: fill in statfs fsid and correct namelen
2019-07-24 Steve Frenchsmb3: don't request leases in symlink creation and...
2019-07-24 Steve Frenchsmb3: Do not send SMB3 SET_INFO if nothing changed
2019-07-24 Steve Frenchsmb3: enumerating snapshots was leaving part of the...
2019-07-24 Nicholas Mc Guirecifs: check kmalloc before use
2019-07-24 Steve Frenchcifs: add missing debug entries for kconfig options
2019-07-24 Steve Frenchsmb3: increase initial number of credits requested...
2019-01-14 Paulo Alcantaracifs: Fix infinite loop when using hard mount option
2019-01-14 Paulo Alcantaracifs: Fix memory leak in smb2_set_ea()
2019-01-14 Lars Perssoncifs: Fix use after free of a mid_q_entry
2018-11-09 Shirish Pargaonkarcifs: For SMB2 security informaion query, check for...
2018-11-09 Mark SymsCIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds...
2018-11-09 Steve Frenchsmb3: fix various xid leaks
2018-11-09 Thomas Werschleincifs: connect to servername instead of IP for IPC$...
2018-10-01 Long Licifs: Allocate validate negotiation request through...
2018-10-01 Steve FrenchCIFS: set *resp_buf_type to NO_BUFFER on error
2018-10-01 Paulo Alcantaracifs: smb2ops: Fix listxattr() when there are no EAs
2018-08-22 Steve Frenchsmb3: on reconnect set PreviousSessionId field
2018-08-14 Steve Frenchsmb3: directory sync should not return an error
2018-06-06 Arnd Bergmanncifs: silence compiler warnings showing up with gcc...
2018-06-06 Steve Frenchcifs: do not allow creating sockets except with SMB1...
2018-06-06 Gustavo A. R. SilvaCIFS: fix sha512 check in cifs_crypto_secmech_release
2018-06-06 Aurelien AptelCIFS: add sha512 secmech
2018-06-06 Aurelien AptelCIFS: refactor crypto shash/sdesc allocation&free
2018-06-06 Steve Frenchsmb3: Fix root directory when server returns inode...
2018-06-06 Ronnie Sahlbergfix smb3-encryption breakage when CONFIG_DEBUG_SG=y
2018-06-06 Ronnie Sahlbergcifs: fix memory leak in SMB2_open()
2018-03-15 Aurelien AptelCIFS: dump IPC tcon in debug proc file
2018-03-15 Aurelien AptelCIFS: use tcon_ipc instead of use_ipc parameter of...
2018-03-15 Aurelien AptelCIFS: make IPC a regular tcon
2018-02-22 Aurelien AptelCIFS: zero sensitive data when freeing
2018-02-22 Daniel N Petterssoncifs: Fix autonegotiate security settings mismatch
2018-02-22 Matthew Wilcoxcifs: Fix missing put_xid in cifs_file_strict_mmap
2018-01-28 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-26 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-25 Linus TorvaldsMerge tag 'for-4.15-tag' of git://git.kernel.org/pub...
2018-01-24 Radim KrčmářMerge tag 'kvm-s390-master-4.15-3' of git://git.kernel...
2018-01-21 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-19 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge tag 'powerpc-4.15-8' of git://git.kernel.org...
2018-01-19 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-18 David S. MillerMerge tag 'wireless-drivers-for-davem-2018-01-17' of...
2018-01-18 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2018-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2018-01-18 Linus TorvaldsMerge tag 'mmc-v4.15-rc2-3' of git://git.kernel.org...
next