aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-16/+32
2019-01-04fs: don't open code lru_to_page()Gravatar Nikolay Borisov 1-1/+2
2019-01-03smb3: add smb3.1.1 to default dialect listGravatar Steve French 2-14/+28
2019-01-02cifs: fix confusing warning message on reconnectGravatar Steve French 1-1/+1
2019-01-02smb3: fix large reads on encrypted connectionsGravatar Paul Aurich 1-1/+3
2019-01-02Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 27-501/+2842
2018-12-31cifs: update internal module version numberGravatar Steve French 1-1/+1
2018-12-31cifs: we can not use small padding iovs together with encryptionGravatar Ronnie Sahlberg 3-33/+55
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-1/+1
2018-12-28cifs: Minor Kconfig clarificationGravatar Steve French 1-2/+3
2018-12-28cifs: Always resolve hostname before reconnectingGravatar Paulo Alcantara 1-32/+52
2018-12-28cifs: Add support for failover in cifs_reconnect_tcon()Gravatar Paulo Alcantara 1-3/+85
2018-12-28cifs: Add support for failover in smb2_reconnect()Gravatar Paulo Alcantara 3-3/+104
2018-12-28cifs: Only free DFS target list if we actually got oneGravatar Paulo Alcantara 1-3/+3
2018-12-28cifs: start DFS cache refresher in cifs_mount()Gravatar Paulo Alcantara 1-0/+6
2018-12-28cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()Gravatar YueHaibing 1-1/+2
2018-12-28cifs: Add support for failover in cifs_reconnect()Gravatar Paulo Alcantara 3-1/+204
2018-12-28cifs: Add support for failover in cifs_mount()Gravatar Paulo Alcantara 3-15/+236
2018-12-28cifs: remove set but not used variable 'sep'Gravatar YueHaibing 1-3/+0
2018-12-28cifs: Make use of DFS cache to get new DFS referralsGravatar Paulo Alcantara 6-84/+113
2018-12-28cifs: check kzalloc returnGravatar Joe Perches 1-14/+20
2018-12-28cifs: remove set but not used variable 'server'Gravatar YueHaibing 1-7/+1
2018-12-28cifs: Use kzfree() to free passwordGravatar Dan Carpenter 1-1/+1
2018-12-28cifs: Fix to use kmem_cache_free() instead of kfree()Gravatar Wei Yongjun 1-2/+2
2018-12-28cifs: update for current_kernel_time64() removalGravatar Stephen Rothwell 1-2/+4
2018-12-28cifs: Add DFS cache routinesGravatar Paulo Alcantara 7-2/+1484
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-2/+2
2018-12-23cifs: Save TTL value when parsing DFS referralsGravatar Paulo Alcantara 2-0/+3
2018-12-23cifs: auto disable 'serverino' in dfs mountsGravatar Aurelien Aptel 3-25/+35
2018-12-23cifs: Make devname param optional in cifs_compose_mount_options()Gravatar Paulo Alcantara 1-9/+12
2018-12-23cifs: Skip any trailing backslashes from UNCGravatar Paulo Alcantara 1-1/+6
2018-12-23cifs: Refactor out cifs_mount()Gravatar Paulo Alcantara 2-183/+262
2018-12-23CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGravatar Georgy A Bystrenin 1-2/+2
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OGravatar Long Li 1-1/+7
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeGravatar Long Li 1-1/+3
2018-12-23cifs: check ntwrk_buf_start for NULL before dereferencing itGravatar Ronnie Sahlberg 1-1/+8
2018-12-23cifs: remove coverity warning in calc_lanman_hashGravatar Ronnie Sahlberg 1-3/+8
2018-12-23cifs: remove set but not used variable 'smb_buf'Gravatar YueHaibing 1-2/+0
2018-12-23cifs: suppress some implicit-fallthrough warningsGravatar Gustavo A. R. Silva 2-2/+2
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperGravatar Ronnie Sahlberg 4-79/+49
2018-12-23Add vers=3.0.2 as a valid option for SMBv3.0.2Gravatar Kenneth D'souza 2-0/+2
2018-12-23cifs: create a helper function for compound query_infoGravatar Ronnie Sahlberg 1-26/+56
2018-12-23cifs: address trivial coverity warningGravatar Steve French 1-1/+1
2018-12-23cifs: smb2 commands can not be negative, remove confusing checkGravatar Steve French 1-3/+5
2018-12-23cifs: use a compound for setting an xattrGravatar Ronnie Sahlberg 1-18/+70
2018-12-23cifs: clean up indentation, replace spaces with tabGravatar Colin Ian King 1-1/+1
2018-12-19smb3: Fix rmdir compounding regression to strict serversGravatar Ronnie Sahlberg 3-17/+25
2018-12-12RDMA: Start use ib_device_opsGravatar Kamal Heib 1-1/+1
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()Gravatar NeilBrown 1-1/+1
2018-12-07CIFS: Avoid returning EBUSY to upper layer VFSGravatar Long Li 1-25/+6