Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
fec4585fd71cc5ec35d134e8c3854f6e8c4503f0
/
fs
/
cifs
fec4585
CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 the MS-DFSC spec.
by Igor Mammedov
· 17 years ago
de2db8d
Fixed DFS code to work with new 'build_path_from_dentry', that returns full path if share in the dfs, now.
by Igor Mammedov
· 17 years ago
95b1cb9
[CIFS] enable parsing for transport encryption mount parm
by Steve French
· 17 years ago
c2cf07d
[CIFS] Finishup DFS code
by Steve French
· 17 years ago
f9ddcca
[CIFS] BKL-removal: convert CIFS over to unlocked_ioctl
by Steve French
· 17 years ago
c329163
[CIFS] suppress duplicate warning
by Steve French
· 17 years ago
646dd53
[CIFS] Fix paths when share is in DFS to include proper prefix
by Steve French
· 17 years ago
35fc37d
add function to convert access flags to legacy open mode
by Jeff Layton
· 17 years ago
e10f7b5
clarify return value of cifs_convert_flags()
by Jeff Layton
· 17 years ago
77c57ec
[CIFS] don't explicitly do a FindClose on rewind when directory search has ended
by Steve French
· 17 years ago
582d21e
[CIFS] cleanup old checkpatch warnings
by Steve French
· 17 years ago
ed5f037
[CIFS] CIFSSMBPosixLock should return -EINVAL on error
by Marcin Slusarz
· 17 years ago
6353450
fix memory leak in CIFSFindNext
by Jeff Layton
· 17 years ago
d0a9c07
[CIFS] CIFS currently allows for permissions to be changed on files, even
by Jeff Layton
· 17 years ago
e691b9d
[CIFS] don't allow demultiplex thread to exit until kthread_stop is called
by Steve French
· 17 years ago
67750fb
[CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir
by Jeff Layton
· 17 years ago
02eadef
[CIFS] add local struct inode pointer to cifs_setattr
by Jeff Layton
· 17 years ago
1b20d67
[CIFS] cifs_find_tcp_session cleanup
by Cyrill Gorcunov
· 17 years ago
af4b3c3
[CIFS] fix build warning
by Steve French
· 17 years ago
7c5e628
[CIFS] Fixed build warning in is_ip
by Igor Mammedov
· 17 years ago
cf432eb
[CIFS] cleanup cifsd completion
by Steve French
· 17 years ago
dea570e
[CIFS] Remove over-indented code in find_unc().
by Steve French
· 17 years ago
a815752
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 17 years ago
5ade9de
[CIFS] fix typo
by Steve French
· 17 years ago
9b1ec9e
[CIFS] Remove duplicate call to mode_to_acl
by Steve French
· 17 years ago
36a5aeb
proc: remove proc_root_fs
by Alexey Dobriyan
· 17 years ago
4b18f2a
[CIFS] convert usage of implicit booleans to bool
by Steve French
· 17 years ago
bf62fd8
[CIFS] fixed compatibility issue with samba refferal request
by Igor Mammedov
· 17 years ago
39da984
[CIFS] Fix statfs formatting
by Steve French
· 17 years ago
1dbbb60
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 17 years ago
d09e860
[CIFS] Adds to dns_resolver checking if the server name is an IP addr and skipping upcall in this case.
by Steve French
· 17 years ago
0206e61
[CIFS] Fix spelling mistake
by Steve French
· 17 years ago
42faad9
[PATCH] restore sane ->umount_begin() API
by Al Viro
· 17 years ago
78d31a3
cifs: timeout dfs automounts +little fix.
by Igor Mammedov
· 17 years ago
47df179
[CIFS] Update cifs version number
by Steve French
· 17 years ago
a7f796a
[CIFS] Fix typo in previous commit
by Steve French
· 17 years ago
ee4987a
[CIFS] Fix define for new proxy cap to match documentation
by Steve French
· 17 years ago
076d842
[CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slash
by Steve French
· 17 years ago
2302aca
[CIFS] Reserve new proxy cap for WAFS
by Steve French
· 17 years ago
675c467
[CIFS] Add various missing flags and defintions
by Steve French
· 17 years ago
8d14213
[CIFS] make cifs_dfs_automount_list_static
by Steve French
· 17 years ago
5d941ca
[CIFS] Fix oops when slow oplock process races with unmount
by Steve French
· 17 years ago
cce246e
[CIFS] Fix acl length when very short ACL being modified by chmod
by Steve French
· 17 years ago
35028d7
[CIFS] Fix looping on reconnect to Samba when unexpected tree connect fail on reconnect
by Steve French
· 17 years ago
932e2d2
[CIFS] minor update to change log
by Steve French
· 17 years ago
2b210ad
cifs: fix misannotations
by Al Viro
· 17 years ago
c35038b
[PATCH] do shrink_submounts() for all fs types
by Al Viro
· 17 years ago
04b6e6e
[CIFS] Fix mem leak on dfs referral
by Steve French
· 17 years ago
8b1327f
[CIFS] file create with acl support enabled is slow
by Steve French
· 17 years ago
5053144
[CIFS] Fix mtime on cp -p when file data cached but written out too late
by Steve French
· 17 years ago
bc5b6e2
[CIFS] Fix build problem
by Steve French
· 17 years ago
55f78e1
[CIFS] cifs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
7962670
[CIFS] DFS patch that connects inode with dfs handling ops
by Igor Mammedov
· 17 years ago
0b442d2
[CIFS] remove unused variable
by Steve French
· 17 years ago
75f1298
[CIFS] consolidate duplicate code in posix/unix inode handling
by Christoph Hellwig
· 17 years ago
e086fce
[CIFS] fix build break when proc disabled
by Steve French
· 17 years ago
0a3abcf
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 17 years ago
70eff55
[CIFS] factoring out common code in get_inode_info functions
by Christoph Hellwig
· 17 years ago
c2d68ea
[CIFS] fix prepath conversion when server supports posix paths
by Steve French
· 17 years ago
11b6d64
[CIFS] Only convert / when server does not support posix paths
by Igor Mammedov
· 17 years ago
8aad018
[CIFS] Fix mixed case name in structure dfs_info3_param
by Igor Mammedov
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
03a143c
[CIFS] fixup prefixpaths which contain multiple path components
by Steve French
· 17 years ago
c1ce264
[CIFS] fix typo
by Steve French
· 17 years ago
d9f382e
[CIFS] patch to fix incorrect encoding of number of aces on set mode
by Shirish Pargaonkar
· 17 years ago
6f7e8f3
[CIFS] Fix typo in quota operations
by Roel Kluin
· 17 years ago
90c81e0
[CIFS] clean up some hard to read ifdefs
by Steve French
· 17 years ago
ad7a292
[CIFS] reduce checkpatch warnings
by Steve French
· 17 years ago
ce634ab
iget: stop CIFS from using iget() and read_inode()
by David Howells
· 17 years ago
f315ccb
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
ead03e3
[CIFS] fix warning in cifs_spnego.c
by Andrew Morton
· 17 years ago
366781c
[CIFS] DFS build fixes
by Steve French
· 17 years ago
6d5ae0d
[CIFS] DFS support: provide shrinkable mounts
by Igor Mammedov
· 17 years ago
ed2b917
[CIFS] Do not log path names in lookup errors
by Steve French
· 17 years ago
e6ab158
[CIFS] DFS support patchset: Added mountdata
by Igor Mammedov
· 17 years ago
197c183
[CIFS] Forgot to add two new files from previous commit
by Steve French
· 17 years ago
6103335
[CIFS] DNS name resolution helper upcall for cifs
by Steve French
· 17 years ago
f6d0998
[CIFS] fix checkpatch warnings in fs/cifs/inode.c
by Steve French
· 17 years ago
88e7d70
[CIFS] hold ses sem on tcp session reconnect during mount
by Steve French
· 17 years ago
9783758
[CIFS] Allow setting mode via cifs acl
by Steve French
· 17 years ago
28c5a02
[CIFS] fix unicode string alignment in SPNEGO setup
by Jeff Layton
· 17 years ago
bb5a9a0
[CIFS] cifs_partialpagewrite() cleanup
by Steve French
· 17 years ago
1a67570
[CIFS] use krb5 session key from first SMB session after a NegProt
by Jeff Layton
· 17 years ago
1d9a885
[CIFS] redo existing session setup if needed in cifs_mount
by Jeff Layton
· 17 years ago
05b3de6
[CIFS] Only dump SPNEGO key if CONFIG_CIFS_DEBUG2 is set
by Jeff Layton
· 17 years ago
dae5dbd
[CIFS] fix SetEA failure to some Samba versions
by Steve French
· 17 years ago
9b5e685
regression: cifs endianness bug
by Al Viro
· 17 years ago
2b83457
[CIFS] Fix check after use error in ACL code
by Steve French
· 17 years ago
cea2180
[CIFS] Fix potential data corruption when writing out cached dirty pages
by Jeff Layton
· 17 years ago
2a97468
[CIFS] Fix spurious reconnect on 2nd peek from read of SMB length
by Petr Tesarik
· 17 years ago
f7a44ea
[CIFS] remove build warning
by Steve French
· 17 years ago
2442421
[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request
by Steve French
· 17 years ago
8840dee
[CIFS] minor checkpatch cleanup
by Steve French
· 17 years ago
d6c2e4d
[CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_Info
by Jeff Layton
· 17 years ago
c359cf3
[CIFS] add hostname field to TCP_Server_Info struct
by Jeff Layton
· 17 years ago
70fe7dc
[CIFS] clean up error handling in cifs_mount
by Jeff Layton
· 17 years ago
68bf728
[CIFS] add ver= prefix to upcall format version
by Steve French
· 17 years ago
133672e
[CIFS] Fix buffer overflow if server sends corrupt response to small request
by Steve French
· 17 years ago
Next »