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
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
2013-06-24
cifs: track the enablement of signing in the TCP_Server_Info
Jeff Layton
1
-35
/
+41
2013-06-24
cifs: track the flavor of the NEGOTIATE reponse
Jeff Layton
1
-5
/
+10
2013-06-24
cifs: factor out check for extended security bit into separate function
Jeff Layton
1
-9
/
+16
2013-06-24
cifs: move handling of signed connections into separate function
Jeff Layton
1
-33
/
+35
2013-06-24
cifs: break out lanman NEGOTIATE handling into separate function
Jeff Layton
1
-88
/
+97
2013-06-24
cifs: break out decoding of security blob into separate function
Jeff Layton
1
-49
/
+60
2013-06-24
cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...
Jeff Layton
1
-6
/
+5
2013-05-04
cifs: store the real expected sequence number in the mid
Jeff Layton
1
-1
/
+1
2013-05-04
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
1
-239
/
+244
2013-05-04
fs: cifs: use kmemdup instead of kmalloc + memcpy
Silviu-Mihai Popescu
1
-2
/
+1
2013-03-06
cifs: don't try to unlock pagecache page after releasing it
Jeff Layton
1
-1
/
+1
2013-02-28
cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()
Ouyang Maochun
1
-1
/
+4
2013-02-13
cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t
Eric W. Biederman
1
-2
/
+8
2012-09-28
cifs: obtain file access during backup intent lookup (resend)
Shirish Pargaonkar
1
-17
/
+26
2012-09-24
cifs: replace kvec array in readdata with a single kvec
Jeff Layton
1
-15
/
+14
2012-09-24
cifs: convert async read code to use pages array without kmapping
Jeff Layton
1
-17
/
+10
2012-09-24
cifs: convert async write code to pass in data via rq_pages array
Jeff Layton
1
-28
/
+11
2012-09-24
cifs: change cifs_call_async to use smb_rqst structs
Jeff Layton
1
-7
/
+13
2012-09-24
cifs: change signing routines to deal with smb_rqst structs
Jeff Layton
1
-3
/
+4
2012-09-24
CIFS: Move set_file_size to ops struct
Pavel Shilovsky
1
-19
/
+21
2012-09-24
CIFS: Move hardlink to ops struct
Steve French
1
-9
/
+11
2012-09-24
CIFS: Move rename to ops struct
Pavel Shilovsky
1
-10
/
+12
2012-09-24
CIFS: Move writepage to ops struct
Pavel Shilovsky
1
-4
/
+2
2012-09-24
CIFS: Add SMB2 support for cifs_iovec_write
Pavel Shilovsky
1
-26
/
+0
2012-09-24
CIFS: Move async write to ops struct
Pavel Shilovsky
1
-1
/
+3
2012-09-24
CIFS: Add SMB2 support for cifs_iovec_read
Pavel Shilovsky
1
-1
/
+1
2012-09-24
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
Pavel Shilovsky
1
-2
/
+2
2012-09-24
CIFS: Move unlink code to ops struct
Pavel Shilovsky
1
-8
/
+8
2012-08-19
cifs: print error code if smb signature verification fails
Steve French
1
-3
/
+8
2012-07-27
CIFS: Move rmdir code to ops struct
Pavel Shilovsky
1
-7
/
+8
2012-07-27
CIFS: Separate protocol specific part from mkdir
Pavel Shilovsky
1
-3
/
+5
2012-07-27
CIFS: Simplify cifs_mkdir call
Pavel Shilovsky
1
-4
/
+4
2012-07-24
CIFS: Move clear/print_stats code to ops struct
Pavel Shilovsky
1
-27
/
+27
2012-07-24
CIFS: Move query inode info code to ops struct
Pavel Shilovsky
1
-6
/
+5
2012-07-24
CIFS: Move is_path_accessible to ops struct
Pavel Shilovsky
1
-30
/
+30
2012-07-24
CIFS: Move getting dfs referalls to ops struct
Pavel Shilovsky
1
-7
/
+6
2012-07-24
CIFS: Process reconnects for SMB2 shares
Pavel Shilovsky
1
-8
/
+13
2012-07-24
CIFS: Add capability to send SMB2 negotiate message
Pavel Shilovsky
1
-7
/
+0
2012-07-24
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
1
-69
/
+77
2012-07-24
CIFS: Move protocol specific tcon/tdis code to ops struct
Pavel Shilovsky
1
-1
/
+1
2012-07-24
CIFS: Move protocol specific session setup/logoff code to ops struct
Pavel Shilovsky
1
-1
/
+1
[next]