index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifssmb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-12
[CIFS] Minor cleanup of xattr query function
Steve French
1
-1
/
+3
2017-05-09
Don't delay freeing mids when blocked on slow socket write of request
Steve French
1
-7
/
+0
2017-05-08
fs: cifs: replace CURRENT_TIME by other appropriate apis
Deepa Dinamani
1
-5
/
+5
2017-05-02
Set unicode flag on cifs echo request to avoid Mac error
Steve French
1
-0
/
+3
2017-04-10
CIFS: Fix null pointer deref during read resp processing
Pavel Shilovsky
1
-7
/
+8
2017-04-07
Handle mismatched open calls
Sachin Prabhu
1
-4
/
+7
2017-03-02
CIFS: Fix sparse warnings
Steve French
1
-1
/
+1
2017-03-01
CIFS: move DFS response parsing out of SMB1 code
Aurelien Aptel
1
-114
/
+5
2017-02-01
CIFS: Add capability to decrypt big read responses
Pavel Shilovsky
1
-4
/
+4
2017-02-01
CIFS: Add mid handle callback
Pavel Shilovsky
1
-3
/
+3
2017-02-01
CIFS: Send RFC1001 length in a separate iov
Pavel Shilovsky
1
-21
/
+30
2017-02-01
CIFS: Make SendReceive2() takes resp iov
Pavel Shilovsky
1
-30
/
+40
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-28
CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()
Eryu Guan
1
-2
/
+2
2016-10-12
Clarify locking of cifs file and tcon structures and make more granular
Steve French
1
-2
/
+2
2016-09-27
cifs: get rid of unused arguments of CIFSSMBWrite()
Al Viro
1
-10
/
+3
2016-09-27
posix_acl: xattr representation cleanups
Andreas Gruenbacher
1
-6
/
+8
2016-05-18
Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+4
2016-05-17
Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+2
2016-04-23
cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT
Andreas Gruenbacher
1
-2
/
+2
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-8
/
+8
2016-03-28
cifs_readv_receive: use cifs_read_from_socket()
Al Viro
1
-7
/
+4
2016-02-29
CIFS: Fix SMB2+ interim response processing for read requests
Pavel Shilovsky
1
-3
/
+18
2015-08-20
cifs: Fix use-after-free on mid_q_entry
Christopher Oo
1
-0
/
+7
2015-06-27
client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is set
Noel Power
1
-3
/
+2
2015-05-20
CIFS: remove an unneeded NULL check
Dan Carpenter
1
-1
/
+1
2015-05-10
Fix that several functions handle incorrect value of mapchars
Nakajima Akira
1
-10
/
+11
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-2
/
+2
2014-12-10
fs/cifs: remove obsolete __constant
Fabian Frederick
1
-10
/
+10
2014-10-16
Remap reserved posix characters by default (part 3/3)
Steve French
1
-8
/
+8
2014-08-02
CIFS: Optimize cifs_user_read() in a short read case on reconnects
Pavel Shilovsky
1
-0
/
+6
2014-08-02
CIFS: Count got bytes in read_into_pages()
Pavel Shilovsky
1
-1
/
+0
2014-08-02
CIFS: Use separate var for the number of bytes got in async read
Pavel Shilovsky
1
-3
/
+3
2014-08-02
CIFS: Fix wsize usage in iovec write
Pavel Shilovsky
1
-4
/
+0
2014-08-02
CIFS: Fix cifs_writev_requeue when wsize changes
Pavel Shilovsky
1
-16
/
+68
2014-07-31
cifs: replace code with free_rsp_buf()
Sachin Prabhu
1
-16
/
+4
2014-04-16
Return correct error on query of xattr on file with empty xattrs
Steve French
1
-0
/
+3
2014-02-07
[CIFS] clean up page array when uncached write send fails
Steve French
1
-3
/
+4
2014-02-07
cifs: use a flexarray in cifs_writedata
Jeff Layton
1
-7
/
+1
2014-01-20
CIFS: Cleanup cifs open codepath
Pavel Shilovsky
1
-5
/
+11
2014-01-20
CIFS: Cleanup CIFSSMBOpen
Pavel Shilovsky
1
-68
/
+82
2013-12-27
Add missing end of line termination to some cifs messages
Steve French
1
-3
/
+3
2013-11-15
setfacl removes part of ACL when setting POSIX ACLs to Samba
Steve French
1
-3
/
+5
2013-11-02
Allow setting per-file compression via CIFS protocol
Steve French
1
-0
/
+54
2013-10-05
do not treat non-symlink reparse points as valid symlinks
Steve French
1
-6
/
+34
2013-09-18
cifs: stop trying to use virtual circuits
Jeff Layton
1
-1
/
+0
2013-09-08
CIFS: Implement follow_link for nounix CIFS mounts
Pavel Shilovsky
1
-59
/
+51
2013-06-29
cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fields
David Disseldorp
1
-0
/
+2
2013-06-27
cifs: fix SMB2 signing enablement in cifs_enable_signing
Jeff Layton
1
-2
/
+2
2013-06-24
move sectype to the cifs_ses instead of TCP_Server_Info
Jeff Layton
1
-72
/
+20
[next]