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
/
link.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-17
[CIFS] Remove obsolete comment
Steve French
1
-6
/
+4
2014-10-16
Remap reserved posix characters by default (part 3/3)
Steve French
1
-2
/
+2
2014-10-16
mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink
Steve French
1
-1
/
+69
2014-10-16
Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink
Steve French
1
-0
/
+63
2014-09-16
Fix mfsymlinks file size check
Steve French
1
-1
/
+3
2014-09-15
[SMB3] Fix oops when creating symlinks on smb3
Steve French
1
-2
/
+6
2014-06-16
fs/cifs: fix regression in cifs_create_mf_symlink()
Björn Baumbach
1
-1
/
+1
2014-01-31
cifs: Fix check for regular file in couldbe_mf_symlink()
Sachin Prabhu
1
-1
/
+1
2014-01-20
CIFS: Cleanup cifs open codepath
Pavel Shilovsky
1
-16
/
+28
2014-01-20
cifs: move unix extension call to cifs_query_symlink()
Sachin Prabhu
1
-4
/
+1
2014-01-20
cifs: Re-order M-F Symlink code
Sachin Prabhu
1
-56
/
+68
2014-01-20
cifs: Add create MFSymlinks to protocol ops struct
Sachin Prabhu
1
-42
/
+46
2014-01-20
cifs: use protocol specific call for query_mf_symlink()
Sachin Prabhu
1
-41
/
+20
2014-01-20
cifs: Rename MF symlink function names
Sachin Prabhu
1
-17
/
+15
2014-01-20
cifs: Rename and cleanup open_query_close_cifs_symlink()
Sachin Prabhu
1
-25
/
+12
2014-01-19
cifs: Fix memory leak in cifs_hardlink()
Christian Engelmayer
1
-2
/
+4
2013-12-27
cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()
Sachin Prabhu
1
-15
/
+11
2013-10-24
new helper: kfree_put_link()
Al Viro
1
-7
/
+0
2013-09-08
CIFS: Implement follow_link for SMB2
Pavel Shilovsky
1
-19
/
+5
2013-07-30
Do not attempt to do cifs operations reading symlinks with SMB2
Steve French
1
-31
/
+53
2013-05-04
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
1
-12
/
+12
2013-01-09
treewide: Fix typo in various drivers
Masanari Iida
1
-1
/
+1
2012-09-24
CIFS: Move hardlink to ops struct
Steve French
1
-30
/
+44
2012-08-19
CIFS: Protect i_nlink from being negative
Steve French
1
-0
/
+2
2012-07-24
CIFS: Make CAP_* checks protocol independent
Pavel Shilovsky
1
-3
/
+3
2012-07-24
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
1
-12
/
+12
2012-07-23
cifs: remove extraneous newlines from cERROR and cFYI calls
Jeff Layton
1
-7
/
+7
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
1
-1
/
+1
2011-10-12
cifs: Add mount options for backup intent (try #6)
Shirish Pargaonkar
1
-5
/
+12
2011-07-25
cifs: Cleanup: check return codes of crypto api calls
Shirish Pargaonkar
1
-1
/
+7
2011-05-27
[CIFS] Rename three structures to avoid camel case
Steve French
1
-6
/
+6
2011-05-27
CIFS: Add rwpidforward mount option
Pavel Shilovsky
1
-8
/
+14
2011-05-26
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
Pavel Shilovsky
1
-4
/
+8
2011-04-12
various endian fixes to cifs
Steve French
1
-2
/
+2
2011-01-31
cifs: fix two compiler warning about uninitialized vars
Jeff Layton
1
-1
/
+2
2011-01-27
cifs: More crypto cleanup (try #2)
Shirish Pargaonkar
1
-3
/
+2
2011-01-25
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
Steve French
1
-9
/
+50
2011-01-12
switch cifs
Al Viro
1
-4
/
+0
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
1
-2
/
+2
2010-10-06
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
Jeff Layton
1
-1
/
+0
2010-10-06
cifs: add refcounted and timestamped container for holding tcons
Jeff Layton
1
-29
/
+58
2010-09-29
cifs: add function to get a tcon from cifs_sb
Jeff Layton
1
-4
/
+4
2010-09-29
cifs: use Minshall+French symlink functions
Stefan Metzmacher
1
-4
/
+23
2010-09-29
cifs: implement CIFSCreateMFSymLink()
Stefan Metzmacher
1
-0
/
+45
2010-09-29
cifs: implement CIFSFormatMFSymlink()
Stefan Metzmacher
1
-0
/
+41
2010-09-29
cifs: implement CIFSQueryMFSymLink()
Stefan Metzmacher
1
-0
/
+50
2010-09-29
cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()
Stefan Metzmacher
1
-0
/
+79
2010-09-29
cifs: implement CIFSParseMFSymlink()
Stefan Metzmacher
1
-0
/
+62
2010-04-21
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
1
-5
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
[next]