Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5971ee251010e1ce4969cded71800ce993a36a33
/
fs
/
cifs
c4bc658
smb3: Fix root directory when server returns inode number of zero
by Steve French
· 7 years ago
cfea563
SMB2: Fix share type handling
by Christophe JAILLET
· 8 years ago
6ed24ef
CIFS: silence lockdep splat in cifs_relock_file()
by Rabin Vincent
· 8 years ago
31da33d
cifs: small underflow in cnvrtDosUnixTm()
by Dan Carpenter
· 8 years ago
df09b6f
CIFS: Enable encryption during session setup phase
by Pavel Shilovsky
· 8 years ago
fca16f9
SMB3: Validate negotiate request must always be signed
by Steve French
· 7 years ago
7e68916
CIFS: zero sensitive data when freeing
by Aurelien Aptel
· 7 years ago
f59eda1
cifs: Fix autonegotiate security settings mismatch
by Daniel N Pettersson
· 7 years ago
ee6858f
cifs: Fix missing put_xid in cifs_file_strict_mmap
by Matthew Wilcox
· 7 years ago
5e8b028
cifs: check MaxPathNameComponentLength != 0 before using it
by Ronnie Sahlberg
· 7 years ago
92d7d3e
CIFS: Reconnect expired SMB sessions
by Pavel Shilovsky
· 7 years ago
18a89a1
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
by Steve French
· 7 years ago
0e1b85a
SMB: Validate negotiate (to protect against downgrade) even if signing off
by Steve French
· 7 years ago
df1be20
SMB3: Warn user if trying to sign connection that authenticated as guest
by Steve French
· 7 years ago
f2d395b
Fix SMB3.1.1 guest authentication to Samba
by Steve French
· 7 years ago
b6a77c7
cifs: release auth_key.response for reconnect.
by Shu Wang
· 7 years ago
9a7bc3f
cifs: release cifs root_cred after exit_cifs
by Shu Wang
· 7 years ago
e2ae90b
CIFS: remove endian related sparse warning
by Steve French
· 7 years ago
c5e7665
CIFS: Fix maximum SMB2 header size
by Pavel Shilovsky
· 7 years ago
5ed70f7
cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
by Ronnie Sahlberg
· 7 years ago
8b05329
cifs: Fix df output for users with quota limits
by Sachin Prabhu
· 7 years ago
fb6dc83
CIFS: Improve readdir verbosity
by Pavel Shilovsky
· 7 years ago
1c5d8b3
CIFS: add misssing SFM mapping for doublequote
by Björn Jacke
· 8 years ago
6f3b2ee
cifs: fix CIFS_IOC_GET_MNT_INFO oops
by David Disseldorp
· 8 years ago
f13d96b
CIFS: fix oplock break deadlocks
by Rabin Vincent
· 8 years ago
4113466
cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
by David Disseldorp
· 8 years ago
449a744
cifs: fix leak in FSCTL_ENUM_SNAPS response handling
by David Disseldorp
· 8 years ago
87c0604
CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
by Björn Jacke
· 8 years ago
8dd4e3f
SMB3: Work around mount failure when using SMB3 dialect to Macs
by Steve French
· 8 years ago
2ac2ad9
Set unicode flag on cifs echo request to avoid Mac error
by Steve French
· 8 years ago
4f5e1c4
Fix match_prepath()
by Sachin Prabhu
· 8 years ago
d8fd99d
Handle mismatched open calls
by Sachin Prabhu
· 8 years ago
f79ef57
CIFS: remove bad_network_name flag
by Germano Percossi
· 8 years ago
0b7c970
cifs: Do not send echoes before Negotiate is complete
by Sachin Prabhu
· 8 years ago
730fecb
CIFS: store results of cifs_reopen_file to avoid infinite wait
by Germano Percossi
· 8 years ago
3d8d2f2
CIFS: reconnect thread reschedule itself
by Germano Percossi
· 8 years ago
8446cb1
Reset TreeId to zero on SMB2 TREE_CONNECT
by Jan-Marek Glogowski
· 8 years ago
d3381fa
fs: Better permission checking for submounts
by Eric W. Biederman
· 8 years ago
c06d74d
CIFS: Fix splice read for non-cached files
by Pavel Shilovsky
· 8 years ago
9e25599
cifs: initialize file_info_lock
by Rabin Vincent
· 8 years ago
c954acc
CIFS: Fix a possible memory corruption in push locks
by Pavel Shilovsky
· 8 years ago
9f9d982
CIFS: Decrease verbosity of ioctl call
by Pavel Shilovsky
· 8 years ago
46890ff
CIFS: Fix a possible double locking of mutex during reconnect
by Pavel Shilovsky
· 8 years ago
69d13b6
CIFS: Fix missing nls unload in smb2_reconnect()
by Pavel Shilovsky
· 8 years ago
48f9526
CIFS: Fix a possible memory corruption during reconnect
by Pavel Shilovsky
· 8 years ago
7aa58e7
cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack
by Andy Lutomirski
· 8 years ago
ae9ebe7
CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()
by Eryu Guan
· 8 years ago
b8c6001
Call echo service immediately after socket reconnect
by Sachin Prabhu
· 8 years ago
5f4b556
CIFS: Fix BUG() in calc_seckey()
by Sachin Prabhu
· 8 years ago
3514de3
CIFS: Retrieve uid and gid from special sid if enabled
by Steve French
· 8 years ago
9593265
CIFS: Add new mount option to set owner uid and gid from special sids in acl
by Steve French
· 8 years ago
de74025
CIFS: Reset read oplock to NONE if we have mandatory locks after reopen
by Pavel Shilovsky
· 8 years ago
f2cca6a
CIFS: Fix persistent handles re-opening on reconnect
by Pavel Shilovsky
· 8 years ago
166cea4
SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup
by Sachin Prabhu
· 8 years ago
3baf1a7
SMB2: Separate Kerberos authentication from SMB2_sess_setup
by Sachin Prabhu
· 8 years ago
cb978ac
Expose cifs module parameters in sysfs
by Germano Percossi
· 8 years ago
24df148
Cleanup missing frees on some ioctls
by Steve French
· 8 years ago
834170c
Enable previous version support
by Steve French
· 8 years ago
18dd8e1
Do not send SMB3 SET_INFO request if nothing is changing
by Steve French
· 8 years ago
141891f
SMB3: Add mount parameter to allow user to override max credits
by Steve French
· 8 years ago
52ace1e
fs/cifs: reopen persistent handles on reconnect
by Steve French
· 8 years ago
3afca26
Clarify locking of cifs file and tcon structures and make more granular
by Steve French
· 8 years ago
d171356
Fix regression which breaks DFS mounting
by Sachin Prabhu
· 8 years ago
94f8737
fs/cifs: keep guid when assigning fid to fileinfo
by Aurelien Aptel
· 8 years ago
fa70b87
SMB3: GUIDs should be constructed as random but valid uuids
by Steve French
· 8 years ago
c2afb81
Set previous session id correctly on SMB3 reconnect
by Steve French
· 8 years ago
7d414f3
cifs: Limit the overall credit acquired
by Ross Lagerwall
· 8 years ago
9742805
Display number of credits available
by Steve French
· 8 years ago
6609804
Add way to query creation time of file via cifs xattr
by Steve French
· 8 years ago
a958fff
Add way to query file attributes via cifs xattr
by Steve French
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
97d2116
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e55f1d1
Merge remote-tracking branch 'jk/vfs' into work.misc
by Al Viro
· 8 years ago
f334bcd
Merge remote-tracking branch 'ovl/misc' into work.misc
by Al Viro
· 8 years ago
fd50eca
vfs: Remove {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
dbbab32
cifs: get rid of unused arguments of CIFSSMBWrite()
by Al Viro
· 8 years ago
2211d5b
posix_acl: xattr representation cleanups
by Andreas Gruenbacher
· 8 years ago
c2050a4
fs: Replace current_fs_time() with current_time()
by Deepa Dinamani
· 8 years ago
fc56b98
cifs: don't use memcpy() to copy struct iov_iter
by Al Viro
· 8 years ago
2773bf0
fs: rename "rename2" i_op to "rename"
by Miklos Szeredi
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 8 years ago
a00be0e
cifs: don't use ->d_time
by Miklos Szeredi
· 8 years ago
348c1bf
Move check for prefix path to within cifs_get_root()
by Sachin Prabhu
· 8 years ago
c1d8b24
Compare prepaths when comparing superblocks
by Sachin Prabhu
· 8 years ago
4214ebf
Fix memory leaks in cifs_do_mount()
by Sachin Prabhu
· 8 years ago
6fa67e7
get rid of 'parent' argument of ->d_compare()
by Al Viro
· 8 years ago
d3fe198
cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()
by Al Viro
· 8 years ago
b0c4e2a
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
554828e
Merge branch 'salted-string-hash'
by Linus Torvalds
· 8 years ago
7893242
CIFS: Fix a possible invalid memory access in smb2_query_symlink()
by Pavel Shilovsky
· 8 years ago
a6b5058
fs/cifs: make share unaccessible at root level mountable
by Aurelien Aptel
· 8 years ago
8a5c743
mm, memcg: use consistent gfp flags during readahead
by Michal Hocko
· 8 years ago
bd975d1
cifs: fix crash due to race in hmac(md5) handling
by Rabin Vincent
· 8 years ago
b782fcc
cifs: unbreak TCP session reuse
by Rabin Vincent
· 8 years ago
8d9535b
cifs: Check for existing directory when opening file with O_CREAT
by Sachin Prabhu
· 8 years ago
5b23c97
Add MF-Symlinks support for SMB 2.0
by Sachin Prabhu
· 8 years ago
00699ad
Use the right predicate in ->atomic_open() instances
by Al Viro
· 8 years ago
45e8a25
File names with trailing period or space need special case conversion
by Steve French
· 8 years ago
Next »