]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - fs/cifs
USB: serial: whiteheat: fix line-speed endianness
[mirror_ubuntu-bionic-kernel.git] / fs / cifs /
2019-11-13 Austin Kimfs: cifs: mute -Wunused-const-variable message
2019-11-12 Pavel ShilovskyCIFS: Fix use after free of file info structures
2019-11-12 Roberto Bergantino... CIFS: avoid using MID 0xFFFF
2019-11-12 Dave Wysochanskicifs: use cifsInodeInfo->open_file_lock while iterating...
2019-11-12 Pavel ShilovskyCIFS: Force reval dentry if LOOKUP_REVAL flag is set
2019-11-12 Pavel ShilovskyCIFS: Force revalidate inode when dentry is stale
2019-11-12 Pavel ShilovskyCIFS: Gracefully handle QueryInfo errors during open
2019-10-16 Steve Frenchsmb3: allow disabling requesting leases
2019-10-16 Pavel ShilovskyCIFS: Fix oplock handling for SMB 2.1+ protocols
2019-10-16 Murphy ZhouCIFS: fix max ea value size
2019-09-26 Dan Carpentercifs: Use kzfree() to zero out the password
2019-09-26 Ronnie Sahlbergcifs: set domainName when a domain-key is used in multiuser
2019-09-26 Paulo Alcantara... cifs: Properly handle auto disabling of serverino option
2019-09-26 Ronnie Sahlbergcifs: add spinlock for the openFileList to cifsInodeInfo
2019-09-26 ZhangXiaoxucifs: Fix lease buffer length error
2019-09-26 Pavel ShilovskyCIFS: Fix leaking locked VFS cache pages in writeback...
2019-09-26 Pavel ShilovskyCIFS: Fix error paths in writeback code
2019-09-17 Sebastien TisserantSMB3: Kernel oops mounting a encryptData share with...
2019-09-17 Steve Frenchsmb3: send CAP_DFS capability during session setup
2019-09-17 Pavel ShilovskySMB3: Fix deadlock in validate negotiate hits reconnect
2019-08-14 Ronnie Sahlbergcifs: Fix a race condition with cifs_echo_request
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...
next