sfrench/cifs-2.6.git
2019-04-18 Aurelien AptelCIFS: keep FileInfo handle live during oplock break 5.0-backport
2019-04-18 Ronnie Sahlbergcifs: fix handle leak in smb2_query_symlink()
2019-04-18 ZhangXiaoxucifs: Fix lease buffer length error
2019-04-18 ZhangXiaoxucifs: Fix use-after-free in SMB2_read
2019-04-18 ZhangXiaoxucifs: Fix use-after-free in SMB2_write
2019-04-18 Ronnie Sahlbergcifs: a smb2_validate_and_copy_iov failure does not...
2019-04-18 Steve FrenchSMB3: Allow persistent handle timeout to be configurabl...
2019-04-18 Steve Frenchsmb3: Fix enumerating snapshots to Azure
2019-04-18 Ronnie Sahlbergcifs: fix kref underflow in close_shroot()
2019-03-26 Steve Frenchcifs: update internal module version number
2019-03-26 Steve FrenchSMB3: Fix SMB3.1.1 guest mounts to Samba
2019-03-26 Paulo Alcantara... cifs: Fix slab-out-of-bounds when tracing SMB tcon
2019-03-26 Ronnie Sahlbergcifs: allow guest mounts to work for smb3.11
2019-03-26 Steve Frenchfix incorrect error code mapping for OBJECTID_NOT_FOUND
2019-03-26 Xiaoli Fengcifs: fix that return -EINVAL when do dedupe operation
2019-03-26 Long LiCIFS: Fix an issue with re-sending rdata when transport...
2019-03-26 Long LiCIFS: Fix an issue with re-sending wdata when transport...
2019-03-26 Aurelien AptelCIFS: fix POSIX lock leak and invalid ptr deref
2019-03-26 Ronnie SahlbergSMB3: Allow SMB3 FSCTL queries to be sent to server...
2019-03-26 Ronnie Sahlbergcifs: fix incorrect handling of smb2_set_sparse() retur...
2019-03-26 Steve Frenchsmb2: fix typo in definition of a few error flags
2019-03-26 Aurelien AptelCIFS: make mknod() an smb_version_op
2019-03-26 Steve Frenchcifs: minor documentation updates
2019-03-26 Steve Frenchcifs: remove unused value pointed out by Coverity
2019-03-26 Steve FrenchSMB3: passthru query info doesn't check for SMB3 FSCTL...
2019-03-26 Steve Frenchsmb3: add dynamic tracepoints for simple fallocate...
2019-03-26 Ronnie Sahlbergcifs: fix smb3_zero_range so it can expand the file...
2019-03-26 Ronnie Sahlbergcifs: add SMB2_ioctl_init/free helpers to be used with...
2019-03-26 Steve Frenchsmb3: Add dynamic trace points for various compounded...
2019-03-26 Ronnie Sahlbergcifs: cache FILE_ALL_INFO for the shared root handle
2019-03-26 Steve Frenchsmb3: display volume serial number for shares in /proc...
2019-03-26 Ronnie Sahlbergcifs: simplify how we handle credits in compound_send_r...
2019-03-26 Steve Frenchsmb3: add dynamic tracepoint for timeout waiting for...
2019-03-26 Steve Frenchsmb3: display security information in /proc/fs/cifs...
2019-03-26 Ronnie Sahlbergcifs: add a timeout argument to wait_for_free_credits
2019-03-26 Ronnie Sahlbergcifs: prevent starvation in wait_for_free_credits for...
2019-03-26 Ronnie Sahlbergcifs: wait_for_free_credits() make it possible to wait...
2019-03-26 Ronnie Sahlbergcifs: pass flags down into wait_for_free_credits()
2019-03-26 Ronnie Sahlbergcifs: change wait_for_free_request() to take flags...
2019-03-26 Enrico Weigelt... fs: cifs: Kconfig: pedantic formatting
2019-03-26 Steve Frenchsmb3: request more credits on normal (non-large read...
2019-03-26 Pavel ShilovskyCIFS: Mask off signals when sending SMB packets
2019-03-26 Pavel ShilovskyCIFS: Return -EAGAIN instead of -ENOTSOCK
2019-03-26 Pavel ShilovskyCIFS: Only send SMB2_NEGOTIATE command on new TCP conne...
2019-03-26 Pavel ShilovskyCIFS: Fix read after write for files with read caching
2019-03-26 Steve Frenchsmb3: for kerberos mounts display the credential uid...
2019-03-26 Louis Taylorcifs: use correct format characters
2019-03-26 Steve Frenchsmb3: add dynamic trace point for query_info_enter...
2019-03-26 Steve Frenchsmb3: add dynamic trace point for smb3_cmd_enter
2019-03-26 Steve Frenchsmb3: improve dynamic tracing of open and posix mkdir
2019-03-26 Steve Frenchsmb3: add missing read completion trace point
2019-03-26 Steve Frenchsmb3: Add tracepoints for read, write and query_dir...
2019-03-26 Steve Frenchsmb3: add tracepoints for query dir
2019-03-26 Steve Frenchsmb3: Update POSIX negotiate context with POSIX ctxt...
2019-03-26 Steve Frenchcifs: update internal module version number
2019-03-26 Pavel ShilovskyCIFS: Try to acquire credits at once for compound requests
2019-03-26 Pavel ShilovskyCIFS: Return error code when getting file handle for...
2019-03-26 Pavel ShilovskyCIFS: Move open file handling to writepages
2019-03-26 Pavel ShilovskyCIFS: Move unlocking pages from wdata_send_pages()
2019-03-26 Pavel ShilovskyCIFS: Find and reopen a file before get MTU credits...
2019-03-26 Pavel ShilovskyCIFS: Reopen file before get SMB2 MTU credits for async IO
2019-03-26 Pavel ShilovskyCIFS: Remove custom credit adjustments for SMB2 async IO
2019-03-26 Pavel ShilovskyCIFS: Adjust MTU credits before reopening a file
2019-03-26 Pavel ShilovskyCIFS: Check for reconnects before sending compound...
2019-03-26 Pavel ShilovskyCIFS: Check for reconnects before sending async requests
2019-03-26 Pavel ShilovskyCIFS: Respect reconnect in non-MTU credits calculations
2019-03-26 Pavel ShilovskyCIFS: Respect reconnect in MTU credits calculations
2019-03-26 Pavel ShilovskyCIFS: Set reconnect instance to one initially
2019-03-26 Pavel ShilovskyCIFS: Respect SMB2 hdr preamble size in read responses
2019-03-26 Pavel ShilovskyCIFS: Count SMB3 credits for malformed pending responses
2019-03-26 Pavel ShilovskyCIFS: Do not log credits when unmounting a share
2019-03-26 Pavel ShilovskyCIFS: Always reset read error to -EIO if no response
2019-03-26 Namjae Jeoncifs: Accept validate negotiate if server return NT_STA...
2019-03-26 Pavel ShilovskyCIFS: Do not skip SMB2 message IDs on send failures
2019-03-26 Steve Frenchsmb3: request more credits on tree connect
2019-03-26 Steve Frenchsmb3: make default i/o size for smb3 mounts larger
2019-03-26 Pavel ShilovskyCIFS: Do not reset lease state to NONE on lease break
2019-03-26 Steve Frenchsmb3: fix bytes_read statistics
2019-03-26 Ronnie Sahlbergcifs: return -ENODATA when deleting an xattr that does...
2019-03-26 Ronnie Sahlbergcifs: add credits from unmatched responses/messages
2019-03-26 Ronnie Sahlbergcifs: replace snprintf with scnprintf
2019-03-26 Yao Liucifs: Fix NULL pointer dereference of devname
2019-03-26 Pavel ShilovskyCIFS: Fix leaking locked VFS cache pages in writeback...
2019-03-03 Linus TorvaldsLinux 5.0 v5.0
2019-03-03 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2019-03-02 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2019-03-02 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-03-02 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2019-03-02 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2019-03-02 Mao Wenannet: sit: fix memory leak in sit_init_net()
2019-03-02 Andrew Lunnnet: dsa: mv88e6xxx: Fix statistics on mv88e6161
2019-03-02 Jiri Bencgeneve: correctly handle ipv6.disable module parameter
2019-03-02 David S. MillerMerge git://git./pub/scm/linux/kernel/git/bpf/bpf
2019-03-02 Heiner Kallweitnet: dsa: mv88e6xxx: prevent interrupt storm caused...
2019-03-02 Daniel Borkmannbpf: fix sanitation rewrite in case of non-pointers
2019-03-02 Hangbin Liuipv4: Add ICMPv6 support when parse route ipproto
2019-03-01 Paul BurtonMIPS: eBPF: Fix icache flush end address
2019-03-01 Bryan Whiteheadlan743x: Fix TX Stall Issue
2019-03-01 Heiner Kallweitnet: phy: phylink: fix uninitialized variable in phylin...
2019-03-01 Dmitry Bogdanovnet: aquantia: regression on cpus with high cores:...
next