summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CIFS: refactor cifs_get_inode_info()Aurelien Aptel2019-11-252-137/+205
* cifs: switch servers depending on binding stateAurelien Aptel2019-11-256-21/+33
* cifs: add server paramAurelien Aptel2019-11-255-17/+22
* cifs: add multichannel mount options and data structsAurelien Aptel2019-11-253-2/+56
* cifs: sort interface list by speedAurelien Aptel2019-11-251-0/+11
* CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-11-251-4/+3
* cifs: don't use 'pre:' for MODULE_SOFTDEPRonnie Sahlberg2019-11-251-12/+12
* cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li2019-11-251-2/+5
* cifs: smbd: Only queue work for error recovery on memory registrationLong Li2019-11-251-11/+15
* smb3: add debug messages for closing unmatched openRonnie Sahlberg2019-11-252-10/+34
* CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky2019-11-252-8/+8
* CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky2019-11-253-7/+17
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-11-253-15/+63
* CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky2019-11-251-0/+7
* smb3: remove confusing dmesg when mounting with encryption ("seal")Steve French2019-11-251-8/+2
* cifs: close the shared root handle on tree disconnectRonnie Sahlberg2019-11-251-0/+2
* CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_crea...Markus Elfring2019-11-251-4/+2
* CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring2019-11-251-22/+23
* CIFS: Use memdup_user() rather than duplicating its implementationMarkus Elfring2019-11-251-9/+4
* cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li2019-11-251-1/+1
* cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li2019-11-251-2/+4
* cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li2019-11-251-1/+1
* cifs: smbd: Invalidate and deregister memory registration on re-send for dire...Long Li2019-11-251-2/+18
* cifs: Don't display RDMA transport on reconnectLong Li2019-11-251-0/+5
* CIFS: remove set but not used variables 'cinode' and 'netfid'YueHaibing2019-11-251-4/+0
* cifs: add support for flockSteve French2019-11-253-1/+55
* cifs: remove unused variable 'sid_user'YueHaibing2019-11-251-2/+0
* cifs: rename a variable in SendReceive()Dan Carpenter2019-11-251-1/+1
* Linux 5.4v5.4Linus Torvalds2019-11-251-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-11-241-2/+2
|\
| * cramfs: fix usage on non-MTD deviceMaxime Bizon2019-11-241-2/+2
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-11-233-24/+28
|\ \
| * | virtio_balloon: fix shrinker countWei Wang2019-11-201-1/+1
| * | virtio_balloon: fix shrinker scan number of pagesMichael S. Tsirkin2019-11-201-6/+12
| * | virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier2019-11-191-15/+13
| * | virtio_ring: fix return code on DMA mapping failsHalil Pasic2019-11-191-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-11-231-1/+0
|\ \ \
| * | | Revert "Input: synaptics - enable RMI mode for X1 Extreme 2nd Generation"Lyude Paul2019-11-231-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-2250-178/+356
|\ \ \ \
| * | | | r8152: avoid to call napi_disable twiceHayes Wang2019-11-221-8/+20
| * | | | Merge tag 'linux-can-fixes-for-5.4-20191122' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-221-3/+1
| |\ \ \ \
| | * | | | can: m_can_platform: remove unnecessary m_can_class_resume() callPankaj Sharma2019-11-221-2/+0
| | * | | | can: m_can_platform: set net_device structure as driver dataPankaj Sharma2019-11-221-1/+1
| * | | | | MAINTAINERS: Add myself as maintainer of virtio-vsockStefano Garzarella2019-11-221-0/+1
| * | | | | udp: drop skb extensions before marking skb statelessFlorian Westphal2019-11-222-5/+28
| * | | | | net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-11-221-1/+22
| |/ / / /
| * | | | Merge branch 'hv_netvsc-Fix-send-indirection-table-offset'David S. Miller2019-11-222-9/+32
| |\ \ \ \
| | * | | | hv_netvsc: Fix send_table offset in case of a host bugHaiyang Zhang2019-11-221-2/+14
| | * | | | hv_netvsc: Fix offset usage in netvsc_send_table()Haiyang Zhang2019-11-222-9/+20
| |/ / / /
| * | | | net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMINMaciej Żenczykowski2019-11-221-2/+2