OSDN Git Service

mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / fs / cifs /
2020-02-14 Ronnie Sahlbergcifs: fail i/o on soft mounts if sessionsetup errors out
2020-01-29 Eric W. Biedermansignal: Allow cifs and drbd to receive their terminatin...
2020-01-29 Steve Frenchcifs: fix rmmod regression in cifs.ko caused by force_s...
2020-01-29 Eric W. Biedermansignal/cifs: Fix cifs_put_tcp_session to call send_sig...
2020-01-23 Nathan Chancellorcifs: Adjust indentation in smb2_open_file
2019-12-21 Pavel ShilovskyCIFS: Respect O_SYNC and O_DIRECT flags during reconnect
2019-12-21 Pavel ShilovskyCIFS: Fix SMB2 oplock break processing
2019-12-21 Pavel ShilovskyCIFS: Fix NULL-pointer dereference in smb2_push_mandato...
2019-11-10 Dave Wysochanskicifs: Fix cifsInodeInfo lock_sem deadlock when reconnec...
2019-11-06 Austin Kimfs: cifs: mute -Wunused-const-variable message
2019-10-29 Roberto Bergantino... CIFS: avoid using MID 0xFFFF
2019-10-17 Pavel ShilovskyCIFS: Force revalidate inode when dentry is stale
2019-10-17 Ross Lagerwallcifs: Check uniqueid for SMB2+ and return -ESTALE if...
2019-10-17 Pavel ShilovskyCIFS: Force reval dentry if LOOKUP_REVAL flag is set
2019-10-17 Pavel ShilovskyCIFS: Gracefully handle QueryInfo errors during open
2019-10-05 Pavel ShilovskyCIFS: Fix oplock handling for SMB 2.1+ protocols
2019-09-21 Dan Carpentercifs: Use kzfree() to zero out the password
2019-09-21 Ronnie Sahlbergcifs: set domainName when a domain-key is used in multiuser
2019-08-25 Steve Frenchsmb3: send CAP_DFS capability during session setup
2019-08-25 Pavel ShilovskySMB3: Fix deadlock in validate negotiate hits reconnect
2019-07-10 Steve FrenchSMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead...
2019-06-11 Roberto Bergantino... CIFS: cifs_read_allocate_pages: don't iterate through...
2019-06-11 Christoph Probstcifs: fix strcat buffer overflow and reduce raciness...
2019-05-16 Frank Sorensoncifs: do not attempt cifs operation on smb2+ rename...
2019-04-27 Steve Frenchcifs: fallback to older infolevels on findfirst queryin...
2019-04-27 Steve Frenchfix incorrect error code mapping for OBJECTID_NOT_FOUND
2019-04-27 Yao Liucifs: Fix NULL pointer dereference of devname
2019-04-27 Louis Taylorcifs: use correct format characters
2019-04-27 Aurelien AptelCIFS: fix POSIX lock leak and invalid ptr deref
2019-03-23 Pavel ShilovskyCIFS: Fix read after write for files with read caching
2019-03-23 Ronnie Sahlbergcifs: fix computation for MAX_SMB2_HDR_SIZE
2019-02-20 Ross Lagerwallcifs: Limit memory used by lock request calls to a...
2019-02-20 Greg Kroah-HartmanRevert "cifs: In Kconfig CONFIG_CIFS_POSIX needs depend...
2019-02-20 Ronnie Sahlbergcifs: check ntwrk_buf_start for NULL before dereferenci...
2019-02-06 Paulo Alcantaracifs: Always resolve hostname before reconnecting
2019-02-06 Pavel ShilovskyCIFS: Do not count -ENODATA as failure for query directory
2019-02-06 Pavel ShilovskyCIFS: Fix possible hang during async MTU reads and...
2019-01-16 Ross Lagerwallcifs: Fix potential OOB access of lock element array
2019-01-16 Pavel ShilovskyCIFS: Do not hide EINTR after sending network packets
2019-01-13 Georgy A BystreninCIFS: Fix error mapping for SMB2_LOCK command which...
2018-12-21 Steve Frenchcifs: In Kconfig CONFIG_CIFS_POSIX needs depends on...
2018-12-13 Paulo Alcantaracifs: Fix separator when building path from dentry
2018-11-21 Steve Frenchsmb3: on kerberos mount if server doesn't specify auth...
2018-11-21 Steve Frenchsmb3: do not attempt cifs operation in smb3 query info...
2018-11-21 Steve Frenchsmb3: allow stats which track session and share reconne...
2018-11-10 Mark SymsCIFS: handle guest access errors to Windows shares
2018-10-10 Aurelien Aptelsmb2: fix missing files in root share directory listing
2018-10-10 Dan Carpentercifs: read overflow in is_valid_oplock_break()
2018-10-10 Stephen Rothwellfs/cifs: suppress a string overflow warning
2018-10-10 Jon Kuhnfs/cifs: don't translate SFM_SLASH (U+F026) to backslash
2018-09-26 Dan CarpenterCIFS: fix wrapping bugs in num_entries()
2018-09-26 Dan Carpentercifs: prevent integer overflow in nxt_dir_entry()
2018-09-15 Steve FrenchSMB3: Number of requests sent should be displayed for...
2018-09-15 Steve Frenchsmb3: fix reset of bytes read and written stats
2018-09-15 Ronnie Sahlbergcifs: check if SMB2 PDU size has been padded and suppre...
2018-09-05 Steve Frenchsmb3: don't request leases in symlink creation and...
2018-09-05 Steve Frenchsmb3: Do not send SMB3 SET_INFO if nothing changed
2018-09-05 Nicholas Mc Guirecifs: check kmalloc before use
2018-09-05 Steve Frenchcifs: add missing debug entries for kconfig options
2018-07-11 Paulo Alcantaracifs: Fix infinite loop when using hard mount option
2018-05-30 Arnd Bergmanncifs: silence compiler warnings showing up with gcc...
2018-04-29 Steve Frenchcifs: do not allow creating sockets except with SMB1...
2018-04-13 Christophe JAILLETSMB2: Fix share type handling
2018-04-13 Rabin VincentCIFS: silence lockdep splat in cifs_relock_file()
2018-03-24 Dan Carpentercifs: small underflow in cnvrtDosUnixTm()
2018-03-24 Pavel ShilovskyCIFS: Enable encryption during session setup phase
2018-03-24 Steve FrenchSMB3: Validate negotiate request must always be signed
2018-02-16 Aurelien AptelCIFS: zero sensitive data when freeing
2018-02-16 Daniel N Petterssoncifs: Fix autonegotiate security settings mismatch
2018-02-16 Matthew Wilcoxcifs: Fix missing put_xid in cifs_file_strict_mmap
2017-11-08 Ronnie Sahlbergcifs: check MaxPathNameComponentLength != 0 before...
2017-10-18 Pavel ShilovskyCIFS: Reconnect expired SMB sessions
2017-10-05 Steve FrenchSMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
2017-10-05 Steve FrenchSMB: Validate negotiate (to protect against downgrade...
2017-10-05 Steve FrenchFix SMB3.1.1 guest authentication to Samba
2017-10-05 Shu Wangcifs: release auth_key.response for reconnect.
2017-09-07 Steve FrenchCIFS: remove endian related sparse warning
2017-09-07 Pavel ShilovskyCIFS: Fix maximum SMB2 header size
2017-08-30 Ronnie Sahlbergcifs: return ENAMETOOLONG for overlong names in cifs_op...
2017-08-30 Sachin Prabhucifs: Fix df output for users with quota limits
2017-06-29 Pavel ShilovskyCIFS: Improve readdir verbosity
2017-06-17 Sachin PrabhuCall echo service immediately after socket reconnect
2017-05-20 Björn JackeCIFS: add misssing SFM mapping for doublequote
2017-05-20 David Disseldorpcifs: fix CIFS_IOC_GET_MNT_INFO oops
2017-05-20 Björn JackeCIFS: fix mapping of SFM_SPACE and SFM_PERIOD
2017-05-20 Steve FrenchSMB3: Work around mount failure when using SMB3 dialect...
2017-05-20 Steve FrenchSet unicode flag on cifs echo request to avoid Mac...
2017-05-08 Sachin PrabhuHandle mismatched open calls
2017-04-27 Germano PercossiCIFS: remove bad_network_name flag
2017-04-27 Sachin Prabhucifs: Do not send echoes before Negotiate is complete
2017-04-21 Germano PercossiCIFS: store results of cifs_reopen_file to avoid infini...
2017-04-12 Jan-Marek GlogowskiReset TreeId to zero on SMB2 TREE_CONNECT
2017-02-09 Rabin Vincentcifs: initialize file_info_lock
2017-01-06 Pavel ShilovskyCIFS: Fix a possible memory corruption in push locks
2017-01-06 Pavel ShilovskyCIFS: Fix missing nls unload in smb2_reconnect()
2017-01-06 Pavel ShilovskyCIFS: Fix a possible memory corruption during reconnect
2016-10-28 Sachin PrabhuFix regression which breaks DFS mounting
2016-10-28 Steve FrenchCleanup missing frees on some ioctls
2016-10-28 Steve FrenchDo not send SMB3 SET_INFO request if nothing is changing
2016-10-28 Steve FrenchSMB3: GUIDs should be constructed as random but valid...
next