index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
link.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
CIFS: Implement follow_link for SMB2
Pavel Shilovsky
2013-09-08
1
-19
/
+5
*
Do not attempt to do cifs operations reading symlinks with SMB2
Steve French
2013-07-30
1
-31
/
+53
*
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2013-05-04
1
-12
/
+12
*
treewide: Fix typo in various drivers
Masanari Iida
2013-01-09
1
-1
/
+1
*
CIFS: Move hardlink to ops struct
Steve French
2012-09-24
1
-30
/
+44
*
CIFS: Protect i_nlink from being negative
Steve French
2012-08-19
1
-0
/
+2
*
CIFS: Make CAP_* checks protocol independent
Pavel Shilovsky
2012-07-24
1
-3
/
+3
*
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
2012-07-24
1
-12
/
+12
*
cifs: remove extraneous newlines from cERROR and cFYI calls
Jeff Layton
2012-07-23
1
-7
/
+7
*
filesystems: add missing nlink wrappers
Miklos Szeredi
2011-11-02
1
-1
/
+1
*
cifs: Add mount options for backup intent (try #6)
Shirish Pargaonkar
2011-10-12
1
-5
/
+12
*
cifs: Cleanup: check return codes of crypto api calls
Shirish Pargaonkar
2011-07-25
1
-1
/
+7
*
[CIFS] Rename three structures to avoid camel case
Steve French
2011-05-27
1
-6
/
+6
*
CIFS: Add rwpidforward mount option
Pavel Shilovsky
2011-05-27
1
-8
/
+14
*
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
Pavel Shilovsky
2011-05-26
1
-4
/
+8
*
various endian fixes to cifs
Steve French
2011-04-12
1
-2
/
+2
*
cifs: fix two compiler warning about uninitialized vars
Jeff Layton
2011-01-31
1
-1
/
+2
*
cifs: More crypto cleanup (try #2)
Shirish Pargaonkar
2011-01-27
1
-3
/
+2
*
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
Steve French
2011-01-25
1
-9
/
+50
*
switch cifs
Al Viro
2011-01-12
1
-4
/
+0
*
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
1
-2
/
+2
*
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
Jeff Layton
2010-10-06
1
-1
/
+0
*
cifs: add refcounted and timestamped container for holding tcons
Jeff Layton
2010-10-06
1
-29
/
+58
*
cifs: add function to get a tcon from cifs_sb
Jeff Layton
2010-09-29
1
-4
/
+4
*
cifs: use Minshall+French symlink functions
Stefan Metzmacher
2010-09-29
1
-4
/
+23
*
cifs: implement CIFSCreateMFSymLink()
Stefan Metzmacher
2010-09-29
1
-0
/
+45
*
cifs: implement CIFSFormatMFSymlink()
Stefan Metzmacher
2010-09-29
1
-0
/
+41
*
cifs: implement CIFSQueryMFSymLink()
Stefan Metzmacher
2010-09-29
1
-0
/
+50
*
cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()
Stefan Metzmacher
2010-09-29
1
-0
/
+79
*
cifs: implement CIFSParseMFSymlink()
Stefan Metzmacher
2010-09-29
1
-0
/
+62
*
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
2010-04-21
1
-5
/
+5
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
cifs: Fix incorrect return code being printed in cFYI messages
Suresh Jayaraman
2009-06-25
1
-1
/
+2
*
cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)
Jeff Layton
2009-05-19
1
-26
/
+26
*
[CIFS] Remove sparse endian warnings
Steve French
2009-05-01
1
-87
/
+0
*
[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status
Steve French
2009-04-30
1
-7
/
+2
*
cifs: change CIFSSMBUnixQuerySymLink to use new helpers
Jeff Layton
2009-04-30
1
-17
/
+5
*
[CIFS] Finishup DFS code
Steve French
2008-05-15
1
-1
/
+0
*
[CIFS] Fix paths when share is in DFS to include proper prefix
Steve French
2008-05-15
1
-39
/
+3
*
[CIFS] convert usage of implicit booleans to bool
Steve French
2008-04-29
1
-1
/
+1
*
[CIFS] file create with acl support enabled is slow
Steve French
2008-03-14
1
-1
/
+1
*
[CIFS] DFS build fixes
Steve French
2008-01-25
1
-8
/
+8
*
[CIFS] Fix warnings shown by newer version of sparse
Steve French
2007-08-31
1
-1
/
+1
*
[CIFS] Allow disabling CIFS Unix Extensions as mount option
Steve French
2007-07-18
1
-5
/
+12
*
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
Steve French
2007-07-17
1
-1
/
+2
*
[CIFS] whitespace/formatting fixes
Steve French
2007-07-13
1
-2
/
+3
*
[CIFS] whitespace cleanup
Steve French
2007-07-10
1
-44
/
+53
*
[CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwritten
Steve French
2007-02-17
1
-1
/
+2
*
[CIFS] Incorrect hardlink count when original file is cached (oplocked)
Steve French
2006-11-16
1
-10
/
+23
*
[CIFS] Legacy time handling for Win9x and OS/2 part 1
Steve French
2006-09-28
1
-1
/
+5
[next]