Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0e548d50b95b59ccf123984bc44f17da72b12cdd
/
fs
/
cifs
/
link.c
a9a315d
cifs: Fix check for regular file in couldbe_mf_symlink()
by Sachin Prabhu
· 11 years ago
d81b8a4
CIFS: Cleanup cifs open codepath
by Pavel Shilovsky
· 11 years ago
0ecdb4f
cifs: move unix extension call to cifs_query_symlink()
by Sachin Prabhu
· 11 years ago
0f8dce1
cifs: Re-order M-F Symlink code
by Sachin Prabhu
· 11 years ago
cbb0aba
cifs: Add create MFSymlinks to protocol ops struct
by Sachin Prabhu
· 11 years ago
8205d1b
cifs: use protocol specific call for query_mf_symlink()
by Sachin Prabhu
· 11 years ago
cb084b1
cifs: Rename MF symlink function names
by Sachin Prabhu
· 11 years ago
b5be1a1
cifs: Rename and cleanup open_query_close_cifs_symlink()
by Sachin Prabhu
· 11 years ago
abf9767
cifs: Fix memory leak in cifs_hardlink()
by Christian Engelmayer
· 11 years ago
750b8de
cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()
by Sachin Prabhu
· 11 years ago
87dc800
new helper: kfree_put_link()
by Al Viro
· 11 years ago
b42bf88
CIFS: Implement follow_link for SMB2
by Pavel Shilovsky
· 11 years ago
1b24408
Do not attempt to do cifs operations reading symlinks with SMB2
by Steve French
· 11 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
8a168ca
treewide: Fix typo in various drivers
by Masanari Iida
· 12 years ago
d6e906f
CIFS: Move hardlink to ops struct
by Steve French
· 12 years ago
b7ca692
CIFS: Protect i_nlink from being negative
by Steve French
· 12 years ago
29e20f9
CIFS: Make CAP_* checks protocol independent
by Pavel Shilovsky
· 12 years ago
6d5786a
CIFS: Rename Get/FreeXid and make them work with unsigned int
by Pavel Shilovsky
· 12 years ago
ac3aa2f
cifs: remove extraneous newlines from cERROR and cFYI calls
by Jeff Layton
· 12 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
3d3ea8e
cifs: Add mount options for backup intent (try #6)
by Shirish Pargaonkar
· 13 years ago
14cae32
cifs: Cleanup: check return codes of crypto api calls
by Shirish Pargaonkar
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 13 years ago
d4ffff1
CIFS: Add rwpidforward mount option
by Pavel Shilovsky
· 13 years ago
fa2989f
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
by Pavel Shilovsky
· 13 years ago
5443d13
various endian fixes to cifs
by Steve French
· 14 years ago
ffeb414
cifs: fix two compiler warning about uninitialized vars
by Jeff Layton
· 14 years ago
ee2c925
cifs: More crypto cleanup (try #2)
by Shirish Pargaonkar
· 14 years ago
93c100c
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
by Steve French
· 14 years ago
1c929cf
switch cifs
by Al Viro
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
13cfb73
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
by Jeff Layton
· 14 years ago
7ffec37
cifs: add refcounted and timestamped container for holding tcons
by Jeff Layton
· 14 years ago
a6e8a84
cifs: add function to get a tcon from cifs_sb
by Jeff Layton
· 14 years ago
1b12b9c
cifs: use Minshall+French symlink functions
by Stefan Metzmacher
· 14 years ago
8713d01
cifs: implement CIFSCreateMFSymLink()
by Stefan Metzmacher
· 14 years ago
18bddd1
cifs: implement CIFSFormatMFSymlink()
by Stefan Metzmacher
· 14 years ago
0fd43ae
cifs: implement CIFSQueryMFSymLink()
by Stefan Metzmacher
· 14 years ago
8bfb50a
cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()
by Stefan Metzmacher
· 14 years ago
c69c1b6
cifs: implement CIFSParseMFSymlink()
by Stefan Metzmacher
· 14 years ago
b6b38f7
[CIFS] Neaten cERROR and cFYI macros, reduce text space
by Joe Perches
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0f3bc09
cifs: Fix incorrect return code being printed in cFYI messages
by Suresh Jayaraman
· 15 years ago
8b6427a
cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)
by Jeff Layton
· 15 years ago
0e0d2cf
[CIFS] Remove sparse endian warnings
by Steve French
· 16 years ago
9e39b0a
[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status
by Steve French
· 16 years ago
460b969
cifs: change CIFSSMBUnixQuerySymLink to use new helpers
by Jeff Layton
· 16 years ago
c2cf07d
[CIFS] Finishup DFS code
by Steve French
· 16 years ago
646dd53
[CIFS] Fix paths when share is in DFS to include proper prefix
by Steve French
· 16 years ago
4b18f2a
[CIFS] convert usage of implicit booleans to bool
by Steve French
· 17 years ago
8b1327f
[CIFS] file create with acl support enabled is slow
by Steve French
· 17 years ago
366781c
[CIFS] DFS build fixes
by Steve French
· 17 years ago
77159b4
[CIFS] Fix warnings shown by newer version of sparse
by Steve French
· 17 years ago
c18c842
[CIFS] Allow disabling CIFS Unix Extensions as mount option
by Steve French
· 17 years ago
63135e0
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
by Steve French
· 17 years ago
50c2f75
[CIFS] whitespace/formatting fixes
by Steve French
· 17 years ago
fb8c4b1
[CIFS] whitespace cleanup
by Steve French
· 17 years ago
1b2b212
[CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwritten
by Steve French
· 18 years ago
31ec35d
[CIFS] Incorrect hardlink count when original file is cached (oplocked)
by Steve French
· 18 years ago
1bd5bbc
[CIFS] Legacy time handling for Win9x and OS/2 part 1
by Steve French
· 18 years ago
26a21b9
[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log
by Steve French
· 18 years ago
0bd4fa9
[CIFS] [CIFS] Do not take rename sem on most path based calls (during
by Steve French
· 19 years ago
d62e54a
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Steve French
· 19 years ago
a11f3a0
[PATCH] sem2mutex: vfs_rename_mutex
by Arjan van de Ven
· 19 years ago
083d3a2
[CIFS] Workaround various server bugs found in testing at connectathon
by Steve French
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
7f57356
[CIFS] Remove cifs_sb argument from *build_path_from_dentry
by Steve French
· 19 years ago
b92327f
[CIFS] Finish up of case-insensitive dentry handling for cifs. This
by Steve French
· 19 years ago
6463523
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Steve French
· 19 years ago
cc314ee
Fix nasty ncpfs symlink handling bug.
by Linus Torvalds
· 19 years ago
ac67055
[CIFS] POSIX extensions, SetFSInfo added
by Jeremy Allison
· 19 years ago
737b758
[PATCH] cifs: character mapping of special characters (part 3 of 3)
by Steve French
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago