index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
cifs: get rid of unused parameter in reconn_setup_dfs_targets()
Paulo Alcantara
2020-06-01
1
-3
/
+2
|
*
cifs: handle hostnames that resolve to same ip in failover
Paulo Alcantara
2020-06-01
5
-39
/
+131
|
*
cifs: set up next DFS target before generic_ip_connect()
Paulo Alcantara
2020-06-01
1
-9
/
+9
|
*
cifs: remove redundant initialization of variable rc
Colin Ian King
2020-06-01
1
-1
/
+1
|
*
cifs: handle "nolease" option for vers=1.0
Kenneth D'souza
2020-06-01
1
-1
/
+10
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-06
2
-2
/
+5
|
\
\
|
*
|
fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
Christoph Hellwig
2020-06-04
1
-2
/
+1
|
*
|
fs: move fiemap range validation into the file systems instances
Christoph Hellwig
2020-06-04
1
-2
/
+4
|
*
|
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-04
2
-0
/
+2
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-04
1
-5
/
+5
|
\
\
\
|
*
|
|
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
2020-06-04
1
-5
/
+5
|
|
|
/
|
|
/
|
*
|
|
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
1
-8
/
+2
*
|
|
tcp: add tcp_sock_set_cork
Christoph Hellwig
2020-05-28
1
-6
/
+2
|
/
/
*
|
cifs: fix leaked reference on requeued write
Adam McCoy
2020-05-15
1
-1
/
+1
*
|
cifs: Fix null pointer check in cifs_read
Steve French
2020-05-14
1
-1
/
+1
*
|
CIFS: Spelling s/EACCESS/EACCES/
Geert Uytterhoeven
2020-05-06
1
-1
/
+1
|
/
*
cifs: fix uninitialised lease_key in open_shroot()
Paulo Alcantara
2020-04-23
1
-0
/
+5
*
cifs: ensure correct super block for DFS reconnect
Paulo Alcantara
2020-04-23
1
-17
/
+65
*
cifs: do not share tcons with DFS
Paulo Alcantara
2020-04-23
1
-0
/
+4
*
cifs: minor update to comments around the cifs_tcp_ses_lock mutex
Steve French
2020-04-22
1
-1
/
+2
*
cifs: protect updating server->dstaddr with a spinlock
Ronnie Sahlberg
2020-04-21
1
-0
/
+2
*
smb3: remove overly noisy debug line in signing errors
Steve French
2020-04-16
1
-2
/
+2
*
cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+
Jones Syue
2020-04-16
2
-1
/
+5
*
cifs: dump the session id and keys also for SMB2 sessions
Ronnie Sahlberg
2020-04-16
1
-0
/
+15
*
smb3: enable swap on SMB3 mounts
Steve French
2020-04-10
4
-0
/
+70
*
smb3: change noisy error message to FYI
Steve French
2020-04-09
1
-1
/
+1
*
smb3: smbdirect support can be configured by default
Steve French
2020-04-07
1
-1
/
+1
*
cifs: smbd: Do not schedule work to send immediate packet on every receive
Long Li
2020-04-07
2
-52
/
+10
*
cifs: smbd: Properly process errors on ib_post_send
Long Li
2020-04-07
1
-123
/
+97
*
cifs: Allocate crypto structures on the fly for calculating signatures of inc...
Long Li
2020-04-07
3
-36
/
+60
*
cifs: smbd: Update receive credits before sending and deal with credits roll ...
Long Li
2020-04-07
1
-7
/
+18
*
cifs: smbd: Check send queue size before posting a send
Long Li
2020-04-07
2
-1
/
+11
*
cifs: smbd: Merge code to track pending packets
Long Li
2020-04-07
3
-39
/
+12
*
cifs: ignore cached share root handle closing errors
Aurelien Aptel
2020-04-07
1
-0
/
+14
*
cifs: update internal module version number
Steve French
2020-03-29
2
-3
/
+5
*
cifs: Allocate encryption header through kmalloc
Long Li
2020-03-29
1
-11
/
+17
*
cifs: smbd: Check and extend sender credits in interrupt context
Long Li
2020-03-29
2
-24
/
+15
*
cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...
Long Li
2020-03-29
3
-24
/
+20
*
smb3: use SMB2_SIGNATURE_SIZE define
Steve French
2020-03-27
1
-1
/
+1
*
CIFS: Fix bug which the return value by asynchronous read is error
Yilu Lin
2020-03-23
1
-1
/
+1
*
CIFS: check new file size when extending file by fallocate
Murphy Zhou
2020-03-23
1
-0
/
+4
*
SMB3: Minor cleanup of protocol definitions
Steve French
2020-03-23
1
-4
/
+11
*
SMB3: Additional compression structures
Steve French
2020-03-23
1
-1
/
+16
*
SMB3: Add new compression flags
Steve French
2020-03-23
1
-1
/
+7
*
cifs: smb2pdu.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-19
/
+19
*
cifs: clear PF_MEMALLOC before exiting demultiplex thread
Eric Biggers
2020-03-23
1
-1
/
+4
*
cifs: cifspdu.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-9
/
+9
*
CIFS: Warn less noisily on default mount
Steve French
2020-03-23
1
-5
/
+6
*
fs/cifs: fix gcc warning in sid_to_id
Qiujun Huang
2020-03-23
1
-2
/
+3
*
cifs: allow unlock flock and OFD lock across fork
Murphy Zhou
2020-03-23
1
-1
/
+6
[prev]
[next]